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…
I could see this being part of a lightweight browser UI testing framework. There's already ways to drive a headless UI (Selenium, puppeteer), but they require automation testers to interact with page elements via the "normal" DOM which can be quite painful in terms of creating automation tests - DSLs to drive DOM automation are necessarily huge. I could envision browser automation via browsh using a very small DSL e.…
Show HN: Browsh – A modern, text-based browser
201–210 of 330 posts
Re: Show HN: Browsh – A modern, text-based browser
#202Re: Show HN: Browsh – A modern, text-based browser
#203I love text-based browsers, and this is the one whose display looks best (but i would like to disable images/animations). This being a work in progress, the most important feature needed immediately is a boost in performance. I have a very powerful workstation, and just following a link and rendering the next page takes almost a second. (In lynx, w3m and in elinks it is instantaneous.)
Browsh is really aimed at people with slow and/or expensive Internet that would benefit with having the main browser engine running remotely. You then access the output of Browsh via either SSH/Mosh or HTML serivice. But nevertheless you might like Browsh's monochrome toggle: `ALT+m`
Re: Show HN: Browsh – A modern, text-based browser
#204Earlier quoted context omitted.
Current ELinks does support SNI. That bug might have been RHEL being on an old version.
Current? There was no stable release since 2009.
But even that is wrong. Development in fact continued for eight years until July 2017.
Re: Show HN: Browsh – A modern, text-based browser
#205Which of the ARM downloads work on android?
Re: Show HN: Browsh – A modern, text-based browser
#206--isn't a disk image --isn't an app --isn't source code
So what is it?
Re: Show HN: Browsh – A modern, text-based browser
#207The MacOS "binary" version: --isn't a disk image --isn't an app --isn't source code So what is it?
Re: Show HN: Browsh – A modern, text-based browser
#208Just wonder what kind of experience one should expect with 2400 bps? (Iridium go unlimited global satellite connection that costs around 135 USD per month. I think Go has some limitations so I do not know how much one would need to hack things around to get ssh terminal working properly)?
This is really the perfect use case for Browsh. I first had the idea for it when I was in the deserts of Ladakh where you'd get around 3kb/s speeds. So what you need to do is install Browsh on a remote server along with Mosh. Then from your own personal computer you can use the Mosh client to get Browsh working, albeit, quite slowly, in your terminal. So you don't need to touch Go at all. Let me know if you want any…
Re: Show HN: Browsh – A modern, text-based browser
#209The MacOS "binary" version: --isn't a disk image --isn't an app --isn't source code So what is it?
chmod+x browsh_1.2.3_darwin_amd64
and then run it ./browsh_1.2.3_darwin_amd64Re: Show HN: Browsh – A modern, text-based browser
#210Some 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…
actually one problem you have here, and you're probably realizing from the responses, is a problem I had with a personal project that could be used to build lots of things that people wanted, but in itself was not a thing people want. In order to monetize you need to build one of the things people want, but in doing so you put focus into one area and stop improving the generic base of everything, as well as not produ…