Live data from Hacker News

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

github.com

71–77 of 77 posts

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

#71
post #50

Earlier quoted context omitted.

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

(Be sure to run npm install first.)

And install node... which I don't use...

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

#73

That's a pretty cool idea... but do people really want more HN? My impression is that most people want to read it once or twice a day, but are driven to it more often than that as attempts at procrastination. So this seems like it'd be a net loss for most users.

That's exactly the idea of Hacker Menu. You could check the news anytime by just clicking it, but it's not distracting

But it's tempting. My hypothesis is that it's too tempting.

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

#74
post #43

Earlier quoted context omitted.

Yeah, unfortunately the app bundled with a Chrome. But, the upside is it's implemented in HTML/CSS/JavaScript and it's hackable :)

Did you consider making a simple Chrome app of this?

Perhaps, that will come. We need to learn more about how people use it, and get more feedbacks.

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

#75

Earlier quoted context omitted.

That's exactly the idea of Hacker Menu. You could check the news anytime by just clicking it, but it's not distracting

But it's tempting . My hypothesis is that it's too tempting.

You should watch for the menu icon to change to dark color then :). Thanks for sharing your thoughts. btw

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

#76
post #75

Earlier quoted context omitted.

But it's tempting . My hypothesis is that it's too tempting.

You should watch for the menu icon to change to dark color then :). Thanks for sharing your thoughts. btw

Sure thing :)

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

#77
post #44

Not particularly directed at OP, I haven't tried or even downloaded the app. But am I the only one that when I see 'Node' and 'Desktop' in a headline immediately think 'this may be really nice but it is just gonna be to big for what it does'? And, as a followup, what is the appeal of using Node for desktop dev?

You are not the only one. But not because of Node (which is not that big) but because of Electron. That said, the big issue is that we don't (yet) get to share Electron installs. If all desktop applications had to bundle all their dependencies, including what the OS already provides to them, they would be just as big. Electron apps themselves aren't that big. Even Atom.

Electron really should be treated like `node` and be a dependency. Of course you could still package your apps with Electron, and you can do that with node too (if you wanted to), still nobody distributes node applications like that.

Actually, I tried fixing that problem with `asv`: https://news.ycombinator.com/item?id=10244073

Post reply on HN