norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.6K
active users

#zig

1 post1 participant0 posts today
b4ux1t3 :trek_ds9_sisko:#1️⃣<p>In <a href="https://hachyderm.io/tags/Zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a>, is it better to hold a slice of small objects and grow it when necessary, or is it better to just hold on to an ArrayList/MultiArrayList? </p><p>I guess the use case is important. Want to track the bullets on screen in a little shoot 'em up (Every new engine I try gets a little shmup, ever since I watched <span class="h-card" translate="no"><a href="https://mastodon.social/@krystman" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>krystman</span></a></span>'s wonderful pico 8 shmup videos) and figured I'd try for "proper" data-oriented design a la Andrew Kelley's talk.</p><p>My assumption is that the (multi)ArrayLists will be more effective at managing bursts of memory, but I figure it wouldn't be _that_ difficult to build a pooling system that allocates when it needs to but re-purposes when it has instances marked "off screen".</p><p>Or. . .maybe there's a pool-like system in the std library?</p>
Lobsters<p>Building Statically Linked Go Executables with CGO and Zig <a href="https://lobste.rs/s/va0h3b" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lobste.rs/s/va0h3b</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/go" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>go</span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a><br><a href="https://calabro.io/zig-cgo" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">calabro.io/zig-cgo</span><span class="invisible"></span></a></p>
b4ux1t3 :trek_ds9_sisko:#1️⃣<p>Zig.... <a href="https://hachyderm.io/tags/Zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a>.... What? This is awesome!</p>
b4ux1t3 :trek_ds9_sisko:#1️⃣<p>Ooooooooooooh.</p><p><a href="https://hachyderm.io/tags/Zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a> files are, themselves, structs.</p><p>This is awesome, and explains some of my confusion around namespacing and stuff.</p><p>Also: custom formatters for structs? So nice. Love the member accessing syntax.</p><p>Hot damn I haven't been this excited about a language in a few years.</p>
Gus Schenkel :slackware: :kde:<p><span class="h-card" translate="no"><a href="https://fosstodon.org/@sushee" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>sushee</span></a></span> nice, I recently updated few days ago the <a href="https://fosstodon.org/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a> slackbuild script.</p><p><a href="https://gitlab.com/slackware-brazil/slackbuilds/-/commit/6beeae327c8d582fc2d732187ddce7467622a8dd" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">gitlab.com/slackware-brazil/sl</span><span class="invisible">ackbuilds/-/commit/6beeae327c8d582fc2d732187ddce7467622a8dd</span></a></p>
Curated Hacker News<p>Crabtime: Zig’s Comptime in Rust</p><p><a href="https://crates.io/crates/crabtime" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">crates.io/crates/crabtime</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a></p>
Lobsters<p>Crabtime: Zig's Comptime in Rust <a href="https://lobste.rs/s/r1hu2x" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lobste.rs/s/r1hu2x</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a><br><a href="https://docs.rs/crabtime/latest/crabtime/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">docs.rs/crabtime/latest/crabti</span><span class="invisible">me/</span></a></p>
Bhavani Shankar 💭<p><a href="https://crates.io/crates/crabtime" rel="nofollow noopener noreferrer" target="_blank">crabtime</a> is a procedural macro for writing macros that look like Rust code. </p><p>It reminds me of homoiconicity of lisp and the comptime feature in zig. </p><p><a class="hashtag" href="https://fe.disroot.org/tag/rust" rel="nofollow noopener noreferrer" target="_blank">#rust</a> <a class="hashtag" href="https://fe.disroot.org/tag/zig" rel="nofollow noopener noreferrer" target="_blank">#zig</a> <a class="hashtag" href="https://fe.disroot.org/tag/comptime" rel="nofollow noopener noreferrer" target="_blank">#comptime</a> <a class="hashtag" href="https://fe.disroot.org/tag/lisp" rel="nofollow noopener noreferrer" target="_blank">#lisp</a></p>
avlap<p><a href="https://www.youtube.com/watch?v=-xIFpg7sBVs" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=-xIFpg7sBV</span><span class="invisible">s</span></a> </p><p><a href="https://mastodon.nl/tags/ziglang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ziglang</span></a> <a href="https://mastodon.nl/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a> <a href="https://mastodon.nl/tags/gamedev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gamedev</span></a></p>
Curated Hacker News<p>Crabtime: Zig’s Comptime in Rust</p><p><a href="https://crates.io/crates/crabtime" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">crates.io/crates/crabtime</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a></p>
b4ux1t3 :trek_ds9_sisko:#1️⃣<p>I'm gonna try a thing:</p><p>I've been letting a few projects languish for a while now. One of them is my 6502 emulator, which I ported from c++ to <a href="https://hachyderm.io/tags/CSharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSharp</span></a> a few years ago.</p><p>I kind of want to port it again, or maybe just reimplement it.</p><p>The top of my list is a real grab bag of languages:</p><p><a href="https://hachyderm.io/tags/Rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rust</span></a><br><a href="https://hachyderm.io/tags/Zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a><br><a href="https://hachyderm.io/tags/Swift" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Swift</span></a><br><a href="https://hachyderm.io/tags/GoLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GoLang</span></a></p><p>I may just get some of the basic addressing logic done in each of them and see what sticks. </p><p>They're in rough order of "what I want to play with", though of all of them I have the most familiarity with rust. With Zig I have practically zero experience, and the other two sit somewhere in between.</p><p>The point here is not to start language wars, and I'll straight up mute anyone who tries, but I'd love to hear folks' thoughts.</p><p>If you want to make the case for another language, feel free to drop them in the replies! Really only looking for statically-compiled languages, and I'm not writing it in Java. ;)</p><p>Edit: Oh, and, boosts appreciated!</p>
Lobsters<p>Lightpanda: A new browser built for machines <a href="https://lobste.rs/s/yt4vlb" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lobste.rs/s/yt4vlb</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/ai" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ai</span></a> <a href="https://mastodon.social/tags/browsers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>browsers</span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a><br><a href="https://lightpanda.io/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lightpanda.io/</span><span class="invisible"></span></a></p>
Lobsters<p>Dead Simple Snapshot Testing In Zig <a href="https://lobste.rs/s/iguimj" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lobste.rs/s/iguimj</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a><br><a href="https://kristoff.it/blog/dead-simple-snapshot-testing/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">kristoff.it/blog/dead-simple-s</span><span class="invisible">napshot-testing/</span></a></p>
LavX News<p>Revolutionizing Testing: Snapshot Testing for Static Site Generators</p><p>Snapshot testing is emerging as a powerful tool for developers, especially in the realm of static site generators. This article delves into how to implement snapshot testing in your projects, leveragi...</p><p><a href="https://news.lavx.hu/article/revolutionizing-testing-snapshot-testing-for-static-site-generators" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/revolutio</span><span class="invisible">nizing-testing-snapshot-testing-for-static-site-generators</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/StaticSiteGenerator" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>StaticSiteGenerator</span></a> <a href="https://mastodon.cloud/tags/Zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a> <a href="https://mastodon.cloud/tags/SnapshotTesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SnapshotTesting</span></a></p>
Lobsters<p>Comptime Zig ORM <a href="https://lobste.rs/s/ki7hmf" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lobste.rs/s/ki7hmf</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a><br><a href="https://matklad.github.io/2025/03/19/comptime-zig-orm.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">matklad.github.io/2025/03/19/c</span><span class="invisible">omptime-zig-orm.html</span></a></p>
Abraham Samma🔬🔭👨‍💻<p>Ziglang allows for safer, more efficient and enjoyable use of C dependencies and integration with C codebases than Rust, and there are some significant performance and developer experience benefits.</p><p><a href="https://zackoverflow.dev/writing/unsafe-rust-vs-zig/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">zackoverflow.dev/writing/unsaf</span><span class="invisible">e-rust-vs-zig/</span></a></p><p><a href="https://toolsforthought.social/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://toolsforthought.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a></p>
Profoundly Nerdy<p><span class="h-card"><a href="https://mastodon.gougere.fr/@bortzmeyer" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>bortzmeyer</span></a></span> Zig is one of three languages I have my eye on!</p><p>- <a href="https://bitbang.social/tags/Zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a> - Procedural and easier to read than C.<br>- <a href="https://bitbang.social/tags/Haskell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Haskell</span></a> - Functional in the extreme.<br>- <a href="https://bitbang.social/tags/Rakulang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Rakulang</span></a> - Can be functional, can be procedural, can be OO. Fantastic grammar / <a href="https://bitbang.social/tags/regex" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>regex</span></a> model.</p><p>I think they complement each other. Every Haskell guy I have introduced to Raku has loved it. I've known a few people who use Zig when they don't feel like being purely functional.</p>
Stéphane Bortzmeyer<p><span class="h-card" translate="no"><a href="https://bitbang.social/@profoundlynerdy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>profoundlynerdy</span></a></span> Use <a href="https://mastodon.gougere.fr/tags/Zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Zig</span></a>!</p>
Lobsters<p>Zest: a programming language for malleable and legible systems <a href="https://lobste.rs/s/grpayi" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">lobste.rs/s/grpayi</span><span class="invisible"></span></a> <a href="https://mastodon.social/tags/compilers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>compilers</span></a> <a href="https://mastodon.social/tags/plt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>plt</span></a> <a href="https://mastodon.social/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a><br><a href="https://github.com/jamii/zest" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/jamii/zest</span><span class="invisible"></span></a></p>
INCD021<p><a href="https://mastodon.gamedev.place/tags/zig" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>zig</span></a> might be the cure for my fever (and not more cow-bell). It's been easy to get started with zig and <a href="https://mastodon.gamedev.place/tags/raylib" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>raylib</span></a>, so that's nice. BUT I really HATE the way zig does conversions between int-&gt;float-&gt;int. But I get why, so guess I just have to learn it, and use the right types from the get-go.</p><p><a href="https://mastodon.gamedev.place/tags/learning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>learning</span></a> <a href="https://mastodon.gamedev.place/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.gamedev.place/tags/code4fun" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>code4fun</span></a></p>