Live data from Hacker News

Viewing profile — stevek

stevek

HN member
Joined
Tue, Oct 20, 2009, 3:59 PM UTC
HN karma
9
Public activity
25 items

About stevek

No profile information was provided.

Recent public activity

  1. comment
    Comment #40354096

    Anybody know why it is a cycling (circular) motion rather than a linear stepping motion? It looks like the apparatus has a strange rolling motion which needn't be as pronounced.

  2. comment
    Comment #21802704

    Yes! Get a clear picture of what you want from this. Know your own mind before you enter into serious conversations with the company. Best case, you both win.

  3. comment
    Comment #19614056

    COM is not windows specific any more! Or rather there is a portable COM-like thing which looks like a good fit for cross language development https://github.com/Microsoft/xlang It'…

  4. comment
    Comment #8487464

    I also really enjoyed the course. The book behind this course is called "The Elements of Computing Systems". I've been recommending it to lots of people.

  5. comment
    Comment #8457848

    Not a fix at all! It shows how to disable SSLv3 on a IE and some http servers.

  6. comment
    Comment #7777273

    Yay for Nintento and boo to patent trolls. The article is rather lightweight and short. It doesn't say what the claims actually were.

  7. comment
    Comment #6592509

    From the link: Europlugs are only designed for low-power (less than 2.5 A) Class II (double-insulated) devices that operate at normal room temperature and do not require a protecti…

  8. comment
    Comment #5600623

    >> "The fact that it has not decomposed shows you how unhealthy it is for children." > How does that show it's unhealthy for children? I'm not saying that a burger from McDonald's …

  9. comment
    Comment #5263867

    > There are now inductive loops as you traverse the offramp. They sense if your car is exceeding a given speed, and they trigger a red light at the end of the offramp if you are. T…

  10. comment
    Comment #4814693

    One part in the article really caught my attention: Recruiting and hiring isn’t considered a core activity I think that once your company grows beyond a certain size, it must becom…

  11. comment
    Comment #3638528

    Does nobody else find the repetition objectionable? e.g. NEW = ('N', 'New'), If your values have good names, you can easily deduce "Some Constant" from SOME_CONSTANT or vice-versa.…

  12. comment
    Comment #3120596

    Entertaining rants, compression (data & image) & general sweng. http://cbloomrants.blogspot.com/

  13. comment
    Comment #2940726

    I agree, reading assembly is a great skill to have for some domains. You'll almost never write assembly these days, except in the most niche of niches. A much more productive appro…

  14. comment
    Comment #2940657

    We've done this. A modified clang-interpreter spits out some json. Python scripts consume the it and generate reflection data, script bindings etc. We're very happy with the result…

  15. comment
    Comment #2127223

    The single worst thing that people do wrong when writing regular expressions is to use .* x when really they should use [^x]* x (i.e. the common case of looking for some kind of te…

  16. comment
    Comment #2009310

    Yes, it's mostly for entertainment value. However, I didn't previously know about the commmand-t plugin. It made the read worthwhile, independent of entertainment.

  17. comment
    Comment #1917434

    For most people on HN I suspect this would be more like: 1. Close your IM, email and browser

  18. comment
    Comment #1763633

    What a strange infographic. Why are google & oracle on opposite sides, but nokia & quallcomm neighbors? Deliberate or accidental? It looks more "graphic" than "info".

  19. comment
    Comment #1715747

    818 is certainly worth a look. Pretty amazing really.

  20. comment
    Comment #1686064

    Ouch, it looks like defragging your SSDs became worthwhile again!

  21. comment
    Comment #1656033

    Looks lovely. This works really well - I've been doing the same thing on paper for years. I do find however, that you need to make the recipe a few times from the long winded versi…

  22. comment
    Comment #1528196

    I spent quite a few days tinkering with putting linux onto a nas device which was a lot of hassle and didn't perform well (music streaming). In the end I just got an cheap fanless …

  23. comment
    Comment #1344057

    As anybody with a netbook can tell you that many videos which are extremely choppy in flash (yes, even if fully buffered) are quite playable in vlc for instance. Now given that one…

  24. comment
    Comment #1264768

    I've often heard of this, but only just read it for the first time. When reading this, I was struck by how much more horrifying it would be if the characters were running on the co…

  25. comment
    Comment #963832

    It always amuses me to hear talk of this wonderful universal language of mathematics. On a certain level, it's true but in each field of mathematics there are many notational diffe…