Now I know he is guilty. Every accusation is a confession. Also Pam Bondi will be going to jail after all this is over. www.nytimes.com/2025/11/14/u...
Trump Demands Inquiry Into Epstein’s Ties to Prominent Democrats
nytimes.com
John William Davis
@johnwilliamdavis.com
Programmer - TypeScript, Rust and Go
Now I know he is guilty. Every accusation is a confession. Also Pam Bondi will be going to jail after all this is over. www.nytimes.com/2025/11/14/u...
Trump Demands Inquiry Into Epstein’s Ties to Prominent Democrats
nytimes.com
My most common prompt critique is “this doesn’t make sense.” Sometimes people write instructions that are impossible to follow and then report that the model can’t do a task. Not really news to anyone, but liberal arts (writing, philosophy, logic, critique) training is good for this kind of thing.
Many of the most important “prompt engineering” skills are just management skills: clearly understanding the task to be done and what information is needed to do it; explaining the task to the AI; giving useful feedback to improve outputs; & generalizing lessons learned into a process.
Check out this snip from Huberman Lab with Karolina Westlund. share.snipd.com/ai-snip/3c68... Snipd is such a cool app. I have been using it for a month or so and I'm loving it 💯
Dog Breed Predatory Roles
share.snipd.com
Nice 👍
Introducing OctoGuide: A friendly bot that helps contributors adhere to GitHub repository best practices. 🐙🗺️ I've been maintaining open source repos for a decade now, and there are some common rules that I've learned the hard way to always enforce on my repos. A 🧵... octo.guide
share.snipd.com/episode/55de... This was a very good episode 👍 A lot of food for thought 💯
Authentication, Authorization, And The Future Of AI Security With Alex Salazar
Authentication, Authorization, And The Future Of AI Security With Alex Salazar
share.snipd.com
tursodatabase / limbo: Limbo is a project to build the modern evolution of SQLite. ★9161 https://github.com/tursodatabase/limbo
tursodatabase / limbo
Limbo is a project to build the modern evolution of SQLite.
github.com
Just posted a new article to my blog, basically gushing over Bluesky's AT Protocol as an antidote to the social media walled gardens we've all been stuck in for the past decade-plus and how exciting the project is as both a software engineer and a proponent of the open web.
Bluesky’s AT Protocol is the real “everything app”
The blatantly fascist owners of certain established-but-declining social networks like to wax poetic about a world where everything you do online might take place within their own restrictive ecosyste...
polhem.us
chroma-core / chroma: the AI-native open-source embedding database ★17250 https://github.com/chroma-core/chroma
chroma-core / chroma
the AI-native open-source embedding database
github.com
denoland / deno: A modern runtime for JavaScript and TypeScript. ★101319 https://github.com/denoland/deno
denoland / deno
A modern runtime for JavaScript and TypeScript.
github.com
zed-industries / zed: Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter. ★53473 https://github.com/zed-industries/zed
zed-industries / zed
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
github.com
Starting in February I'm going to start a (free) new live coding series where I build a handful of these apps with a recent college graduate that works with me. I think it will be a great tutorial for people who want to learn aspects of engineering you don't get in school. #staytuned
@gtconway.bsky.social is so awesome 🤣😀 He is a much needed voice of sanity in the USA right now 💯🇺🇸
In light of all the news this week I decided to stay in tonight and watch something upbeat
neovide: No Nonsense Neovim Client in Rust ★13431 https://github.com/neovide/neovide
neovide / neovide
No Nonsense Neovim Client in Rust
github.com
🎧Check out the recording of the talk, "The State of JavaScript Security in 2024" by @feross.bsky.social. Watch it here👇 gitnation.com/contents/the...
alexpasmantier / television: The revolution will (not) be televised ★1316 https://github.com/alexpasmantier/television
alexpasmantier / television
The revolution will (not) be televised
github.com
😮 So a while back, I shared my favourite icon package, Lucide. It’s a Feather fork, with *so many* icons (1500+). I just discovered Lucide Lab, a collection of 300+ more icons! It includes more-niche icons that may not be widely useful enough for the main package. github.com/lucide-icons...
😮 Big React news: they’re adding first-class View Transition support! 🎉 This’ll make it so much easier to add transitions on route change, among other use cases. The PR was merged earlier today, so it may be available soon! github.com/facebook/rea...
Add <ViewTransition> Component by sebmarkbage · Pull Request #31975 · facebook/react
This will provide the opt-in for using View Transitions in React. View Transitions only trigger for async updates like startTransition, useDeferredValue, Actions or <Suspense> revealing from ...
github.com
🌠 A long-requested CSS feature is the ability to transition height between a known value (`height: 20rem`) and a derived one (`height: auto`). A new global CSS property makes this possible now. 😄 html { interpolate-size: allow-keywords; } More info in thread 🧵
In case you didn't know: In GitHub-flavored Markdown you can use <kbd> to specify keyboard input. Makes your shortcuts look ✨pretty✨
I just wrote a new blog post! Thoughts on State Management Libraries in the React Compiler Era RSC also matters blog.axlight.com/posts/though...
Thoughts on State Management Libraries in the React Compiler Era
Introduction I’ve been developing three React state management libraries: Zustand, Jotai, and Valtio. So, how are they going to hold up in the new era with the React Compiler and React Server Componen...
blog.axlight.com
A nice list and some information on some interesting dev tools from @joshwcomeau.com. Two of them I currently use, a few I've heard a little about and some I just heard of from this thread 😀
🎊 Happy New Year! I discovered a lot of very cool dev stuff in 2024, from libraries to devtools to educational resources. Thought it’d be fun to share them all, to help kickstart your 2025! Let’s go through the list. 🧵
📚 The slides and transcript of my @reactdayberlin.gitnation.org talk “React Query - The Bad Parts” are now available on my blog. Enjoy 🎉
React Query - The Bad Parts
In this talk, maintainer Dominik will explore the other side—the less favorable aspects of React Query and situations where it may not be the best fit. No library is perfect; every choice involves tra...
tkdodo.eu
👏 Great post by @daishikato.com about what RSCs can mean for single page applications:
Thoughts on What RSC Means for SPAs
Introduction RSC stands for React Server Component, but in this post, I’ll use RSC to refer to a broader architecture consisting of two key aspects: The core feature, which is the ability to serialize...
blog.axlight.com