My Experience Has Nuance, Yours Is a Data Point
On Inevitability
Why superintelligent AI is not inevitable.
Understanding ChatGPT Work
Jeff Geerling
• Jeff Geerling
Before NTP there were Time and Daytime
In building an NTP time demo on old Macs for VCF Midwest, I came across RFC 867 and RFC 868, for the 'Daytime' and 'Time' Protocols, respectively.
My first exposure to any form of network time was when I upgraded from a used PowerBook 180c to my first 'new' computer, a Power Mac G3, in 2000. With the introduction of Mac OS 8.5, Apple added a 'Network Time Server' option in the Date & Time Control Panel.
Recreating a 2010 Experiment
Hooking a BBC Master up as a serial terminal to browse the web again
Cores in space: The core memory module from a 1980 Spacelab computer
Miguel Grinberg's Blog
• Miguel Grinberg
Forgejo Hack #2: Integration with Read The Docs
In this second Forgejo Hack installment I'll tell you how to connect a git repository that lives in your self-hosted Forgejo instance to Read the Docs, so that commits to the repository automatically trigger documentation builds, exactly like it works with GitHub.
New Pebble Weather App + Software Updates
All Pebble Time 2 invites have been sent and we're now in-stock! It’s been a long Time coming, but if you have been waiting, now is your…
Terence Eden’s Blog
• @edent
ActivityBot is the recipient of an NLnet grant!
Back in February, I applied for NLnet's Next Generation Zero grant. They were looking for Fediverse projects to help rewild the social media landscape. Or, as they describe it: Reclaim the public nature of the internet Small and medium-sized R&D grants between 5.000 and 50.000 euro, with the possibility to scale up. I run ActivityBot - it is a single-file ActivityPub server suitable for…
The Silicon Underground
• Dave Farquhar
Apple prevails over Franklin, August 30, 1983
Prior to August 1983, the concept of copyright applying to computer software wasn’t settled law. Companies had sued one another for copyright violation, but prior to Apple taking Franklin Computer to court for copying the ROMs and the operating system
The post Apple prevails over Franklin, August 30, 1983 appeared first on The Silicon Underground.
You have to beat the models at something
Introducing Hy4 Preview
Dwarkesh Podcast
• Dwarkesh Patel
The Rise and Fall of Agent Civilizations
The whole OpenAI/Hugging Face story in plain English
micahflee
• Micah Lee
The Server Called Paranoia: Defend Autistici/Inventati
For twenty-five years, an Italian hacker collective has built communications infrastructure designed to survive censorship, surveillance and police raids. On August 26, the United States designated it a terrorist organization. On September 25, the wind-down period ends.
Technical note: transfer files over an ethernet patch cable
The Silicon Underground
• Dave Farquhar
A Roku alternative streaming device
The privacy, or lack thereof, around streaming media has been bothering me lately. I’m sure some people would ask what took me so long. And I’m sure others would say I am overreacting. But it is a problem not very
The post A Roku alternative streaming device appeared first on The Silicon Underground.
Construction Physics
• Brian Potter
Reading List 08/29/26
Sinking London homes, US magnesium manufacturing, the World Humanoid Robot games, catastrophic flooding in Nepal, and more.
Andrew Nesbitt
• Andrew Nesbitt
This Week in Package Management: 29 August 2026
Releases, advisories, and articles from across the package management world
Terence Eden’s Blog
• @edent
A simple "copy this code" button in JavaScript
Next to all the code samples on this blog is a little "copy" button. That makes it easier to grab any of the code I've shared. The HTML and JS is delightfully simple: <button onclick="navigator.clipboard.writeText( this.parentNode.getElementsByTagName('code')[0].textContent );" title="Copy code" >⧉</button> The navigator.clipboard.writeText needs a user interaction to w…