frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Astra for Law

https://openai.com/index/astra-for-law/
364•vertigoruntime•6h ago•390 comments

Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint

https://prismml.com/news/bonsai-2-27b
271•JonSchneider•6h ago•85 comments

Bend – A language that blocks AI mistakes via proof, on CPU and GPU

https://bend-lang.com/
335•nicolas-siplis•6h ago•170 comments

Hister: A private search engine for the pages you visit and the files you keep

https://github.com/asciimoo/hister
498•bookofjoe•10h ago•139 comments

Wax motor

https://en.wikipedia.org/wiki/Wax_motor
274•mhb•1d ago•54 comments

Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA

https://global.fujitsu/en-global/pr/news/2026/09/14-02
528•my123•2d ago•201 comments

Alibaba releases Qwen 3.8 Omni Flash

https://qwen.ai/blog?id=qwen3.8-omni-flash
58•jjcm•4h ago•13 comments

Flet 1.0 – Build cross-platform apps in Python

https://flet.dev/
71•absqueued•6h ago•36 comments

Telstra outage: The night a network decided the year was 2006

https://www.netnod.se/blog/telstra-outage-night-network-decided-year-was-2006
17•TMWNN•2h ago•5 comments

Better Icon and Label Alignment

https://ishadeed.com/article/aligning-list-icons/
7•eustoria•1d ago•2 comments

Diplodocus, Long Thought Exclusively American, Turns Up in Spain

https://www.sci.news/paleontology/spanish-diplodocus-15064.html
35•embedding-shape•2d ago•27 comments

I Put Nam A2-Lite Inside an iRig HD X

https://playtaurus.com/blog/i-put-nam-a2-lite-inside-an-irig-hd-x
18•arbayi•1d ago•2 comments

The most important product decision is what you don't build

https://liamnugent.me/posts/what-you-dont-build/
58•ChrisArchitect•6h ago•19 comments

CrowdSec Source Code Leak

https://www.crowdsec.net/blog/crowdsec-statement-source-code-exposure
137•eccgecko•11h ago•42 comments

How Uber Protects Against Retry Storms

https://www.uber.com/us/en/blog/protecting-against-retry-storms/
54•iscmt•6h ago•25 comments

Ask A Monk – A digital wilderness for thoughts with no immediate answer

https://askamonk.online
5•13613288957•1h ago•0 comments

Why I didn’t sign the Fields medallists’ letter

https://gowers.wordpress.com/2026/09/17/why-i-didnt-sign-the-fields-medallists-letter/
221•simianwords•18h ago•318 comments

Infinite-Parameter LLMs: Generating and Adapting Weights from Live Data

https://arxiv.org/abs/2609.18842
121•Betelbuddy•10h ago•35 comments

How do we prevent mathemathics from devolving into the Medieval Era of secrecy?

https://mathoverflow.net/questions/515260/how-do-we-prevent-mathematics-from-devolving-into-the-m...
90•jjgreen•2d ago•62 comments

Rate limits on GitLab.com are changing

https://about.gitlab.com/blog/rate-limit-change-2026/
160•darkwater•11h ago•107 comments

CCC invites all model citizens to 40C3

https://events.ccc.de/en/2026/09/12/40c3-model-citizens/
343•antonly•19h ago•181 comments

The American Religion of Self-Storage Facilities

https://www.newyorker.com/magazine/2026/09/21/the-american-religion-of-self-storage-facilities
202•pseudolus•14h ago•350 comments

More than 100k people in Japan are now aged 100 or older

https://www.bbc.com/news/articles/cmzezj5e18xxo
150•karakoram•6h ago•145 comments

Zettascale (YC S24) Is Hiring ASIC/FPGA Engineers to Build Chips for ASI

https://zscc.ai/careers?job_id=109821
1•el_al•10h ago

Goose:experimental lang 1.16x faster than C++ and 1.12x than safe Rust, mem safe

https://github.com/aardappel/goose/tree/master
44•bobbydigitales•2h ago•43 comments

TSMC revealing details about next gen A14 node

https://iedm26.mapyourshow.com/8_0/sessions/session-details.cfm?scheduleid=331
99•osnium123•2d ago•37 comments

Landing the Space Shuttle – A Flying Machine and the Thrill of a Lifetime

https://inspire.eaa.org/2019/05/16/landing-the-space-shuttle-an-incredible-flying-machine-and-the...
29•JojoFatsani•2d ago•6 comments

Show HN: Snapdrop: Instantly share files between devices. No setup, no signup

https://snapdrop.me
33•Capira•6h ago•22 comments

Show HN: Share your AI Setup, Learn from others

https://mysetup.ai/
198•steveybrown•14h ago•108 comments

Launch HN: Skillsync (YC W26) – AI chat sessions made portable across agents

52•cat-whisperer•10h ago•51 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.