TypeScript 7.0 Beta is out ๐
It's the 10x faster Go-based port ๐ฅ
๐ท `tsgo` vs `tsc` CLIs allow comparing
๐ท --checkers sets checker thread count
๐ท --singleThreaded keeps parsing/emit/checking together
๐ท TS 6.0 deprecations are hard errors
๐ท API access is planned for TS 7.1
Posts by Titian Cernicova-Dragomir
A new NTFS driver is now part of Linux kernel 7.1, combining write support, folio conversion, iomap, and userspace utility support.
linuxiac.com/linux-kernel...
#Linux #Kernel #OpenSource
Yey me! I'm gonna award myself a gold star ๐ ๐
Fair, fair. But I'm expecting better than me from them otherwise why are we doing this again? ๐
AI review says if(!shouldRun) continue will result in the action being run
You guys are sure this is the future of programming, right? ๐
The โState of AI 2026โ survey just opened! This is run by the same folks who do the other "State ofโฆ" surveys, like JS, CSS, and React.
The goal is to understand how web developers are using AI. So, whether you use AI or not, please take a few minutes to fill it out!
Glad we're finally admitting programming languages are a form of religion.
Do you have a moment to hear the good news of TypeScript as taught by our profet Anders? Join our holy war! Checker.ts was divinely inspired and must not be rewritten in rust.
TypeScript 6.0 is now available!
This release brings better type-checking for methods, new standard library features, new module features for Node.js, and more!
But most important, this release brings us one step closer to the upcoming native-speed 7.0!
devblogs.microsoft.com/typescript/a...
Just take this parcel over there and I'll finish the unit tests
๐ฎ In the first feature-length article on the Bloomberg JS Blog...
@jonkuperman.com explains:
๐บ๏ธ what are source maps
โ
how he worked with others to standardize them in TC39
โจ the new debugging features this unlocks
TypeScript 6.0 beta is now published!
This release brings
- inference improvements for functions
- updates to package.json 'imports'
- the Temporal APIs
- alignments for the upcoming TypeScript 7.0
- & more!
Try it today!
devblogs.microsoft.com/typescript/a...
Crazy times we live in ๐
Me Sunday evening talking to my wife: Yeah. I'm gonna go right to the office from the airport, I've got everything I need, my badge, my lapto..... Oh... Wait ๐คฏ
In today's episode of my life with adhd:
Me Thursday evening: I'll go from the airport straight to the office on Monday. Musn't forget my badge.
Also me Thursday evening: I'll take my personal laptop maybe I'll game a bit. I'll leave my work laptop at home. Not gonna use it over the weekend anyway
Like what right does it have to be soo beautiful?!? It's just not fair! They're just showing off at this point
const { shape, color, mass, } = await Promise.allKeyed({ shape: getShape(), color: getColor(), mass: getMass(), });
ECMAScript excitement ๐
Congrats to my coworker @ashley-c.bsky.social at TechAtBloomberg on advancing Await Dictionary to Stage 2.7 at TC39 today ๐
Promise.all returns positional results as an array. Promise.allKeyed allows named results inside an object ๐
github.com/tc39/proposa...
So apparently in #node if you want to have a forked worker process not keep it's parent alive you have to: unref the child process, unref stout&stdin (by assuming they are Sockets! who knew?!) and on node 24 also call setKeepAlive(false) on them.
Please tell me I'm doing this wrong! Anyone?
Guess what? Starting up new pocesses are expensive, especially when they run Javascript. Like really really expensive.
Recycle your javascript processes, save the planet!
Reading a book and I love that there are twins named Vax and Vex.bBut as someone who struggles with names and often misread single letters in words.. I gotta say it's dam difficulty to keep the characters separate ๐
Guess they are just 'the twins' and hope the books makes sense with them as a unit ๐
The real Butlerian Jihad is not againt AGI, but against AI slop? Happy weekend to all www.youtube.com/watch?v=_zfN...
No! I bought it all! ๐
I didn't buy EVERYTHING. But I was kinda like a kid in a candy shop. Definitely should not have been left unsupervised in there ๐
Don't go to the science museum gift shop! It's a trap! They'll make you buy all sorts of things!
Its really lovely to walk around Amsterdam for a few hours after #viteconf
With declaration emit thanks to isolated declarations ๐
Night out after #viteconf.amsterdam
And one more ๐
Unfortunately the runtimes are written in native languages so js developers are unable to fix them. Kind of proving the point.