> Do you have a clear concept of a viable solution? Nuclear. Solar farms take 450 times more land than nuclear to produce the same amount of energy (source:…
This is hilarious, thanks for sharing. I used to work at companies like this, except they weren't worth billions of dollars.
You still need to know a bit of assembly to take advantage of SIMD (even when using compiler intrinsics). See for instance https://github.com/lemire/simdjson
> you input N and it will produce the Nth prime Look for Willans' formula (there's a nice explanation in the book "Hacker's Delight").
> If an entire Sci-fi continuity were limited to just Sol and Alpha Centauri, this by itself would constitute an inexhaustible number of potential settings. "Saturn's Children" by Charles Stross is a good one…
Yeah, and with OpenGL ES/OpenAL support it was pretty easy to port C++ games to the iPhone, with just a thin Obj-C wrapper.
As someone living in a third world country, I can't help chuckling every time I see people discussing "poverty in America".
iptables -A OUTPUT -p tcp -d news.ycombinator.com -j DROP
http://www.fzort.org/mpr/junk/greplin-3.pl.txt Perl, 7s. Looks like I arrived at the same recurrence that madars used, but I swear I didn't look at his solution... Memoize magically turns it from exponential to…
> Do you have a clear concept of a viable solution? Nuclear. Solar farms take 450 times more land than nuclear to produce the same amount of energy (source:…
This is hilarious, thanks for sharing. I used to work at companies like this, except they weren't worth billions of dollars.
You still need to know a bit of assembly to take advantage of SIMD (even when using compiler intrinsics). See for instance https://github.com/lemire/simdjson
> you input N and it will produce the Nth prime Look for Willans' formula (there's a nice explanation in the book "Hacker's Delight").
> If an entire Sci-fi continuity were limited to just Sol and Alpha Centauri, this by itself would constitute an inexhaustible number of potential settings. "Saturn's Children" by Charles Stross is a good one…
Yeah, and with OpenGL ES/OpenAL support it was pretty easy to port C++ games to the iPhone, with just a thin Obj-C wrapper.
As someone living in a third world country, I can't help chuckling every time I see people discussing "poverty in America".
iptables -A OUTPUT -p tcp -d news.ycombinator.com -j DROP
http://www.fzort.org/mpr/junk/greplin-3.pl.txt Perl, 7s. Looks like I arrived at the same recurrence that madars used, but I swear I didn't look at his solution... Memoize magically turns it from exponential to…