F-Droid 2.0 | 38

f-droid.org
F-Droid 2.0: A New Chapter for Android Freedom | F-Droid - Free and Open Source Android App Repository
After more than a year of hard work, we are thrilled to announce the launch of F-Droid 2.0, a complete redesign of the official F-Droid app and the largest a...
Show HN: Make cursed fonts like Times New Bastard | 32

bastardica.mitpit.com
Bastardica
A type foundry for bastard web fonts.
Show HN: Whiteboard (YC W26) ā An open-source IDE for thoughtful software design | 30
devdotfast/whiteboardGitHub - devdotfast
GitHub - devdotfast/whiteboard: open-source canvas for thoughtful software design Ā· GitHub
open-source canvas for thoughtful software design. Contribute to devdotfast/whiteboard development by creating an account on GitHub.
Fearless SIMD v1.0 | 7
linebender.org
Fearless SIMD v1.0 is here - Linebender
Fearless SIMD v1.0 is here
My weird new hobby: Wandering around Tokyo on Google Maps | 25

ahmedhossamdev.com
My Weird New Hobby: Wandering Around Tokyo on Google Maps Ā· Ahmed Hossam
My weird hobby lately is just wandering around Street View and zooming in on random stuff. Today I found a 350Z that shows up parked in the same Tokyo spot in every capture since 2009.
Using LLMs to trace alchemical knowledge and decode 17th century letters | 4

resobscura.substack.com
AI labs need to start funding historical research
Using GPT-6 and Opus 5.5 to trace alchemical knowledge and decode 17th century letters
Opus 5.5 is good at explainer videos | 5

launchvideo.io
LaunchVideo
Paste a URL or a prompt. Get a launch video, written and rendered by Opus 5.5 on an OpenComputer serverless agent. No video model.
Sourcehut account takeover via build logs (XSS in ansi2html) | 1
blog.arusekk.pl
SourceHut account takeover via build logs (XSS in ansi2html.py) | CVE-2026-92973 | Arusekk blog
A wormable vulnerability allowed anyone able to inject text in a build log on builds.sr.ht (or other instances) to take over accounts who viewed them
Why is the liver so weirdly regenerative? | 17
dynomight.substack.com
Why is the liver so weirdly regenerative?
Book review: Is parallel programming hard, and, if so, what can you do about it? | 8

ahelwer.ca
Textbook review: Is Parallel Programming Hard, And, If So, What Can You Do About It? -
Here are my thoughts on the free online textbook Is Parallel Programming Hard, And, If So, What Can You Do About It? by Paul E. McKenney, author of the Linux kernelās RCU synchronization mechanism.
I read a lot of this textbook, got my fill, and probably wonāt read more of it in the near future so wanted to write this review while it is all still fresh.
Set & Setting
Here Iāll talk about the mindset/life phase and physical setting I was in when I started reading this textbook.
This might be like the tedious personal flavor preamble they have on recipe websites so skip ahead if that does not interest you.
The forgotten battle of East Lansing | 3

eastlansinginfo.news
The Forgotten Battle of East Lansing ā East Lansing Info
Clashes between Michigan State College students and union members organizing a labor strike broke out during the summer of 1937.
Googleās Project Suncatcher to put ML infrastructure in space | 11

blog.google
Learn about Googleās Project Suncatcher to put ML infrastructure in space
Learn about Google's Project Suncatcher, how weāre testing hardware survival for space, designing cooling systems for AI chips, and more.
Forging 1024-bit RSA signatures in nearly SNFS time [pdf] 3
eprint.iacr.org
Forging 1024-bit RSA signatures in nearly SNFS time [pdf]
<a href="https://arstechnica.com/security/2026/09/theres-a-new-way-to-break-rsa-thats-faster-than-anything-weve-seen-before/" rel="nofollow">https://arstechnica.com/security/2026/09/theres-a-new-way-to...</a>
Two-tier encryption in the UK | 31

macanorak.com
Two-Tier Encryption in the UK
Alice and Bill have identical iPhones. Only one gets Appleās strongest iCloud protection.
Vibe Coding Production Kit ā a production workflow for AI coding agents | 1
Moeeryani/Vibe-Coding-Production-Kit
Rate limit Ā· GitHub
Show HN: AgentRun: DSL to turn agents into workflows | 4
Parcha-ai/agentrun
Show HN: AgentRun: DSL to turn agents into workflows
Hi HN,<p>I just open sourced the DSL that our harness in grep.ai uses to turn repeatable parts of agent work into workflows. You can combine tool calls, code, Jev-powered system one decisions for things like routing and screening evidence, and agents when a step needs more investigation.<p>Our harness uses the traces and retro notes agents leave behind when doing a job to figure out which parts can become a workflow. The idea is to make the work easier to understand and avoid paying for a full agent loop where one isnāt needed.
For example, a research workflow can split a question into subquestions, send agents to research them in parallel, use Jev to screen the evidence, and have another agent write the report. You can inspect the steps, evaluate the evidence screening separately, or change one agent without rebuilding everything.<p>The DSL and examples are in our GitHub. Thereās a scripted demo you can run without API keys: <a href="https://github.com/Parcha-ai/agentrun" rel="nofollow">https://github.com/Parcha-ai/agentrun</a><p>You can also use it as a Pi extension to build, inspect, and run workflows: <a href="https://github.com/Parcha-ai/agentrun#use-it-in-pi" rel="nofollow">https://github.com/Parcha-ai/agentrun#use-it-in-pi</a><p>I would love to hear if this is useful to others.<p>More background on how AgentRun works in this video: <a href="https://www.youtube.com/watch?v=vOVhtGjtwpg" rel="nofollow">https://www.youtube.com/watch?v=vOVhtGjtwpg</a>. Or read about our use cases in this article: <a href="https://x.com/MiguelriosEN/status/2101029313906987422" rel="nofollow">https://x.com/MiguelriosEN/status/2101029313906987422</a>.
August 27 TCRF DDoS Attack Postmortem | 1
blog.xkeeper.net
August 27 TCRF DDoS Attack Postmortem ā Xkeeper's blog
WaveDigger: Dig into wireless signals to discover their physical locations | 6
christianrowlands/wavedigger
WaveDigger: Dig into wireless signals to discover their physical locations
Show HN: Treepeat āĀ Code similarity detection using Tree-sitter | 3
dsummersl/treepeat
Show HN: Treepeat āĀ Code similarity detection using Tree-sitter
treepeat is a tool that finds similarities in your codebase.<p>Find duplicate code blocks meaningful to the language (classes/functions), not just lines.<p>Find near-duplicates: ignore whitespace, strings, high level AST nodes such as function and names.<p>Find structurally similar code: anonymize identifiers, constants, etc.<p>Pull requests welcome: This is very much an proof of concept - I'm happy with it, but I haven't supported very many languages at present.<p>Languages supported: astro, bash, css, go, html, javascript, lua, markdown (plus codeblocks), python, sql, typescript, java, kotlin, rust, yaml
A Million Agents Is a Distributed System Problem | 3

instacloud.com
A Million Agents Is a Distributed Systems Problem Ā· InstaCloud
Agents get tired like humans and overload like machines. Once you have thousands of them, the hard part is scheduling and coordination, not intelligence.
Web-based IBM 1620 emulator and IPL-V from 1963 | 7
pkimpel/retro-1620
Web-based IBM 1620 emulator and IPL-V from 1963
Early rogue AI agent activity and attempts to hack found on urlquery.net | 37
transluce.org