Live data from Hacker News

Viewing profile — zde

zde

HN member
Joined
Sat, Aug 15, 2015, 5:42 PM UTC
HN karma
13
Public activity
53 items

About zde

No profile information was provided.

Recent public activity

  1. comment
    Comment #18938483

    > But since they both used the same program to generate random prime numbers, there’s a higher-than-random chance that their public keys share a prime factor BS

  2. comment
    Comment #18239565

    Knuth's DLX

  3. comment
    Comment #17834777

    > The Combi has a cruising range of 350 kilometers and can go from 0 to 100 kilometers in roughly 6 seconds, so says the company. That's Mach 48.59!

  4. comment
    Comment #17833673

    A message format that requires parser to understand both UTF8 and UTF16, cool!

  5. comment
    Comment #17338540

    Single pass compiler with back-patching. No intermediate code representation, very simple optimizer (just constant folding and dead code removal). C Preprocessor integrated with pa…

  6. comment
    Comment #16731328

    Increasing system's entropy is bad, bad, bad! There's no way back, you know?

  7. comment
    Comment #16730825

    “The aspiration is to have a working power plant in time to combat climate change." Let's combat global warming by producing even more heat, converting 40% of it to electricity.

  8. comment
    Comment #16166362

    To understand DNS, you must first understand DNS.

  9. comment
    Comment #16151526

    s/annoying/attacking/

  10. comment
    Comment #16066355

    Reminds me of dieselgate. "Our product is ok unless operated out of spec" didn't work, iirc.

  11. comment
    Comment #15970924

    Next: EU has found out that an apple is a fruit?

  12. comment
    Comment #15903520

    Loved the part that explains how to prevent your servers from being hacked. You must "defend it" with energy drinks.

  13. comment
    Comment #15521153

    Sadly, they miss the important ones. http://noname.c64.org/tracker/manual_online.php

  14. comment
    Comment #15427480

    It is common, and you will probably get 2 or 3 counteroffers, but (unless you bluffed) none will make you stay.

  15. comment
    Comment #15093997

    Guido said in some interview they used tagged pointers in some project before Python, and it didn't work well. Apparently there is some benefit in "value is always a reference" (le…

  16. comment
    Comment #15093900

    That's not weird but pretty common knowledge. IIRC 1-char strings are interned too.

  17. comment
    Comment #15089068

    > When the server is done processing a request, the allocator goes out of scope and all memory allocated for that request is deallocated. Forking servers, reinvented.

  18. comment
    Comment #15060315

    Python startup latency is horrible, and unfixable. It got much worse in python3 because it loads much more modules (think of all the unicode crap).

  19. comment
    Comment #14347878

    String.intern() would suck much less if strings had an "IS_INTERNED" flag which would prevent hashtable lookups for already interned strings. Really sad given the insane overhead J…

  20. comment
    Comment #14274986

    Beware: Wikileaks are Russian. She said so.

  21. comment
    Comment #14110710

    Likely not, managed code tends to avoid nulls. They are problem in the return path though.

  22. comment
    Comment #14110708

    Likely not, managed code tends to avoid nulls. They are problem in the return path though.

  23. comment
    Comment #14068410

    In the time frame spent to test these hacks I would have written a perfect C module that runs circles around it.

  24. comment
    Comment #13496298

    Could you elaborate? The Wiki page does not seem to mention any other case of radiation poisoning.

  25. comment