frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Google will pay SpaceX $920M per month for compute

https://techcrunch.com/2026/06/05/google-will-pay-spacex-920m-per-month-for-compute/
28•ramanan•45m ago•19 comments

Zig Zen Update

https://codeberg.org/ziglang/zig/commit/621844bde551ee1a9b8142d7d146d1fa804247a2
91•tosh•3h ago•27 comments

GrapheneOS user reported to authorities for using GrapheneOS

https://discuss.grapheneos.org/d/36134-grapheneos-user-reported-to-authorities-for-using-grapheneos
381•Cider9986•3h ago•299 comments

The Smart TV in Your LivingRoom Is a Node in the AIScraping Economy

https://blog.includesecurity.com/2026/06/the-smart-tv-in-your-livingroom-is-a-node-in-the-aiscrap...
56•nikcub•3h ago•11 comments

Introduction – Rust for Python Programmers

https://microsoft.github.io/RustTraining/python-book/
15•linhns•1h ago•2 comments

How LLMs work

https://www.0xkato.xyz/how-llms-actually-work/
443•0xkato•2d ago•131 comments

Mbodi AI (YC P25) Is Hiring Founding Machine Learning Engineer (Robotics)

https://www.ycombinator.com/companies/mbodi-ai/jobs/WYAcNkX-founding-machine-learning-engineer
1•chitianhao•31m ago

Do Women's Mate Preferences Change Across the Ovulatory Cycle? A Meta-Analysis [pdf]

https://www.martiehaselton.com/_files/ugd/3ae410_aeb76edab75f457aae0c14c4c68d93c0.pdf
19•rzk•1h ago•14 comments

The intracies of modern camera lens repair (2024)

https://salvagedcircuitry.com/sigma-45mm.html
191•transistor-man•11h ago•65 comments

S&P 500 rejects SpaceX, also blocking entry for OpenAI and Anthropic

https://arstechnica.com/tech-policy/2026/06/sp-500-blocks-fast-spacex-entry-wont-waive-rule-for-u...
654•maltalex•7h ago•214 comments

Pre-Modern Armies for Worldbuilders, Part I: Why They Fight

https://acoup.blog/2026/06/05/collections-pre-modern-armies-for-worldbuilders-part-i-why-they-fight/
103•gostsamo•8h ago•35 comments

Social Cache Busting

https://www.autodidacts.io/social-cache-busting/
59•surprisetalk•3d ago•14 comments

New method turns ocean water into drinking water, without waste

https://www.rochester.edu/newscenter/what-is-desalination-definition-ocean-water-704732/
405•speckx•21h ago•172 comments

HISE – Toolkit for building VST plugins

https://hise.dev
6•hyperific•2d ago•1 comments

Astronauts told to return to ISS after sheltering over air leak repairs

https://www.bbc.com/news/live/c4g44ew3g1kt
404•janpot•21h ago•252 comments

Ask HN: What was your "oh shit" moment with GenAI?

376•andrehacker•1d ago•697 comments

pg_durable: Microsoft open sources in-database durable execution

https://github.com/microsoft/pg_durable
415•coffeemug•20h ago•93 comments

Did Claude increase bugs in rsync?

https://alexispurslane.github.io/rsync-analysis/
443•logicprog•23h ago•451 comments

Gemma 4 QAT models: Optimizing compression for mobile and laptop efficiency

https://blog.google/innovation-and-ai/technology/developers-tools/quantization-aware-training-gem...
361•theanonymousone•20h ago•109 comments

What 100k concurrent sandboxes has taught us so far

https://www.computesdk.com/blog/scale-invitational-update/
11•heygarrison•2d ago•4 comments

Mouseless – keyboard-driven control of macOS/Linux/Windows

https://mouseless.click
540•riddley•2d ago•219 comments

Azure Linux Desktop

https://www.boxofcables.dev/azure-linux-desktop-a-build-2026-mashup-of-wslc-winui-reactor-and-azu...
22•haydenbarnes•4h ago•10 comments

The back cover of C++: The Language raises questions not answered by front cover

https://devblogs.microsoft.com/oldnewthing/20260605-01/?p=112391
111•paulmooreparks•9h ago•34 comments

Ten Years of Franz

https://meetfranz.com/blog/ten-years-of-franz
45•tosh•3d ago•25 comments

My Agent Skill for Test-Driven Development

https://www.saturnci.com/my-agent-skill-for-test-driven-development.html
195•laxmena•1d ago•85 comments

Nine Ways to Do Inheritance in Rust, a Language Without Inheritance

https://medium.com/@carlmkadie/nine-ways-to-do-inheritance-in-rust-a-language-without-inheritance...
61•pjmlp•2d ago•11 comments

Lockdown Mode

https://help.openai.com/en/articles/20001061-lockdown-mode
68•berlianta•8h ago•30 comments

Gov.uk has replaced Stripe with Dutch provider Adyen

https://www.theregister.com/public-sector/2026/06/04/govuk-goes-dutch-on-payments-as-it-dumps-str...
483•toomuchtodo•19h ago•189 comments

Is anyone here interested in contributing to this OS?

https://github.com/valivalivali/x-os
5•valivalivali•2h ago•2 comments

Raytracing Geometries in 3D Rendering

https://andeplane.github.io/Raytracing/
11•kvakkefly•3d ago•2 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.