jb55's avatar
jb55
_@jb55.com
npub1xtsc...kk5s
I made damus, npubs, and zaps ⚡️ Independent bitcoin core and lightning dev.
jb55's avatar
jb55 2 weeks ago
Found this in my drunk drafts: “The casino <-> stripclub circular economy…” Not sure where i was going with this
jb55's avatar
jb55 3 weeks ago
go Seahawks #sportsball
jb55's avatar
jb55 3 weeks ago
nostr is already an mmorpg, we just don't have the client to show it yet
jb55's avatar
jb55 3 weeks ago
private reactions are cool image
jb55's avatar
jb55 3 weeks ago
it works! built a wgpu rendering engine from scratch. this works as a render pass so I should be able to draw arbitrary 3d models in damus android/desktop now. lol. what if you could share models on a post like you can share images? View quoted note →
jb55's avatar
jb55 3 weeks ago
starting to practice a form of vibe coding where I am not allowed to copy and paste or let it modify any of my files directly. I have to manually type everything it generates. benefits: 1. you understand all of the code, so that its easier to modify in the future. 2. you can make the code your own, fix bugs, tweak it, etc as you are implementing it. it's a bit slower but the lack of #1 is my biggest complaint about vibe coding. symbiote programming?