Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lochnessduck
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
lochnessduck
2mo ago
To the author (Dave): have some faith in your voice. If you can’t describe the project as well as the AI (because you vibe coded it), then take a dang hour to ask the AI how it works and do a proper write up without copy pasting. Nobody is
2.
▲
by
lochnessduck
5mo ago
Yes, me too. This is good to know, but basically it means I can’t rely on old conversations any more. Using a “handoff” file to try and start a new conversation is effectively the same thing as what they did under the hood. So yeah, you can
3.
▲
by
lochnessduck
5mo ago
I use the carry flag in a lot of z80 assembly for communicating a status of an operation. XOR doesn’t mess with the carry flag, I think it’s another point in favor of xor. (Though I don’t remember even considering using sub)
4.
▲
by
lochnessduck
1y ago
Then there’s chip8 and a chip8 emulator on the gameboy :) https://github.com/lancekindle/damaged-chip8