Live data from Hacker News

Viewing profile — eckzow

eckzow

HN member
Joined
Tue, Nov 06, 2012, 5:02 PM UTC
HN karma
74
Public activity
32 items

About eckzow

No profile information was provided.

Recent public activity

  1. comment
    Comment #28038400

    Zipline | South San Francisco, US | Remote ok (with travel) | Full Time | Embedded Systems | Robot Perception Zipline uses drones to deliver critical and lifesaving medicine to tho…

  2. comment
    Comment #24484355

    The first footnote of the article says: > While that could mean just about anything, nearly everyone who writes a half-decent hand-written parser, whether they know it or not, is w…

  3. comment
    Comment #13557534

    I don't know if I would call it "good" but if you're willing to settle for "official" there is http://www.ti.com/tool/MSP430-FLASHER which will work with TI's own MSP-FET on all th…

  4. comment
    Comment #13266113

    I'll second my sibling comment in saying that C (and C++!) will be around for a long time, and is epically easier to get hired with if you're trying to break into the industry. The…

  5. comment
    Comment #11149060

    I agree with your sentiment, but I think the situation is a bit more nuanced. The usual argument is that headers don't actually provide good encapsulation: implementation details i…

  6. comment
  7. comment
    Comment #9562389

    And if that kind of "game" is your thing, you may also enjoy https://microcorruption.com

  8. comment
    Comment #8915495

    You may find this Wikipedia page enlightening: http://en.wikipedia.org/wiki/Kessler_syndrome

  9. comment
    Comment #8832472

    By my reading that implementation was assembled by humans, not the optimizer. Although, there's certainly nothing magical that prevents the optimizer from generating such code. Her…

  10. comment
    Comment #8832457

    A good interview exercise (not necessarily vouching for fizzbuzz here) allows depth of discussion past the initial answer. It is in this discussion stage where I spend the majority…

  11. comment
  12. comment
    Comment #8029753

    I don't think the your parent was talking on an individual level, but a more macroeconomic level where this appears to not be happening[1]. [1] http://www.winningwordsproject.com/a…

  13. comment
    Comment #7856352

    The worst one--which to be fair, is specifically warned against on the site--is that you can't really use local variables. The technique is useful to a point. I used a similar tech…

  14. comment
    Comment #7674461

    Glib response: :s/t:50/t:60/g More serious response: I think after many years of training ones brain to use the features available to it some of those features become second nature…

  15. comment
    Comment #7650344

    Or press "brightness -" until they turn off...

  16. comment
    Comment #7583211

    I'm also too lazy to actually do the calculation, but to a Fermi approximation XKCD has already more or less proven[1] that it's not terribly practical for a homeowner as an energy…

  17. comment
    Comment #7136092

    Fair enough. The Cortex-M's that I've dealt with have generally been homed inside some larger chip, and so the "reset pin" notion was a bit more vague, and in such an environment A…

  18. comment
    Comment #7135337

    I don't mean to be a party pooper since I've done my fair share of hacky workarounds in v7-M processors and it is always exhilarating when it works... But since I'm a Cortex M fanb…

  19. comment
    Comment #7049367

    Clearing an arbitrary bit actually is supported (as mentioned in the article: "you can set, clear, or toggle any bit with one instruction"). The specific details require you to dig…

  20. comment
    Comment #7046803

    Thumb-2 immediate encoding is even more gleeful--in addition to allowing rotation, it also allows for spaced repetition of any 8-bit pattern (common in low level hack patterns, lik…

  21. comment
  22. comment
  23. comment
    Comment #6224757

    I don't know about "a ton" -- there are far better ways to move around a file than mashing hjkl, even with numbered versions (vim-easymotion, vim-seek). Once you can get to the rig…

  24. comment
    Comment #6135068

    The very next slide cleans it up using a "utility type" which reminds me of the "monadic" Haskell solution.

  25. comment
    Comment #5809723

    It's been a while since I used Gentoo, but most of the serious users consider build-from-source as a feature and don't penalize portage for that. I believe your parent is referring…