back
user profile

magnetic

764karma·321submissions·November 27, 2016
recent activity (321 total)
comment
Sorry, I can't agree. "Crêpes Suzette" are delicious...
9y ago·view thread
comment
> I am genuinely curious about this as it seems to be a rising trend where the vocal minority want to enforce their idea of culture and beliefs onto others as if it were a religious or cult like mo…
9y ago·view thread
comment
I guess it all depends how much they invest in scaling that part of the business. It's a bit of an optimization problem to figure out the "right" formula to grow the business. I can alr…
9y ago·view thread
comment
> Education is top-notch (pretty much all of our universities are top 5% worldwide) How is that top 5% computed? Do you have a source?
9y ago·view thread
comment
I own a Model S and I know that one of the painful parts of ownership is that you have to go to approved bodyshops and Tesla service centers, as well as use only Tesla original parts. That translates …
9y ago·view thread
comment
But if you are the insurance of the Tesla driver, it's the other party (through insurance or directly) that will come after your driver, not you. You will just say to your driver "per our co…
9y ago·view thread
comment
That's not a bad idea provided you have it good. The challenges in finding happiness often occur for the other subset: those who don't have it that good.
9y ago·view thread
comment
Money is no substitute for health. It will just sound like a "philosophical tidbit" until you get hit by a health issue for which you'd give everything you own to get rid of. Then you&#…
9y ago·view thread
comment
It's not that simple unfortunately. Some disabilities are "invisible" (as in "we don't know how to measure it with medical equipment"), which brings the challenges to a w…
9y ago·view thread
comment
> It's a global variable, it's not on the stack. It's in the data section. And because it's a const, it's in the .rodata section... (read-only) Playing too liberally with t…
9y ago·view thread
comment
> Just mention in the documentation that they are macros, in big letters. The macros themselves are usually in BIG_LETTERS already... that generally gives it away.
9y ago·view thread
comment
> However it also pays incredibly well. Even moreso for specialities and surgeons, who can make over 200k a year even in low cost of living areas. Despite the difficulties of being a doctor it'…
9y ago·view thread
comment
Well doesn't that depend on what metric you use to define speed? It sounds like you are measuring latency... but if you were to measure throughput you may be getting a different answer. The 100 m…
9y ago·view thread
comment
I was following you until... > I can't imagine how bad software development would be if we acted like the medical system. ...which made me laugh. Until I realized you weren't sarcastic (I…
9y ago·view thread
comment
You're leaving out other important factors: e) safety: there may be a risk to get mugged on your way to the car, but you can also get mugged on the way to the public transportation. However, once…
9y ago·view thread
comment
Individual Contributor, if I'm not mistaken
9y ago·view thread
comment
Probably nothing of importance.
9y ago·view thread
comment
And it seems to me the OS should ensure the pages are zero'd out rather than user space (via malloc()) doing it, because it's still a security hole to let a process read data that it's …
9y ago·view thread
comment
> What changed is the paged memory model: modern systems don't actually tie an address to a page of physical RAM until the first time you try to use it (or something else on that page). Initia…
9y ago·view thread
comment
The HTML source does have it all in about half a page of <div>s
9y ago·view thread
comment
If you rely on http to ensure the one-and-only-one type of paradigm, I have bad news for you (because you won't be able to distinguish failure vs success case when you hit a timeout: did it not r…
9y ago·view thread