Live data from Hacker News

I'm fed up with it, so I'm writing a browser

adayinthelifeof.nl

21–30 of 501 posts

Re: I'm fed up with it, so I'm writing a browser

#21
post #5

The link to your Github project in the article leads to somewhere else

It causes infinite loop when you click the GitHub link on that very website with the article, as it redirects to the article. I assume there is no GitHub repository yet.

There is, here: https://github.com/jaytaph/gosub-browser

(So the text of the link is correct, just not where it points to. You have to manually copy it as text and paste it in your URL bar.)

Re: I'm fed up with it, so I'm writing a browser

#23
I want a version of this:

Firefox with private mode and uBlock on but saving history (so _I_ can go back to something I browsed) with an option for saving cookies on a particular site (but maybe use a separate container so I'm not tracked across these). With an additional button to clear all random cookies now

Re: I'm fed up with it, so I'm writing a browser

#24
"Writing a browser" (from scratch) at this point basically means you are implementing a type of portable operating-system-in-a-box (the web platform) and that it will be compatible with whatever Google decides to add to theirs.

The browser is so comprehensive in functionality and APIs, and such a challenge to keep up with Google's constant churn of new features and total dominance, that not even Microsoft could do it.

Here is my somewhat related pet project: Tersenet. https://github.com/runvnc/tersenet It's just a concept, virtually no implementation. But I deliberately picked a set of requirements that are designed to be feasible for people to implement. Much less involved than a full web-browser. (Related discussion with GPT-4 https://chat.openai.com/share/16d02b78-f876-4c87-949a-a60b4f...)

Also related is the Gemini project which is a real thing and quite practical: https://geminiprotocol.net/ That inspired my ideas for Tersenet.

Re: I'm fed up with it, so I'm writing a browser

#26

I wrote a couple custom browsers for both pro and personal reasons. I found out that there is a tiny niche market for a privacy-focused, minimalist browser that a) does not understand cookies, b) executes JS only when allowed to and c) is capable of displaying most decent Web sites without garbling them. I had good success with using Chromium as backend, and slowly adding the stuff we do need (download manager, passw…

If you used Chromium to "write a browser" then in no way did you write a browser. You wrapped Chromium.

Re: I'm fed up with it, so I'm writing a browser

#28
When I got fed up with it, I stopped using a browser.^1 Never looked back.

1. Of the advertising-supported, graphical variety.

We'll likely always have to use advertising-supported browsers for some things.^2 But certainly not all, or even most, things.

2. It would be really cool if this sad state of affairs changed before I'm dead, but I have no expectations. I would love to be able to use something "like" an API for internet banking and online shopping, instead of an advertising-sponsored browser.

Post reply on HN