Live data from Hacker News

Viewing profile — windust

windust

HN member
Joined
Wed, Dec 01, 2010, 10:05 PM UTC
HN karma
61
Public activity
40 items

About windust

I work for Optionscity Software Inc, as their Director of Client Technology (don't worry, it stills involves programming 90% of the time), and wear many hats (usability expert, performance Guru, and coffee-to-code processor. Within Optionscity I'm proud of what we create (it's very innovate, and cutting edge), and always love the challenge of pushing Java to its limit.

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

  1. 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…

  2. comment
    Comment #16058204

    Installing the JDK has no ask toolbar (vs the JRE which is just the client libs)

  3. comment
    Comment #12003277

    not quite patterns, but preferences :) https://blog.xkcd.com/2010/05/03/color-survey-results/

  4. comment
    Comment #11988026

    http://cdn.slowrobot.com/524201613515576555.gif :)

  5. story
  6. 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…

  7. comment
    Comment #9748699

    or we can skip a generation and go to JRuby ;)

  8. 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?

  9. comment
    Comment #9333991

    Mandatory xkcd comic https://xkcd.com/1497/

  10. 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…

  11. 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…

  12. 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 …

  13. 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…

  14. comment
    Comment #7921460

    Mandatory XKCD Time travel Comic http://xkcd.com/716/

  15. 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…

  16. story
  17. story
  18. 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…

  19. comment
    Comment #7173686

    drooling for crunchyroll support

  20. story
  21. comment
    Comment #6263108

    http://www.dummies.com/how-to/content/how-to-check-for-gas-l...

  22. 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 …

  23. 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 …

  24. 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…

  25. 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…