@patrick.roumanoff.com

I work at a public library. People who want to use AI seem to have no trouble doing so. People who don't want to use AI have a harder time. I crowdsourced and then finalized this document "How to disable or avoid intrusive AI" and then gave it a short URL: notoai.org Please pass along if it's useful

An aircraft passenger oxygen mask: a drop down passenger mask with air bag and yellow plastic mouth and nose cover, oxygen tube has been cut; Demonstration model used by flight attendant crew for passenger instruction. Has text on the side indicating that it's non-functional.

⚠️ Promise.all() makes your code sensitive to destructuring order 🆕 Promise.allKeyed() is IMHO a better alternative in many cases I've been using my "combine-promise" lib for that, and can finally deprecate it soon

Bild
Rob Palmer@robpalmer.bsky.social · last wk.

ECMAScript excitement 😉 Congrats to my coworker @ashley-c.bsky.social at TechAtBloomberg on advancing Await Dictionary to Stage 3 at TC39 🎉 Promise.all returns positional results as an array. Promise.allKeyed allows named results inside an object 👍 github.com/tc39/proposa...

const {
  shape,
  color,
  mass,
} = await Promise.allKeyed({
  shape: getShape(),
  color: getColor(),
  mass: getMass(),
});

i want to do a little ✨ ama about atproto ✨ in this thread. no question is too simple if you’ve been curious about atproto but don’t know much (anything?) about it, ask any question and i’ll try to explain it in my own words. (+ would love to hear from friends who aren’t very active on bsky)

🤯️ Programmers are **cooked**: A cracked researcher called Grace Hopper release a report on 🤖️ automatic programming called ✨️flow-matic✨️, some quotes below 👇️

Bild

The new @code release supports BYOK without a GitHub sign-in, making it easier to use your own language models or run workflows using local models like Ollama. Check out what’s new:

Visual Studio Code logo centered on a dark background, with the text “VS Code v1.122” and “New release” displayed below.

Our book is about building a compiler for a toy, compile-to-Wasm language. At some point, we starting wondering…what's the smallest possible WebAssembly compiler? Could you make one that fits in tweet? 🤔 The answer is yes! wasmgroundup.com/blog/wasm-c...

A WebAssembly compiler that fits in a tweet

Starting with a 192-byte one-liner that implements a Reverse Polish Notation arithmetic compiler, we'll work backward to transform it into readable JavaScript by removing one code golf trick at a time

wasmgroundup.com

I couldn't find any good games for my password manager. So I made one. 1Crossword connects to your 1Password vault and generates a crossword entirely out of your passwords! The crosswords are fun, simple, and great for sharing on social media when you finish. Enjoy!

What does it mean for something to be Turing complete? I answer this question, and more, through a series of fully interactive Turing machine simulations! Play, pause, step forwards and backwards, and even write your own Turing machine programs in my latest blog post. samwho.dev/turing-machi...

THIS IS HUGE! Researchers at TAU and the University of Lisbon have developed a groundbreaking nano-vaccine against COVID-19, delivered via nasal spray WITHOUT requiring cold storage. Preclincial studies show the vaccine was effective against ALL major SARS-CoV-2 variants. Let’s talk about that! 🧪🧵⬇️

I'm a 3 time conference organizer and I'm interested in giving my attendees the best experience possible. With talks it's about inspiring, motivating, educating, and entertaining. Who wouldn't want to hear how @tldraw.com works from an engineer who works on it?

the two secret styles in tldraw: Alt / Option + F, Alt / Option + T they're secret because we haven't made the buttons yet