frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Website Specification

https://specification.website/
148•k1m•2h ago•45 comments

London's Free Roof Terraces

https://diamondgeezer.blogspot.com/2026/05/londons-free-roof-terraces.html
44•zeristor•2h ago•5 comments

Domain expertise has always been the real moat

https://www.brethorsting.com/blog/2026/05/domain-expertise-has-always-been-the-real-moat/
585•aaronbrethorst•13h ago•345 comments

Show HN: Breathe CLI – Paced resonance breathing in the macOS terminal

https://github.com/marekkowalczyk/breathe-cli
26•marekkowalczyk•13h ago•4 comments

Avian Visitors

https://theodore.net/projects/AvianVisitors/
38•fdb•3h ago•5 comments

Shantell Sans (2023)

https://shantellsans.com/process
252•aleda145•11h ago•25 comments

The dangerous delusion of modern warfare

https://economist.com/interactive/essay/2026/05/28/the-dangerous-delusion-of-modern-warfare
10•runeks•1h ago•2 comments

A Gentle Introduction to Lattice-Based Cryptography [pdf]

https://cryptography101.ca/wp-content/uploads/lattice-based-cryptography.pdf
84•jayhoon•2d ago•3 comments

A pictorial introduction to differential geometry (2017)

https://arxiv.org/abs/1709.08492
41•ricudis•4h ago•0 comments

I found a seashell in the middle of the desert

https://github.com/Hawzen/I-found-a-seashell-in-the-middle-of-the-desert#i-found-a-seashell-in-th...
328•Hawzen•2d ago•91 comments

The AV2 Video Standard Has Released (Final v1.0 Specification)

https://av2.aomedia.org
203•ksec•12h ago•80 comments

One year of Roto, a compiled scripting language for Rust

https://blog.nlnetlabs.nl/one-year-of-roto-the-compiled-scripting-language-for-rust/
32•Hasnep•1d ago•7 comments

Telli (YC F24) is hiring in engineering, design, and GTM [Berlin, on-site]

https://hi.telli.com/join-us
1•sebselassie•2h ago

Associative learning turns DEET from aversive to appetitive in Aedes aegypti

https://journals.biologists.com/jeb/article/229/10/jeb251935/371741/Associative-learning-switches...
35•croes•2d ago•14 comments

Mysteries of the Griffin iMate

https://www.projectgus.com/2023/04/griffin-imate/
10•geerlingguy•4d ago•1 comments

Microsoft Office 2019 and 2021 for Mac view-only conversion

https://consumerrights.wiki/w/Microsoft_Office_2019_and_2021_for_Mac_view-only_conversion_(2026)
856•antipurist•10h ago•301 comments

Please Do Not Vibe Fuck Up This Software

https://github.com/RsyncProject/rsync/issues/929
230•justdotJS•6h ago•121 comments

Racket v9.2

https://blog.racket-lang.org/2026/05/racket-v9-2.html
120•spdegabrielle•3d ago•14 comments

Accenture to acquire Ookla

https://newsroom.accenture.com/news/2026/accenture-to-acquire-ookla-to-strengthen-network-intelli...
283•Garbage•17h ago•144 comments

Mechanical Pencil: An illustrated celebration of the engineering around us

https://mechanical-pencil.com/
77•Muhammad523•9h ago•9 comments

Openrsync: An implementation of rsync, by the OpenBSD team

https://github.com/kristapsdz/openrsync
401•sph•23h ago•153 comments

Ahoy, DECmate II the little PDP-8 that could

http://oldvcr.blogspot.com/2026/05/ahoy-decmate-ii-little-pdp-8-that-could.html
32•TMWNN•5h ago•4 comments

Voxel Space (2017)

https://s-macke.github.io/VoxelSpace/
283•davikr•19h ago•58 comments

Zig ELF Linker Improvements Devlog

https://ziglang.org/devlog/2026/#2026-05-30
205•kristoff_it•16h ago•70 comments

wolfSSL releases a new product; wolfCOSE a zero alloc C embbedded COSE stack

https://github.com/wolfSSL/wolfCOSE
91•aidangarske•13h ago•18 comments

Jef Raskin, the Visionary Behind the Mac (2013)

https://lowendmac.com/2013/jef-raskin-the-visionary-behind-the-mac/
101•tylerdane•14h ago•45 comments

Parallel Reconstruction of Lawful TLS Wiretapping

https://remyhax.xyz/posts/reproducing-lawful-tls-wiretapping/
98•jerrythegerbil•14h ago•43 comments

Cheese Paper: a text editor specifically designed for writing

https://brie.gay/cheese-paper/
104•sohkamyung•11h ago•27 comments

Pandoc Templates

https://pandoc-templates.org/
395•ankitg12•1d ago•50 comments

OpenRouter raises $113M Series B

https://openrouter.ai/announcements/series-b
418•freeCandy•16h ago•200 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.