Press any key to continue

👋

Hi there

I'm Lino Le Van, a founder who mostly contributes to open source projects in my free time.

  • 🟣 Creator of Astral, the browser automation library in the Deno ecosystem.
  • ☁️ My personal projects are always fluctating. Check out ~/projects on my site for my most recent stuff!
  • 🦀 I'm learning Rust to build speedy applications
  • 💻 Invited expert at TC55. Let's standardize server-side JS!
  • 😄 Pronouns: He/Him

Recent Thoughts

@linolevan.com 11/25/2025

The oracle sleeps better than the querent

@linolevan.com 11/23/2025

The arrogant man denies the peasant's offering of a pear.

@linolevan.com 11/21/2025

The impatient child neglects his fruit tree

@linolevan.com 8/24/2025

@jasnell.me Is WebTransport support something that CF workers will get? If so, any ideas on a timeline?

@linolevan.com 7/27/2025

I know it's common knowledge at this point but AdamW is really good.

@linolevan.com 7/23/2025

RIP to npm stylus, looks like it was compromised want to read the post mortum when it comes out

"dreams keep a man solid"

@linolevan.com 6/12/2025

Cloudflare and GCP being down at the same time is pretty crazy

@theme { --color-text: #4c4f69; --color-subtext1: #5c5f77; --color-subtext0: #6c6f85; } @media (prefers-color-scheme: dark) { @theme { --color-text: #cdd6f4; --color-subtext1: #bac2de; --color-subtext0: #a6adc8; } }

@tailwindcss.com I can't figure out a way wonder if there's a way to switch between themes depending on prefers-color-scheme. I tried doing (see reply) but it didn't seem to work. I don't see anything in the docs on this, though it's possible I missed it. Is this a supported usecase?