🎨 How my images are dithered
A practical behind-the-scenes guide for web designers and digital artists exploring retro-inspired image processing techniques.
The post explains the author’s current workflow for creating dithered images for a personal website. It details the technique behind the visual effect and notes that a newer image style is covered later in the article.
🔗 Read more 🔗
🛠️ Temper Language
An interesting language-level approach to code reuse that avoids maintaining parallel implementations across multiple ecosystems.
Temper is a programming language that cross-translates a single source specification into Java, C#, JavaScript, Lua, and Python. It enables developers to share libraries and rich type definitions across language ecosystems while generating idiomatic code for each target platform.
🔗 Read more 🔗
🤖 How to stop Claude from saying load-bearing
A neat example of using client-side hooks to personalize AI interactions, from accessibility improvements to playful text substitutions.
The article shows how to customize Claude’s displayed responses using the MessageDisplay hook to replace specific words and phrases. It includes a Python script, installation steps, and configuration instructions for modifying the assistant’s visible vocabulary without changing the underlying model.
🔗 Read more 🔗
🧠 Are we offloading too much of our thinking to AI?
A thoughtful discussion that encourages readers to consider where convenience may begin to erode independent judgment.
The essay reflects on the growing habit of relying on AI for research, reasoning, and everyday decision-making. Drawing on personal observations and Ken Liu’s short story ‘The Perfect Match’, it examines the potential consequences of outsourcing more of our thinking to AI systems.
🔗 Read more 🔗
📉 S&P downgrades Oracle to BBB – only one notch above junk level
The downgrade highlights how aggressive AI infrastructure spending is reshaping the risk profile of established technology companies.
S&P Global downgraded Oracle’s credit rating to BBB-, citing massive debt and capital requirements driven by the company’s AI infrastructure expansion. The agency highlighted Oracle’s heavy investment in data centers, growing dependence on OpenAI as a major customer, and the financial risks associated with its transformation into a cloud infrastructure provider.
🔗 Read more 🔗
🎮 Measuring Input Latency on Linux: X11 vs. Wayland, VRR, and DXVK
Benchmark-driven analysis provides a valuable alternative to anecdotal Linux gaming optimization advice.
The article investigates input latency for Linux gaming, comparing X11 and Wayland while evaluating the effects of variable refresh rate and DXVK. Based on practical testing, it explores which configuration choices have the greatest impact on responsiveness and frame pacing.
🔗 Read more 🔗
🪪 Too many words about DIDs
A clear introduction to how decentralized identifiers support portable digital identity beyond any single social platform.
The post explores decentralized identifiers (DIDs) using Bluesky accounts as a practical example. It explains how an account’s identity can exist independently of any single application and examines the technical mechanisms that enable this portability.
🔗 Read more 🔗
🔌 whatcable: macOS menu bar app that tells you, in plain English, what each USB-C cable plugged into your Mac can actually do
A practical utility that removes the guesswork from USB-C cables with clear, human-readable capability reporting.
WhatCable is a macOS menu bar application that identifies the capabilities of connected USB-C cables in plain language. Using information already available through macOS IOKit, it helps users understand charging speed, data bandwidth, and why a cable may be limiting performance.
🔗 Read more 🔗