thacoon
@thacoon
Follow Up video to "I Tried To Make Something In America" by Smarter Every Day a year after the first video.
I Tried To Make Something In America (The Smarter Scrubber Experiment) by Smarter Every Day. Interesting video to help understand the supply chain needed to create even a simple product as a scrubber for a grill.
Introduction to Zig, a project-based book by Pedro Duarte Faria
A Sovereign, Open-Source Foundation Model for German and English
/e/OS is a complete, fully “deGoogled”, mobile ecosystem
Mini-Coding Agent - Minimal and readable coding agent harness implementation in Python to explain the core components of coding agents.
to be read: Apps After Agents by Kyle Mathews
to be read: Harness Engineering for Self-Improvement by Lilian Weng
If you want to see how Google AI search changes the internet, I recommend the blog article by Amanda: How Google and AI are killing travel blogs like mine
The Man Who Killed Google Search by Ed Zitron
Looks super interesting: Urban Analytics with Python — An Introduction: Spatial Data, OpenStreetMap, and the Basics of Urban Analytics
GLM and DeepSeek Are Catching Frontier Models at Finding Vulnerabilities
a11y.quest a free accessibility quiz to help you check your accessibility knowledge, by Dave Davies. You get 128 hand written questions across WCAG 2.2, ARIA, semantic HTML and contrast. And for each, an explanation for each answer.
What I learned building an opinionated and minimal coding agent by Mario Zechner
Stéphanie Walter's UX Research and Design Blog - Practical expert insights and curated content (resources, tools, etc.) on UX research, inclusive design, enterprise UX, accessibility, and more, to help you growth as a designer.
AI-Generated UI Is Inaccessible by Default - A five-layer enforcement system for semantic correctness in LLM-generated React components
Here’s how to instruct a LLM to reference the ARIA Authoring Practices Guide by Eric Bailey
Using Local Coding Agents - Using Open-Weight Models in Local Coding Harnesses as an Alternative to Claude Code and Codex Subscriptions by Sebastian Raschka
Build a Reasoning Model (From Scratch) - Book - by Sebastian Raschka (also need to still read it)
Rust to WebAssembly the hard way
Prompting 101 | Code mit Claude by Hannah Moran and Christian Ryanop from Anthropic - have not watched it yet, but it was suggested to me - let's see if it is interesting (already 10 months old, and we know things change fast currently)
the true reason C++ always wins by LaurieWired
Nice blog by Dinh Doan Van Bien - has a series about building Supabase froms cratch or his experiements and views on vibe coding or how he build a disk space analyzer for macOS
I Could've Rickrolled the Entire FIFA World Cup. All I Needed Was My ID by BobDaHacker
I think I want to buy this: Build a Large Language Model (From Scratch) I <3 things being explained from scratch.
A Visual Guide to Attention Variants in Modern LLMs - seems interesting (not ready yet)
Building an Agent from Scratch (except the LLM) - one of the most interesting articles I read. It actually explains how to implement a fully functional code-editing agent with less than 400 lines of Go.
Hacking Google with A.I. for $500,000 - What happens when you unleash an AI across all of Google's infrastructure? 1,500 APIs, 3,600 keys, and $500,000 in bounties later.
A small quiz to train your judgement which UI animation feels better. And it gives a great explanation for each why it feels better or worse.
How LLMs Actually Work - nice blog article about LLMs and the transformer-family architecture on a higher-level