Home New Trending Search
About Privacy Terms
Posts
Tim's posts
Preview
Announcing Vite+ Alpha Introducing Vite+, an open-source CLI that unifies your runtime, package manager, and frontend toolchain into one fast, simple development experience.

Announcing Vite+ Alpha.
Now open source.

To make JavaScript developers more productive than ever before.

A single binary that:

◆ Unifies your frontend toolchain
◆ Manages your runtime & pkg manager
◆ Caching & monorepo support

Works with every framework and meta framework in the Vite ecosystem.

3 days ago 213 39 6 10
Preview
Vite 8.0 is out! Vite 8 Release Announcement

⚡️ Vite 8.0 is here!
The most significant architectural change since Vite 2.

⏬ Powered by @rolldown.rs bringing faster production builds and more consistency
🛤️ New features such as tsconfig paths and emitDecoratorMetadata support

vite.dev/blog/announc...

3 days ago 388 92 6 12

When someone says „Scientists do not want you to know“ you can dismiss everything from there on. Scientists want you to know. They are desperate that you know. They can’t shut up about what they found out and want you to know.

1 week ago 9,544 4,135 77 165
Preview
x86CSS x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required!

Completely mindblown. An x86 emulator in CSS??

2 weeks ago 13 1 1 0

Today was the day I've finally deleted Windows from my PC for good. I've switched to Kubuntu ~summer last year and I think I've booted windows exactly once.
It's been surprisingly solid for both dev work (which is not that surprising), but also for gaming (that DID surprise me quite a bit tbh).

3 weeks ago 0 0 0 0
Preview
I Improved 15 LLMs at Coding in One Afternoon. Only the Harness Changed. Cross-posted from X / @_can1357 In fact only the edit tool changed. That’s it. 0x0: The Wrong Question The conversation right now is almost entirely about …

This is an absolutely fascinating writeup.
I had to build diff-edit for LLM myself and it was an absolute pain to make it work reliably.
This is very neat. Me likey a lot!

blog.can.ac/2026/02/12/t...

1 month ago 0 0 0 0
Preview
Introducing Markdown for Agents Cloudflare's network supports real-time content conversion to markdown at the source.

This is a really nice new Cloudflare feature: on-the-fly markdown conversion. Tools like Claude Code send an "Accept: text/markdown" header when making web requests. If you enable this it, it will send these agents a markdown version of your page instead of the full HTML. Really good for docs.

1 month ago 101 16 7 6

"Vibe coding is the GeoCities of the AI era" 😂

I dig it!

1 month ago 35 5 0 0

Just discovered that one of react-router recent updates absolutely broke google indexing. *Sigh* Should've migrated from it when they announced yet another round of breaking changes 🙃

1 month ago 0 0 0 0
Preview
It Turns Out Waymos Are Being Controlled by Workers in the Philippines During a Congressional hearing, Waymo's chief safety officer, Mauricio Peña, was grilled over the company's reliance on overseas workers.

Once again, it turns out “fully autonomous” means “a guy in the Philippines.”

1 month ago 22,297 6,767 621 1,079

What the fuck

1 month ago 0 0 0 0
Preview
Introducing Deno Sandbox | Deno Instant Linux microVMs with defense-in-depth security for running untrusted code.

Introducing Deno Sandbox
⭐ Instant Linux microVMs
⭐ TypeScript and Python (!) SDKs + REST API
⭐ Secure against prompt injection attacks

deno.com/blog/introdu...

1 month ago 69 15 3 4

I've noticed that not thinking about syntax allows me to think a lot more about everything else - architecture, code structure, tests, etc. Which is kinda great 😅
Then there's also a bonus of having multiple agents.

1 month ago 0 0 0 0

I've noticed that I've been writing less and less code (by hand) over the past ~6 months. It went from me writing most of it while occasionally letting agent create something extremely specific, to me just telling agent what to write, reading output and asking for tweaks/refactors.

1 month ago 0 0 1 0
Preview
I built a "Predatory Game Detector" (and tricked a lazy AI to make it work) | Vaporlens Get more from Vaporlens on Patreon

I built a "Predatory Game Detector" for Steam. Turns out, AI thinks "This game is a gem" means it has mtx 🤦‍♂️

Here is the "JSON trick" I used to force a lazy LLM to catch the actual scams across 150000 reviews. 👇

www.patreon.com/posts/i-buil...

#gamedev #indiedev #gametech

1 month ago 9 3 0 0
Preview
How I Broke (and Fixed) Game Discovery on Vaporlens: A Devlog | Vaporlens Get more from Vaporlens on Patreon

I upgraded Vaporlens to Mistral embeddings and accidentally broke game discovery.

Turns out, the "smarter" context window approach actually made recommendations worse.

Here is how I fixed it with simple math: www.patreon.com/posts/148373...

#gamedev #indiedev #gametech

1 month ago 6 2 0 0

this is probably the best articulation i’ve seen for what’s happening now in programming as well as the distractions in the discourse

2 months ago 68 3 2 0

I start appreciating Torvalds' take on AI even more after seeing stuff like this. *sigh* Ah, internet

2 months ago 2 0 0 0
Text: "I wrote just a few months ago that I firmly believe generative Al tools not only can be, but already are, used to create genuine art. My problem with Al slop isn't the Al, it's the slop. Whatever “standard digital tools” Keith Thomson used to create this, the result is a turd."

Text: "I wrote just a few months ago that I firmly believe generative Al tools not only can be, but already are, used to create genuine art. My problem with Al slop isn't the Al, it's the slop. Whatever “standard digital tools” Keith Thomson used to create this, the result is a turd."

This is now my favorite take on AI tools.
Source: daringfireball.net/2025/12/slop...

2 months ago 0 0 0 0

Vapolens blew up and now I'm getting death threat emails re: LLM usage. Ah, internet 😅

2 months ago 0 0 0 0

oh, I guess new version of node 24 has a memory leak somewhere. switching to a different version fixed all the issues lol

2 months ago 0 0 0 0

Vaporlens somehow blew up, so I'm trying to serve ~300k requests/day from a ~7 euro/mo server. This has been an.. experience lol 😅

2 months ago 0 0 1 0

After 6 years I finally got around to finalizing and releasing Exoframe v7 😅

3 months ago 0 0 0 0

prerelease not prepublish, but hey, guess we're not allowed to have more than one workflow now 🙃

3 months ago 0 0 0 0

npm deprecated access tokens, you now can only generate read-write token for 90 days - which means my old workflows no longer work. And if I want to use "trusted publisher" via OIDC - I can only have one workflow per package. Guess that means fuck me, I need to rewrite all my prepublish workflows? 🤦

3 months ago 0 0 1 0
Traffic charts for Vaporlens showing sharp rise on last day

Traffic charts for Vaporlens showing sharp rise on last day

Vaporlens got added into Augmented Steam extension with ~500k users install base yesterday. This is what traffic looks like 😅

3 months ago 0 0 0 0
A screenshot from Metal Gear Solid 2

A screenshot from Metal Gear Solid 2

3 months ago 682 226 6 13

The Nobel Prize committee should announce the World Cup winner tomorrow

3 months ago 38,698 7,478 508 299

In today's episode of "insane safety filters in LLMs" - google's voice generation refuses to generate a phrase like "Five minus five is zero. Fifteen minus five is ten." because "015" might resemble a PII. I kid you not, holy shit.

3 months ago 0 0 0 0
Preview
TanStack AI Alpha: Your AI, Your Way | TanStack Blog The TanStack team is excited to announce the alpha release of , a framework-agnostic AI toolkit built for developers who want control over their stack. Let's be honest. The current AI landscape has a....

📣 TanStack AI Alpha is here!

✨ Framework agnostic
🤖 Provider agnostic
🧠 Type safe
🔧 Isomorphic tools
🛠 Devtools
🌐 Open protocol
📦 JS, Python, PHP
⚛️ React, Solid, Vanilla
🌀 OpenAI, Anthropic, Gemini, Ollama, ++

Official blog post: tanstack.com/blog/tanstac...
Docs: tanstack.com/ai

3 months ago 81 17 5 5
Tim
Tim
@tim.codezen.dev
35 Followers 128 Following 86 Posts
Posts Following