Viewing profile — eckzow
eckzow
HN member- Joined
- Tue, Nov 06, 2012, 5:02 PM UTC
- HN karma
- 74
- Public activity
- 32 items
- HN profile
- View on Hacker News ↗
About eckzow
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
- comment
-
comment
Comment #9562389
And if that kind of "game" is your thing, you may also enjoy https://microcorruption.com
-
comment
Comment #8915495
You may find this Wikipedia page enlightening: http://en.wikipedia.org/wiki/Kessler_syndrome
-
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…
-
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…
- comment
-
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…
-
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…
-
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…
-
comment
Comment #7650344
Or press "brightness -" until they turn off...
-
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…
-
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…
-
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…
-
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…
-
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…
- comment
- comment
-
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…
-
comment
Comment #6135068
The very next slide cleans it up using a "utility type" which reminds me of the "monadic" Haskell solution.
-
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…