Live data from Hacker News

Viewing profile — fzort

fzort

HN member
Joined
Fri, Oct 15, 2010, 9:02 PM UTC
HN karma
14
Public activity
13 items

About fzort

No profile information was provided.

Recent public activity

  1. comment
  2. comment
  3. comment
    Comment #20420333

    > 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: https://www.forbes.com/…

  4. comment
    Comment #20414851

    This is hilarious, thanks for sharing. I used to work at companies like this, except they weren't worth billions of dollars.

  5. comment
    Comment #20402461

    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

  6. comment
    Comment #20357828

    > 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").

  7. comment
    Comment #20324750

    > 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 …

  8. comment
  9. comment
  10. comment
    Comment #20255072

    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.

  11. comment
    Comment #20251252

    As someone living in a third world country, I can't help chuckling every time I see people discussing "poverty in America".

  12. comment
    Comment #1796584

    iptables -A OUTPUT -p tcp -d news.ycombinator.com -j DROP

  13. comment
    Comment #1796472

    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 magicall…