Viewing profile — windust
windust
HN member- Joined
- Wed, Dec 01, 2010, 10:05 PM UTC
- HN karma
- 61
- Public activity
- 40 items
- HN profile
- View on Hacker News ↗
About windust
I am also the host of www.javapubhouse.com, a Java podcast for the working professional,
and lastly, I'm the only member of the one-man Nerdrock group Lambda Expression www.facebook.com/lambdaexpression
Recent public activity
-
comment
Comment #17062395
sure. It used to be that major releases were tied with major features. InvokeDynamic on 7, Lambdas on 8, Jigsaw on 9. So since these were the features that were expected, the relea…
-
comment
Comment #16058204
Installing the JDK has no ask toolbar (vs the JRE which is just the client libs)
-
comment
Comment #12003277
not quite patterns, but preferences :) https://blog.xkcd.com/2010/05/03/color-survey-results/
-
comment
Comment #11988026
http://cdn.slowrobot.com/524201613515576555.gif :)
- story
-
comment
Comment #9773810
Can't stress this enough. If you have Employee Incentive Options is way better to exercise them as soon as they are vested than to wait (if thinking of exercising at all). When you…
-
comment
Comment #9748699
or we can skip a generation and go to JRuby ;)
-
comment
Comment #9340728
Can you attach the JDK sources and put a breakpoint in the HttpRequest constructor? Then you should be able to find the culprit right?
-
comment
Comment #9333991
Mandatory xkcd comic https://xkcd.com/1497/
-
comment
Comment #9328766
I disagree, I think the hard skills for being a successful software developer are picked up by honing your craft daily working on the same project. Hackathons are too contrived sin…
-
comment
Comment #8302971
I would biased-ly recommend javapubhouse.com (I host it). Is a tech dive on a Java topic that you can listen while on the radio/threadmill (you can close your eyes and follow the c…
-
comment
Comment #8055410
Neat, will check it out. Yeah, Kanji might be a tall order right now (still working with Hiragana/Katakana first), but found the forums. Kinda nice to find a community of Japanese …
-
comment
Comment #8055293
Spanish native speaker here. I'm still waiting for my ah-ha moment (I'm learning Japanese for the past 4 months at a rate of 4 hours per week), I do hope it arrives. It took me pro…
-
comment
Comment #7921460
Mandatory XKCD Time travel Comic http://xkcd.com/716/
-
comment
Comment #7823039
// and Wing Commander including Armada, Descent, and Freespace (even Star Wars Tie Fighter). The last Space Sim that I found was Strike Suit Zero ( http://store.steampowered.com/ap…
- story
- story
-
comment
Comment #7530990
Working with the JVM, there is definitively more cross-platform support (I know there's Mono for CLR but it's not the same support Oracle's JDK gets), GC has a ton of heavy hitters…
-
comment
Comment #7173686
drooling for crunchyroll support
- story
-
comment
Comment #6263108
http://www.dummies.com/how-to/content/how-to-check-for-gas-l...
-
comment
Comment #6252212
In our company we understand that testing up-front can be off-putting, but we rather pass up a great candidate than hiring a poor one (we do subscribe to Polsky view on candidates …
-
comment
Comment #6219387
You're assuming that the code is executing in the way you read it, which is false. With the advent of branch prediction and Instruction reordering in CPUS (to gain performance), a …
-
comment
Comment #6219320
Not sure this is true. There is the concept of final fields, but that doesn't make objects immutable, and thus even when declaring object finals (or arrays) you can pretty easily s…
-
comment
Comment #5552446
We did this in collaboration with UofC, using our Algo trading platform ( http://www.optionscity.com/event/uchicago-midwest-trading-co... ) and it was really fun. Hm, I wonder if t…