eng @socket.dev
- 15yr js/ts
- rust
- ex vercel
- ex fb
- js1k-guy
🤦♂️
🤦♂️
And screw any random games demanding sign up to play without reasons.
And screw any random games demanding sign up to play without reasons.
Flying to sfo today. Want sure if I'd ever see sfo again but here we go.
Flying to sfo today. Want sure if I'd ever see sfo again but here we go.
Ok actually I should just go to bed :p
Ok actually I should just go to bed :p
Also, I found a failure case of moves being parsed in correctly, stored it in a comment, no further description.
Mindlessly telling it to continue with next step.
"I finished tasks, but I see that you opened this file and let me fix the problem". Uh, what.
It did.
Also, I found a failure case of moves being parsed in correctly, stored it in a comment, no further description.
Mindlessly telling it to continue with next step.
"I finished tasks, but I see that you opened this file and let me fix the problem". Uh, what.
It did.
It was so convinced this was correct.
It was so convinced this was correct.
It's a tool to find the best chess line based on a given position.
Built on Stockfish (Claude used the most time trying integrating this).
Nothing ground-breaking but I needed this tool for followup ideas :)
pvdz.github.io/bestchessline/
It's a tool to find the best chess line based on a given position.
Built on Stockfish (Claude used the most time trying integrating this).
Nothing ground-breaking but I needed this tool for followup ideas :)
pvdz.github.io/bestchessline/
- initial poc: 10 minutes
- implementing stockfish off-the-shelve: 2 hours plus tedious debugging and only solved after explicitly pointing it into an official example (despite telling it to read its docs)
- more feature work: 20 minutes
- polish: forever, of course.
- initial poc: 10 minutes
- implementing stockfish off-the-shelve: 2 hours plus tedious debugging and only solved after explicitly pointing it into an official example (despite telling it to read its docs)
- more feature work: 20 minutes
- polish: forever, of course.
But no. Turns out just made puzzles easy so now this kind of streak is completely devalued. I'm at puzzle ~2300 and getting puzzles 1000-1800. sigh.
But no. Turns out just made puzzles easy so now this kind of streak is completely devalued. I'm at puzzle ~2300 and getting puzzles 1000-1800. sigh.
It's as if it doesn't expect any system to be as elaborate or thorough as preval is showing it to be.
I guess good for me. But makes test gen from LLM's much harder.
It's as if it doesn't expect any system to be as elaborate or thorough as preval is showing it to be.
I guess good for me. But makes test gen from LLM's much harder.
And by marking them, something like this becomes a lot easier. Before the binding was considered a let but now that I detect and mark them I can consider all reads for that binding as const. And so this sort of rule becomes a lot easier to do! :D
And by marking them, something like this becomes a lot easier. Before the binding was considered a let but now that I detect and mark them I can consider all reads for that binding as const. And so this sort of rule becomes a lot easier to do! :D
The new tests created are more in the desired direction (though Preval certainly supports these too).
The new tests created are more in the desired direction (though Preval certainly supports these too).