frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pion, an agent designed to run any company autonomously

https://andonlabs.com/blog/why-we-built-pion
235•lukaspetersson•5h ago•244 comments

Amazon vs. Perplexity – U.S. Court of Appeals for the Ninth Circuit

https://law.justia.com/cases/federal/appellate-courts/ca9/26-1444/26-1444-2026-08-04.html
135•neom•1h ago•136 comments

Distributed Systems Classics (2017)

https://nvartolomei.com/dist-sys-classics/
209•grep_it•6h ago•40 comments

Compressing a Flag to 11 Bits

https://read.vantezzen.io/miniflags
22•bennett_dev•2d ago•6 comments

A Beginning for Mathematics

https://www.daniellitt.com/blog/2026/9/13/a-beginning-for-mathematics/
150•robinhouston•7h ago•85 comments

OpenAI bots knew about the RubyGems caching vulnerability

https://tenderlovemaking.com/2026/09/11/what-a-time-to-be-alive/
335•gregnavis•10h ago•289 comments

How my e-reader lost its stripes

https://www.serpentine.com/posts/2026/x3-stripes/
125•simonmic•6h ago•17 comments

Charts built for Chat

https://dbtcharts.com/blog/charts-built-for-chat/
26•thingsilearned•1h ago•6 comments

Principles for Fast Tokio Applications

https://dial9-rs.github.io/blog/principles-for-fast-tokio-applications/
151•carllerche•7h ago•33 comments

XCancel service is suspended until further notice

https://xcancel.com/#
386•gaganyaan•13h ago•703 comments

Why don't machine learning research agents overfit?

https://www.amazon.science/blog/why-dont-machine-learning-research-agents-overfit
91•Betelbuddy•6h ago•53 comments

Cloudflare AKE cuts origin HelloRetryRequests from 52% to 3.7%

https://blog.cloudflare.com/automatic-key-exchange-for-origins/
72•iamsyr•5h ago•20 comments

Optimizing a Spin-Lock

https://david.alvarezrosa.com/posts/optimizing-a-spin-lock/
24•signa11•2d ago•9 comments

Show HN: Neobrutalism.dev – Just added Base UI support and added new color theme

https://www.neobrutalism.dev/
125•samke-•6h ago•54 comments

GPT-5.6 Luna vs. GPT-6 Astra: Is a $1.20 Model Good Enough for Code Review?

https://entelligence.ai/blogs/gpt-5.6-luna-vs-gpt-6-astra-is-a-1.20-model-good-enough-for-code-re...
75•theanonymousone•3h ago•93 comments

An atlas of periodic solutions to the three-body problem

https://www.threebodyorbits.com/
324•danielmorozoff•2d ago•73 comments

Microsoft patches Windows and Excel – breaks audio, remote access, and paste

https://www.theregister.com/os-platforms/2026/09/14/microsoft-patches-windows-and-excel-breaks-au...
176•Alephinitesimal•6h ago•94 comments

Cua (YC P25) Is Hiring a Founding Technical GTM Lead

https://www.ycombinator.com/companies/cua/jobs/1IWEKVH-founding-technical-gtm-lead
1•frabonacci•5h ago

Show HN: Nari Qwen3-TTS and Qwen3-ASR – High accuracy, low latency and cost

https://narilabs.com/blog/nari-labs-leads-coval-voice-ai-benchmarks/
58•toebee•6h ago•12 comments

Ask HN: What are you working on? (September 2026)

286•david927•1d ago•888 comments

Notes on gotchas while migrating 35kb preprompts from Opus to self-hosted Ollama

https://patrickmccanna.net/notes-on-migrating-large-prompts-away-from-anthropic-openai-to-self-ho...
105•0o_MrPatrick_o0•9h ago•57 comments

Largest known Roman mosaic, beneath Baths of Trajan, opens to the public

https://www.theartnewspaper.com/2026/09/14/largest-roman-mosaic-opens-to-the-public
37•bookofjoe•9h ago•5 comments

EuroBirdPortal – Live bird movements across Europe

https://www.eurobirdportal.org/ebp/en/
212•NKosmatos•14h ago•63 comments

Adversarial Fashion Makes a Statement on AI Panopticon

https://spectrum.ieee.org/adversarial-fashion
89•rbanffy•8h ago•43 comments

Truncated SVD (2023)

https://brashandplucky.com/2023/09/09/truncated-svd.html
40•ibobev•6h ago•7 comments

Dario, Please

https://pop.rdi.sh/dario-please/
195•0x5FC3•8h ago•86 comments

Show HN: Pelican-bicycle alternatives

https://gally.net/temp/20260914pelican-alternatives/index.html
105•tkgally•9h ago•41 comments

Backprop Alternative: Augmented Lagrangian Predictive Coding

https://pub.sakana.ai/pc-alm/
19•guld•4h ago•4 comments

Trying to Make a Loop Auto-Vectorize

https://jsgroth.dev/blog/posts/trying-to-make-a-loop-auto-vectorize/
64•zdw•4d ago•15 comments

LLMs are real, AI is fake

https://pluralistic.net/2026/09/12/god-in-the-box/#llms-are-fake
10•andy99•27m ago•0 comments
Open in hackernews

Right-Truncatable Prime Counter

https://github.com/EbodShojaei/Right-Truncatable-Primes
9•rainmans•1y ago

Comments

throwawaymaths•1y ago
Curious about base 2. Obviously if you hit a 0 it's immediately not prime, but maybe adjust the rules so:

- you drill through as many 0's on the right.

- you finish on 1.

3, 5, 7, 11, 13, 15, 17 are all right truncatable, 19 is the first non-truncatable prime in this scheme.

nh23423fefe•1y ago
i dont think smaller radixes make the problem more interesting. the problem is interesting because base 10 has a large branching factor
throwawaymaths•1y ago
I think in the base2 reformulation I propose we do not know for certain if the list of numbers terminates, as all Fermat primes are in the set and we don't know if there are infinitely many Fermat primes.

For base-10 and the original rules the set is provably closed.

"Drilling through zeros" makes the branching unbounded.

jinwoo68•1y ago
There's a Project Euler problem for finding truncatable prime numbers, from both left and right: https://projecteuler.net/problem=37
thechao•1y ago
Just in case any else is wondering: there are only 83 right-truncatable primes (RTP) and that is it. There's two constraints that let you see this "immediately":

1. An RTP must start with {2,3,5,7,9}; and,

2. An RTP must end with {1,3,7,9}.

So, let's take the largest RTP (73939133) and try to "extend" it: there are only four possible extensions: 73939133[1], 73939133[3], 73939133[7], 73939133[9]. None of these are prime. This holds for the other 8-digit RTPs. Therefore, there is no extension to a 9-or-longer RTP. Thus, the list is exhaustive.