Live data from Hacker News

Viewing profile — dntbrsnbl

dntbrsnbl

HN member
Joined
Sat, Jul 03, 2021, 8:42 AM UTC
HN karma
68
Public activity
16 items

About dntbrsnbl

No profile information was provided.

Recent public activity

  1. 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...

  2. 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 …

  3. 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-…

  4. story
  5. 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...

  6. story
  7. story
  8. story
  9. 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.

  10. story
  11. story
  12. story
  13. comment
    Comment #28715314

    I made https://readr.nz/ which works pretty well for me. Source code is here https://github.com/fallaciousreasoning/progrssive

  14. 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…

  15. 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

  16. 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…