Viewing profile — el_muchacho
el_muchacho
HN member- Joined
- Fri, Apr 06, 2012, 8:11 AM UTC
- HN karma
- 14
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About el_muchacho
No profile information was provided.
Recent public activity
-
comment
Comment #7285265
What I would like more people to understand is, the NSA planting backdoors into everyone's accounts and software makes everyone less safe to both interior and exterior attacks. So …
-
comment
Comment #6746085
C++11 adds a little welcome syntaxic sugar to the language. Yet C++ is nowhere near supporting functional style as well as D does. It really doesn't look and feel the same.
-
comment
Comment #6701379
> Or to put it another way: the Soviet government didn't start out surveilling their citizens before they just murdered all the ones who were considered dissidents. They started do…
-
comment
Comment #6701368
> However, I don't see any direct evidence of police state action; no smoking gun if you will. So I believe it's better to confine ourselves to openly known facts & working to roll…
-
comment
Comment #6542929
Between Word and Wordperfect, the latter was the better product. But Word was easier to use for simple documents.
-
comment
Comment #3813463
I don't think there are problems with 64 bit versions, but many computers are still 32 bits. The PC I use right now is 32 bits and I don't feel the urge to buy a new one. So I supp…
-
comment
Comment #3813449
The drop after 2007/2008 probably corresponds to the Phobos/Tango debacle, and the fact that Walter decided to fork with D2. One of the main problems was, he was almost the sole co…
-
comment
Comment #3806643
What is the definition of a system PL ?
-
comment
Comment #3806617
Probably because there is no need for it ? If WaitGroup waits for the end of all tasks to continue, there is map/reduce which should do the trick.
-
comment
Comment #3806457
Agreed, D is a much bigger and complex language than Go. Comparing the standard libraries, Phobos doesn't look far behind Go in scope. There are big holes though, like crypto, whic…
-
comment
Comment #3806418
D is pretty strong at concurrency today. See for instance http://www.informit.com/articles/article.aspx?p=1609144 and http://ddili.org/ders/d.en/parallelism.html