Viewing profile — troym
troym
HN member- Joined
- Sat, Mar 30, 2013, 11:31 PM UTC
- HN karma
- 69
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About troym
No profile information was provided.
Recent public activity
-
comment
Comment #13269328
> Imagine having to constantly fight similar urges all the time I don't have to imagine, I have a child who survived a TBI that included damage to the hypothalamus. He's never sati…
-
comment
Comment #12378905
I'd assume it's argument chaining, e.g.: > find('elements').clear('contents').add('border')
- story
-
comment
Comment #12293674
iAlwaysStartGreenFieldJavascriptWithCamelCase_but_then_comes_the_json_and_all_is_lost.
-
comment
Comment #10666863
> Code should be clear first, elegant second. I disagree: code should be correct before it is clear. And because it's so easy to mess up a for loop (for me at least), I choose list…
-
comment
Comment #10666373
Yes, I understand that. I guess my original question would have been better put: can the notion of "current state" be avoided with persistent data structures, and if so, how?
-
comment
Comment #10666150
> Once you scratch a little bit the surface, you will see the extraordinary power of its persistent data structures. I've heard this repeatedly, yet in the examples I've read (for …
-
comment
Comment #10576848
> So the solution is to provide drugs that somehow deaden random neurons in somewhat random parts of the brain, and hope they don't cause massive side effects down the line? The au…
-
comment
Comment #10006646
I tend to agree with you and I understand the distinction you're making. And yet: > but conceal or misrepresent what they've seen. That's lying. They're accomplices to the abuse an…
-
comment
Comment #10006477
> that, in fact, the bad actors constitute an overwhelming minority of the population This survey contradicts that assertion: http://www.aele.org/loscode2000.html From the survey: …
-
comment
Comment #9409542
There's a more, er... traditional, debugger for Golang in the works: https://github.com/derekparker/delve
-
comment
Comment #8263836
> I'm pretty sure the side effects would be utterly intolerable even at half of that dose. I'm absolutely sure. My son takes methylphenidate for traumatic narcolepsy and hyperphagi…
-
comment
Comment #8213618
Interesting, thanks! FWIW, ambassadord has consul integration and that's something I've wanted.
-
comment
Comment #8213180
Maybe a bit off-topic. I haven't found a satisfactory solution to having communicating containers across multiple hosts. There seems to be quite a few solutions in the making (libs…
-
comment
Comment #7479082
(3a) No, because your data model never allows physical deletes. (3b) And because you modeled up to 6NF with temporal keys, you've got the record from (1) and (2) and you know at wh…
-
comment
Comment #7479061
> Making an action undoable often more than doubles the development cost of that feature. Every time I've added the feature, it's bordered on trivial (start a timer to execute the …
-
comment
Comment #7227815
Would a similar suit by Pelosi also be theater to you?
-
comment
Comment #6210202
September... 2012. See this thread (one of the longest on the mailing list atm): https://groups.google.com/forum/#!topic/angular/tqFZBkWPvl8 I know that doesn't answer your questio…
-
comment
Comment #6210194
I avoided routing with Angular as long as I could because my initial attempts were.. shall we say, painful (and I blame me, not Angular). When I returned to the routing bits in my …
-
comment
Comment #5830071
Hayek was not a conservative. http://www.cato.org/sites/cato.org/files/articles/hayek-why-...
-
comment
Comment #5792952
It's the "blank identifier", a throw-away variable. See http://golang.org/ref/spec#Blank_identifier
-
comment
Comment #5789377
AngularJS is too cool for babies!
-
comment
Comment #5788524
> The idea of the tax man as a thief in the night is just silly. Oh, really? Instead of argument by assertion, let's try an idea. Your neighbor comes and takes your bicycle without…
-
comment
Comment #5788379
> Taking advantage of the infrastructure, market, and support of one country only to flee to a tax haven abroad is neither moral nor respectable. A thief comes into your home and t…
-
story
Show HN: Your Shot, National Geographic Community Photography Site
Our team built the site for NGS. We used Django (they're a Django shop), RabbitMQ, and a whole lot of Elasticearch. Our biggest challenges were scaling to the size of their members…