When he says ‘kiss me my girl before I’m sick’ at the end of Phantom Thread I’m cheering like people did at whatever bit it was in those last avengers films that was supposed to be good
When he says ‘kiss me my girl before I’m sick’ at the end of Phantom Thread I’m cheering like people did at whatever bit it was in those last avengers films that was supposed to be good
Wagner Moura wins Best Actor in a Motion Picture — Drama for The Secret Agent 🏆
#GoldenGlobes
I'm becoming like one of those christians that 'prays for you' except I am praying for everyone to finally reject reboots & remakes in 2026
We've got some updates on TypeScript 7! The new native port
- can type-check any project
- supports --build and --incremental
- has rich editor features implemented
- is still 10x faster
and is ready for you to try today!
devblogs.microsoft.com/typescript/p...
You can't logic your way out of being burnt out. Unless you're me. Who should be able to do it and it's a personal failing that I can't
it's just weird how we phrase it as "remote doesn't work" despite all the evidence pointing otherwise, rather than an abject failure of management "i can only run teams if i can physically touch them" and "three hours of traffic and wearing headphones all day is peak productivity"
Union to intersection type
Bacurau foi um DOCUMENTÁRIO meus amigos.
the post office is a public service. it doesn’t need to make money. public transit doesn’t need to make money. the library doesn’t need to make money. some things exist for the public good and we desperately need lawmakers to stop thinking about them in terms of capitalism. these are not businesses.
My new piece on the shift in "user centered design" with #AI in @fastcompany.com Hint: we are no longer the target audience. www.fastcompany.com/91397818/lar...
I've been trying to push the vscode API in that direction 😅
it might be a bit boring but better tools for refactoring, type systems and lsp help but I want to know where are all instances of type X constructed, when are they sent across threads, where is field Y read etc. Things that let you plan and execute complex changes on legacy code.
another day of gopls not letting me do a rename because the file has errors when those errors would be fixed by the rename 🙂
Anyone who knows the first thing about literary translation knows that direct translations are often impossible, and that creative, nuanced, sympathetic solutions must be found due to unfamiliar idioms, imagery, rhyming schemes, etc while balancing author motifs and style. AI simply can't do that.
Yeah, I remember we discussed this because someone (you?) had a PR to error on element access on never... But in the end we didn't figure out a way to distinguish between intencional and accidental nevers.
From what I recall, just one: we only error on property access to `never`, sadly. 🙁
Solving "UK Passport Application" with Haskell: jameshaydon.github.io/passport/
Neon has acquired the North American rights to the political thriller The Secret Agent from writer and director Kleber Mendonça Filho.
Funnily enough this comes at a time when layoffs are ripping up existing systems, flushing irreplaceable organizational knowledge down the drain. The answer these managers give is "just use AI" because they are not competent to rebuild the broken system, or even see it.
I'm so sorry.
por que livro de fantasia tem tanta capa fubanga meudeus
once again I have received a book that I immediately wanted to drop because it has that nasty "soft touch" cover please stop making me touch the soft touch it is VILE (and doesn't shelve well!!!!!)
Do you think theres unrest among the vampire communities due to the degradation of the quality of human blood caused by microplastics?
Once any space becomes less than 40% male, (straight) men tend to cede it entirely while shouting about how it “went woke”. Fascinating read:
ainda sobre plágio, elegância, a história do livro do Scliar
e do Yann Martel.
www.mobylives.com/Yann_Martel....
A white, brown and black guinea pig eating lettuce leaves.
This is Omelette.
Everyone is psyched about the Severance S2 trailer. But it's been 27 years since the 1st season and I don't remember a goddamn thing that happened & don't really feel like rewatching a whole season of a show so I can watch the 2nd. Nothing against Severance; this is true of half the streaming shows.
Sometimes type soundness is overrated. It's nice to have it, but ultimately what I want is for the type checker to catch my mistakes.
Note this is a limitation of narrowing in general, not a limitation of return type narrowing specifically, it's just that return type narrowing depends on regular variable narrowing to succeed.