Maël Nison
banner
mael.dev
Maël Nison
@mael.dev
Arcanis on GitHub. Lead maintainer for @yarnpkg.dev 🧶
Staff DevX Mistral AI 🇪🇺 previously: Datadog, Meta, Sketchfab
My life: my wife, two sons, two cats, and far too many side projects 📦
Did you check sonic_rs ? I've been using that and it seems to work great.
November 6, 2025 at 9:06 AM
Have nice fantasy series recommendations?
November 5, 2025 at 7:49 AM
Although you know, I wonder if someone could craft a minified payload that, as the LLM tries to decipher it (and they are surprisingly good at that), could lead to prompt injection.
October 31, 2025 at 4:56 PM
One of the tricky part I faced was that to make this work, you need to turn the function into a state machine. With loops, initializers, etc it's not exactly trivial.
October 27, 2025 at 10:02 AM
The Next.js workflow stuff is very similar; the difference is that instead of creating the new iterator right away they serialize it. Future forks only need to be restored from that snapshot.
October 27, 2025 at 9:59 AM
For context, I wanted a way to "fork" generators so new iterators could be created at any yield point. Those new iterators had their own stack and could progress without impacting the original iterator (assuming they only had access to immutable data structures).
October 27, 2025 at 9:56 AM
Should have done it in Rust / C# / C / ASM / [...]
October 24, 2025 at 4:28 PM
⏸️ Neutral exit codes and early bailouts
♻️ Require branches to be up-to-date as of <commit> to merge
October 20, 2025 at 9:37 AM
Fascists are known for their severe nut allergies
October 19, 2025 at 9:52 AM
That's why you're supposed to have good observability, to alert you when numbers go way off!
October 16, 2025 at 4:23 PM
I check from time to time and what remains of tech there is mostly either people that need to sell something or folks who feel fine expressing thoughts I don't align with. It's essentially LinkedIn if it had the same tech bro mentality as the early 2000s.
October 11, 2025 at 2:38 PM
It also doesn't seem to be using the errors shown in the IDE to autocomplete the fix; is it because I'm using the free version?
October 11, 2025 at 10:00 AM
The @zed.dev auto-completion doesn't seem to leverage my previous edits as well as Cursor though - it keeps suggesting edits in a shape I already had to partially rewrite for previous occurrences of the same code pattern
October 11, 2025 at 9:28 AM
Did it all start with @nicr.dev being nerd snipped? 😛
October 10, 2025 at 12:44 PM
Did you try to run Next.js with those APIs?
September 23, 2025 at 10:31 AM