frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

1-Click GitHub Token Stealing via a VSCode Bug

https://blog.ammaraskar.com/github-token-stealing/
297•ammar2•15h ago•39 comments

Show HN: I reverse-engineered the world maps of Test Drive III (1990 DOS game)

https://github.com/s-macke/Test-Drive-3-Maps
49•s-macke•2d ago•9 comments

Use your Nvidia GPU's VRAM as swap space on Linux

https://github.com/c0dejedi/nbd-vram
259•tanelpoder•8h ago•68 comments

The Unreasonable Redundancy of Nature's Protein Folds

https://research.ligo.bio/posts/unreasonable-redundancy-of-natural-protein-folds/
62•ray__•3h ago•9 comments

MAI-Code-1-Flash

https://microsoft.ai/news/introducingmai-code-1-flash/
447•EvanZhouDev•12h ago•195 comments

CT scans of BYD car parts

https://www.lumafield.com/scan-of-the-month/byd
344•viasfo•10h ago•157 comments

AI outperforms law professors in Stanford Law study

https://law.stanford.edu/press/ai-outperforms-law-professors-in-stanford-law-study/
190•berlianta•7h ago•152 comments

Roku LT Operating System open source distribution

https://blog.roku.com/developer/roku-lt-os
65•dpmdpm•6h ago•19 comments

Capstone – multi-platform, multi-architecture disassembly framework

https://www.capstone-engine.org/
41•gregsadetsky•5h ago•0 comments

Gmail thinks I'm stupid, so I left

https://moddedbear.com/gmail-thinks-im-stupid-so-i-left
846•speckx•11h ago•499 comments

Microsoft Doubles Down on Controversial Quantum Computing Claims

https://www.science.org/content/article/doubling-down-controversial-claims-microsoft-accelerates-...
8•igortru•1h ago•0 comments

Pluto.jl 1.0 release – reactive notebook for Julia

https://discourse.julialang.org/t/pluto-1-0-release/137296
95•fons-p•8h ago•5 comments

My thoughts after using Clojure for about a month

https://www.acdw.net/clojure/
197•speckx•11h ago•102 comments

Words of Type

https://wiki.wordsoftype.com/
46•tobr•2d ago•5 comments

U of T researchers demonstrate AI worm could target any online device

https://www.utoronto.ca/news/u-t-researchers-demonstrate-ai-worm-could-target-any-online-device
16•shscs911•3h ago•5 comments

HP re-releases classic computer science calculator: The HP-16C

https://hpcalcs.com/product/hp-16c-collectors-edition/
153•dm319•12h ago•99 comments

4K years ago, Mohenjo-daro grew more equal over time

https://archaeologymag.com/2026/05/mohenjo-daro-grew-more-equal-over-time/
83•marojejian•8h ago•40 comments

Open Repair Data Standard

https://openrepair.org/open-data/open-standard/
122•cassepipe•11h ago•4 comments

How we index images for RAG

https://www.kapa.ai/blog/how-we-index-images-for-rag
119•mooreds•15h ago•16 comments

OpenFOV – Webcam head tracking for iRacing

https://www.openfov.com/
114•mwit2023•3d ago•54 comments

Trump signs downsized AI order after weeks of reversals

https://www.politico.com/news/2026/06/02/trump-signs-downsized-ai-order-00946389
202•_alternator_•14h ago•148 comments

SaySynth: A Brief History of Speaking Machines

https://brian.abelson.live/log/2025/12/20/saysynth-composition-codes.html
10•evakhoury•1d ago•1 comments

DIY Bipedal Robot Used Pneumatic "Air-Muscles" Instead of Motors

https://spectrum.ieee.org/shadow-walker-biped-humanoid-robot
4•sohkamyung•2d ago•1 comments

Preparing for KDE Plasma's Last X11-Supported Release

https://blog.davidedmundson.co.uk/blog/596/
177•jandeboevrie•17h ago•213 comments

Multicore suppport for DOS is real – partly

https://www.vogons.org/viewtopic.php?t=111336
80•beebix•2d ago•15 comments

Fidonet: Technology, Use, Tools, and History (1993)

https://www.fidonet.org/inet92_Randy_Bush.txt
162•BruceEel•17h ago•66 comments

Show HN: Live breath detection and biofeedback from a phone microphone

https://github.com/shiihaa-app/shiihaa-breath-detection
44•felixzeller•15h ago•14 comments

Loading Sega Games Off a Vinyl Record [video]

https://www.youtube.com/watch?v=c744iD0_fWU
32•zdw•2d ago•8 comments

Bringing Up DeepSeek-V4-Flash on AMD MI300X

https://fergusfinn.com/blog/deepseek-v4-flash-mi300x/
105•kkm•13h ago•16 comments

The advertising cartel coming to your web browser

https://blog.zgp.org/the-advertising-cartel-coming-to-your-web-browser/
196•speckx•11h ago•55 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.