frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Restore full BambuNetwork support for Bambu Lab printers

https://github.com/FULU-Foundation/OrcaSlicer-bambulab
190•Murfalo•4h ago•77 comments

Googlebook

https://googlebook.google/
630•tambourine_man•9h ago•1061 comments

My graduation cap runs Rust

https://ericswpark.com/blog/2026/2026-05-12-my-graduation-cap-runs-rust/
67•ericswpark•2h ago•17 comments

Kraftwerk's radical 1976 track

https://www.bbc.com/culture/article/20260511-kraftwerks-radical-1976-track-radioactivity-became-a...
73•tcp_handshaker•3h ago•25 comments

How to make your text look futuristic (2016)

https://typesetinthefuture.com/2016/02/18/futuristic/
226•_vaporwave_•6h ago•26 comments

Show HN: Needle: We Distilled Gemini Tool Calling into a 26M Model

https://github.com/cactus-compute/needle
295•HenryNdubuaku•8h ago•105 comments

Starship V3

https://www.spacex.com/updates#starship-v3
39•fprog•1h ago•8 comments

CERT is releasing six CVEs for serious security vulnerabilities in dnsmasq

https://lists.thekelleys.org.uk/pipermail/dnsmasq-discuss/2026q2/018471.html
240•chizhik-pyzhik•8h ago•118 comments

Why senior developers fail to communicate their expertise

https://www.nair.sh/guides-and-opinions/communicating-your-expertise/why-senior-developers-fail-t...
390•nilirl•11h ago•187 comments

Tell NYT, Atlantic, USA Today to keep Wayback Machine

https://www.savethearchive.com/newsleaders/
172•doener•3h ago•42 comments

Traceway: MIT-licensed observability stack you can self-host in ~90s

https://github.com/tracewayapp/traceway
15•sebakubisz•1d ago•3 comments

Quack: The DuckDB Client-Server Protocol

https://duckdb.org/2026/05/12/quack-remote-protocol
201•aduffy•8h ago•43 comments

Rendering the Sky, Sunsets, and Planets

https://blog.maximeheckel.com/posts/on-rendering-the-sky-sunsets-and-planets/
415•ibobev•13h ago•35 comments

Fc, a lossless compressor for floating-point streams

https://github.com/xtellect/fc
25•enduku•2d ago•7 comments

Lanzaboote – NixOS Secure Boot

https://x86.lol/generic/2022/11/26/lanzaboote.html
52•evilmonkey19•3d ago•6 comments

When "idle" isn't idle: how a Linux kernel optimization became a QUIC bug

https://blog.cloudflare.com/quic-death-spiral-fix/
18•sbulaev•2h ago•1 comments

Reimagining the mouse pointer for the AI era

https://deepmind.google/blog/ai-pointer/
150•devhouse•9h ago•123 comments

Foucault's Order of Things Explained with Trading Cards [video]

https://www.youtube.com/watch?v=1TbHYjGvS68
23•surprisetalk•1d ago•13 comments

The Future of Obsidian Plugins

https://obsidian.md/blog/future-of-plugins/
316•xz18r•10h ago•130 comments

Launch HN: Voker (YC S24) – Analytics for AI Agents

https://voker.ai
41•ttpost•10h ago•19 comments

Show HN: Agentic interface for mainframes and COBOL

https://www.hypercubic.ai/hopper
59•sai18•9h ago•35 comments

You Don't Look Like a Gamer: On Toxicity, Gatekeeping, & Women Who Share Gaming

https://gardinerbryant.com/you-dont-look-like-a-gamer/
10•Kate0CoolLibby•2h ago•5 comments

Bambu Lab is abusing the open source social contract

https://www.jeffgeerling.com/blog/2026/bambu-lab-abusing-open-source-social-contract/
1117•rubenbe•11h ago•371 comments

EFF to 4th Circuit: Electronic Device Searches at the Border Require a Warrant

https://www.eff.org/deeplinks/2026/05/eff-fourth-circuit-electronic-device-searches-border-requir...
108•hn_acker•4h ago•11 comments

Show HN: Statewright – Visual state machines that make AI agents reliable

https://github.com/statewright/statewright
79•azurewraith•12h ago•26 comments

Show HN: Gigacatalyst – Extend your SaaS with an embedded AI builder

41•namanyayg•10h ago•17 comments

When life gives you lemons, write better error messages

https://wix-ux.com/when-life-gives-you-lemons-write-better-error-messages-46c5223e1a2f
115•luispa•4d ago•39 comments

Dead.Letter (CVE-2026-45185) – How XBOW found an unauthenticated RCE on Exim

https://xbow.com/blog/dead-letter-cve-2026-45185-xbow-found-rce-exim
61•fedek_•8h ago•32 comments

Scrcpy v4.0

https://github.com/Genymobile/scrcpy/releases/tag/v4.0
35•xnx•5h ago•6 comments

Canada’s Bill C-22 Is a Repackaged Version of Last Year’s Surveillance Nightmare

https://www.eff.org/deeplinks/2026/05/canadas-bill-c-22-repackaged-version-last-years-surveillanc...
296•Brajeshwar•9h ago•94 comments
Open in hackernews

Right-Truncatable Prime Counter

https://github.com/EbodShojaei/Right-Truncatable-Primes
9•rainmans•11mo 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.