frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Elixir v1.20: Now a gradually typed language

https://elixir-lang.org/blog/2026/06/03/elixir-v1-20-0-released/
257•cloud8421•2h ago•74 comments

Gemma 4 12B: A unified, encoder-free multimodal model

https://blog.google/innovation-and-ai/technology/developers-tools/introducing-gemma-4-12b/
520•rvz•4h ago•188 comments

I was recently diagnosed with anti-NMDA receptor encephalitis

https://burntsushi.net/encephalitis/
326•Tomte•6h ago•88 comments

DaVinci Resolve 21

https://www.blackmagicdesign.com/products/davinciresolve/whatsnew
310•pentagrama•6h ago•142 comments

Gooey: A GPU-accelerated UI framework for Zig

https://github.com/duanebester/gooey
94•ksec•3h ago•19 comments

ESP32-S31

https://www.espressif.com/en/products/socs/esp32-s31
205•volemo•4h ago•106 comments

Stop Killing Games

https://jxself.org/stop-killing-games.shtml
96•amcclure•2d ago•91 comments

Hacking your PC using your speaker without ever touching it

https://blog.nns.ee/2026/06/03/katana-badusb/
582•xx_ns•10h ago•95 comments

Uber's $1,500/month AI limit is a useful signal for AI tool pricing

https://simonwillison.net/2026/Jun/3/uber-caps-usage/
222•pdyc•8h ago•279 comments

A Post-Quantum Future for Let's Encrypt

https://letsencrypt.org/2026/06/03/pq-certs
171•SGran•5h ago•97 comments

Launch HN: Hyper (YC P26) – Company brain to power agentic development

37•shalinshah•3h ago•30 comments

Brume is a 24-voice multi-timbral desktop synth for the CM5

https://brume.aftertone.co/
17•oceanwaves•1h ago•3 comments

Rootshell: A new E2EE email service hosted in Iceland

https://rootshell.is
23•sc0rt•2h ago•11 comments

Skyvern (YC S23) Is Hiring Open-Source Loving DevRel Engineers

https://www.ycombinator.com/companies/skyvern/jobs/1qRTlVx-founding-developer-marketing-open-sour...
1•suchintan•4h ago

Show HN: Mnemo – local-first AI memory layer for any LLM (Rust, SQLite,petgraph)

https://github.com/zaydmulani09/mnemo
5•zaydmulani•30m ago•0 comments

Embryos shape their limbs: a key discovery of "genetic brakes"

https://nouvelles.umontreal.ca/en/article/2026/06/02/how-embryos-shape-their-limbs-a-key-discover...
30•gmays•3h ago•0 comments

Angular v22

https://blog.angular.dev/announcing-angular-v22-c52bb83a4664
70•Klaster_1•4h ago•34 comments

MacBook Neo Is So Popular That Apple Doubled Production

https://www.macrumors.com/2026/06/03/macbook-neo-production-doubled-says-kuo/
221•tosh•4h ago•220 comments

Meta workers can opt out of being tracked at work up to 30 min

https://www.bbc.com/news/articles/c93x0k194yno
599•reconnecting•8h ago•558 comments

Fluid Simulation for Dummies (2006)

https://www.mikeash.com/pyblog/fluid-simulation-for-dummies.html
47•sebg•4d ago•12 comments

Every Byte Matters

https://fzakaria.com/2026/06/01/every-byte-matters
214•ingve•9h ago•102 comments

PlayStation Architecture

https://www.copetti.org/writings/consoles/playstation/
216•gregsadetsky•10h ago•43 comments

Show HN: Lint Your Markdown with ESLint

https://github.com/lumirlumir/npm-eslint-markdown
4•beenzinozino•7h ago•0 comments

Mathematicians issue warning as AI rapidly gains ground

https://www.science.org/content/article/mathematicians-issue-warning-ai-rapidly-gains-ground
111•pseudolus•10h ago•143 comments

Building iOS Apps with Doom Emacs

https://wassimans.com/blog/building-ios-apps-with-doom-emacs/
23•wassimans•1h ago•1 comments

New Texas Instruments 5532 chips are not the 5532s we’ve used for decades

https://groupdiy.com/threads/the-new-ti-5532-chips-are-not-5532s-weve-used-for-decades.93707/
42•SpikedCola•4h ago•18 comments

GoPro warned it may not survive

https://thenextweb.com/news/gopro-going-concern-ai-memory-crisis-default
37•mmh0000•1d ago•26 comments

What I've learned about the trombone

http://bryanhu.com/blog/posts/what-ive-learned-about-the-trombone/
70•bookofjoe•10h ago•64 comments

Show HN: Edsger – A handwritten Clojure REPL for the reMarkable 2

https://handwritten.danieljanus.pl/2026-06-01-edsger.html
223•nathell•1d ago•31 comments

A Man Who Reads Books for a Living (One Every Two Days)

https://lithub.com/the-man-who-reads-books-for-a-living-one-every-two-days/
8•gmays•54m ago•1 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.