Viewing profile — devishard
devishard
HN member- Joined
- Wed, Jan 27, 2016, 7:16 AM UTC
- HN karma
- 1,328
- Public activity
- 418 items
- HN profile
- View on Hacker News ↗
About devishard
No profile information was provided.
Recent public activity
-
comment
Comment #13706050
I don't think that the imprecision of human song interpretation can be used as evidence that AIs are inaccurate.
-
comment
Comment #13689687
There are two levels to power that I've identified in anti-authoritarian groups. The first is the making and enforcement of the rules, and the second is the meta-game in which peop…
-
comment
Comment #13689427
I agree, but only because questions so often go bad in titles that I now avoid them on principle. This is a rare situation where the question asked in the title is answered in a no…
-
comment
Comment #13659798
If you came to that conclusion within a few seconds at the beginning of this article, your diagnostic criteria is basically "uses drugs -> has drug problem". A stopped clock is rig…
-
comment
Comment #13567040
Yes. Your experience might be different, but I have a limited capacity for the number of people I can remember basic facts about to be polite, so when I was keeping track of 100+ p…
-
comment
Comment #13563906
I didn't have a plan for replacing the social contact of Facebook when I quit. I lost contact with a lot of people. But it turned out that most were acquaintances, not friends, and…
-
comment
Comment #13527380
Surely you realize production cost and value to the customer are related?
-
comment
Comment #13481996
"almost every program" != "any program"
-
comment
Comment #13481985
I'm interpreting "embarrassingly parallel" to mean that it's obvious the task can be parallelized, and I'm saying that many tasks where this isn't obvious in a more serial language…
-
comment
Comment #13481952
I'm not saying Amdahl's Law is wrong, I'm saying that it doesn't apply to as many problems as people think it does. I said "almost" for a reason.
-
comment
Comment #13476738
>> Your Erlang program should just run N times faster on an N core processor > But only if your program is embarrassingly parallel with at least N times available parallelism in th…
-
comment
Comment #12344125
It's not "removing a possible value from your map", it's having your type system explicitly check that you're handling the edge case at compile time. This works in practice in a wi…
-
comment
Comment #12344079
Instead of responding to the fact that JavaScript: 1. Has no adequate threading model. 2. Has no reasonable type system. 3. Has better alternatives on the server side. ...you're ma…
-
comment
Comment #12344014
> Look at all this horrible code! So sad that all these people are not as smart as me. Look at this horrible language! So sad the people that created it are not as intelligent as m…
-
comment
Comment #12336760
That edit is fine and says a reasonable thing that I agree with, but there are two reasons why I said "women" instead of "gender". 1. "Hackers don't give a fuck about women" is a m…
-
comment
Comment #12336523
> In a world without copyright, large corporations would have free rein to slurp up all the world's public software, extend it however they like, create whatever remaining function…
-
comment
Comment #12321575
That's true, but for sufficiently large organizations, it would only be a matter of time before the code associated with the binaries was leaked, and without copyright, you would s…
-
comment
Comment #12321240
> The FSF is not opposed to copyright as a concept. I'm not sure you're knowledgeable enough on the subject to make that claim. > You can argue over duration, but copyleft would no…
-
comment
Comment #12321226
Working within the copyright system that exists and affects us all should not be misinterpreted as agreeing with copyright. Copyrighting software is terrible for society. But given…
-
comment
Comment #12321154
> It's a poor "manifesto" too. What exactly are the aims of The Hacker? "Exploring", "Outsmarting you", and "judging people by what they say and think, not what they look like". Pl…
-
comment
Comment #12297797
I've had nothing but positive experience with RethinkDB drivers. RavenDB has good drivers for some languages, but admittedly not every language is well-supported. Still, I can't se…
-
comment
Comment #12297745
> It's a completely reasonable tradeoff as long as you can quantify the risk and quantify the cost (here's a tip for something that scarily few engineering organizations does: trac…
-
comment
Comment #12297702
But there are other databases that are good at that, too, and don't drop your data. RethinkDB? RavenDB? Depending on the type of data you're using either of those could be an optio…
-
comment
Comment #12291698
There's a third possibility, superdeterminism, in which literally everything is determined by previous conditions, so that no communication is needed, even via a property outside o…
-
comment
Comment #12291675
Exactly.