A discussion of discussions on AI bias
Discussions of AI bias in LLMs differ from classical bugs—people often deny obvious biases are problems, like when an AI whitewashed an Asian woman's photo.
Drew DeVault draws a provocative parallel between Test-Driven Development cults and GenAI adoption, arguing both exploit developers' psychological need to feel competent while potentially undermining actual code quality.
Discussions of AI bias in LLMs differ from classical bugs—people often deny obvious biases are problems, like when an AI whitewashed an Asian woman's photo.
Attended The Merge developer conference in Berlin as a first-time visitor and speaker.
Upgraded site to Eleventy v3 alpha, mainly switching from CommonJS to ESM module syntax for modernization.
Writer admits they have no actual content to share but felt compelled to blog just to use their nice keyboard.
A two-phase load and render pattern in Go prevents N+1 query problems by separating data loading from rendering, eliminating lazy loading issues.
FTC memos from a 2011-12 Google antitrust probe reveal decision-makers lacked basic understanding of the tech industry when closing the investigation.
I merged my personal website and blog into a single site.
Postgres's listen/notify feature enables pub/sub messaging within the database, but it's often underutilized despite being simple and powerful.
Go's DisallowUnknownFields option improves API developer experience by catching typos and invalid fields in JSON requests early.
Attended Front-end Design Conference in St. Petersburg, FL as a speaker. Great experience!
The author draws a comparison between the internet today and their past experience living in Seattle.
Pavex's March update includes new cookie support (took a month vs expected hours), middleware improvements with mutable references, and ongoing closed beta invites.
👋 Hi! "Zero to production in Rust". Pavex, a new Rust web framework that I have been working on. It's time for another progress report on Pavex, covering what has been done in March. biscotti, I thou
New parents deserve gifts focused on them, not just baby items. Here are some non-traditional push present ideas.
Brandon Sanderson's books rekindled the author's love for fantasy adventure stories.
Built an app that generates Form W-9s for US contractors and freelancers.
Git submodules are simpler than they seem - they just track repos differently than regular files, and understanding this makes them easier to use.
Web bloat now hurts users with slow devices more than slow connections, as CPU performance hasn't kept pace with bandwidth growth.
biscotti is a new Rust crate for server-side HTTP cookie handling with better security, edge case support, and distinct request/response types.
TL;DR biscotti ("cookies", but in Italian) is a new Rust crate to handle HTTP cookies on the server side. biscotti's API strives to be as faithful as possible to the underlying semantics of HTTP cooki