frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

England set to be one of the first countries to eliminate hepatitis C

https://www.bbc.com/news/articles/c75gk620r22o
149•stevekemp•2h ago•75 comments

France to ban unsolicited telemarketing calls

https://www.lemonde.fr/en/france/article/2026/08/06/france-to-ban-unsolicited-telemarketing-calls...
666•aziaziazi•6h ago•348 comments

As AI eats the web, the internet’s collective memory is disappearing

https://thewalrus.ca/google-search-is-dying/
565•awnird•16h ago•648 comments

Nvidia's Risky Business

https://stratechery.com/2026/nvidias-risky-business/
68•jonbaer•4h ago•14 comments

H3-metal – Native MiniMax-H3 inference for Apple Silicon

https://github.com/antirez/h3.c
366•swyx•13h ago•77 comments

What I learned by putting GitHub Copilot behind a MitM proxy

https://www.lighthousenewsletter.com/p/i-put-github-copilot-behind-a-mitm
41•j0selit0•4h ago•4 comments

I backtested my own stock rankings. They lost to the index

https://holderdashboard.com/learn/backtest-that-lost-to-the-index
5•caiocmpaes•2h ago•5 comments

Show HN: Needle2: 14MB agentic LLM for phones, wearables, smart home and robots

https://cactuscompute.com/needle
436•HenryNdubuaku•21h ago•155 comments

Chicken Scheme 6.0

https://code.call-cc.org/releases/6.0.0/NEWS
244•eatonphil•14h ago•36 comments

Mark Zuckerberg attacks 'closed' AI rivals as Meta returns to open models

https://www.ft.com/content/4e3957f8-ea7c-4c46-a3de-cdce8e526878
564•root-parent•1d ago•539 comments

LFM2.5 2.6B model competitive with 4x larger models

https://huggingface.co/LiquidAI/LFM2.5-2.6B
116•nateb2022•6d ago•33 comments

Show HN: Scroll through all 43252003274489856000 Rubik's Cube states

https://everycube.alen.is/
243•Alen123•15h ago•90 comments

Closing Canario Terminal source code

https://rapha.land/closing-canario-terminal-source-code/
32•atan2•6h ago•34 comments

$580M undersea cable rerouted to avoid the grave of Dobby the House Elf

https://www.tomshardware.com/networking/usd580-million-undersea-cable-rerouted-to-avoid-the-grave...
16•rbanffy•1h ago•6 comments

Why Did OpenAI's Head of Ethics Chloé Bakalar Leave?

https://aimagazine.com/news/why-did-openai-head-of-ethics-chloe-bakalar-leave
13•ashurandi•41m ago•6 comments

The “mechanical miracle” that ruined Mark Twain’s life

https://resobscura.substack.com/p/the-mechanical-miracle-that-ruined
175•benbreen•5d ago•89 comments

How Claude marks AI-generated content

https://support.claude.com/en/articles/16266773-how-claude-marks-ai-generated-content
299•mfiguiere•17h ago•262 comments

Stowaway – Take the window seat on any plane or satellite overhead

https://stowaway.live/
340•thunderbong•4d ago•42 comments

Recycle – Floppydisks

https://www.floppydisk.com/recycle
94•calvinmorrison•12h ago•39 comments

Nvidia Nemotron 3.5 Lightning

https://huggingface.co/nvidia/NVIDIA-Nemotron-3.5-Lightning-30B-A3B-NVFP4
30•beklein•1h ago•9 comments

Greenland issues "strong warning" as American oil firm illegally drills wells

https://www.theguardian.com/world/2026/aug/08/greenland-iwarning-trump-linked-oil-firm-prepares-d...
35•ck2•36m ago•27 comments

Faster floating point math with Rust's new API

https://pythonspeed.com/articles/faster-float-math-rust/
72•subset•5d ago•19 comments

Sonic Pi v5

https://www.patreon.com/samaaron/posts/sonic-pi-v5-166001392
406•samaaron•4d ago•99 comments

Rust SIMD on the GPU

https://www.vectorware.com/blog/simd-on-gpu/
206•sagacity•20h ago•101 comments

The UK's war on anonymity has come to America

https://www.effort.news/uk-lobby
580•slowin•14h ago•616 comments

Muse Glimmer: 30B-parameter model optimized for always-on local agent workflows

https://research.meta.ai/blog/introducing-muse-glimmer-open-agentic-model
1152•riordan•1d ago•620 comments

Immersion lithography saved Moore's Law (2023)

https://www.asml.com/en/company/stories/2023/how-immersion-lithography-saved-moores-law
28•wsgeorge•4d ago•0 comments

Hollywood and Shanghai Cinema in the 1930s [pdf]

https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=2225&context=clcweb
8•Bluestein•5d ago•0 comments

Learning more about Claude's mathematical capabilities

https://www.anthropic.com/research/riemann-zeta
237•tosh•21h ago•151 comments

Confessions of a Long-Distance Sailor

https://arachnoid.com/lutusp/sailbook.html
145•AntiRush•17h ago•49 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.