Viewing profile — jonpress
jonpress
HN member- Joined
- Sat, Feb 01, 2014, 4:35 AM UTC
- HN karma
- 58
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About jonpress
No profile information was provided.
Recent public activity
-
comment
Comment #13753786
The programmer is only as good as his manager. If a 10x programmer is working under the leadership of a 1x programmer, he will probaby turn into a 0.5x (due to lost motivation). A …
-
comment
Comment #13753784
The programmer is only as good as his manager. If a 10x programmer is working under the leadership of a 1x programmer, he will probaby turn into a 0.5x (due to lost motivation). A …
-
comment
Comment #10567507
That's why I'm not a huge fan of Coffeescript or even convenience utility libraries like underscore/lodash. They save you a couple of lines or a few opening /closing braces but the…
-
comment
Comment #10558423
Being an asshole isn't that effective. Not as effective as being a scheming, manipulative backstabber.
-
comment
Comment #9836515
JavaScript is object oriented just like any other language. The difference is that it is prototype-based OO instead of class-based OO. I would say that JavaScript's OO is actually …
-
comment
Comment #9684008
The earth and the universe will cease to exist eventually so we might as well make the most of them.
-
comment
Comment #9674150
This sounds like it could be useful if you want to have a bunch of IoT devices (possibly on the same network) which interact with each other directly without going through a centra…
-
comment
Comment #9503893
Oops I forgot to add tags around it. My bad.
-
comment
Comment #9503257
I think it's important for you and your competitors to be aware of how much value you've added to society at any given time - Your company's valuation does that pretty well. It hol…
-
comment
Comment #9469214
Wow, how did you manage to do the thoracic vertebrae? I have been trying to achieve that one for years! On the plus side, I was able to master repeated ankle cracking without refra…
-
comment
Comment #9395337
Failure is the normal state of things. You should aim to be comfortable with failure. If you don't enjoy the process, then you probably shouldn't be doing it. Most people don't suc…
-
comment
Comment #9374018
Yes, socket/pipe-based IPC is more expensive than shared memory up to a point, but it's more scalable since you don't have to deal with locking (mutexes, semaphores) and the limits…
-
comment
Comment #9372929
The root of the eventloop issue is not Node-specific. The real underlying issue here is that one CPU core is given too much work while others are more or less idle. Offloading some…
-
comment
Comment #9327175
It's a personal observation and also a big generalization. I think maybe it's because extroverts often derive their self-worth from their interactions with others instead of basing…
-
comment
Comment #9327148
I think it was a huge mistake to announce Angular 2.0 so long before its release date. In the open source world, you should aim to release the product BEFORE you even announce its …
-
comment
Comment #9323561
I think that introverts who can fake extroversion make the best leaders. Natural born extroverts are often selfish and can't relate to others on a deeper level - Only on a superfic…
-
comment
Comment #9262250
Developers who say that JavaScript is bad are ones who haven't seriously used it recently. Personally, I've come to prefer (by a long shot) JavaScript's prototype-based OO over tra…
-
comment
Comment #9216104
I think cloud providers are mostly good for small/medium, fast growing startups. Big companies need more granular flexibility. The path to vertical integration in the software inds…
-
comment
Comment #8979882
I think transparency is good. The secretive (and superficial) society we have now favors cheaters and liars. If there was a way to publicly expose everyone for who they really were…
-
comment
Comment #8976213
You are putting too much time into it. If you can't do something in under 50 hours per week, then you're not being efficient with your time. I have a day job at a startup (maybe 45…
-
comment
Comment #8972190
I disagree with the concurrency part. Node.js has excellent built-in IPC support through the process and child_process objects. Since Node.js is JavaScript, you can't possibly argu…
-
comment
Comment #8904059
Most people are not deep - They don't really think - They just blindly try to adhere to various stereotypes. Everyone does that to some extent (including me) but there are many lev…
-
comment
Comment #8898944
I didn't have many friends in school. I never tried to fit in - I found other people in my class to be predictable and uninteresting and it took me too much energy to pretend that …
-
comment
Comment #8898714
"Instead it will focus on 'future versions of Glass' with work carried out by a different division to before." Is that division made up of people from Magic Leap by any chance? htt…
-
comment
Comment #8892864
Node.js is way better than Go! It's more expressive, more flexible and more portable. ... Thanks for the downvotes. Well worth the bad karma :)