VoidZero is joining Cloudflare.
Our mission stays the same: to make JavaScript developers more productive than ever before. Vite, Vitest, Rolldown, Oxc, and Vite+ remain MIT-licensed. Evan and the VoidZero team will continue leading them.
Cloudflare shares our commitment to open source. Together, we can keep investing in the tooling developers rely on every day, while bringing the Vite ecosystem and Cloudflare’s platform even closer together.
IVE WORLD TOUR <SHOW WHAT I AM> in Manila
⤷ ゛Fan Project by FORSUNREIS ˎˊ˗
Hello, Filo DIVEs! I'll be giving out #REI banners & Dukongz Pins on D-day 🐥🐶
HOW TO CLAIM?
✩ MBF @FORSUNREIS
✩ RT & Like this tweet
✩ Limited Quantity (Strictly 1:1)
✩ DM for Trades
Thank you 🙇♀️
#SHOW_WHAT_I_AM_IN_MANILA
hmm
finally admitted ipv6 is a mess and dropped an internet draft for ipv8
if an ipv4 address looks like 1.1.1.1, an ipv8 address looks like 1.1.1.1.1.1.1.1
kinda wild it took 25 years to just suggest making the numbers longer haha
I’m thrilled to share a major technical milestone! 🚀
I just successfully loaded LinkedIn in Ladybird after identifying and squashing a critical bug that was causing crashes during the loading process. 🛠️✨
This wasn't just about fixing a crash; it was about pushing the boundaries of what's possible in browser development and ensuring a seamless user experience. It’s these kinds of deep-dive troubleshooting moments that remind me why I love what I do.
Persistence pays off. Onward and upward! 📈
#EngineeringExcellence #BrowserDevelopment #ProblemSolving #Ladybird #TechInnovation #Debugging
⋆⭒˚.⋆ MIDNIGHT DREAM ⋆.˚⭒⋆ 🌙
【 FAN PROJECTS FOR SHOW WHAT I AM IN MANILA 】
They say the most magical dreams happen when the clock strikes twelve. This April 25, this dream will become our reality. 🌙
IVE Philippines is on cloud nine as we present the projects for SHOW WHAT I AM in Manila and turn April 25 into a magical night! Project Midnight Dream is our love letter to our six stars—a way to show them that every moment of IVE and DIVEs together is a dream come true. ✨💎
Project Overview
🌐 https://t.co/MOUrRHanhc
Donation Form
💌 https://t.co/ZvqTEMETv0
All eyes here as we make IVE shine the brightest in Manila!
#IVE #MidnightDream
#MidnightDreamWithIVE
#SHOW_WHAT_I_AM_IN_MANILA
and oh if you say i have a skill issue back then. then you're probably right. but no one will take the time studying the language server space - especially for a language thats overpromising its features until now.
be grateful someone did it.
vls author here. glad to see it finally works after rewriting it 3 times, dropping tree-sitter and possibly a few contributors along the way 😌
guess the real language server was the burnout we made along the way.
Both of our previous language server attempts have been bad. Unstable and taking up lots of resources.
A new, pure V language server is coming this week.
It's very stable and uses <50MB of RAM.
No more Tree Sitter and Rust dependencies. It's in pure V!
for the record when i wrote vls - v had bad memory management at the time (autofree was not good back then - not sure today? manual is pain and gc is last resort) and v is partly to blame for this.
and this is from someone who had zero systems programming experience.
@v_language funny how this comes from someone who can't design a parser from the start without crashing the compiler. if v had better design in the beginning, we wouldn’t have needed all these things. but hey—blame those who patched the mess, not the ones who made it