Viewing profile — theyoungestgun
theyoungestgun
HN member- Joined
- Thu, Oct 23, 2014, 12:54 AM UTC
- HN karma
- 46
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About theyoungestgun
No profile information was provided.
Recent public activity
-
comment
Comment #13675385
This is mentioned in her bio at the end, but worth noting here, I think: Barbara runs a coursera course on learning how to learn ( https://www.coursera.org/learn/learning-how-to-le…
-
comment
Comment #12866239
Psst . . . verilog (not saying the same for systemVerilog) isn't doing its job ;)
-
comment
Comment #12354100
Many FPGAs these days have flash memories that are good for ~10K writes.
-
comment
Comment #12294731
Famous example with Porsche: http://www.nytimes.com/2008/10/30/business/worldbusiness/30i...
-
comment
Comment #10854126
This is a list of startups. Orbitz is far from a startup.
-
comment
Comment #10826873
I like these "You CAN do X with Y!" types of posts - especially when it's not the same drum being banged over and over. I think there's a really big part of this case study that is…
-
comment
Comment #10807653
See-also: trickle down economics.
-
comment
Comment #10699555
"When I don't have to" If I'm not going to depend on the IDE to tell me what a deduced variable type is, you can bet your ass I'm going to want to depend on it for autocompleting s…
-
comment
Comment #10699528
I do not consider the API of a reasonably complex construct "obvious". That is often where IDEs shine for me - in java or any other language that can gather that info for me. It's …
-
comment
Comment #10699461
He acknowledges its real power when talking about templates. That's what this feature is about: make template metaprogramming accessible, and the regular developers of the world wi…
-
comment
Comment #10699428
Agreed - but this is why modern features should be paired with modern tools. A simple hover-over or click through in an IDE to show what the function signature looks like is pretty…
-
comment
Comment #10340735
The Aussie dollar is pretty weak right now. That translates to $1640 USD.
-
comment
Comment #9610620
Then penalize the OS scheduler by removing your spinning CPU from its available resources ;)
-
comment
Comment #9246957
Cpp and c also call things volatile for entirely different reasons than Java. These are two distinct ecosystems. They use the same terminology with different meaning. That perhaps …
-
comment
Comment #9092154
Assuming you mean friend in the standard cpp way, that's not exactly correct. http://stackoverflow.com/questions/495021/why-can-templates-...
-
comment
Comment #9017822
I was asked a variant of this sorting question (with the same expected answer) a while back. I think it's utter horseshit, just on principle that in 99% of cases the interviewer wi…
-
comment
Comment #8820106
Are there any options besides JNA and multi-process shared memory (java to native through message passing of some sort)?
-
comment
Comment #8597064
What do you mean that 'microsecond as barely acceptable'? That was too long for what? I'm skeptical that there are really that many players out there who are in a position where a …
-
comment
Comment #8593834
These switches aren't really a secret. And the crazy expensive switch is guaranteed to be the cheap part. Now add the all the ip required to make that fpga smart enough to place or…
-
comment
Comment #8496154
Better yet - avoid the kernel altogether! Onload + Solarflare is a wonderful thing.