🌐 A domain can now say it is for sale, in DNS
A standardized machine-readable sale signal could make domain brokerage and discovery much less dependent on WHOIS contact data, while its security guidance matters because forged or malicious records could misdirect prospective buyers.
The article describes the ‘for-sale’ DNS convention, which lets owners advertise that an actively used domain is available for purchase by publishing a TXT record at a reserved DNS leaf. It outlines tags for contact information, free text, asking price, and proprietary codes, while emphasizing that the mechanism does not replace a website or constitute a binding sale offer. The piece also provides implementation, TTL, DNSSEC, parsing, security, and validation guidance.
🔗 Read more 🔗
🧩 The Nixpkgs core team has disbanded
The announcement highlights a recurring challenge in volunteer-led open source projects: governance work can become substantial operational labor even when the role was designed to remain lightweight.
The Nixpkgs core team has decided to disband after concluding that its governance responsibilities were not sustainable alongside active technical contribution. Over roughly 10 months, the team says it reformed committer delegation, onboarded 19 committers, expanded maintainer tooling, strengthened GitHub relations and security response, and established an initial automation and AI policy. Attrition, health concerns, and difficulty recruiting replacements ultimately led members to step down.
🔗 Read more 🔗
🔐 Hardware backdoors in some x86 CPUs
If applicable to deployed hardware, this is significant because a processor-level privilege bypass can undermine operating-system security assumptions below the level where ordinary software defenses operate.
The Rosenbridge project documents a hardware backdoor reportedly present in some desktop, laptop, and embedded x86 processors. According to the repository, the mechanism can allow ordinary ring 3 userland code to bypass processor protections and access ring 0 kernel data when the backdoor is enabled. Although it is typically disabled, the project says some systems have shipped with it enabled by default.
🔗 Read more 🔗
💻 “Code was never the hard part” is an insult to all programmers
The argument is less about whether requirements and design are difficult and more about resisting a false separation between thinking and implementation, since substantial engineering judgment is exercised while writing and refining code.
The author pushes back on the claim that coding itself was never the difficult part of software development, particularly as that argument is used in discussions about AI and LLM-assisted programming. They argue that describing coding as easy dismisses the skill and effort involved in translating ideas into reliable software. The article frames this debate as part of the broader uncertainty over how AI will transform programming work.
🔗 Read more 🔗
✍️ They don’t make ’em like Sublime Text anymore
The post reflects a broader countertrend in developer tooling toward simplicity and lower cognitive overhead, especially as editors increasingly bundle AI features, collaboration systems, and integrated toolchains.
The author describes returning to Sublime Text after years of using modern editors such as VS Code and Zed, praising its quiet, focused experience and lack of constant interface interruptions. They argue that contemporary development software has become overly bloated, update-heavy, and eager to become an all-encompassing platform. After several weeks back with Sublime Text, the author says they have not missed the newer editors’ features and prefer tools that perform a single job well.
🔗 Read more 🔗