Live data from Hacker News

Show HN: Hacker News desktop app made with Electron and Node

github.com

31–40 of 77 posts

Re: Show HN: Hacker News desktop app made with Electron and Node

#31
post #10

This tool reminds me of a feature in the Vivaldi browser called Web Panels: https://vivaldi.net/en-US/blogs/teamblog/item/50-snapshot-1-... You can have a sidebar in your browser with it's own webpage displayed, so you can have Hacker News open no matter what tab you're viewing.

And the sidebar extension for Opera for Hacker News (using Dharmesh Patel's app) https://addons.opera.com/en/extensions/details/hackernews-si...

Re: Show HN: Hacker News desktop app made with Electron and Node

#32
post #23

Earlier quoted context omitted.

Maybe, just maybe, we should just bundle Node and Electron into a package, install that as a shared library (similar to the way .NET and Java are installed) and then just ship, in the installer, a tool that downloads those if not already installed? Would save a lot of memory and time for everyone.

Electron is moving pretty quickly (and breaking APIs) at this point so you'd end up with just as many versions of the shared library as you would copies in applications.

Breaking APIs is not generally good either.

But if a single newsreader contains more code than a full PlayStation game, you know something’s wrong.

This is just Wirth’s Law in action.

Re: Show HN: Hacker News desktop app made with Electron and Node

#34
post #20

I would bet that my newsreader uses booth less RAM and less disk space. This is what feeds were invented for. Why should I install that much bloat just for reading HN?

Why should you? Okay, don't.

If OP gave you free beer would you spit it out over him and say it's too bitter?

Re: Show HN: Hacker News desktop app made with Electron and Node

#35
post #34
post #20

I would bet that my newsreader uses booth less RAM and less disk space. This is what feeds were invented for. Why should I install that much bloat just for reading HN?

Why should you? Okay, don't. If OP gave you free beer would you spit it out over him and say it's too bitter?

That's a pretty bad metaphor. I am refusing OP's free beer, because I don't drink beer. I also question the need of giving away free alcohol. Instead, I take the free glass of water from the next guy.

Re: Show HN: Hacker News desktop app made with Electron and Node

#37

> Download the latest build for your platform from releases. Cool !! Oh.. Mac only right now.

We're working on the Windows and Linux builds. Or if you can't wait, just clone the repo and run `npm start`: https://github.com/jingweno/hacker-menu#development

[deleted]

Re: Show HN: Hacker News desktop app made with Electron and Node

#38
post #32

Earlier quoted context omitted.

Electron is moving pretty quickly (and breaking APIs) at this point so you'd end up with just as many versions of the shared library as you would copies in applications.

Breaking APIs is not generally good either. But if a single newsreader contains more code than a full PlayStation game, you know something’s wrong. This is just Wirth’s Law in action.

The very fact that we 'do not break APIs' is one of the reasons that this newsreader is 100+ MB. If Google Chrome wasn't 4,490,488 lines of code designed across years of development to, well, _support old web APIs_ -- then it would likely be much smaller. :)

Re: Show HN: Hacker News desktop app made with Electron and Node

#39
post #38
post #32

Earlier quoted context omitted.

Breaking APIs is not generally good either. But if a single newsreader contains more code than a full PlayStation game, you know something’s wrong. This is just Wirth’s Law in action.

The very fact that we 'do not break APIs' is one of the reasons that this newsreader is 100+ MB. If Google Chrome wasn't 4,490,488 lines of code designed across years of development to, well, _support old web APIs_ -- then it would likely be much smaller. :)

Well, and, as the parent said, even with this you still can’t use the same version of the library even for a few months. That’s the worst out of both worlds.

Re: Show HN: Hacker News desktop app made with Electron and Node

#40
post #35
post #34

Earlier quoted context omitted.

Why should you? Okay, don't. If OP gave you free beer would you spit it out over him and say it's too bitter?

That's a pretty bad metaphor. I am refusing OP's free beer, because I don't drink beer. I also question the need of giving away free alcohol. Instead, I take the free glass of water from the next guy.

I say take the beer and chill man. No need for the -ve vibe. Cheers
Post reply on HN