1_DevOps'ish

1_DevOps'ish

55856 bookmarks
Custom sorting
Open Source Gave Me Everything Until I Had Nothing Left to Give
Open Source Gave Me Everything Until I Had Nothing Left to Give
I thought I was having a spiritual awakening. I was having a psychiatric emergency. I was at a tech conference in Sweden when it started. I hadn't slept in...
·kennethreitz.org·
Open Source Gave Me Everything Until I Had Nothing Left to Give
2 Ways to Correct the Financial Times at AWS (So Far)
2 Ways to Correct the Financial Times at AWS (So Far)
2 Ways to Correct the Financial Times at AWS (So Far) Amazon's Fastest-Shipping Product Is Now Blog Posts Correcting the Financial Times I've been
·lastweekinaws.com·
2 Ways to Correct the Financial Times at AWS (So Far)
How Can Governments Pay Open Source Maintainers?
How Can Governments Pay Open Source Maintainers?
When I worked for the UK Government I was once asked if we could find a way to pay for all the Open Source Software we were using. It is a surprisingly hard problem and I want to talk about some of the issues we faced. The UK Government publishes a lot of Open Source code - nearly everything developed in-house by the state is available under an OSI Approved licence. The UK is generally pretty…
·shkspr.mobi·
How Can Governments Pay Open Source Maintainers?
Writing an agent skill
Writing an agent skill
Most developers now use coding assistants. I do too—Copilot at work, Claude Code at home. As a developer, I prefer not to repeat myself. This post explains why and how to avoid repetition as a skill. Don’t Repeat Yourself The DRY principle has been present in the software development field for ages. The idea is that if you copy and paste code in multiple places and a bug appears, you’ll need to fix the bug in all these places.
·blog.frankel.ch·
Writing an agent skill
human.json
human.json
A lightweight protocol for humans to assert authorship of their website content and vouch for the humanity of others.
·codeberg.org·
human.json
cartography-cncf/cartography: Cartography is a Python tool that consolidates infrastructure assets and the relationships between them in an intuitive graph view powered by a Neo4j database.
cartography-cncf/cartography: Cartography is a Python tool that consolidates infrastructure assets and the relationships between them in an intuitive graph view powered by a Neo4j database.
Cartography is a Python tool that consolidates infrastructure assets and the relationships between them in an intuitive graph view powered by a Neo4j database. - cartography-cncf/cartography
·github.com·
cartography-cncf/cartography: Cartography is a Python tool that consolidates infrastructure assets and the relationships between them in an intuitive graph view powered by a Neo4j database.
How Kernel Anti-Cheats Work: A Deep Dive into Modern Game Protection
How Kernel Anti-Cheats Work: A Deep Dive into Modern Game Protection
Modern kernel anti-cheat systems are, without exaggeration, among the most sophisticated pieces of software running on consumer Windows machines. They operate at the highest privilege level available to software, they intercept kernel callbacks that were designed for legitimate security products, they scan memory structures that most programmers never touch in their entire careers, and they do all of this transparently while a game is running. If you have ever wondered how BattlEye actually catches a cheat, or why Vanguard insists on loading before Windows boots, or what it means for a PCIe DMA device to bypass every single one of these protections, this post is for you.
·s4dbrd.github.io·
How Kernel Anti-Cheats Work: A Deep Dive into Modern Game Protection