frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Statistical Process Control in Python

https://timothyfraser.com/sigma/statistical-process-control-in-python.html
105•lifeisstillgood•5h ago•27 comments

A cell so minimal that it challenges definitions of life

https://www.quantamagazine.org/a-cell-so-minimal-that-it-challenges-definitions-of-life-20251124/
55•ibobev•4h ago•20 comments

After 15 years, I use Outlook as my build pipeline

https://iwriteaboutcode.blogspot.com/2025/11/after-15-years-i-have-finally-reached.html
20•birdculture•3d ago•6 comments

Is DWPD Still a Useful SSD Spec?

https://klarasystems.com/articles/is-dwpd-still-useful-ssd-spec/
16•zdw•4d ago•7 comments

Show HN: KiDoom – Running DOOM on PCB Traces

https://www.mikeayles.com/#kidoom
282•mikeayles•16h ago•34 comments

Image Diffusion Models Exhibit Emergent Temporal Propagation in Videos

https://arxiv.org/abs/2511.19936
55•50kIters•6h ago•9 comments

I don't care how well your "AI" works

https://fokus.cool/2025/11/25/i-dont-care-how-well-your-ai-works.html
139•todsacerdoti•4h ago•174 comments

Surprisingly, Emacs on Android is pretty good

https://kristofferbalintona.me/posts/202505291438/
174•harryday•3d ago•81 comments

I DM'd a Korean Presidential Candidate and Ended Up Building His Core Campaign

https://medium.com/@wjsdj2008/i-dmd-a-korean-presidential-candidate-and-ended-up-building-his-cor...
14•wjsdj2009•43m ago•2 comments

Cekura (YC F24) Is Hiring

https://www.ycombinator.com/companies/cekura-ai/jobs/0ZGLW69-forward-deployed-engineer-us
1•atarus•2h ago

Qiskit open-source SDK for working with quantum computers

https://github.com/Qiskit/qiskit
4•thinkingemote•1h ago•0 comments

Copyparty, the FOSS file server [video]

https://www.youtube.com/watch?v=15_-hgsX2V0
121•franczesko•6d ago•28 comments

Efficient solar cooking that stores heat in sand

https://www.sciencedirect.com/science/article/pii/S266711312500035X
32•gsf_emergency_6•2d ago•14 comments

Space Truckin' – The Nostromo (2012)

https://alienseries.wordpress.com/2012/10/23/space-truckin-the-nostromo/
122•exvi•11h ago•67 comments

Trillions spent and big software projects are still failing

https://spectrum.ieee.org/it-management-software-failures
523•pseudolus•1d ago•456 comments

A new bridge links the math of infinity to computer science

https://www.quantamagazine.org/a-new-bridge-links-the-strange-math-of-infinity-to-computer-scienc...
208•digital55•18h ago•106 comments

Jakarta is now the biggest city in the world

https://www.axios.com/2025/11/24/jakarta-tokyo-worlds-biggest-city-population
360•skx001•1d ago•283 comments

1,700-year-old Roman sarcophagus is unearthed in Budapest

https://apnews.com/article/hungary-roman-sarcophagus-discovery-budapest-77a41fe190bbcc167b43d0514...
104•gmays•1d ago•57 comments

Show HN: We built an open source, zero webhooks payment processor

https://github.com/flowglad/flowglad
332•agreeahmed•20h ago•190 comments

Kagi Hub Belgrade

https://blog.kagi.com/kagi-hub
70•_se•1h ago•61 comments

CS234: Reinforcement Learning Winter 2025

https://web.stanford.edu/class/cs234/
142•jonbaer•13h ago•23 comments

How to repurpose your old phone into a web server

https://far.computer/how-to/
272•louismerlin•3d ago•100 comments

Launch HN: Onyx (YC W24) – Open-source chat UI

207•Weves•1d ago•141 comments

FLUX.2: Frontier Visual Intelligence

https://bfl.ai/blog/flux-2
328•meetpateltech•22h ago•94 comments

Indie game developers have a new sales pitch: being 'AI free'

https://www.theverge.com/entertainment/827650/indie-developers-gen-ai-nexon-arc-raiders
11•01-_-•1h ago•1 comments

Java Decompiler

http://java-decompiler.github.io
93•mooreds•3d ago•41 comments

New layouts with CSS Subgrid

https://www.joshwcomeau.com/css/subgrid/
257•joshwcomeau•22h ago•74 comments

Largest-Triangle-Three-Buckets and the Fourier Transform (2024)

https://daniel.mitterdorfer.name/posts/2024-01-30-downsampling-lttb-and-fft/
17•wonger_•4d ago•5 comments

BebboSSH: SSH2 implementation for Amiga systems (68000, GPLv3)

https://franke.ms/git/bebbo/bebbossh
47•snvzz•12h ago•13 comments

Python is not a great language for data science

https://blog.genesmindsmachines.com/p/python-is-not-a-great-language-for
284•speckx•21h ago•265 comments
Open in hackernews

Right-Truncatable Prime Counter

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

Comments

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