Viewing profile — ludiludi
ludiludi
HN member- Joined
- Wed, Sep 07, 2022, 5:03 AM UTC
- HN karma
- 171
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About ludiludi
No profile information was provided.
Recent public activity
- story
-
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…
- story
-
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…
-
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.
-
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…
- story
-
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…
- story
-
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…
- story