Sign up

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

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

the website of jyn
• jyn

how i write blog posts

the trick is to make it as easy as possible

Simon Willison's Weblog Supports Webmention

Trying out the new Gemini 2.5 model family

After many months of previews, Gemini 2.5 Pro and Flash have reached general availability with new, memorable model IDs: gemini-2.5-pro and gemini-2.5-flash. They are joined by a new preview model with an unmemorable name: gemini-2.5-flash-lite-preview-06-17 is a new Gemini ...

DYNOMIGHT Valid
• dynomight

Please take my weird moral puzzles quiz

it's not a trap

Simon Willison's Weblog Supports Webmention

Quoting Donghee Na

The Steering Council (SC) approves PEP 779 [Criteria for supported status for free-threaded Python], with the effect of removing the “experimental” tag from the free-threaded build of Python 3.14 [...]

With these recommendations and the acceptance of this PEP, we as the Python developer community should broadly advertise that free-threading is a supported Python build option now and into the future, and that it will not be removed without following a proper deprecation schedule. [...]

Keep in mind that any decision to transition to Phase III, with free-threading as the default or sole build of Python is still undecided, and dependent on many factors both within CPython itself and the community. We leave that decision for the future.

Donghee Na, discuss.python.org

Tags: gil, python

Matthew Garrett

Locally hosting an internet-connected server

I'm lucky enough to have a weird niche ISP available to me, so I'm paying $35 a month for around 600MBit symmetric data. Unfortunately they don't offer static IP addresses to residential customers, and nor do they allow multiple IP addresses per connection, and I'm the sort o...

Simon Willison's Weblog Supports Webmention

100% effective

Every time I get into an online conversation about prompt injection it's inevitable that someone will argue that a mitigation which works 99% of the time is still worthwhile because there's no such thing as a security fix that is 100% guaranteed to work. I don't think that's...

Simon Willison's Weblog Supports Webmention

Cloudflare Project Galileo

Cloudflare Project Galileo I only just heard about this Cloudflare initiative, though it's been around for more than a decade: If you are an organization working in human rights, civil society, journalism, or democracy, you can apply for Project Galileo to get free cyber se...

Simon Willison's Weblog Supports Webmention

Quoting Paul Biggar

In conversation with our investors and the board, we believed that the best way forward was to shut down the company [Dark, Inc], as it was clear that an 8 year old product with no traction was not going to attract new investment. In our discussions, we agreed that continuity of the product [Darklang] was in the best interest of the users and the community (and of both founders and investors, who do not enjoy being blamed for shutting down tools they can no longer afford to run), and we agreed that this could best be achieved by selling it to the employees.

Paul Biggar, Goodbye Dark Inc. - Hello Darklang Inc.

Tags: entrepreneurship, programming-languages, startups

micahflee Supports Webmention
• Micah Lee

Using Signal groups for activism

Using Signal groups for activism

Things are heating up. Millions of people are taking to the streets against Trump's rising authoritarianism. Communities around the US are organizing to defend against ICE raids, to protest Israeli genocide, for mutual aid, and for other forms of fighting fascism. Signal can help people safely organize in

Simon Willison's Weblog Supports Webmention

The lethal trifecta for AI agents: private data, untrusted content, and external communication

If you are a user of LLM systems that use tools (you can call them "AI agents" if you like) it is critically important that you understand the risk of combining tools with the following three characteristics. Failing to understand this can let an attacker steal your data. Th...

the website of jyn
• jyn

how i use my terminal

i have gone a little above and beyond trying to get all the features of VSCode

Jim Nielsen’s Blog Valid

Becoming an Asshole

This post is a secret to everyone! Read more about RSS Club. I’ve been reading Apple in China by Patrick McGee. There’s this part in there where he’s talking about a guy who worked for Apple and was known for being ruthless, stopping at nothing to negotiate the...

Simon Willison's Weblog Supports Webmention

Quoting Joshua Barretto

I am a huge fan of Richard Feyman’s famous quote:

“What I cannot create, I do not understand”

I think it’s brilliant, and it remains true across many fields (if you’re willing to be a little creative with the definition of ‘create’). It is to this principle that I believe I owe everything I’m truly good at. Some will tell you should avoid reinventing the wheel, but they’re wrong: you should build your own wheel, because it’ll teach you more about how they work than reading a thousand books on them ever will.

Joshua Barretto, Writing Toy Software is a Joy

Tags: careers, programming

Jayden’s Blog
• Jayden Milne

Golang’s encoding/XML is broken and no one seems to care

Programming Note: You may have subscribed to this blog because of a snarky post about YouTube that for some reason was popular. Instead of more insightful(?) content like that, you’re getting a complaint to no audience in particular about XML in Golang. You’re welcome.

Downtown Doug Brown
• Doug Brown

Modifying an HDMI dummy plug’s EDID using a Raspberry Pi

I recently found myself needing to change the monitor that a cheap HDMI “dummy plug” pretended to be. It was a random one I had bought on Amazon several years ago that acted as a 4K monitor, and I needed it to be something simpler that didn’t support a 4K resolution. The story behind why […]

Geoffrey Litt Valid
• Geoffrey Litt

Malleable software: Restoring user agency in a world of locked-down apps

Redirecting…

This essay lives at Ink & Switch.

Simon Willison's Weblog Supports Webmention

Seven replies to the viral Apple reasoning paper – and why they fall short

Seven replies to the viral Apple reasoning paper – and why they fall short A few weeks ago Apple Research released a new paper The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complexity. Through extensive exp...

Simon Willison's Weblog Supports Webmention

An Introduction to Google’s Approach to AI Agent Security

Here's another new paper on AI agent security: An Introduction to Google’s Approach to AI Agent Security, by Santiago Díaz, Christoph Kern, and Kara Olive. (I wrote about a different recent paper, Design Patterns for Securing LLM Agents against Prompt Injections just a few d...

Xe Iaso's blog Valid

I fight bots in my free time

I made Anubis, a lightweight, open-source Web Application Firewall designed to block automated bot attacks without frustrating real users. Anubis uses techniques like TLS fingerprinting and JavaScript proof of work to keep your site safe while staying flexible, fast, and easy to deploy.

Simon Willison's Weblog Supports Webmention

Anthropic: How we built our multi-agent research system

Anthropic: How we built our multi-agent research system OK, I'm sold on multi-agent LLM systems now. I've been pretty skeptical of these until recently: why make your life more complicated by running multiple different prompts in parallel when you can usually get something u...