Sign up

davewiner's subscription list, hackerNewsStars category. List created by feedlandDatabase v0.9.1.

An external list from lists.opml.org.
https://lists.opml.org/hackerNewsStars.xml

Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow

Pluralistic: Stock swindles (02 Feb 2026)

Today's links Stock swindles: A buyback is not just a dividend by another name. Hey look at this: Delights to delectate. Object permanence: Acme License-Plate Maker; IPV4 delenda est; Mandatory gun-ownership; Sukey; Ross and Carrie x LRH; Criti-hype. Upcoming appearances...

Terrible Software
• Matheus Lima

Why Am I Doing the Thinking for You?

'What do you think?' without a position isn't a question — it's a task assignment. State your opinion first. Let people react to something concrete.

Bert Hubert's writings Valid

Digitaal zoet en zuur in het coalitieakkoord

Het coalitieakkoord heeft een boel woorden die raken aan digitalisering, digitale autonomie en cybersecurity. Veel van de plannen komen niet uit de lucht vallen, en zijn gebaseerd op bijeenkomsten, gesprekken en documenten van de afgelopen jaren. Het is goed te zien dat men gebruik heeft gemaakt van dit eerdere werk (zoals het stuk Wolken aan de horizon, en Ons Digitaal Fundament). Specifiek moet het initiatief van de digitale club van D66 om samen te werken met de digitale zuster-afdelingen van CDA, GroenLinks-PvdA en VVD genoemd worden, waar een gezamenlijk document met input uit is gekomen.

Jim Nielsen’s Blog Valid

The Browser’s Little White Lies

So I’m making a thing and I want it to be styled different if the link’s been visited. Rather than build something myself in JavaScript, I figure I’ll just hook into the browser’s mechanism for tracking if a link’s been visited (a sensible approach, if I do say so myself). ...

Simon Willison's Weblog Supports Webmention

TIL: Running OpenClaw in Docker

TIL: Running OpenClaw in Docker

I've been running OpenClaw using Docker on my Mac. Here are the first in my ongoing notes on how I set that up and the commands I'm using to administer it.

Here's a screenshot of the web UI that this serves on localhost:

Screenshot of the OpenClaw Gateway Dashboard web interface. Header shows "OpenCLAW GATEWAY DASHBOARD" with a green "Health OK" indicator. Left sidebar contains navigation sections: Chat (Chat highlighted), Control (Overview, Channels, Instances, Sessions, Cron Jobs), Agent (Skills, Nodes), Settings (Config, Debug, Logs), and Resources (Docs). Main content area displays "Chat" with subtitle "Direct gateway chat session for quick interventions." and "telegram:6580064359" identifier. A user message at 4:08 PM reads "Show me a detailed list of all your available configured tools". The assistant response states: "Here's the full list of tools I have available in this OpenClaw session (as configured). These are the only ones I can call programmatically:" followed by categorized tools: "File & workspace" (read — Read a file (text or image). Supports offset/limit for large files; write — Create/overwrite a file (creates parent dirs); edit — Precise in-place edit by exact string replacement), "Shell / processes" (exec — Run a shell command (optionally PTY, backgrounding, timeouts); process — Manage running exec sessions (list/poll/log/write/kill/etc.)), "Web" (web_search — Search the web (Brave Search API); web_fetch — Fetch a URL and extract readable content (markdown/text); browser — Control a browser (open/navigate/snapshot/screenshot/act/etc.)), "UI / rendering" (canvas — Present/eval/snapshot a Canvas surface (for node canvases/UI rendering)), and "Devices / nodes" (cut off). Bottom shows message input with placeholder "Message (↵ to send, Shift+↵ for line breaks, paste images)" and "New session" and coral "Send" buttons.

Tags: ai, docker, til, generative-ai, llms, ai-agents, openclaw

Michael Stapelbergs Website

Coding Agent VMs on NixOS with microvm.nix

I have come to appreciate coding agents to be valuable tools for working with computer program code in any capacity, such as learning about any program’s architecture, diagnosing bugs or developing proofs of concept. Depending on the use-case, reviewing each command the agen...

Dr Paris Buttfield-Addison

Space News, February 2026

These are my notes and expanded thoughts from this month’s Space News segment on ABC Radio Hobart and ABC Northern Tasmania. Every month I join Lucie Cutting on Sunday mornings to chat about what’s happening above and beyond.

Here’s what we discussed, plus some of my notes, and expanded thoughts from this edition of the programme:

Katherine Bennell-Pegg: 2026 Australian of the Year

Katherine Bennell-Pegg was named 2026 Australian of the Year on Sunday 26 January at the National Arboretum in Canberra. She’s 41, born in South Australia, holds dual British-Australian citizenship, and is the first person to qualify as an astronaut under the Australian flag. She hasn’t flown to space yet.

Martin Alderson
• Martin Alderson

Two kinds of AI users are emerging. The gap between them is astonishing.

A bifurcation is happening in AI adoption - power users shipping products in days versus everyone else generating meeting agendas. Enterprise tool choices are accelerating the divide.

Simon Willison's Weblog Supports Webmention

Quoting Andrej Karpathy

Originally in 2019, GPT-2 was trained by OpenAI on 32 TPU v3 chips for 168 hours (7 days), with $8/hour/TPUv3 back then, for a total cost of approx. $43K. It achieves 0.256525 CORE score, which is an ensemble metric introduced in the DCLM paper over 22 evaluations like ARC/MMLU/etc.

As of the last few improvements merged into nanochat (many of them originating in modded-nanogpt repo), I can now reach a higher CORE score in 3.04 hours (~$73) on a single 8XH100 node. This is a 600X cost reduction over 7 years, i.e. the cost to train GPT-2 is falling approximately 2.5X every year.

Andrej Karpathy

Tags: andrej-karpathy, gpt-2, generative-ai, ai, llms, openai

Grant Slatton's Blog

Manufacturing as Maintenance

The cleansing fire of rebirth

<antirez>

Automatic programming

http://antirez.com/news/159

In my YouTube channel, for some time now I started to refer to the process of writing software using AI assistance (soon to become just "the process of writing software", I believe) with the term "Automatic Programming". In case you didn't notice, automatic programming produ...

Simon Willison's Weblog Supports Webmention

Singing the gospel of collective efficacy

Singing the gospel of collective efficacy Lovely piece from Matt Webb about how you can "just do things" to help make your community better for everyone: Similarly we all love when the swifts visit (beautiful birds), so somebody started a group to get swift nest boxes made ...

Fernando Borretti

Some Data Should Be Code

On Make, CloudFormation, and GitHub Actions.

Simon Willison's Weblog Supports Webmention

Quoting Steve Yegge

Getting agents using Beads requires much less prompting, because Beads now has 4 months of “Desire Paths” design, which I’ve talked about before. Beads has evolved a very complex command-line interface, with 100+ subcommands, each with many sub-subcommands, aliases, alternate syntaxes, and other affordances.

The complicated Beads CLI isn’t for humans; it’s for agents. What I did was make their hallucinations real, over and over, by implementing whatever I saw the agents trying to do with Beads, until nearly every guess by an agent is now correct.

Steve Yegge, Software Survival 3.0

Tags: steve-yegge, coding-agents, generative-ai, ai-agents, ai, llms

micahflee Supports Webmention
• Micah Lee

Is everyone in your Signal groups named something like "E" or "🥑"? Nicknames can help!

Is everyone in your Signal groups named something like "E" or "🥑"? Nicknames can help!

As ICE continues its invasion of American cities, kidnapping and murdering the people who live there, observers on the ground are increasingly relying on Signal groups to organize mutual aid and rapid response networks. In Minneapolis, people are using hyper-local Signal groups for their buildings, streets, neighborhoods, and schools.

Simon Willison's Weblog Supports Webmention

Moltbook is the most interesting place on the internet right now

The hottest project in AI right now is Clawdbot, renamed to Moltbot, renamed to OpenClaw. It's an open source implementation of the digital personal assistant pattern, built by Peter Steinberger to integrate with the messaging system of your choice. It's two months old, has ...

Pluralistic: Daily links from Cory Doctorow
• Cory Doctorow

Pluralistic: Threads' margin is the Eurostack's opportunity (30 Jan 2026)

Today's links Threads' margin is the Eurostack's opportunity: Move fast and break kings. Hey look at this: Delights to delectate. Object permanence: Frank Chu; MPAA x TSA; Flint truths; Pastel Q; Bernie meme. Upcoming appearances: Where to find me. Recent appearances: Where I...

Simon Willison's Weblog Supports Webmention

We gotta talk about AI as a programming tool for the arts

We gotta talk about AI as a programming tool for the arts Chris Ashworth is the creator and CEO of QLab, a macOS software package for “cue-based, multimedia playback” which is designed automate lighting and audio for live theater productions. I recently started following him...

Simon Willison's Weblog Supports Webmention

Datasette 1.0a24

Datasette 1.0a24 New Datasette alpha this morning. Key new features: Datasette's Request object can now handle multipart/form-data file uploads via the new await request.form(files=True) method. I plan to use this for a datasette-files plugin to support attaching files to ...

Jeff Geerling
• Jeff Geerling

Ode to the AA Battery

Recently this post from @Merocle caught my eye:

I'm fixing my iFixit soldering station. I haven't used it for a long time and the battery has gone overdischarge. I hope it will come back to life. Unfortunately, there are no replacements available for sale at the moment.

iFixit soldering hub torn down - used with permission

Devices with built-in rechargeable batteries have been bugging me a lot lately. It's convenient to have a device you can take with you and use anywhere. And with modern Li-ion cells, battery life is remarkable.