Viewing profile — dntbrsnbl
dntbrsnbl
HN member- Joined
- Sat, Jul 03, 2021, 8:42 AM UTC
- HN karma
- 68
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About dntbrsnbl
No profile information was provided.
Recent public activity
-
comment
Comment #46317885
I think the UI code is not open source (so you can't build the browser yourself). https://vivaldi.com/blog/technology/why-isnt-vivaldi-browser...
-
comment
Comment #43530145
To be honest, I don't think I buy this. I'm from NZ and we have a number of introduced species (possums, stoats) which have a dramatic impact on the native wildlife. A lot of bird …
-
comment
Comment #43348706
Brave is definitely open source [1] (under the MPL)? The source for Safari is closed, but their rendering engine is completely open source [2]. [1]: https://github.com/brave/brave-…
- story
-
comment
Comment #40495274
Yeah, you can do something like that with a ServiceWorker - it does require some JavaScript though. https://developer.mozilla.org/en-US/docs/Web/Progressive_web...
- story
- story
- story
-
comment
Comment #30410452
The source code is here: https://github.com/fallaciousreasoning/bombs-away I use webpack for compiling the Typescript but everything else is from scratch.
- story
- story
- story
-
comment
Comment #28715314
I made https://readr.nz/ which works pretty well for me. Source code is here https://github.com/fallaciousreasoning/progrssive
-
comment
Comment #28298507
I wrote a PWA for reading RSS feeds. It works fully offline and should be installable in Chromium based browsers (I develop in Firefox, but Chromium definitely has better PWA suppo…
-
comment
Comment #27720264
Cool project! I completely agree, it's my go to playground for tryi g out new ideas. Mine is here: https://github.com/fallaciousreasoning/progrssive
-
comment
Comment #27720254
I wrote https://github.com/fallaciousreasoning/progrssive for this reason(and for offline support). It's free, and should be trivial to selfhost (there's also a live version at htt…