David Aurelio
3.2K posts

David Aurelio
@void_0
Writing software at @adobe. Formerly Facebook + uxebu. 🦋 @daurelio.bsky.social
Munich, Germany انضم Kasım 2009
237 يتبع1K المتابعون

Maybe you looked at just-bash and were like "I already have a shell". Well, if you make agent harnesses you should pay attention anyway:
It now supports parsing and re-serializing shell scripts without running them. And in between you can run your own AST transformers or information extractors.
It's a similar role to Babel or AcornJS in the JS ecosystem. Example use cases (and those both ship as built-in transformers):
- Automatically tee every command to a file. Means that if your agent ran `npm e2e-tests | tail 15` and then realizes the tail was too aggressive and it would rather grep, then it can take the output of npm e2e-tests without running the command again
- Do a trustable report as to which commands are in a script without trying to regex it yourself, so you can ask the user for permission to run those commands
More here
github.com/vercel-labs/ju…
English

By now I can clearly see the difference of Claude PRs and codex PRs on @openclaw
If you don't steer claude well, it reads far too little of the codebase and misses the big picture, and forces in a localized change. A skillful driver can mitigate this, but most lack the skill.
English

2025 has been an incredible year. This is my year in review:
PERSONAL
✓ Lost 26Kg through proper nutrition and weightlifting (@levelsio levels of training 😜)
✓ Left @redbull to pursue personal projects after 3 years
✓ Freelanced for a few cool companies including Opal with the wonderful @treeba
✓ Took a 6-months break from 𝕏 and now the algorithm is all messed up 🫠
BUSINESS
✰ Launched my skincare brand @moumoujus after 3 years of formulations
✰ Hired a PR team for @moumoujus and got featured on 5 publications
✰ Had the product stocked in 4 retailers within the first month.
✰ Started working on an eye serum, mega complex formula
✰ Had 200 pre-sales for the eye serum thanks to an influencer who picked it up on IG.
2026
❂ Lose the final 10Kg to reach my optimal weight.
❂ Weight training at least 4 days a week
❂ Expand my @moumoujus skincare line with 2 more products (eye serum and cleanser)
❂ Get EU-approved to launch @moumoujus in the EU (thanks Brexit for doubling my work).
❂ Get personally featured in a large publication.
❂ Close deal with Condé Nast for GQ/Tatler/Vogue features
❂ Post more behind the scenes on TikTok
English
David Aurelio أُعيد تغريده
David Aurelio أُعيد تغريده

ISerialization just landed in the static_h branch and will be out in the next stable release.
ISerialization encodes a JS value into an efficient opaque binary representation, which can then be de-serialized (deeply cloned) in one or more runtime instances.
It also optionally supports serialization with ownership transfer.
It is intended for efficient passing of values between runtimes and will be the base of message passing in our implementation of Web Workers.
English
David Aurelio أُعيد تغريده

I used to be constrained by localization in Athena Crisis.
We paid translators *a lot of money* to translate the game. This meant that whenever we wanted to change some layout or improve text, it would cost more money to translate and take a few days of turnaround time.
With Relang.dev, those constraints went away completely. Change anything, receive translations via PR instantly.
English

@mraleph An unfortunate artefact of 1-based indexing. 0–11am/pm would have been perfectly fine 🫠
English
David Aurelio أُعيد تغريده

Relang.dev is now productionized as "pre-alpha". Whenever new strings are pushed to the Athena Crisis repo, it automatically sends a PR with good translations for all locales.
Super excited about this service.

English

@mrousavy hm, definitely seems compiler (settings?) related. On godbolt, even the slow version looks fine (uses memcpy) with clang 12 (oldest with c++20 support). -Oz looks good, too.
godbolt.org/z/jehqhY1az
English

@mrousavy yeah. That's why I mentioned it—expecting that stdlib authors would put obvious optimisations there.
English

What would a marketer be doing on the building site? Carrying bricks? This makes no sense.
Minh-Phuc Tran@phuctm97
Working with your girlfriend: is it a good or bad idea? Say if you're a builder and your girlfriend is a marketer. That sounds perfect for working together, no?
English
David Aurelio أُعيد تغريده
David Aurelio أُعيد تغريده

Working with Huge JSON files is a pain. "Why do so many tools crash when I throw a 20mb JSON file at them?" I hear you cry. Well cry no more, I've built Huge JSON Viewer and it's pretty awesome. It even has JQ built in.
shaneosullivan.wordpress.com/2025/06/16/sea…
English

@dsp_ It’s really hard and sometimes I get to the point where I don’t want to do this anymore.
English

@tmikov Very nice! Looks like a simple solution that will replace a clumsy workaround.
English






