Live data from Hacker News

Viewing profile — NieDzejkob

NieDzejkob

HN member
Joined
Sat, Jun 29, 2019, 6:21 PM UTC
HN karma
807
Public activity
163 items

About NieDzejkob

No profile information was provided.

Recent public activity

  1. comment
    Comment #35498442

    The growth is exponential - each backslash becomes two in the next iteration. Thus after n iterations we have 2^n - 1 backslashes, and we only need 30 iterations to hit a gigabyte …

  2. comment
    Comment #35286361

    I tested this and on a new enough OpenSSH client, the RSA key gets replaced using the mechanism described here: https://lwn.net/Articles/637156/ (if you connect using a key other t…

  3. comment
    Comment #35087225

    Asahi is specifically about arm64.

  4. comment
    Comment #34801343

    Do you perhaps have any affiliation to disclose? This reads like ad copy.

  5. comment
    Comment #34447939

    They say the access got closed before publication.

  6. comment
    Comment #33314985

    The name didn't get coined here - there are Sharp datasheets documenting this core, and they use the name SM83.

  7. comment
    Comment #30886933

    My favorite solution is Tup, which uses FUSE to observe exactly which files each command is reading. That way it's impossible to write a Tupfile for which incremental builds don't …

  8. comment
    Comment #30405145

    Yeah, tries are special cases of FSMs, and so are DAWGs.

  9. comment
    Comment #30352066

    I'm sure patches are welcome.

  10. comment
    Comment #30310559

    Every now and then there is one at codegolf.SE's king-of-the-hill tag

  11. comment
    Comment #30154384

    ... or the journalist misunderstood and misquoted the expert.

  12. comment
    Comment #30066731

    If a Game Boy ROM counts as an executable, it's been done: https://github.com/pinobatch/little-things-gb/tree/master/gb...

  13. story
  14. story
  15. comment
    Comment #29961885

    ...or just make defer run at the end of the scope.

  16. comment
    Comment #29961870

    That is a common misconception. The destructor runs at the end of the scope. Try putting a println in a drop impl.

  17. comment
    Comment #29773199

    That's somewhat similar to what I'm doing with Miniforth [0]. Programming in a minimal environment is fun . I don't have a separate machine, so I'm booting my main laptop from a th…

  18. comment
    Comment #29718029

    Nah, it's just that the target audience ("investors") won't care about the few bucks.

  19. comment
    Comment #29500087

    I really hope this is Poe's law at work.

  20. comment
    Comment #29133133

    They didn't "forget" to do it, it's just not finished yet.

  21. comment
    Comment #28673475

    Where does your phone have this sticker?

  22. comment
    Comment #28628147

    Sounds like something that'd be interesting to try out, but not with a $200 price tag.

  23. comment
  24. comment
    Comment #28599198

    > Passwords must be shared to work, therefore they can never truly be secret. That's not entirely true, as demonstrated by constructions like PAKE. It is a shame, though, that the …

  25. comment
    Comment #28392668

    Wait, I don't follow. NEC had a license for the Intel chips, but then got sued for producing a chip like the 8086?