Official site of the DNS4EU project

Code
Ryo Lu (@ryolu_) on X
Knowledge Management in the Age of AI | Eric Gardner
BSD How To
I Read All Of Cloudflare's Claude-Generated Commits
Track Errors First
The importance of free software to science [LWN.net]
app.build – Open-Source AI Agent That Builds Full-Stack Apps
Changelog - Jun 4, 2025 | Cursor - The AI Code Editor | Cursor - The AI Code Editor
What I've learned about writing AI apps so far | Seldo.com
Finetune AI using data in Google Sheets
How I Created Perfect Wiki and Reached $250K in Annual Revenue Without Investors
Third Party Cookies Must Be Removed
Why does Anubis use Proof-of-Work? | Anubis
Verissimo Monthly - May 2025
Cloudlflare builds OAuth with Claude and publishes all the prompts | Hacker News
Root Shell on Credit Card Terminal
CardGames.io
Docker Compose | n8n Docs
First Principles of Interaction Design (Revised & Expanded) | askTog
JavaScript modules
All modern browsers support module features natively without needing transpilation. It can only be a good thing — browsers can optimize loading of modules, making it more efficient than having to use a library and do all of that extra client-side processing and extra round trips
The first thing you do to get access to module features is export them. This is done using the export statement
For example, the imports key in the import map below defines a "module specifier map" JSON object where the property names can be used as module specifiers, and the corresponding values will be substituted when the browser resolves the module URL.
Script files used by websites often have hashed filenames to simplify caching. The downside of this approach is that if a module changes, any modules that import it using its hashed filename will also need to be updated/regenerated.
modelcontextprotocol/servers
AI Autonomous Coding Agent for VS Code
Writing that changed how I think about PL | Max Bernstein
CLI tools you won't be able to live without 🔧
Buttplug: Sex Toy Control Software
Anthropic's new AI model shows ability to deceive and blackmail
Human coders are still better than LLMs -
camelAI
Setting Up New Relic Logging in Laravel