Giter Site home page Giter Site logo

request: proxy about fifth HOT 6 CLOSED

dicktyr avatar dicktyr commented on August 28, 2024
request: proxy

from fifth.

Comments (6)

clbr avatar clbr commented on August 28, 2024

I don't really understand how a proxy could handle bookmarks? Blocking
and changing pages, sure (privoxy etc).

The blocking in Fifth is already a library (liburlmatch) as I
anticipated it would be useful to others. Otter decided to go with
AdBlock-like syntax though instead of Opera-like like Fifth.

from fifth.

dicktyr avatar dicktyr commented on August 28, 2024

I don't really understand how a proxy could handle bookmarks?

can you tell me how a proxy couldn't handle bookmarks?
assuming a proxy can bind requests (urls/headers) to arbitrary commands
and return their data to the browser

The blocking in Fifth is already a library

:}

from fifth.

clbr avatar clbr commented on August 28, 2024

On Mon, 12 Jan 2015 01:33:45 -0800
dicktyr [email protected] wrote:

I don't really understand how a proxy could handle bookmarks?

can you tell me how a proxy couldn't handle bookmarks?
assuming a proxy can bind requests (urls/headers) to arbitrary commands
and return their data to the browser

There exist people who use their bookmarks via a menu ;) A proxy would
only serve those who use bookmarks via typing only.

from fifth.

dicktyr avatar dicktyr commented on August 28, 2024

There exist people who use their bookmarks via a menu ;) A proxy would
only serve those who use bookmarks via typing only.

I don't understand that conclusion
(and I'm no keyboard extremist by the way)

from fifth.

clbr avatar clbr commented on August 28, 2024

What are bookmarks? They are menu items really. That's a GUI thing, not
something that can be abstracted by a proxy.

Thus, adding the proxy in the mix adds nothing. Before:
GUI item "foo" maps to http://myurl

After:
GUI item "foo" maps to magicstring, which the proxy maps to http://myurl

To me that is purely unneeded complication. If you mean the GUI item
should simply be the title "foo", that doesn't really simplify much, as
then you have to change it in two places when you edit your bookmarks.

from fifth.

dicktyr avatar dicktyr commented on August 28, 2024

What are bookmarks?

bookmarks are records

mine contain arbitrary attributes
which are not necessarily supported by a given browser
(i.e. a good reason to keep them separate)

To me that is purely unneeded complication

it may seem complicated to separate/modularise things
but I aim for simplicity
(and control of configuration)

then you have to change it in two places when you edit your bookmarks.

you lost me...

I expose my bookmarks as a web page
which can be served to any browser

it works well enough to manage bookmarks with a local web server
but it may as well be a proxy
and that's what this is about (not bookmarks):

a proxy to separate configuration/data from browser/code

and a proxy specifically designed for browser augmentation
seems quite interesting/useful to me

anyway
go ahead and close the issue if you wish
I only raised the issue as you seemed of like mind :}

from fifth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.