frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ada, Its Design, and the Language That Built the Languages

https://www.iqiipi.com/the-quiet-colossus.html
96•mpweiher•2h ago•36 comments

Claude Opus 4.7

https://www.anthropic.com/news/claude-opus-4-7
1795•meetpateltech•21h ago•1286 comments

Codex for almost everything

https://openai.com/index/codex-for-almost-everything/
905•mikeevans•18h ago•464 comments

FIM – Linux framebuffer image viewer

https://www.nongnu.org/fbi-improved/
63•Mr_Minderbinder•4h ago•30 comments

CadQuery is an open-source Python library for building 3D CAD models

https://cadquery.github.io/
155•gregsadetsky•2d ago•36 comments

A Python Interpreter Written in Python

https://aosabook.org/en/500L/a-python-interpreter-written-in-python.html
77•xk3•3d ago•21 comments

30 Years of HPC: many hardware advances, little adoption of new languages

https://chapel-lang.org/blog/posts/30years/
65•matt_d•3d ago•30 comments

中文 Literacy Speedrun II: Character Cyclotron

https://blog.kevinzwu.com/character-cyclotron/
10•surprisetalk•3d ago•4 comments

Show HN: SPICE simulation → oscilloscope → verification with Claude Code

https://lucasgerads.com/blog/lecroy-mcp-spice-demo/
87•_fizz_buzz_•11h ago•17 comments

Official Clojure Documentary page with Video, Shownotes, and Links

https://clojure.org/about/documentary
234•adityaathalye•16h ago•59 comments

Human Accelerated Region 1

https://en.wikipedia.org/wiki/Human_accelerated_region_1
62•apollinaire•7h ago•27 comments

Android CLI: Build Android apps 3x faster using any agent

https://android-developers.googleblog.com/2026/04/build-android-apps-3x-faster-using-any-agent.html
255•ingve•17h ago•99 comments

Guy builds AI driven hardware hacker arm from duct tape, old cam and CNC machine

https://github.com/gainsec/autoprober
191•scaredpelican•13h ago•40 comments

ReBot-DevArm: open-source Robotic Arm

https://github.com/Seeed-Projects/reBot-DevArm
65•rickcarlino•4d ago•12 comments

How Big Tech wrote secrecy into EU law to hide data centres' environmental toll

https://www.investigate-europe.eu/posts/big-tech-data-centres-secrecy-eu-law-environment-footprint
41•cyberlimerence•3h ago•6 comments

Playdate’s handheld changed how Duke University teaches game design

https://news.play.date/news/duke-playdate-education/
162•Ivoah•16h ago•73 comments

A Better R Programming Experience Thanks to Tree-sitter

https://ropensci.org/blog/2026/04/02/tree-sitter-overview/
134•sebg•14h ago•21 comments

Qwen3.6-35B-A3B: Agentic coding power, now open to all

https://qwen.ai/blog?id=qwen3.6-35b-a3b
1128•cmitsakis•22h ago•475 comments

Century-bandwidth antenna reinvented,patented after 18 yrs with decade bandwidth (2006)

https://ieeexplore.ieee.org/document/1715264
26•teleforce•4d ago•11 comments

Precision over perception: Why architecture matters in benchmarking

https://www.redhat.com/en/blog/precision-over-perception-why-architecture-matters-benchmarking
11•salkahfi•3d ago•0 comments

Substrate AI Is Hiring Harness Engineers

https://www.ycombinator.com/companies/substrate/jobs/QJU9023-harness-engineer
1•kunle•8h ago

US Bill Mandates On-Device Age Verification

https://reclaimthenet.org/us-bill-mandates-on-device-age-verification
196•ronsor•8h ago•120 comments

Cloudflare's AI Platform: an inference layer designed for agents

https://blog.cloudflare.com/ai-platform/
287•nikitoci•22h ago•73 comments

A Git helper tool that breaks large merges into parallelizable tasks

https://github.com/mwallner/mergetopus
39•schusterfredl•4d ago•10 comments

The future of everything is lies, I guess: Where do we go from here?

https://aphyr.com/posts/420-the-future-of-everything-is-lies-i-guess-where-do-we-go-from-here
635•aphyr•22h ago•656 comments

Discourse Is Not Going Closed Source

https://blog.discourse.org/2026/04/discourse-is-not-going-closed-source/
146•sams99•8h ago•52 comments

The beginning of scarcity in AI

https://tomtunguz.com/ai-compute-crisis-2026/
99•gmays•14h ago•119 comments

Bluesky has been dealing with a DDoS attack for nearly a full day

https://www.theverge.com/tech/913638/bluesky-has-been-dealing-with-a-ddos-attack-for-nearly-a-ful...
110•dotmanish•7h ago•46 comments

PROBoter – Open-source platform for automated PCB analysis

https://www.schutzwerk.com/en/blog/proboter-01/
13•kuizu•5h ago•0 comments

Rubens Menin's 150 Years "Old" Port Wine

https://neofeed.com.br/finde/o-vinho-do-porto-very-very-old-de-rubens-menin/en/
6•Anon84•3d ago•4 comments
Open in hackernews

Right-Truncatable Prime Counter

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

Comments

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