@reipart.bsky.social I ported your painterly packs to threejs to interact with a scene in the browser
Tristan
@tristantimblin.dev
engineer at aws.amazon.com living in beautiful us-west-1
Infrastructure as code has been my best quality of life improvement with AI coding. Have probably saved more time elsewhere, but infra is now best practice and painless
I wrote a test harness for claude code. It lets you assert on its behavior to gain confidence it’s doing what you want. github.com/tatimblin/ap...
GitHub - tatimblin/aptitude: Validate ai agent behavior in a codebase
Validate ai agent behavior in a codebase. Contribute to tatimblin/aptitude development by creating an account on GitHub.
github.com
A vpn solution I worked on that brings your office closer to your compute, built-in to your router. Imagine a distributed workplace off the public internet aws.amazon.com/blogs/networ...
AWS Site-to-Site VPN and eero make remote connectivity for distributed sites simpler | Amazon Web Services
Amazon Web Services (AWS) is working with eero to make it simpler and more convenient for organizations to establish secure connectivity between their remote sites and AWS in just a few clicks. The in...
aws.amazon.com
what a humiliating way for don jr. to find out his dad sends birthday cards.
Changan’s announcement of a solid state battery EV with 932 miles range would more than solve range anxiety. We could see EVs in the future settle on a sweet spot for battery capacity/size
You may already be aware, but a computer program that outputs its source code as its output is called a quine. One of my favourites: aem1k.com/qlock/
Qlock - A JavaScript Quine Clock
Displays the current time in a seven-segment style, embedded within its own JavaScript source code. (321 bytes)
aem1k.com
One of the most powerful tools in my toolbox is SVG. When combined with CSS and JavaScript, we can do some truly remarkable things. ✨ 📝 I’ve just published a brand-new blog post that covers the most critical fundamentals. It’s chock full of interactive demos. 😄 Check it out:
A Friendly Introduction to SVG • Josh W. Comeau
SVGs are one of the most remarkable technologies we have access to on the web. They’re first-class citizens, fully addressable with CSS and JavaScript. In this tutorial, I’ll cover all of the most imp...
joshwcomeau.com
Introducing Kiro - I've been testing it out for a while. It's truly a game changer. Spec-driven development and agent hooks are a new paradigm in AI-assisted development. Check it out! 👻 kiro.dev
Kiro
The AI IDE for prototype to production
kiro.dev
Tesla's robotaxi has nobody in the driver seat. The company pulled this off by "each car [having] a company employee in the front passenger seat" instead... 🤦♂️ www.nbcnews.com/tech/innovat...
Tesla robotaxi incidents spark confusion and concerns in Austin
Two weeks into Tesla’s invite-only ride-hailing service, CEO Elon Musk’s die-hard fans are amazed, but it’s not clear anyone else is.
nbcnews.com
If you’ve not seen them before, Jake’s interactive intro to CRDTs is absolutely fantastic. jakelazaroff.com/words/an-int...
An Interactive Intro to CRDTs | jakelazaroff.com
CRDTs don't have to be all academic papers and math jargon. Learn what CRDTs are and how they work through interactive visualizations and code samples.
jakelazaroff.com
just finished the explorable explanations for another interactive CRDT article 😊 if editing goes smoothly should publish it this week
There’s a new bill in California to protect renters choice of internet provider from “exclusive” building wide contracts. This helps small and new ISPs like Monkeybrains and Kuiper as well as renters actionnetwork.org/petitions/pr...
Protect Tenants’ Right to Choose Their Internet — Pass AB 1414!
To the California State Legislature and Governor Gavin Newsom: We, the undersigned residents, renters, homeowners, business owners, and digital equity advocates urge you to vote YES on Assembly Bill ...
actionnetwork.org
When learning a new language, I usually build a small project that calls a public API. This time around, I tried connecting to uPNP (Universal Plug and Play) devices on my network. Controlling IoT devices around the house is a greater high than any 200 response!