Live data from Hacker News

Show HN: Web browser to help programmers think clearly

bonsaibrowser.com

221–230 of 234 posts

Re: Show HN: Web browser to help programmers think clearly

#222
post #60

Earlier quoted context omitted.

You should drop any software that prevents you from changing another unrelated software. In other words, move from LastPass to Bitwarden.

Having your password manager tied to your browser is more secure because the saved password doesn't show up unless you're in the correct domain, preventing phishing attacks.

Plus the password doesn't transit through the copy buffer, which is probably less secure

Re: Show HN: Web browser to help programmers think clearly

#223

Earlier quoted context omitted.

I've been griping about the tedium of trying to organize tabs (and to a lesser extent bookmarks) for a long time. I typically have hundreds of tabs open and my sanity maintenance method is to keep their number under 256. They're somewhat organized with tab groups but the overhead of managing them is a huge pain point for me. So the visual categorization and search looks like a huge win. I don't care that much about t…

I'm not sure if this is helpful to you, but at some point I realized that I was using "open tab" to represent many different things. Once I started naming the uses, I realized that I could shift them to use-related systems. E.g., a "to read" tab gets fed to Instapaper and closed. a "to do" tab ends up on a relevant Kanban board. A "I might want to be able to find this again" tab goes into Pinboard. Tabs that are basi…

> I ended up liking this approach because having a zillion open tabs introduces a subtle stress and anxiety that's sort of like when I visit a hoarder.

Sort of like when I'm being a hoarder, for me... :-( Gotta try and learn something like your approach. (I'll do that as soon as I can get around to it, i.e. when I'm done with all the procrastinating that's piling up on my to-do lists.)

Re: Show HN: Web browser to help programmers think clearly

#224

Earlier quoted context omitted.

It doesn't address your specific desire (uniform rendering of existing HTML), but the Gemini protocol seems to align with your desire for a simpler internet. It's worth a look if you aren't already familiar. https://gemini.circumlunar.space/

I like the idea of Gemini but the reality is 'here's a list of random servers which could be anything but at least our user interface is from the 1980s'. I like how it's lighter than the web, but I don't see how it's 'heavier than Gopher' as suggested (and I have been watching the Gemini project for a few months now). I was on the internet well before the web and I used Gopher all the time. It was great by the standa…

> Archie and Veronica

What I've always found hilarious is how stone-age the comic these were obviously named for was already then, thirty years ago.

Re: Show HN: Web browser to help programmers think clearly

#225

What I really want is a browser that displays information in a clear, unified format that I can customize to my liking. I want this browser to disregard all visual HTML and CSS rendering, and rather instrument a headless browser to gather the navigation and content from sites. I want to be able to easily make my own instrumentation for sites that do not yet work on this browser. I’m want to allow some branding in the…

I've been dying for a browser mode that works more like Sublime's Distraction Free Mode (Shift+F11). The main thing I want is the browser to remain full screen, but render webpages as if the browser is about half-width. Blank columns on either side. So many webpages with text are better if you view them at about half-width, and I often end up being forced to leave full screen and manually set the browser width to do…

Option A: Use Firefox or Edge, press F9.

Option B, for when F9 doesn't work: Narrow down your browser to a strip of desired width down the centre of the screen, keep a maximized blank window -- text editor with a new empty file, or something -- behind it.

HTH!

Re: Show HN: Web browser to help programmers think clearly

#226

anybody know similar apps for Linux?

from the author: > What’s next? > We are fixing up our Linux and Windows versions for public use.

was asking for existing products that I an use right now..

Re: Show HN: Web browser to help programmers think clearly

#227
post #209

Earlier quoted context omitted.

I'll edit the readme of that repo to make it more clear. We're distributing the browser off of github so we don't have to pay for download bandwidth and because it integrates with our CI. Our website got 1TB of traffic yesterday (which it turns out I have to pay for) and thats without hosting the binary on our site!

Your website is a static page. You should put that behind CloudFlare (or similar) and get them to handle the traffic for you.

We're hosting 15mb of video files on that landing page. Netlify says we've had 2.2 TB of transfer out but dividing those numbers gives many more uniques than we've seen in the landing page analytics :/

Re: Show HN: Web browser to help programmers think clearly

#228

Earlier quoted context omitted.

I'm an avid qutebrowser user too! Thanks for introducing me to Nyxt. I'm curious, why are you using qutebrowser if Nyxt is _at least_ as powerful as QB?

Nyxt is more extensible due to CL, which I like. However qutebrowser is working just fine for me so far and I didn't like how some things worked out of the box in Nyxt, and was too lazy to customize them.

Got it. Thanks.

Re: Show HN: Web browser to help programmers think clearly

#229

Earlier quoted context omitted.

I've been griping about the tedium of trying to organize tabs (and to a lesser extent bookmarks) for a long time. I typically have hundreds of tabs open and my sanity maintenance method is to keep their number under 256. They're somewhat organized with tab groups but the overhead of managing them is a huge pain point for me. So the visual categorization and search looks like a huge win. I don't care that much about t…

I'm not sure if this is helpful to you, but at some point I realized that I was using "open tab" to represent many different things. Once I started naming the uses, I realized that I could shift them to use-related systems. E.g., a "to read" tab gets fed to Instapaper and closed. a "to do" tab ends up on a relevant Kanban board. A "I might want to be able to find this again" tab goes into Pinboard. Tabs that are basi…

I like the idea of de-convoluting purpose from the information-pile, and indeed there is some weight associated with the thousand-something tabs I have open across multiple computers because they're all "open loops" in some form or another. When I try to deal with it, I often feel resistance to relying on cloud-based services, since it takes a while to get everything you want into that system, and there's the "what-if" questions about service longevity and if they allow exporting complete backups of the data you put in, etc. Certainly doing nothing about it doesn't help though. I do at least make sure my browser application data folders are part of my file-level backups.

Re: Show HN: Web browser to help programmers think clearly

#230
post #227

Earlier quoted context omitted.

Your website is a static page. You should put that behind CloudFlare (or similar) and get them to handle the traffic for you.

We're hosting 15mb of video files on that landing page. Netlify says we've had 2.2 TB of transfer out but dividing those numbers gives many more uniques than we've seen in the landing page analytics :/

If anyone's interested, it is likely that the missing traffic is coming from people with blocker scripts that prevent analytics. I've moved the media files from the landing page over to a S3 bucket behind Cloudflare as suggested.
Post reply on HN