💥 Check out this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Today marks four years since I joined AWS. My last day will be Friday. I have to say being fired from AWS is actually a relief. There have been a lot of changes to the company since I joined in 2022, and the company I wanted to work for is no longer the same company. This past year, while I was doing my best to make AWS play nice in open source communities, there were two main drivers making me unhappy with my job:…
💥 Read this awesome post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: Released at the Outline Demoparty in May 2026, Ommen, NL
An exploration of algorithmic density in 16 bytes of x86 assembly.
Hey everyone. I learned programming as a kid on an old IBM PC with a monochrome green monitor over 30 years ago and always wanted to create a program for this system. I created well over 100 tiny intros in the last 15 years. Recently I was not too active but the fantastic "Rainbow Surf" from Plex in just 16 bytes motivated…
✨ Discover this awesome post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Several times in the last couple of decades, Microsoft has released source code for the original MS-DOS operating system that kicked off its decades-long dominance of consumer PCs. This week, the company has reached further back than ever, releasing “the earliest DOS source code discovered to date” along with other documentation and notes from its developer. Today’s source release is so old that it predates the MS-DOS branding, and it includes “sources to the 86-DOS 1.00 kernel, several development snapshots of the PC-DOS 1.00 kernel,…
🔥 Explore this trending post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Once my holidays had passed, I found myself reluctantly reemerging into the world of the living. I powered on a corporate laptop, scared to check on my email inbox. However, before turning on the browser, obviously, I had to run a ping. Debugging the network is a mandatory first step after a boot, right? As expected, the network was perfectly healthy but what caught me off guard was this message: I was not expecting ping to take countermeasures that early on in a day. Gosh,…
🚀 Read this must-read post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: WASHINGTON (AP) — The Department of Justice is acknowledging it has removed from its website news releases about criminal cases related to the Jan. 6, 2021, riot, calling the information about the prosecutions “partisan propaganda.”The purge of news releases documenting criminal charges, convictions and sentencings is the latest step by the Trump administration to dramatically rewrite the history of the assault on the Capitol, when hundreds of supporters of Republican President Donald Trump stormed the building in an effort to halt the congressional certification of…
🔥 Read this must-read post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Documentation IndexFetch the complete documentation index at: https://bun.com/docs/llms.txtUse this file to discover all available pages before exploring further.Bun.Image is a chainable image pipeline for decoding, resizing, rotating, and re-encoding JPEG, PNG, WebP, HEIC, and AVIF — built on libjpeg-turbo, spng, libwebp, and SIMD geometry kernels, with zero npm dependencies and no native addon build step. await Bun.file("photo.jpg").image().resize(400, 400, 🔥).webp(💬).write("thumb.webp"); The API is shaped after Sharp: construct from an input, chain transforms, pick an output format, then await a terminal method. Nothing runs until the terminal…
🔥 Check out this must-read post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: By Susam Pal on 23 May 2026 This is going to be a rant about modern web design practices. But before I get to that, let me begin with a familiar principle from the world of cryptography. Among software developers, and especially among those who work on security-sensitive systems, there is a well-known maxim: Don't roll your own crypto. This does not mean that nobody is allowed to write cryptographic code. Someone has to. It means that, for ordinary production software that protects sensitive…
💥 Check out this insightful post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: IOWA CITY, Iowa (KCRG) - University of Iowa students could soon be required to take classes at the Center for Intellectual Freedom — or they won’t be able to graduate.Republican lawmakers added a provision to a massive budget bill during a 35-hour legislative session requiring University of Iowa students to complete at least six credit hours from the center to earn an undergraduate degree. The bill now heads to Gov. Kim Reynolds’ desk.Democrats are urging Reynolds to line-item veto the provision.Why was the center…
🚀 Check out this trending post from Hacker News 📖 📂 **Category**: 💡 **What You’ll Learn**: Pardon MIE? Sat May 23, 2026Apple’s Memory Integrity Enforcement is no joke. Five years of design, brand-new M5 silicon, hardware memory tagging on the kernel heap, hardware-locked read-only zones for the kernel’s crown jewels, and a privileged monitor sitting above the kernel that refuses every unauthorised page-table change. It’s the most serious kernel memory-safety stack any consumer OS has shipped. And it still got bypassed. A three-person shop with an AI sidekick walked through it in five days, with two bugs and a clever…
✨ Discover this insightful post from Hacker News 📖 📂 **Category**: ✅ **What You’ll Learn**: tldr: I installed console-only Debian on an old laptop (no desktop OS at all) I added some packages to make it work better for writing: network-manager for connecting to hotspots while I'm away kmscon for custom fonts and more than 16 colors in the tty tmux for a nice status bar and rudimentary screen tiling, as well as acpi and light for battery and backlight details, respectfully neovim as my editor and vim-vimwiki to give myself a personal wiki syncthing to sync and backup my…
