Fuzzyma
fuzzyma.bsky.social
Fuzzyma
@fuzzyma.bsky.social
Maintainer of svg.js and vue lover - freelancing wherever I go :)

Member of the @e18e.dev community.

Hit me up for any interesting vue projects.
And if you need help migrating to vue 3: https://migrate-vue.com
Reposted by Fuzzyma
@e18e.dev at the NodeJS meetup in Berlin tonight (Contentful offices). Fantastic initiative!
November 6, 2025 at 8:49 PM
Reposted by Fuzzyma
So happy to see talks happening around @e18e.dev that are from the community

It's a sign people really care about this and performance is becoming more important to us as a community

Good work @fuzzyma.bsky.social 🙌
November 6, 2025 at 9:32 PM
People told me they don't recognize me when they see my profile picture. So here is a new one.

You have to admin that the old one totally looks like me, right??
October 27, 2025 at 7:33 AM
I build a thing and it might be useful for everyone sitting in meetings and writing tickets: task-extract.com

Let me know what you think :)
TaskExtract - Turn Meeting Transcripts into Actionable Tasks
Turn meeting transcripts into actionable tasks with AI (Grok by xAI via secure routing). No tracking analytics; essential-only cookies.
task-extract.com
September 22, 2025 at 9:59 AM
Copilot is down and an old github discussion thread goes ham:

github.com/orgs/communi...

Have fun with the memes :D
GitHub Copilot: 403 token expired or invalid — request failed unexpectedly · community · Discussion #165646
Select Topic Area Question Copilot Feature Area Copilot Agent Mode Body I'm getting this error from GitHub Copilot when trying to use agent mode: Sorry, your request failed. Please try again. Reque...
github.com
September 15, 2025 at 6:38 PM
How often do you rewrite your code on average?

- 1x: Based. Probably a bit repetition.
- 2x: Quality average. Good balance.
- 3-4x: Probably overengineering or too much optimization
- 5x or more: You are ai
- never: Also Ai but forgot this code exists. Or you are a magician - or a lier

So?
September 12, 2025 at 3:52 PM
Reposted by Fuzzyma
just a reminder that you can sponsor @e18e.dev on OpenCollective. these funds will go towards the people contributing in this space, and events to knowledge share this stuff.

big thanks to people who already sponsored. every little counts
e18e - Open Collective
The e18e community has the aim of improving performance of tooling and packages in the JavaScript ecosystem.
opencollective.com
July 28, 2025 at 12:33 PM
If you happen to be on the freelance unlocked conference in Berlin this week, hit me up for a coffee!
May 11, 2025 at 1:30 PM
Reposted by Fuzzyma
we're switching to quarterly posts for @e18e.dev showcases/updates, so here's the first one! we'll still be posting about other things in between, too 🙏
Community Showcase (Q1 2025)
An update on what the community has been up to in Q1 of 2025
e18e.dev
April 4, 2025 at 2:32 PM
Reposted by Fuzzyma
⭐️ e18e is doing some awesome work fixing the world of outdated JS packages.

Goal: upgrade deps that are boated, abandoned, stuck on common js, etc through open source contributions and build tools. Some Vite maintainers there too. Follow their work!
e18e.dev
e18e
Ecosystem Performance
e18e.dev
March 28, 2025 at 2:37 PM
Reposted by Fuzzyma
in the @e18e.dev community, we've been hard at work helping migrate packages to ES modules recently. have a read about it in the new blog post!
Migrating the ecosystem to ES modules
An update on the progress we're making migrating packages to ES modules
e18e.dev
March 20, 2025 at 10:27 AM
Looking into Arri Schema and its compile function is server-only. I feel like this just screams to be done at build time to me so it can be used on the client as well. Anyone wants to write a vite-plugin real quick? :D
github.com
March 19, 2025 at 6:14 AM
Reposted by Fuzzyma
a few words that I think are important to say on diversity, equity and inclusion in open source (and more generally)

much love ❤️

roe.dev/blog/diversity
Diversity, equity and inclusion
I'm in favour of diversity, equity and inclusion in open source communities, and here's why I think it matters.
roe.dev
March 8, 2025 at 5:27 PM
Reposted by Fuzzyma
I setup my GitHub sponsors not long ago but didn't really mention it anywhere. If you appreciate what I do, these sponsorships do help a lot 🙏
My focus this year is all over like every year 😅 (e18e, chai, tinylibs, chokidar, vueuse, and much more). But I will keep on top of them all
Sponsor @43081j on GitHub Sponsors
Maintainer of chai, parse5, various eslint plugins, & more. One of the e18e.dev leads. Core contributor to lit and modernweb.
github.com
March 4, 2025 at 5:07 PM
Finalized my bookings for @vueconf.us. Will arrive in Amsterdam at the 10th of march and stay till Sunday. If anyone wants to link up, let me know :)
February 28, 2025 at 8:50 AM
Just read about "Tracked Queries" in @tanstack.com's react-query and I feel like that just sounds like @vuejs.org. Automatic dependency tracking and fine grained reactivity. Guess, its a good concept, isnt it? :P
February 22, 2025 at 7:21 AM
That definitely was a journey. Awesome that you pulled through!
This will unblock a lot of other e18e work. Well done! 🥳
After four months in the making, tinyglobby 0.2.11 is out! This release adds important optimizations to avoid crawling extra directories, which should greatly improve performance in almost all cases! Here's how we did it 🧵

github.com/SuperchupuDe...
Release 0.2.11 · SuperchupuDev/tinyglobby
I've opened a sponsorships page! Consider sponsoring at https://github.com/sponsors/SuperchupuDev if you'd like to support the development of this project. This is a huge release in a technical asp...
github.com
February 17, 2025 at 8:06 PM
Don't bundle your dependencies for the wrong reasons. Good thoughts from @43081j.com
43081j.com James @43081j.com · Feb 14
some thoughts on bundling dependencies in libraries and dev tools. especially given the great effort from the community lately, we need to bundle less and less (in consumed packages)
Bundling dependencies (and when not to do it)
A brief write up on when you should or shouldn't bundle dependencies
e18e.dev
February 14, 2025 at 12:18 PM
I accidentally implemented abi splitting into expo because I didn't want to send around 60MB apks for my little side project😅.

It was way easier than expected. Just needed some digging.
Lets see, if it gets merged :)
feat: allow to enable abi splitting via env var for local builds by Fuzzyma · Pull Request #511 · expo/eas-build
EAS_BUILD_ENABLE_ABI_SPLITTING enables abi splitting for all abis EAS_BUILD_ABI_LIST lets you select which abis to build (e.g. "armeabi-v7a,arm64-v8a" Why In the early phases of developm...
github.com
February 9, 2025 at 5:20 PM
Reposted by Fuzzyma
Der werte @orgarten.bsky.social hat nen Starterpack für uns IT #Freelancer gebaut! go.bsky.app/FBCAKAg
January 8, 2025 at 4:04 PM
Reposted by Fuzzyma
Written a little about the journey to @e18e.dev and what's ahead for the community in 2025. I'm so happy to see how many great minds have been connected, and the awesome projects they're working on 🩵
The journey so far
Our journey so far as a community leading into 2025
e18e.dev
January 6, 2025 at 4:38 PM
Who needs a new year's resolution for 2025?

May I introduce you to @e18e.dev?
e18e.dev e18e @e18e.dev · Dec 25
End of year milestone! 1024 members at chat.e18e.dev 🙌

If you care about JavaScript packages performance, join the community and get involved! Let's keep improving our dependencies together 🧡
e18e
Ecosystem Performance
e18e.dev
December 25, 2024 at 9:23 PM
This is my git-wrapped this year. Not too bad 😄
How does yours look like?

git-wrapped.com/profiles/fuz...
December 21, 2024 at 9:48 AM