Live data from Hacker News

Viewing profile — ludiludi

ludiludi

HN member
Joined
Wed, Sep 07, 2022, 5:03 AM UTC
HN karma
171
Public activity
11 items

About ludiludi

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #38329093

    I got a nil pointer deref panic trying to use this tool: $ nilaway ./... panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: i…

  3. story
  4. comment
    Comment #37245380

    It appears so. https://developer.arm.com/documentation/102374/0101/Program-... "So far, we have seen examples that use branches to handle decisions. The A64 instruction set also pr…

  5. comment
    Comment #37245284

    Your disasm is for x86-64. The benchmarks in the blog were run on an M1 MacBook Pro, which is an ARM64.

  6. comment
    Comment #37245148

    Good question. As you can see in the comment in the github repo, it has no effect. https://github.com/ludi317/max/blob/master/blog/max_test.go#... It is there only to match the con…

  7. story
  8. comment
    Comment #37167612

    Here's my visual implementation of Knuth's algorithm to solve Mastermind! Click "Solve within 5 moves" https://ludi317.github.io/ Gory details here: https://github.com/ludi317/ludi…

  9. story
  10. comment
    Comment #33601038

    > If you read the title and thought “well, you were probably just doing something silly beforehand”, you’re right! Don't feel too silly. Russ Cox, one of the technical leads on the…

  11. story