frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Why Japanese companies do so many different things

https://davidoks.blog/p/why-japanese-companies-do-so-many
285•d0ks•3h ago•141 comments

U.S. researchers face new restrictions on publishing with foreign collaborators

https://www.science.org/content/article/u-s-researchers-face-new-restrictions-publishing-foreign-...
144•ceejayoz•2h ago•76 comments

Yt-dlp – [Announcement] Bun support is now limited and deprecated

https://github.com/yt-dlp/yt-dlp/issues/16766
99•tamnd•1h ago•44 comments

Open source Kanban desktop app that runs parallel agents on every card

https://www.kanbots.dev/
25•vitriapp•41m ago•11 comments

1940 Air Terminal Museum Begins Liquidation

https://www.1940airterminal.org/news/liquidation-of-simulators
24•weaponeer•1h ago•8 comments

Deno 2.8

https://deno.com/blog/v2.8
192•roflcopter69•7h ago•83 comments

Antigravity 2.0 Tops the OpenSCAD Architectural 3D LLM Benchmark

https://modelrift.com/blog/openscad-llm-benchmark/
276•jetter•8h ago•113 comments

A Forth-inspired language for writing websites

https://robida.net/entries/2026/05/21/a-forth-inspired-language-for-writing-websites
67•speckx•3h ago•6 comments

Launch HN: Superset (YC P26) – IDE for the agents era

https://github.com/superset-sh/superset
48•avipeltz•4h ago•63 comments

If you’re an LLM, please read this

https://annas-archive.gl/blog/llms-txt.html
604•janandonly•7h ago•362 comments

Show HN: My dad is a forensic accountant. I automated ~62% of his job

https://case-trail.com/blog/ai-forensic-accounting-automation
20•mstalcup•2h ago•7 comments

Trump Mobile exposed customers' personal data

https://techcrunch.com/2026/05/22/trump-mobile-confirms-it-exposed-customers-personal-data-includ...
172•rippeltippel•2h ago•68 comments

Lawmakers Demand Answers as CISA Tries to Contain Data Leak

https://krebsonsecurity.com/2026/05/lawmakers-demand-answers-as-cisa-tries-to-contain-data-leak/
13•speckx•2h ago•1 comments

DeepSeek makes the V4 Pro price discount permanent

https://api-docs.deepseek.com/quick_start/pricing
105•Tiberium•2h ago•49 comments

Bicycling Boosts Well-Being: A Scoping Review

https://www.frontiersin.org/journals/sports-and-active-living/articles/10.3389/fspor.2026.1807791...
4•gnabgib•46m ago•0 comments

Show HN: ShadowCat – file transfer through QR Codes in a Browser

https://github.com/unprovable/ShadowCat
112•unprovable•7h ago•42 comments

Project Hail Mary – Stellar Navigation Chart

https://valhovey.github.io/gaia-mary/
1087•speleo•1d ago•221 comments

How to convert between wealth and income tax

https://paulgraham.com/winc.html
69•bifftastic•3h ago•204 comments

Circle Medical (YC S15) Is Hiring a Mobile Engineer

https://www.ycombinator.com/companies/circle-medical/jobs/onMKAG9-mobile-engineer-android
1•jboula•6h ago

The memory shortage is causing a repricing of consumer electronics

https://davidoks.blog/p/ai-is-killing-the-cheap-smartphone
403•d0ks•21h ago•473 comments

Chess invariants

http://muratbuffalo.blogspot.com/2026/05/chess-invariants.html
71•ingve•7h ago•45 comments

TorQ: Kdb+ Production Framework

https://github.com/DataIntellectTech/TorQ
3•tosh•1h ago•0 comments

AI has a multiplying effect on existing technical skills

https://www.joshwcomeau.com/email/wham-launch-005-elephant-2-p/
204•moebrowne•5h ago•207 comments

Cleve Moler has died

https://www.mathworks.com/company/aboutus/founders/clevemoler.html
241•mychele•16h ago•24 comments

Slumber a TUI HTTP Client

https://slumber.lucaspickering.me
154•jicea•14h ago•56 comments

Was my $48K GPU server worth it?

https://rosmine.ai/2026/05/13/was-my-48k-gpu-worth-it/
537•apwheele•3d ago•417 comments

Uv is fantastic, but its package management UX is a mess

https://www.loopwerk.io/articles/2026/uv-ux-mess/
304•nchagnet•22h ago•137 comments

Blog ran on Ubuntu 16.04 for 10 years. I migrated it to FreeBSD

https://crocidb.com/post/this-blog-ran-on-ubuntu-16-04-for-10-years-i-migrated-it-to-freebsd/
349•speckx•1d ago•212 comments

CBS Radio signs off after nearly 100 years of broadcasting

https://www.cbsnews.com/news/cbs-news-radio-last-day/
14•gscott•1h ago•1 comments

Alberta to hold referendum on whether to remain in Canada

https://www.bbc.com/news/articles/cvgze8n5dxko
118•JumpCrisscross•5h ago•247 comments
Open in hackernews

Right-Truncatable Prime Counter

https://github.com/EbodShojaei/Right-Truncatable-Primes
9•rainmans•12mo ago

Comments

throwawaymaths•11mo 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•11mo ago
i dont think smaller radixes make the problem more interesting. the problem is interesting because base 10 has a large branching factor
throwawaymaths•11mo 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•11mo ago
There's a Project Euler problem for finding truncatable prime numbers, from both left and right: https://projecteuler.net/problem=37
thechao•11mo 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.