Live data from Hacker News

Min: A fast, minimal browser that protects your privacy

minbrowser.org

61–70 of 197 posts

Re: Min: A fast, minimal browser that protects your privacy

#61
The Ladybird bowser - part of the Serenity OS - is another alternative I’m following with a mixture of astonishment, admiration and excitement - https://awesomekling.github.io/Ladybird-a-new-cross-platform...

I suspect that for most people, it still has a way to go before it could be considered a daily driver, but the rate of progress is incredible and I’m sure it will get there.

Re: Min: A fast, minimal browser that protects your privacy

#62
post #50
post #22

Earlier quoted context omitted.

Yes! CLI based browsers are awesome.

Apologies for nitpicking, but Lynx is not a CLI program. CLI programs are non-interactive, composable via stdio / shell scripting, designed to do their one task and return you to your shell prompt. Lynx is an interactive, terminal-based (character cell grid) program, that takes over your shell session - it has every quality of a GUI program, except it's using a terminal emulator as its toolkit. But of course - it's s…

Often people distinguish between "command-line interfaces" (CLI) and "text user interfaces" (TUI). So "sed" is a CLI program, while vim is a TUI program.

But it's also common to use "CLI" to include "TUI" programs, so I don't think your parent is wrong.

Re: Min: A fast, minimal browser that protects your privacy

#63
post #26

Earlier quoted context omitted.

> a browser with Firefox's backend and instead render with Blink Gecko is Firefox's "backend" ...

Isn't it just the rendering engine? There's more to a browser than just laying out html.

A browser is not a web app, it doesn't have a strict separation of "frontend" and "backend" in the same sense that a web app would have; the lines are drawn quite differently. The rendering engine is never "just" the rendering engine; you can't abstract or swap it without tremendous effort.

If you'd like to learn more about how a web browser project would organize its internal architecture, but are discouraged by the complexity of Chromium, Firefox, etc. I'd recommend source diving Ladybird (https://github.com/SerenityOS/ladybird), NetSurf (https://www.netsurf-browser.org/), or Dillo (https://www.dillo.org/).

Re: Min: A fast, minimal browser that protects your privacy

#64

Earlier quoted context omitted.

Well the worst part of Firefox is arguably Gecko. If one could make a browser with Firefox's backend and instead render with Blink that would be pretty dope.

It is Blink which drives the monoculture more than Chrome/Chromium since it is there that standards are made or broken (or flouted). What is needed is competition in this space, a new browser 'engine' to compete with Blink (Chrome/Chromium/Brave/Vivaldi/Edge/etc.), Gecko (Firefox/Seamonkey/etc) and Webkit (Safari/Epiphany/anything on iThings). Maybe Servo can be rescued from oblivion? Get Mozilla to dump their activi…

> standards are made or broken (or flaunted)

I think you may have meant "flouted" there? Though sometimes flaunting a standard might also be a thing.

Re: Min: A fast, minimal browser that protects your privacy

#65
post #50
post #22

Earlier quoted context omitted.

Yes! CLI based browsers are awesome.

Apologies for nitpicking, but Lynx is not a CLI program. CLI programs are non-interactive, composable via stdio / shell scripting, designed to do their one task and return you to your shell prompt. Lynx is an interactive, terminal-based (character cell grid) program, that takes over your shell session - it has every quality of a GUI program, except it's using a terminal emulator as its toolkit. But of course - it's s…

It's a "TUI."

https://en.m.wikipedia.org/wiki/Text-based_user_interface

Re: Min: A fast, minimal browser that protects your privacy

#66

Earlier quoted context omitted.

> Or Safari of course, it's really a great browser if one's on the Mac. The venerable iCab or new Orion from Kagi shows what's possible here. https://www.icab.de/ https://browser.kagi.com/ Kagi's Orion runs Firefox and Chrome extensions, including on iOS, and of course works with Kagi search, which is enough better that it's worth switching from Google/Bing/DDG. --- EDIT to add, on iCab, it's been updated as of 2020,…

>Kagi search, which is enough better that it's worth switching from Google/Bing/DDG. But highly unlikely to be better enough to justify paying a subscription for it (for most people, anyway), so it's always going to be confined to a small niche of users.

Here's a Venn diagram of two "worth it" reasons, not mutually exclusive:

I'd argue if you live in first world, earn a living from tech, even if you don't care whether you pay for things vs. be tracked, it's worth the subscription, in the sense of, it's enough better to be worth paying for as a better tool, not just because there's no gaming of the SERPs above the fold. The Lenses are impressive, but it's not just that, the results are what one used to appreciate from web search. After getting used to the quality, the lower quality of Google or the Bing derivatives like DDG will frustrate you.

If you dislike adtech or value privacy, it's worth the subscription, because there are no ads and no tracking. (Also, unlike neeva, to which I also subscribe, it's not an ad-alternative model from former ad-tech people.)

Re: Min: A fast, minimal browser that protects your privacy

#67
I just use FF and leave the stock OS browser (typically Edge or Safari) "clean", ready for those battery-saving times.

The other day I only had a 20W laptop charger, which I know is only enough to slow down battery discharge with FF; used Edge, and the battery actually charged significantly. Same experiences I had with Safari. I'll keep using Firefox, because it's good for the ecosystem, but when battery is an issue, I switch.

Re: Min: A fast, minimal browser that protects your privacy

#68
post #64

Earlier quoted context omitted.

It is Blink which drives the monoculture more than Chrome/Chromium since it is there that standards are made or broken (or flouted). What is needed is competition in this space, a new browser 'engine' to compete with Blink (Chrome/Chromium/Brave/Vivaldi/Edge/etc.), Gecko (Firefox/Seamonkey/etc) and Webkit (Safari/Epiphany/anything on iThings). Maybe Servo can be rescued from oblivion? Get Mozilla to dump their activi…

> standards are made or broken (or flaunted) I think you may have meant "flouted" there? Though sometimes flaunting a standard might also be a thing.

Yes, corrected, flouted it shall be.

Re: Min: A fast, minimal browser that protects your privacy

#69
post #58

Earlier quoted context omitted.

They didn't say "fork of Electron", rather Electron is essentially "Chromium - browser UI" so they are saying there is a simplification to be made in an app that is "Chromium - browser UI + browser UI"

> They didn't say "fork of Electron" Flagging that the phrase "this should be a fork of Chromium, not Electron" is ambiguous between "this shouldn't be a fork of Electron" and "this shouldn't be Electron".

The phrasing is ambiguous, I agree. However, as forking Electron to make Min wouldn't make any sense, and the replier knew this, reading it to mean that seems like a mistake to me. The fact is that it can be very difficult to write things that aren't ambiguous at some level (albeit that isn't the case here), so the reader has to make a good-faith effort to understand.

Re: Min: A fast, minimal browser that protects your privacy

#70
post #14

If you want fast and minimal, give Lynx a try. The original fast, minimal, privacy protected browser: https://lynx.invisible-island.net/current/

Also netsurf is a good one, if you don't really care about using js. And google seems to still work on it.
Post reply on HN