Viewing profile — nejenendn
nejenendn
HN member- Joined
- Fri, Oct 13, 2017, 6:47 AM UTC
- HN karma
- 16
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About nejenendn
No profile information was provided.
Recent public activity
-
comment
Comment #15559493
Wait, who are you talking about?
-
comment
Comment #15559467
Did you respond to the right comment? I’m having difficulty figuring out where the OP compared reaches.
-
comment
Comment #15555165
While I agree with that sentiment, the idea that large investments are risky is not in itself interesting. What does this add to the conversation?
-
comment
Comment #15553225
Not to mention this is the point of the < operator.
-
comment
Comment #15503727
Yup, this is a problem of money draining from rural america. There are many symptoms.
-
comment
Comment #15503707
Heh, it’s slightly ironic you use the sequential programming model as the basis for modern computing when that’s less true each year, both at the language and the instruction level…
-
comment
Comment #15499351
Thankfully people actually using the software is more meaningful than awards :) Also why is it so weird to see your company wants you to be replaceable? It’s up to YOU to different…
-
comment
Comment #15499276
Well if you refuse to learn from mistakes you’re going to keep missing. Gchat is still better than whatever half baked, whitespace filled crap is there now.
-
comment
Comment #15494473
It’s hard to tell the difference between your narrative and the narrative that you can only be hired at failing companies because they can’t afford someone who will stick around.
-
comment
Comment #15494167
18 months is a lot different than 6 months. You can’t even ramp up fully on a codebase in 6 months, arguably.
- comment
-
comment
Comment #15493217
Jealous after bailing after six months? Are you sure it’s not pity? How many times have you quit in a row?
-
comment
Comment #15489840
Probably just blocked the port.
-
comment
Comment #15488002
It decoded to a phase vocoder on the nearest semitones.
-
comment
Comment #15487998
You could also throw the tor browser on a usb stick when i graduated.
-
comment
Comment #15485149
Heh, we have a similar experience here in the bay area from all the wild fires.
-
comment
Comment #15484901
Psh 808s and Heartbreak is a classic. Don’t tell me T-Pain doesn’t just make your heart soar; I know you’re lying. /humor
-
comment
Comment #15483759
Driving to the right of a car turning left isn’t even illegal in all cases.
-
comment
Comment #15481178
https://www.nytimes.com/2017/08/14/world/asia/north-korea-mi...
-
comment
Comment #15480836
It really depends on the route in SF; some DO have express busses.
-
comment
Comment #15480812
Well, it’s still working for NK, regardless of who funded it. Also, I think China is exceedingly unlikely to be the source here, especially when it’s been established the recent nu…
- comment
-
comment
Comment #15480143
Ouch. Is this at a legal or community level?
-
comment
Comment #15478416
Agreed. However, C++ pragmatically does have restrict in both clang and g++, which is still useful in cases where you can deductively prove the lack of aliasing.
-
comment
Comment #15477826
Fortran is easier to optimize compared to c/++ if you don’t use restrict for the c end. If you do use restrict (iirc) the compilers are competitive.