lhp, to zig
@lhp@mastodon.social avatar

This weird fileformat I am parsing right now has packets of 64 bit length. Some are headers, some clock "heartbeats", some "hits". For whatever reason, the magic of header packets is in the least significant bytes while the magic of all other packets is in the most significant bytes. Who comes up with something like that?

Either way, parsing is super neat because #zig lets me just read the entire file as u64's which I can then cast onto packed structs.

toxi, to opensource
@toxi@mastodon.thi.ng avatar

‼️ Announcing the thi.ng user survey 2024 📋

https://forms.gle/XacbSDEmQMPZg8197

To achieve a better sample size, I'd highly appreciate if you could circulate the link to this survey in your own networks.

It's already been almost 9 years since the last user survey for these projects. Please help me/us to get more insights into your own experiences, your interests, hopes and pain points — allowing the projects and everyone involved to move forward more intentionally.

There're 15 questions here, with ~10 of them marked as mandatory. The main focal points are the matrices in the middle of the survey. Please also do use the final freeform comments box to share any further feedback you might have. Thank you very much for your interest, trust & taking the time to provide some much needed answers! 🙏

The survey is anonymous and will remain open until 23:59 (CET) on February 29, 2024. I will then share a public summary of the results on my Mastodon in the days following (do keep an eye on the #ThingUmbrella hashtag)...

#OpenSource #Community #Feedback #Survey #ComputationalDesign #CreativeCoding #Dataviz #FunctionalProgramming #ReactiveProgramming #GenerativeArt #GenerativeDesign #TypeScript #JavaScript #Clojure #Zig #Workshops

ekaitz_zarraga, to guix
@ekaitz_zarraga@mastodon.social avatar

So my talk is uploaded.

https://fosdem.org/2024/schedule/event/fosdem-2024-1755-risc-v-bootstrapping-in-guix-and-live-bootstrap/

I talk about -bootstrap there but the goal was to send a different message, a human message.

Also some question happened!
All the cool things together.

If you like the way I talk, you can hire me to teach you things, or code for you or something idk.

guidoschmidt, to zig
@guidoschmidt@genart.social avatar

Here's my visual solution for ... have a great night 😴 🌙

guidoschmidt, to zig
@guidoschmidt@genart.social avatar

Tracing rays for advent of code day 16, part 1

video/mp4

rmathew, to zig

A little too cursory, but still interesting:

“My Impressions Of Hare”, ‘vfoley’ (https://vfoley.xyz/hare/).

Via Lobsters: https://lobste.rs/s/pdivx4/my_impressions_hare

On HN: https://news.ycombinator.com/item?id=39142154

caolan, to javascript
@caolan@hachyderm.io avatar

I'm inviting a little randomness into my work schedule by seeking serendipity on the fediverse:

I'm looking for a small project starting late Feb/Mar - a couple of days a week at most. If you could use a bit of help for a competitive day rate, say hello 👋

#JavaScript #TypeScript #Python #Zig #Rust

floooh, to zig
@floooh@mastodon.gamedev.place avatar

I just merged a pretty substantial update to the sokol-zig bindings:

  • "official" package manager support
  • integrated web build support (e.g. zig build -Dtarget=wasm32-emscripten "just works")
  • everything fixed for zig-0.12.0 nightly updates
  • the master branch is now "bleeding edge"

More details in the (also new) CHANGELOG:

https://github.com/floooh/sokol-zig/blob/master/CHANGELOG.md

...and the readme:

https://github.com/floooh/sokol-zig/blob/master/README.md

ekaitz_zarraga, to zig
@ekaitz_zarraga@mastodon.social avatar

Youtube premieres are garbage for RSS readers... they share the moment the premiere is shared, not when the thing is actually playing...
I've been waiting for the latest talk of the Showtime since yesterday AAAAA.

cc @kristoff :)

lhp, (edited ) to random
@lhp@mastodon.social avatar

Decided to add rounded corners to wayprompt. Also ported to #zig 0.11.0, finally. #wayland

ryguw, to php

A programming language benchmark that includes many of my favorites: #php #nodejs #ruby #python #c #swift #rust #go #java #zig #perl #mojo #bun #elixir

Check out that graph. The results surprised me a little bit. https://github.com/attractivechaos/plb2

sammy, to zig

My first contribution got merged today :D

JustineSmithies, to zig
@JustineSmithies@fosstodon.org avatar

Just updated to wlroots 0.17.1 and in preperation for building the latest . I have to say that I really like this window manager. ❤️

gianni, to ilaughed
@gianni@disobey.net avatar

Hi everyone! I wanted to introduce Av1an Command Generator, a relatively simple tool I wrote in Zig for generating Av1an commands for based on a limited set of parameters. GitHub link is below:

https://github.com/gianni-rosato/av1an-command-gen

The bar to entry for understanding effective Av1an scripting is very high simply because there are a lot of well-documented ways to incorrectly set your parameters and very few who know what is psychovisually optimal. I am not one of those few, but because I know members of the AV1 community who've poured great time and effort into researching this kind of stuff, I am able to build from what they've learned. My more advanced tool, rAV1ator CLI, is also based on this research. I hope you enjoy!

artagnon, to zig

In order for me to actually use your new systems programming language, it has to be significantly more powerful/expressive than C/C++, and have comparable performance. No, , , and do not satisfy this criterion.

jbzfn, to zig
@jbzfn@mastodon.social avatar
suprjami, to golang

Please enjoy this meme I made as a goof.

bortzmeyer, to zig French
@bortzmeyer@mastodon.gougere.fr avatar
ekaitz_zarraga, to guix
@ekaitz_zarraga@mastodon.social avatar

I wrote a post about how I did an application for Windows...

"#Guix + #Zig + #NSIS for the win…DOWS?"
https://ekaitz.elenq.tech/windows2.html

Finally find some tools that help me do things for a wider range of people. Good stuff.

vitaut, to programming
@vitaut@mastodon.social avatar

What's Zig got that C, Rust and Go don't have? https://www.youtube.com/watch?v=5_oqWE9otaE

ekaitz_zarraga, to zig
@ekaitz_zarraga@mastodon.social avatar

I'm building and at the same time... the good life!

rbino, to elixir

New blogpost, still experimenting with and . This time I talk about a library I wrote to use the Zig build system as a replacement for elixir_make.

https://rbino.com/posts/build-dot-zig/

@elixir

tristan957, to zig
@tristan957@fosstodon.org avatar

Writing my first #Zig code, and I can already tell this is going to be a struggle. So much syntactic sugar. Makes #Rust look easy to write in comparison.

All I want is a better C. So far #HareLang seems like the winner there.

#Perl still takes the cake as the worst language I had to write today. Though shoutout to the Perl fediverse community for being helpful people!

changelog, to foss
@changelog@changelog.social avatar

💥 New Changelog interview!

This week we’re joined by @drewdevault, talking about the Hare programming language 🐇

We discuss Hare (of course), why he’s so passionate about all things open source, the state of the language, fostering a culture that values stability, and oddly enough — what it takes to make a peanut butter and jelly sandwich 🥪

We hope you enjoy it! 🎧 https://changelog.fm/569

gvrooyen, to zig
@gvrooyen@c.im avatar
  • Really tempted to do a little from-the-ground up OS for my 386, written in . First step would be a custom floppy boot sector; great place to pack those structs and try out the inline assembly.
  • Into some hardcore signal processing R&D again for Custos, which always makes me happy.
  • Took half a day leave to join my wife for her practical training session. I qualified 25 years ago, but my old group dissipated and we never got dives arranged after that. Hope we can now make a habit of it – maybe even get the kids involved!
  • The price of spontaneous leave-taking is catching up on admin in the evening. I'll take it anyway.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • mdbf
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • GTA5RPClips
  • ethstaker
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • tacticalgear
  • anitta
  • megavids
  • Leos
  • cisconetworking
  • lostlight
  • All magazines