Viewing profile — thepicard
thepicard
HN member- Joined
- Sun, May 05, 2013, 6:13 AM UTC
- HN karma
- 74
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About thepicard
No profile information was provided.
Recent public activity
-
comment
Comment #7404285
A modern OS is definitely a virtual machine, where each process perceives that it is running on a single CPU with its own single contiguous bank of memory. Threads are a bit of a l…
-
comment
Comment #7303471
If you have 16GB, which is normal for high-end laptops these days, then you already can.
-
comment
Comment #7080418
>If the profession ever wants to produce anything reliable in C++ This has already been done, so you are obviously wrong. Exceptions are cute for small amounts of code. But as soon…
-
comment
Comment #7080409
Because that server was not that important?
-
comment
Comment #6896513
The different examples are all pretty much just different ways of writing the same thing. And then another different way of writing the same thing is presented, with "db:" prepende…
-
comment
Comment #6879687
Because it's more than that. It wasn't originally to speed up run time, but compile time. That history is wildly fascinating to me. We tend to take compile time for granted, unless…
-
comment
Comment #6860308
But your contact book and location?
-
comment
Comment #6860283
Definitely. I was going to say, was this not obvious when the app requests every permission related to your personal info?
-
comment
Comment #6857918
If you ask the average 1st world human being "What are Macs good at?" They usually say something about ease of use and multimedia stuff. It's just what people think. Now, on my Mac…
-
comment
Comment #6850893
Okay that's seriously metal.
-
comment
Comment #6799260
https://en.wikipedia.org/wiki/Poe's_law "Poe's law, named after its author Nathan Poe, is an Internet adage reflecting the idea that without a clear indication of the author's inte…
-
comment
Comment #6795776
I agree on some level, but you also can't say that this is a great thing. All these extreme opinions... Can't we all just agree that Google is pretty great, but going through an an…
-
comment
Comment #6755934
Or she was referencing this username... https://news.ycombinator.com/user?id=tokenadult
-
comment
Comment #6723535
I also have this question. There are technical reasons that PostgreSQL is better than MySQL, especially when it comes to features, but none are mentioned here. > From the developme…
-
comment
Comment #6692547
Speaking of digitalocean, are you guys affiliated at all? Because I get a digitalocean vibe from your pricing/terminology/etc. for some reason.
-
comment
Comment #6649496
My nexus 4 is still an excellent phone, but I want to buy the 5 anyway... Brain... brain stahp...
-
comment
Comment #6644566
I'm tempted to say: "unless mongoDB gets a lot better, this is not going to be true." However, a minute fraction of the rails community is large sites, so it doesn't matter. I also…
-
comment
Comment #6630649
They do, it's just a complex and involved process. I don't recall exactly but I believe it might also need an upfront investment as a music publisher or something? I too am lazy. D…
-
comment
Comment #6599623
Again, I think one with deep understanding would know that leaving it unset would result in zero, but also know that initializing it declares intent of the original author, and is …
-
comment
Comment #6597322
Arguably if people have such strong understanding of things they will be better programmers too. I would prefer the person who knew what they were doing, because they also know _wh…
-
comment
Comment #6378338
Can you whine some more?
-
comment
Comment #6259151
Riak.
-
comment
Comment #6176681
Well also, a government has a responsibility to act in the best interests of its people. While shafting the banks with a gigantic legal dick would be kind of funny, it could hurt o…
-
comment
Comment #6176657
Your example is ridiculously contrived. I would imagine the rule is not used extensively in practice because it exists as a preventive measure should such a thing ever come up.
-
comment
Comment #6174357
#include int main() { Py_Initialize(); PyImport_ImportModule("necromancy");