New #Sketchcard available to purchase.
DM to buy.
#ZigAndZag
#art #speeddraw #speeddrawing #sketch #card #TheBigBreakfast #Zig #Zag #puppets #morningtv #chrisevans #childrenstv #nostalgia
As a project to learn #Zig, I wrote z-fasta, a drop-in replacement for samtools faidx. It indexes ~17x faster using mmap/SIMD. It's early days, and I have a lot more planned, but I'd really appreciate any feedback or bug reports from the #Bioinformatics community!
github.com/eneskemalerg...
Just wrote my first proper blogpost, showing off a data structure that excels at allocating many small dynamically sized lists. Written in #zig
gavinmcdiarmid.com/blog/cascade...
A screenshot of a custom PS1 game emulator. In the window there are many numbers and lights to see. In the centre is a game window showing off a rendering of a racing track from Crash Team Racing.
Things are steadily falling into place on the custom PS1 Emulator. It's actually semi-playable too!
Crash Team Racing: Roos Tubes
😄
#emulator #emulators #PS1 #CTR #Zig #ZigLang #gamedev
Just what IS Zig, anyway? And why are people using it without writing a line of it? Most programming languages spread because developers write code in them. A developer tries the syntax, likes the ...
#zig #c #rust #languagecomparison
Origin | Interest | Match
nuPSX -- #PlayStation1 emulator in #Zig that works in a browser
#retrodev #programming #psxdev #retrogaming #psx #ps1
Finally have been trying out https://github.com/boyter/scc for counting (unique) lines of code, comments, DRYness and complexity and getting a better and more aggregated overview of the scale of my https://thi.ng/umbrella monorepo. SCC is really much better and faster than what I've using […]
Uptime graph showing a dramatic decrease of availability after the Microsoft takeover. Going from consistent 100%
My head of ops complained that #GitHub CI/CD has become _so_ unreliable, specifically #GitHubAction s and its scheduler (even with #selfhosted runners) that we need to migrate to an alternative.
We're not alone, see e.g. #Zig […]
[Original post on mastodon.habets.dev]
Jai might finally be entering its breakout era.
• Closed beta since ~2020
• Real production use
• New Blow game in 2026
• Engine open-source after release
Read:
https://www.mrphilgames.com/blog/jai-in-2026
#Jai #GameDev #Zig #OdinLang
Added GPT-5.4 support to ZiggyPiAi (github.com/DeanoC/Zi...).
gpt-5.4 with full 1M context
gpt-5.4_smallcontext for the 272K path
Users can now choose full-context vs smaller-context behavior explicitly by model ID.
#zig #ChatGPT #AIAgents
Early preview of the Spider Web design docs 🕸️
Just starting to write things up in Obsidian. It’s rough and evolving, but how I'm thinking about the future architecture of the AI agent that I'm currently building
publish.obsidian.md/...
#AI #AIagents #LLM #ObsidianMD #Zig
I just completed "Lobby" - Day 3 - Advent of Code 2025
Part 2 made me implement a recursive generic version of part 1 that was actually much simpler
github.com/jeffmallozzi...
adventofcode.com/2025/day/3
#AdventOfCode
#zig
1/2
Meet #NullClaw 🦞, a full AI agent framework written in raw #Zig that fits in 678 KB, runs on ~1 MB of RAM, and boots in under 2ms.
The entire thing is ~45,000 lines of Zig with 3,230+ tests.
🔗
github.com/nullclaw/nul...
#AIAgents #EdgeAI #EmbeddedAI #OpenSource #TinyML #AIInfrastructure #AI
I just completed "Gift Shop" - Day 2 - Advent of Code 2025
adventofcode.com/2025/day/2
github.com/jeffmallozzi...
Yeah, I'm running very behind this year ;)
#AdventOfCode
#zig
更新されたよ、見に来てね!→ 【ダイジェスト版】常識が覆る激動の時代! #Linux と #OSS の最前線を徹底解説 #AI と共存するコードの行方 2026年3月3日(火) #GitHub #News #Zig
TBH I didn't see this coming. You know there's a big hype around OpenClaw, but ... NullClaw beats it. Way smaller, faster, perhaps more secure. And written in Zig language: https://github.com/nullclaw/nullclaw #ai #agent #nullclaw #zig
I built a Tigerbeetle client in Unison by building a Tigerbeetle wrapper client in Zig to the official Tigerbeetle C client. I had no other choice. It was hard and fun. Read more to find out. #zig #unison #tigerbeetle
更新されたよ、見に来てね!→ 激動する主要プログラミング言語! #Go 1.26と #Zig の躍進 #AI が崩す#COBOL の牙城 2026年2月25日(水) #News #Programming
#GameDev #IndieDev #Zig #CrossPlatform
One sentence: #Myra is C++23. You just write it in Pascal syntax. Myra takes the syntax philosophy of Oberon, start with Pascal, remove everything that isn't essential, and uses it as the front end for a full C++ 23 code generator.
github.com/tinyBigGAMES...
"Butler Trouble": das Frühjahrsheft der @ideengeschichte.bsky.social, herausgegeben von Eva Geulen und Fellow 2023/24 @spoerhase.bsky.social. Mit Diederichsen, Gehring, Scholz, Schloemann #ZIG www.wiko-berlin.de/wikothek/zei...
a Zig snippet of code showcasing the use of Mecha and some generic programming: ```zig fn ParserBuilderReturn(comptime b: anytype) type { return @typeInfo(b).@"fn".return_type.?; } /// ‘oneOfMany(parsers, opts)` is ‘many(oneOf(parsers), opts)`. fn oneOfMany(comptime parsers: anytype, opts: mecha.ManyOptions) ParserBuilderReturn(mecha.many) { return mecha.many(mecha.oneOf(parsers), opts); } /// Numeric literals. const number_literal = struct { fn sepByUnderscores(comptime d: anytype) ParserBuilderReturn(mecha.combine) { return mecha.combine(.{oneOfMany(.{ d, mecha.combine(.{ mecha.ascii.char('_').discard(), d }), }, .{ .collect = true })}); } const parser = PrintInspect(mecha.oneOf(.{ mecha.combine(.{ mecha.string("0x"), sepByUnderscores(mecha.ascii.digit(16)) }), sepByUnderscores(mecha.ascii.digit(10)), })); }.parser; ```
#zig this is beautiful
winbuzzer.com/2026/02/19/g...
Is GitHub Dying? Major Projects Exit as AI Reshapes Development
#AI #GitHub #AIAgents #AgenticAI #Microsoft #BigTech #Developers #SoftwareDevelopment #Zig #Ownership #AndrewKelley #Curl #Godot #Codeberg #Mesa
Gonna try to roll my own http server and found already have every I want and even some I need but didn't though of. Anybody have an idea on how to generate openapi type from zig ? #zig
@niledile.bsky.social
EVERYONE GO WATCH THE SOL SEARCH TEASER TRAILER RN OUR TEAM WORKED SOSOSOSO HARD ON THIS I LOVE YOU BYYYYYYYYYYEEEE 🥰🥰🥰
#solsearch #zip #choc #zig #sol #niledile #indieanimation #cartoon #furries #furry #cats #animation #queer #deep #outerspace #iyna #dendark #talos #furryart
Was nice to see all of you! Looking forward to the next #Zig Day in April.
Tonight I learned a lesson. It's called Double Frees and Use After Frees, or Why You Might Want To Copy That String
Luckily none of this is hot code, so I don't have to worry about making copies at this time
#zig #programming
OSDev Bare Bones with Rust - Cross-Compilation and Freestanding For a while now, I've had OSDev Bare Bones on my todo list—almost two or three years if I'm not wrong. I always wanted to g...
#rust #zig #c #linux
Origin | Interest | Match
New release of whats: codeberg.org/mrus/whats
(binary builds here: github.com/mrusme/whats...)
Completely rewritten arg parser, update to Zig 0.15.0+, added initial velocity conversion with a handful of units, fix money conversion, etc.
What's whats? -> xn--gckvb8fzb.com/whats-1-21-g...
#zig