Live data from Hacker News

Show HN: Browsh – A modern, text-based browser

brow.sh

41–50 of 330 posts

Re: Show HN: Browsh – A modern, text-based browser

#41
post #2

Some of you may have seen this before under its previous incarnation of "Texttop". Then it was just a hack, but I got some great feedback, so I've spent most of the last 12 months turning it into something serious. It's morphed into more than a mere TTY gimmick. That UNIX philosophy of text being the "universal interface" has somewhat unexpectedly risen to the forefront, such that Browsh is now essentially a text bro…

My guess is to try upselling features like anonymous browsing, ad-blocking, etc. Other ideas would require discovering use-case scenarios for corporate situations: can it be used as a cms-front end or a way to focus on text for localization? a11y testing? You never know.

Maybe this would be useful to commercial shipping companies who run thier net over satellite and similar.

That would work nicely as a hosted service with an app. Like a more aggressive version of opera's bandwidth reduction.

The military might have similar problems.

It's not really ready fir consumers yet though.

Re: Show HN: Browsh – A modern, text-based browser

#42

...aaand it's written in Go... So it's modern in that it won't run on anything but popular platforms, and text-based in that it shows you text using a huge, multi-gigabyte program. Looks like links / lynx aren't going to be replaced any time soon.

Links doesn't even support modern SSL :/

The modern age requires a multi-gigabyte program to use the Internet, that's just our reality. So the whole point of Browsh is that you can now offload this from your local machine (eg. to a remote VM) and re-experience the net as pure text, how it used to be.

Re: Show HN: Browsh – A modern, text-based browser

#43
post #41

Earlier quoted context omitted.

My guess is to try upselling features like anonymous browsing, ad-blocking, etc. Other ideas would require discovering use-case scenarios for corporate situations: can it be used as a cms-front end or a way to focus on text for localization? a11y testing? You never know.

Maybe this would be useful to commercial shipping companies who run thier net over satellite and similar. That would work nicely as a hosted service with an app. Like a more aggressive version of opera's bandwidth reduction. The military might have similar problems. It's not really ready fir consumers yet though.

Great ideas, I'd not thought of them. So might be worth researching some contacts in those fields.

Re: Show HN: Browsh – A modern, text-based browser

#44
post #26

Earlier quoted context omitted.

Why wouldn’t you just use lynx?

Lynx doesn't even support modern SSL,let alone HTML5, CSS3, JS, WebGL, WebAssembly - all of which are supported by Browsh.

Lynx uses whatever SSL is on your system, so if your OpenSSL doesn't support modern SSL, then it's time for you to upgrade ;)

Re: Show HN: Browsh – A modern, text-based browser

#45
post #14

> Its main purpose is to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs. How does it reduce bandwidth exactly? It still has to grab all the html/css/js for the site being rendered.

does it fetch images? if it does not, there you go..

[deleted]

Re: Show HN: Browsh – A modern, text-based browser

#47
post #42

...aaand it's written in Go... So it's modern in that it won't run on anything but popular platforms, and text-based in that it shows you text using a huge, multi-gigabyte program. Looks like links / lynx aren't going to be replaced any time soon.

Links doesn't even support modern SSL :/ The modern age requires a multi-gigabyte program to use the Internet, that's just our reality. So the whole point of Browsh is that you can now offload this from your local machine (eg. to a remote VM) and re-experience the net as pure text, how it used to be.

I am fairly sure that both linx and lynx work with modern SSL.

In fact, just checked on Ubuntu 16.04 -- both links (2.12) and lynx (2.8.9...) work fine with https://google.com and https://news.ycombinator.com for example.

Re: Show HN: Browsh – A modern, text-based browser

#48

What I really love is that (when the server is working) you can ssh brow.sh And then have a graphical browser from anywhere :D.

That failed massively for me in Terminal.app on OS X. The browser showed garbled text and horizontal half-height lines.

Is there a reason why Terminal.app might not work?

Re: Show HN: Browsh – A modern, text-based browser

#50
post #49

You might want to consider adding support for displaying proper terminal graphics, instead of using pixelated ones (which I assume are done using unicode block drawing symbols?). See https://sw.kovidgoyal.net/kitty/graphics-protocol.html

I'm actually already pretty decided against this. Simply because I won't the basic engine to be as text-focused as possible, as then we have a universal source of the modern web in pure text format, that multiple other clients (terminals being only one) can make use of. And besides graphics are orders of magnitude more bandwidth heavy than text, which somewhat defeats the purpose of Browsh.
Post reply on HN