Piotr Fusik (@fox6502) 's Twitter Profile
Piotr Fusik

@fox6502

BDFL of Fusion

ID: 1180461517050957824

linkhttps://fusik.info/piotr/ calendar_today05-10-2019 12:35:46

998 Tweet

92 Takipçi

161 Takip Edilen

atari.area (@atari_area) 's Twitter Profile Photo

Nowa wersja ASAPa, odtwarzacza muzyki 8-bitowego #Atari! ASAP 8.0.0 to usprawnienia kompatybilności i stabilności: jeden instalator win64.msi, odtwarzanie sampli MPT, konwersja WAV->MPT, eksperymentalny port OpenCL i wiele poprawek. Sprawdź! atari.org.pl/informacje/asa…

CSS by T. Afif (@challengescss) 's Twitter Profile Photo

In graph theory, there are algorithms that find the shortest path between two nodes. I made one with pure CSS (including the graph drawing). Drag the nodes, and the shortest path will update in real-time! css-tip.com/graph-theory/ A demo powered by all the modern CSS features🤩

Ash Vardanian (@ashvardanian) 's Twitter Profile Photo

Reflecting on the last year of work, Intel’s AMX still feels half-baked… while Arm SME is still largely absent where it actually matters — server CPUs 🤦‍♂️ The core AMX issue isn’t GEMM — it’s everything around it. TMM <> ZMM register transfers are too expensive. Crossing

The V Programming Language (@v_language) 's Twitter Profile Photo

V's new backend is now self hosted (can compile itself)! Only one of the 4 new backends is self hosted so far: Clean C. It does direct V AST => C translation, like old V's main backend. SSA C, SSA arm64, and SSA amd64 will be self hosted soon as well.

V's new backend is now self hosted (can compile itself)!

Only one of the 4 new backends is self hosted so far: Clean C. It does direct V AST =&gt; C translation, like old V's main backend.

SSA C, SSA arm64, and SSA amd64 will be self hosted soon as well.
Chris Lattner (@clattner_llvm) 's Twitter Profile Photo

The Claude C Compiler is the first AI-generated compiler that builds complex C code, built by Anthropic. Reactions ranged from dismissal as "AI nonsense" to "SW is over": both takes miss the point. As a compiler🐉 expert and experienced SW leader, I see a lot to learn: 👇

The Claude C Compiler is the first AI-generated compiler that builds complex C code, built by <a href="/AnthropicAI/">Anthropic</a>. Reactions ranged from dismissal as "AI nonsense" to "SW is over": both takes miss the point.

As a compiler🐉 expert and experienced SW leader, I see a lot to learn: 👇
Ayushi☄️ (@iyoushetwt) 's Twitter Profile Photo

Programming Languages and Their Age (2026) • JavaScript – 31 years old (1995) • Python – 35 years old (1991) • Java – 31 years old (1995) • C# – 26 years old (2000) • Swift – 12 years old (2014) • Kotlin – 15 years old (2011) • PHP – 31 years old (1995) • Ruby – 31 years

Shanaka Anslem Perera ⚡ (@shanaka86) 's Twitter Profile Photo

A blog post just wiped $30 billion off IBM in a single afternoon. Not a product launch. Not an earnings miss. Not a competitor undercutting on price. A five-minute blog post explaining that Claude can read COBOL. IBM dropped 13%. Worst single-day loss since October 2000.

A blog post just wiped $30 billion off IBM in a single afternoon.

Not a product launch. Not an earnings miss. Not a competitor undercutting on price.

A five-minute blog post explaining that Claude can read COBOL.

IBM dropped 13%. Worst single-day loss since October 2000.
Rebane (@rebane2001) 's Twitter Profile Photo

i built an entire x86 CPU emulator in CSS (no javascript) you can write programs in C, compile them to x86 machine code with GCC, and run them inside CSS

Guido van Rossum (@gvanrossum) 's Twitter Profile Photo

I've finally updated my home page: not only does it look a little less like a relic from the previous century, but I've also scraped by various blog posts and put them in the same GitHub repo. gvanrossum.github.io or python.org/~guido. All thanks to Claude Opus 4.6.

Ojas Sharma (@ojassharma276) 's Twitter Profile Photo

Most people think every .sort() is the same in every language. It’s not. Different languages, different Algorithms: > C++ → Introsort std::sort() = Quicksort + Heapsort + Insertion > Python → Timsort list.sort() = Stable > Java → Depends Arrays.sort(Object[]) = Timsort

Daniel Colascione (@dcolascione) 's Twitter Profile Photo

@abdimoalim.bsky.social Doesn't matter in C23 or later either. C has converged with C++ in (void) vs. (). By far biggest wins to be had, though, aren't in this stuff, but fixing horribly broken ancient ELF defaults: maskray.me/blog/2021-05-1…