Could you rephrase this sentence? It feels like it was written by some a.i lamo
HN user
zestprod
https://lemondev.xyz
It is quite strange that just by making things collapsible they get way less addictive.
I have also noticed that disabling Javascript on search engines makes me very productive. (autocompletion often makes me search things I didnt intended on searching)
Kudos to the author, that was a good article!
I'd suggest surf[1]. It is as barebones as it gets and is extremely customizable.
I use it when I need a browser that I could focus while using.
I recently figured out a way to resize images without a backend.
This was particularly useful when trying to cut down on costs(through not using APIs) by resizing images on the frontend since most browsers support this.
Also, it doesn't require a node package that could have vulnerabilities. Just pure and simple browsers APIs. It also supports png, jpeg, gif, avif, and webp(all image formats that are supported by a browser).
idk thought this was cool to share...