Ryan Dahl (@rough__sea) 's Twitter Profile
Ryan Dahl

@rough__sea

cofounder of @deno_land, creator of @nodejs. often goes by ry.

ID: 3044782305

linkhttps://tinyclouds.org/ calendar_today19-02-2015 10:21:32

641 Tweet

16,16K Followers

307 Following

Deno (@deno_land) 's Twitter Profile Photo

⚠️ The Deno version on Homebrew is behind due an intricate bug in Rust Language that we found last night: github.com/rust-lang/rust… We're working on solutions to the problem, but you can still install Deno with these commands:

⚠️ The Deno version on <a href="/MacHomebrew/">Homebrew</a> is behind due an intricate bug in <a href="/rustlang/">Rust Language</a> that we found last night: github.com/rust-lang/rust…

We're working on solutions to the problem, but you can still install Deno with these commands:
Ryan Dahl (@rough__sea) 's Twitter Profile Photo

I was trying to buy the domain name bot.net in 2012. Seller supposedly bought it for $225k in 2000. He wanted $60k for it - I countered at $20k and it went nowhere. SIGH - Should have bought it.

Deno (@deno_land) 's Twitter Profile Photo

Recently spotted in the Deploy changelog: 🥚 Live-streaming logs and traces in Playgrounds 🥚 Logs and traces filtering in Playgrounds 🥚 Project type detection upgrades. (Including Vite ⚡ detection) And more! docs.deno.com/deploy/early-a…

Recently spotted in the Deploy changelog:

🥚 Live-streaming logs and traces in Playgrounds
🥚 Logs and traces filtering in Playgrounds
🥚 Project type detection upgrades.
       (Including <a href="/vite_js/">Vite ⚡</a>  detection)

And more!

docs.deno.com/deploy/early-a…
Deno (@deno_land) 's Twitter Profile Photo

Next week, deno bundle returns in 2.4 📦 --platform, --sourcemap flags 📦 server-side, client-side 📦 automatic treeshaking

Ryan Dahl (@rough__sea) 's Twitter Profile Photo

I guess I'm an AI maximalist. "it's a product, Ry - it's got you fooled" my wife said over dinner last night I still disagree tinyclouds.org/underestimatin…

Ryan Dahl (@rough__sea) 's Twitter Profile Photo

I chose MIT for Node (and later Deno) because of my early experience with Rails. DHH's choice of MIT was revolutionary - it set a tone of delightful, open collaboration for web software blog.codeminer42.com/ruby-on-rails-…

Deno (@deno_land) 's Twitter Profile Photo

Importing bytes and texts: ✅ adds to your module graph ✅ type checking ✅ works with deno bundle and deno compile deno.com/blog/v2.4#impo…

Deno (@deno_land) 's Twitter Profile Photo

You can use bytes imports to easily add image assets. Divy updates his Flappybird game from converting PNGs to Base64 strings to using bytes import 👇 deno.com/blog/v2.4#impo…