Live data from Hacker News

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

github.com

41–50 of 77 posts

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

#41
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.

You should hit me up sometime. I'd love to party with you. /s

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

#43

Looks cool. But... 100+Mb for a notification app?

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?

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

#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?

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

#47
post #35

Earlier quoted context omitted.

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.

You should hit me up sometime. I'd love to party with you. /s

Come on guys, this isn't Reddit so lets keep the commentary constructive. I feel rtz12 has some valid points - although his/her language style contains emotion you can't presume to know why that is without being that person.

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

#49
In case it's helpful,

  hacker-menu$ node install
  module.js:338
      throw err;
            ^
  Error: Cannot find module 'hacker-menu/install'
      at Function.Module._resolveFilename (module.js:336:15)
      at Function.Module._load (module.js:278:25)
      at Function.Module.runMain (module.js:501:10)
      at startup (node.js:129:16)
      at node.js:814:3

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

#50

> 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

(Be sure to run npm install first.)
Post reply on HN