frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

BYOMesh – New LoRa mesh radio offers 100x the bandwidth

https://partyon.xyz/@nullagent/116499715071759135
275•nullagent•9h ago•89 comments

Let's Buy Spirit Air

https://letsbuyspiritair.com/
196•bjhess•3h ago•138 comments

Using "underdrawings" for accurate text and numbers

https://samcollins.blog/underdrawings/
55•samcollins•2d ago•6 comments

The 'Hidden' Costs of Great Abstractions

https://jdgr.net/the-hidden-costs-of-great-abstractions
68•jdgr•4h ago•17 comments

DeepClaude – Claude Code agent loop with DeepSeek V4 Pro, 17x cheaper

https://github.com/aattaran/deepclaude
188•alattaran•5h ago•90 comments

Southwest Headquarters Tour

https://katherinemichel.github.io/blog/travel/southwest-headquarters-tour-2026.html
204•KatiMichel•10h ago•62 comments

US–Indian space mission maps extreme subsidence in Mexico City

https://phys.org/news/2026-04-usindian-space-mission-extreme-subsidence.html
108•leopoldj•2d ago•45 comments

Tar Files Created on macOS Display Errors When Extracting on Linux (2024)

https://aruljohn.com/blog/macos-created-tar-files-linux-errors/
49•heresie-dabord•3d ago•32 comments

A desktop made for one

https://isene.org/2026/05/Audience-of-One.html
250•xngbuilds•11h ago•100 comments

Introduction to Atom

https://validator.w3.org/feed/docs/atom.html
40•susam•5h ago•9 comments

OpenAI's o1 correctly diagnosed 67% of ER patients vs. 50-55% by triage doctors

https://www.theguardian.com/technology/2026/apr/30/ai-outperforms-doctors-in-harvard-trial-of-eme...
300•donsupreme•1d ago•253 comments

Discovering Hard Disk Physical Geometry Through Microbenchmarking (2019)

https://blog.stuffedcow.net/2019/09/hard-disk-geometry-microbenchmarking/
7•TapamN•3d ago•1 comments

K3sup – bootstrap K3s over SSH in < 60s

https://github.com/alexellis/k3sup
15•rickcarlino•2d ago•3 comments

LLMs Are Not a Higher Level of Abstraction

https://www.lelanthran.com/chap15/content.html
76•lelanthran•9h ago•58 comments

The text mode lie: why modern TUIs are a nightmare for accessibility

https://xogium.me/the-text-mode-lie-why-modern-tuis-are-a-nightmare-for-accessibility
120•SpyCoder77•3h ago•47 comments

Bad Connection: Global telecom exploitation by covert surveillance actors

https://citizenlab.ca/research/uncovering-global-telecom-exploitation-by-covert-surveillance-actors/
106•miohtama•10h ago•7 comments

New statue in London, attributed to Banksy, of a suited man, blinded by a flag

https://www.smithsonianmag.com/smart-news/attributed-to-banksy-a-new-statue-of-a-suited-man-blind...
291•dryadin•8h ago•283 comments

Why TUIs are back

https://wiki.alcidesfonseca.com/blog/why-tuis-are-back/
272•rickcarlino•8h ago•294 comments

Mercedes-Benz commits to bringing back physical buttons

https://www.drive.com.au/news/mercedes-benz-commits-to-bringing-back-phycial-buttons/
624•teleforce•12h ago•356 comments

Agentic Coding Is a Trap

https://larsfaye.com/articles/agentic-coding-is-a-trap
228•ayoisaiah•4h ago•159 comments

Text-to-CAD

https://github.com/earthtojake/text-to-cad
82•softservo•3d ago•26 comments

Denuvo has been cracked in all single-player games it previously protected

https://www.tomshardware.com/video-games/pc-gaming/denuvo-has-been-bypassed-in-all-single-player-...
249•oceansky•5d ago•152 comments

I recreated the Apple Lisa computer inside an FPGA [video]

https://www.youtube.com/watch?v=8jNQDcpHc68
78•cyrc•9h ago•15 comments

Security through obscurity is not bad

https://mobeigi.com/blog/security/security-through-obscurity-is-not-bad/
127•mobeigi•12h ago•145 comments

What is Z-Angle Memory and why is Intel developing it?

https://www.hpcwire.com/2026/02/05/what-is-z-angle-memory-and-why-is-intel-developing-it/
89•rbanffy•2d ago•35 comments

Make your own microforest (2025)

https://ambrook.com/offrange/environment/a-forest-in-your-pocket
68•bookofjoe•7h ago•15 comments

Show HN: Apple's SHARP running in the browser via ONNX runtime web

https://github.com/bring-shrubbery/ml-sharp-web
161•bring-shrubbery•18h ago•41 comments

I built my own hair electrolysis machine

https://www.scd31.com/posts/diy-hair-electrolysis-machine
193•y1n0•5d ago•52 comments

Lost in translation: The linguistic challenges facing N. Korean defectors (2025)

https://www.dailynk.com/english/lost-in-translation-the-linguistic-challenges-facing-n-korean-def...
35•spzb•2d ago•25 comments

Metal Gear Solid 2's source code has been leaked on 4chan

https://www.thegamer.com/mgs2-hd-edition-source-code-massive-leak/
237•rishabhd•10h ago•114 comments
Open in hackernews

K3sup – bootstrap K3s over SSH in < 60s

https://github.com/alexellis/k3sup
14•rickcarlino•2d ago

Comments

tgrowazay•1h ago
I use official ‘ansible-playbook k3s.orchestration.site -i inventory.yml’ and it installs k3s over SSH and adds it into my kubectl context, all under 60s too.
verdverm•15m ago
I have just been `ssh ... -- k3s.sh ...`, been meaning to ansible my homelab
maxdo•18m ago
the best part of k8s is network, most of agentic systems presume no network , since it's a security concern, what are scenarios when you'd like to spin up k3sup?