banner
serpent7776.bsky.social
@serpent7776.bsky.social
The Syntax Sorcerer aka I like programming languages.
Pinned
Publish your first hive adventure right from your browser.

hive.blog/announcement...

#cyoa #web3 #gamedev
Publish your first Hive Adventure game — Hive
Hive keychain integration lets you publish your first Hive Adventure right from the browser by serpent7776
hive.blog
November 12, 2025 at 6:01 PM
People think assembly is hard.
And then continue dealing with typescript,tailwind,jsx and react thinking "this it fine".
November 4, 2025 at 5:38 PM
My #hacktoberfest blog entry on contributing AVX512 image diffing algorithm to odiff
dev.to/serpent7776/...
#assembly #dev
Comparing images with AVX
This is a submission for the 2025 Hacktoberfest Writing Challenge This is the first time I heard...
dev.to
November 2, 2025 at 10:40 PM
October 31, 2025 at 7:28 PM
Solving travelling salesman problem with #SIMD
stackoverflow.com/beta/challen...
-COMPLETE- Code Challenge #11: Taco crawl optimization
Stack Overflow | The World’s Largest Online Community for Developers
stackoverflow.com
October 27, 2025 at 8:54 PM
I don't think I like #zig SIMD, at least for now. It's a bit verbose and limited.
October 27, 2025 at 7:08 PM
Vector iota function in #zig
October 25, 2025 at 8:40 PM
plus scan function (aka prefix sum) in #zig.
October 25, 2025 at 5:18 PM
#zig pub v export keywords.
October 25, 2025 at 4:34 PM
#zig wtf is x deduced as usize in the loop here? This is nonsense.
October 25, 2025 at 1:33 PM
Perplexity, you OK?
October 22, 2025 at 8:26 PM
#AI is having an existential crisis here unable to edit an empty file and instead telling me to do it manually. <_<
October 22, 2025 at 6:51 PM
Who tf designed snap remove?
I accidentally messed up Firefox snap and had to remove and install and it removed my profile data.
October 21, 2025 at 8:32 PM
Halp, is #zig SIMD supposed to be `@as(@Vector(...), ...)` everywhere?
October 20, 2025 at 9:42 PM
Parse CLI arguments by using schema parser that generates code that parses arguments
- exposes plain C data struct, no nonsense hash maps
- type safe
- only generates code that you actually use

github.com/serpent7776/...
github.com
October 20, 2025 at 8:51 PM
When you have a hammer, everything looks like a nail.
When you have SIMD, everything looks like a vector.
#assembly
October 20, 2025 at 8:00 PM
October 20, 2025 at 7:11 PM
Why not #assembly
October 18, 2025 at 9:25 PM
Turns out the AI generated react app solving travelling salesman problem didn't find the optimal solution.
October 18, 2025 at 7:58 PM
That's why raw for loops are dumb:

for (int b = 0; b < bits; bits++)
October 18, 2025 at 2:27 PM
Where is _mm_shuffle_epi16 when I need one? #asm
October 18, 2025 at 12:19 PM
I asked LLM to solve travelling salesman problem and it generated react app (even had a map!).
October 18, 2025 at 11:58 AM
Seriously #Go?
October 17, 2025 at 8:49 PM
Destructors > defer
Change my mind.
October 15, 2025 at 8:55 PM