Viewing profile — jfager
jfager
HN member- Joined
- Sat, Oct 03, 2009, 9:17 PM UTC
- HN karma
- 2,755
- Public activity
- 605 items
- HN profile
- View on Hacker News ↗
About jfager
In NYC, working on my own stuff right now. Shoot me an email if you ever want to grab a beer and talk shop (username at gmail).
Recent public activity
-
comment
Comment #12333563
It's "Thinking, Fast and Slow", and the study in question is hardly "key" to the book, it gets all of one paragraph in chapter 4.
-
comment
Comment #10496958
Based on the actual voting record, on the most serious issues, she's about on par with the worst president of the modern era. Cruz and Trump would be worse, sure, but not by "a mil…
-
comment
Comment #10496826
The person Lessig would theoretically be Nadering, you do realize that as a Senator she voted on the wrong side of all of those bad things you're pointing out, right?
-
comment
Comment #10496751
"as opposed to"? People only have one money? I threw $n at a shot to get an honest, articulate voice on stage at an early-primary-season debate, to hopefully influence the party/ev…
-
comment
Comment #10357268
The actual damages that resulted from his actions were pretty small and purely financial. Even if you prosecute on the basis of what could have happened (maybe we start charging ev…
-
comment
Comment #10352856
Keys posted active credentials to a forum, and those credentials were used by others to deface a website. Do you regard that as a fair statement of what happened? Still completely …
-
comment
Comment #10352640
Keys is an asshole, and low-level nonviolent drug offenders absolutely should not be treated as they are. Both of these things are completely irrelevant to the fact that any jail t…
- comment
- comment
-
comment
Comment #10151840
Do you have any pointers to papers describing how vote auditing techniques extend to liquid democracy? The Google paper doesn't even acknowledge the problem, much less describe a s…
-
comment
Comment #10150544
I'm a big fan of this general idea but taken to the limit of being able to delegate all issue votes to any person goes too far, and I'd prefer a system that elected representatives…
-
comment
Comment #9331249
I'm bored of C++ apologists pretending like there's really such a thing as 'modern and idiomatic C++11/14' that any two C++ programmers actually agree on, or that you'd ever actual…
-
comment
Comment #8875454
In the cases where your application can benefit from parallelizing simple operations over a large data set stored in a collection, `parallel()` is fine. It's even fine in the case …
-
comment
Comment #8875003
The main reason they build these on Stream rather than Iterable is b/c they wanted to include the `parallel()` method, which works via "spliterators" rather than plain old iterator…
-
comment
Comment #8870124
Congratulations, haters: https://github.com/rust-lang/rust/pull/20944
-
comment
Comment #8376917
Video cpms can be well over $10, a 40M-view video could easily make a few $100k (though, of course, only a % of that ends up in the creator's pocket). 500k views could be a few tho…
-
comment
Comment #8322516
What do you mean by 'low-level extensions'? There's nothing in the language proper that can't run on bare metal, how much lower can you get? If anything, it's the functional parts …
-
comment
Comment #7651113
I wouldn't say "trying to keep breaking changes to a minimum"; breaking changes still happen a lot. More accurate would be that breaking changes are happening less frequently than …
-
comment
Comment #7620720
I'm only through the introduction right now, but assuming that it's representative of what's coming later, Piketty isn't saying 'r > g' as mathematical fact, he's saying ' when r >…
-
comment
Comment #7616317
It's a matter of taste. I personally feel that your specific examples make Rust more readable, because of how little space gets wasted on those frequent, unambiguous names. Ubiquit…
-
comment
Comment #7058429
Him switching from being neck-deep in compiler issues to actually using the language in anger on whatever it is he's doing now might end up being really good for the language. His …
-
comment
Comment #7023640
Yes, it's just bindings to open-ssl. Yes, it's probably a little clunky to use. But we just went from "a decade or so before you can do anything networking related" to "ssl takes m…
-
comment
Comment #7023430
No, but they probably could be, there are open-ssl bindings available: https://github.com/sfackler/rust-openssl
-
comment
Comment #7023360
you're going to be waiting like a decade or so before you can do anything networking related with it Not true. My 'learn rust' project is pcap-based and has a trivial websocket imp…
-
comment
Comment #6276504
"This is then picked up by every JSON-RPC server and they will intersect those two tags, sending the event {hello: 'world'} to any connection that matches." Do you see this eventua…