frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Previewing GPT‑5.6 Sol: a next-generation model

https://openai.com/index/previewing-gpt-5-6-sol/
585•minimaxir•3h ago•344 comments

U.S. government will decide who gets to use GPT-5.6

https://www.washingtonpost.com/technology/2026/06/26/openai-says-us-government-will-vet-users-its...
449•alain94040•2h ago•625 comments

MicroVMs: Run isolated sandboxes with full lifecycle control

https://aws.amazon.com/blogs/aws/run-isolated-sandboxes-with-full-lifecycle-control-aws-lambda-in...
200•justincormack•3d ago•112 comments

The "Bizarre Headgear" Exhibit at the Sam Noble Museum Is Incredible

https://svpow.com/2026/05/15/the-bizarre-headgear-exhibit-at-the-sam-noble-museum-is-incredible/
41•surprisetalk•3d ago•1 comments

Show HN: Smart model routing directly in Claude, Codex and Cursor

https://github.com/workweave/router
105•adchurch•4h ago•68 comments

Hightouch (YC S19) Is Hiring

https://hightouch.com/careers#open-positions
1•joshwget•47s ago

Modern GPU Programming for MLSys

https://mlc.ai/modern-gpu-programming-for-mlsys/
41•crowwork•3d ago•3 comments

Gossamer: a Rust-flavoured language with real goroutines and pause-free memory

https://gossamer-lang.org/
41•mwheeler•2h ago•30 comments

Ultrasound imaging of the brain

https://alephneuro.com/blog/ultrasound-brain
190•rossant•9h ago•63 comments

What Is a Nomogram and Why Would It Interest Me?

https://lefakkomies.github.io/pynomo-doc/introduction/introduction.html#what-is-a-nomogram-and-wh...
40•Eridanus2•3h ago•9 comments

Data centers trigger voter backlash

https://www.newsweek.com/cost-me-the-election-data-centers-trigger-voter-backlash-12118327
97•randycupertino•3h ago•113 comments

What is a Lithium-ion capacitor?

https://www.jtekt.co.jp/e/products/capacitor/capacitor_about.html
36•ksec•5h ago•11 comments

Pre-Modern Armies for Worldbuilders, Part III: Paying for It

https://acoup.blog/2026/06/26/collections-pre-modern-armies-for-worldbuilders-part-iii-paying-for...
10•jfoucher•2h ago•0 comments

LaTeX.wasm: LaTeX Engines in Browsers

https://www.swiftlatex.com/
61•theanonymousone•3d ago•21 comments

Libre Barcode Project

https://graphicore.github.io/librebarcode/
268•luu•17h ago•52 comments

22-year-old Mozart's handwritten notebook unearthed in 'major discovery'

https://www.classicfm.com/composers/mozart/handwritten-notebook-discovered-major-paris/
245•thunderbong•6d ago•80 comments

What happened after 2k people tried to hack my AI assistant

https://www.fernandoi.cl/posts/hackmyclaw/
337•cuchoi•18h ago•156 comments

Framework's 10G Ethernet module exposes USB-C's complexity

https://www.jeffgeerling.com/blog/2026/framework-10g-ethernet-module-usb-c-complexity/
305•Alupis•19h ago•172 comments

The Art of Kite Flying (1430–1929)

https://publicdomainreview.org/collection/art-of-kite-flying/
8•benbreen•4d ago•6 comments

Springer Nature has removed two studies by Max Planck

https://www.science.org/content/article/why-have-papers-one-history-s-most-famous-physicists-been...
311•adharmad•6h ago•146 comments

Jolla Phone (October 2026)

https://commerce.jolla.com/products/jolla-phone-october-2026
254•mrbn100ful•6h ago•137 comments

Show HN: WebBase-III – dBASE III rebuilt in the browser with its own interpreter

https://github.com/DDecoene/WebBaseIII
70•ddecoene•2d ago•19 comments

Bipartite Matching Is in NC

https://scottaaronson.blog/?p=9851
100•amichail•3d ago•14 comments

My Steam Machine is a 50ft HDMI cable

https://blog.matthewbrunelle.com/my-steam-machine-is-a-50ft-hdmi-cable/
108•speckx•3d ago•114 comments

Incident CVE-2026-LGTM

https://nesbitt.io/2026/06/26/incident-report-cve-2026-lgtm.html
465•mooreds•8h ago•80 comments

A game where you're an OS and have to manage processes, memory and I/O events

https://github.com/plbrault/youre-the-os
343•exploraz•3d ago•78 comments

The 'papers, please' era of the internet will decimate your privacy

https://expression.fire.org/p/the-papers-please-era-of-the-internet
1070•bilsbie•23h ago•548 comments

Om Malik has died

https://om.co/2026/06/24/1966-2026/
1269•minimaxir•1d ago•157 comments

Doing a masters while working in Spain

https://jan-herlyn.com/blog/doing-a-masters-while-working/
83•MHard•4d ago•60 comments

An entire Herculaneum scroll has been read for the first time

https://scrollprize.org/firstscroll
1608•verditelabs•1d ago•353 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.