Sign up

Software and Tech stories from an Insider - iDiallo.com
Text

Here's a good way to present AI videos

The YouTube tag marking a video as AI-generated is as insignificant as the little "Sponsored" text in search ads. I've taught my mother and her friends to check for that tag, but most, if not all, of the videos they share with me don't even have it. Even though they're cle...

Jim Nielsen’s Blog Valid
Text

My Experience Has Nuance, Yours Is a Data Point

Eric Bailey has a fun little post about how we need more than a few icons to express the nuance of our shared human experience. For example, he suggests Netflix provide some feedback buttons to indicate the kinds of experiences we all share consuming and rating media: “Just...

Fernando Borretti
Text

On Inevitability

Why superintelligent AI is not inevitable.

Simon Willison's Weblog Supports Webmention
Text

Understanding ChatGPT Work

OpenAI announced ChatGPT Work on July 9th, and have been furiously iterating on it ever since. It is an extraordinarily confusing and very powerful product. Here's what I've figured out about it so far. ChatGPT Work is actually two products The more interesting version of Ch...

Jeff Geerling
Text • 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.

RFC 867 Daytime Protocol

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.

Matt Godbolt’s blog
Text

Recreating a 2010 Experiment

Hooking a BBC Master up as a serial terminal to browse the web again

Ken Shirriff's blog
Text Ken Shirriff

Cores in space: The core memory module from a 1980 Spacelab computer

Spacelab was a reusable laboratory that could be carried in the Space Shuttle's cargo bay, providing lab space for astronauts and experiments.1 Because Spacelab was a European project, it used a French-built minicomputer, the Mitra 125 MS,2 rather than the Shuttle's main com...

Miguel Grinberg's Blog
Text • 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.

Eric Migicovsky's Blog RSS Feed
Text

New Pebble Weather App + Software Updates

repebble.com/blog/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
Text • @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
Text • Dave Farquhar

Apple prevails over Franklin, August 30, 1983

Apple prevails over Franklin, August 30, 1983
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.

seangoedecke.com RSS feed
Text

You have to beat the models at something

In 2025, I wrote that software engineers ought to be assessed by “value over replacement”: not how much money they made for their company, but how much they would have made compared to the average engineer in their position. I’ve always found it vaguely silly when engineers ...

Simon Willison's Weblog Supports Webmention
Text

Introducing Hy4 Preview

Introducing Hy4 Preview New open weight text input (no vision) LLM from Chinese company Tencent today: 770B total parameters, 49B active parameters, 1M token context window, 1.56TB on Hugging Face. This is a big size increase from their previous Hy3 in July, which was 295B,...

Dwarkesh Podcast
Text • Dwarkesh Patel

The Rise and Fall of Agent Civilizations

The Rise and Fall of Agent Civilizations

The whole OpenAI/Hugging Face story in plain English

micahflee Supports Webmention
Text • Micah Lee

The Server Called Paranoia: Defend Autistici/Inventati

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.

Maurycy's Blog
Text

Technical note: transfer files over an ethernet patch cable

It's possible to just connect two computers together with Ethernet and do a bit of IP configuration: # On sender... ip address add dev eth0 fd42:dead:beef::1/48 ip link set dev eth0 up # On receiver... ip address add dev eth0 fd42:dead:beef::2/48 ip link set dev eth0...

The Silicon Underground
Text • Dave Farquhar

A Roku alternative streaming device

A Roku alternative streaming device
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
Text • Brian Potter

Reading List 08/29/26

Reading List 08/29/26

Sinking London homes, US magnesium manufacturing, the World Humanoid Robot games, catastrophic flooding in Nepal, and more.

Andrew Nesbitt Valid
Text • Andrew Nesbitt

This Week in Package Management: 29 August 2026

Releases, advisories, and articles from across the package management world

Terence Eden’s Blog
Text • @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…