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.
Show HN: Hacker News desktop app made with Electron and Node
41–50 of 77 posts
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
#42This is really great. I like that it remembers read stories, even across sessions.
Re: Show HN: Hacker News desktop app made with Electron and Node
#43Re: Show HN: Hacker News desktop app made with Electron and Node
#44Not 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
#45Re: Show HN: Hacker News desktop app made with Electron and Node
#46Well done on making this, but I have to say that I'm sure I'm not the only person that's not interested in installing node on their desktop.
Re: Show HN: Hacker News desktop app made with Electron and Node
#47Earlier 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
#48This looks interesting but the first thing I noticed was that the 'H' in your logo isn't centred and it hurts my brain.
Re: Show HN: Hacker News desktop app made with Electron and Node
#49In 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:3Re: 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.)