frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Karpathy’s Pelican

https://twitter.com/karpathy/status/2083749667410727319
338•delichon•18h ago•270 comments

Show HN: Kakehashi – Experimental userspace to run macOS binaries on Linux ARM

https://github.com/wie-project/kakehashi
137•vlad_kalinkin•5h ago•34 comments

Note-Taking and Personal Knowledge Management

https://unattributed.cc/note-taking-and-personal-knowledge-management
70•surprisetalk•5d ago•21 comments

My personal AI benchmark: "Generate an SVG of a frog with a Habsburg jaw."

https://frogs.vaguespac.es/
61•thebigship•2h ago•35 comments

Sharing an X11 Server Across Hosts with FamilyWild

https://dobrowolski.dev/article/sharing-an-x-server-across-hosts-with-familywild/
16•shirozuki•1h ago•3 comments

Developers are attached to tools because tools encode trust

https://stackoverflow.blog/2026/07/29/developers-are-attached-to-tools-because-tools-encode-trust/
103•HieronymusBosch•4d ago•50 comments

Show HN: NixOS-DGX-Spark – Nix and NixOS on the DGX Spark

https://github.com/graham33/nixos-dgx-spark
77•graham33•5h ago•19 comments

Show HN: Make your Framework 12 sound like a creaky door

https://github.com/ArcaEge/creakwork12
18•arcaege•1h ago•2 comments

F*: A general-purpose proof-oriented programming language

https://fstar-lang.org/
135•ducktective•9h ago•59 comments

Twenty Years of RISC OS Open

https://www.riscosopen.org/news/articles/2026/06/20/twenty-years-of-risc-os-open
141•AlexeyBrin•9h ago•24 comments

Harvesting SSH Credentials: Insights from My Honeypot Network

https://uphillsecurity.com/articles/harvesting-ssh-credentials-insights-from-my-honeypot-network/
30•whatbackup•4h ago•23 comments

Read the Novels and Forget Everything Else

https://hedgehogreview.com/web-features/thr/posts/read-the-novels-and-forget-everything-else
8•samclemens•1d ago•0 comments

When transit passes were designed by hand (2022)

https://letterformarchive.org/news/milwaukee-transit-passes/
82•nate•2d ago•26 comments

Rooting, firmware analysis and persistent credentials of TP-Link TL-841N

https://blog.juni-mp4.com/posts/42/rooting-the-tplink-tl841n-pt1/
70•mindracer•6h ago•12 comments

EU Age Verification Project Mandates Hardware-Bound Attestation

https://linuxiac.com/eu-age-verification-project-mandates-hardware-bound-attestation/
56•RobotToaster•1h ago•21 comments

'Crush this lady': how eBay harassment campaign led to $56M payout

https://www.ft.com/content/06ec1b03-d4af-40cf-b12a-4ba5a410f6d2
110•JumpCrisscross•3h ago•44 comments

TinyNES Review – A Super Niche NES Console

https://blog.lon.tv/2023/02/05/tinynes-review-a-super-niche-nes-console/
6•throwoutway•2h ago•0 comments

Meshdiff – visually compare two STL versions in the browser, client-side

https://meshdiff.com/
166•projscope•10h ago•17 comments

Fasttracker II clone in C using SDL 2

https://16-bits.org/ft2.php
107•andsoitis•4d ago•36 comments

Schmitt Trigger: Robust Comparator Design with Hysteresis

https://www.wevolver.com/article/schmitt-trigger-robust-comparator-design-with-hysteresis
11•ankitg12•3d ago•6 comments

Folding Paper Globes

https://foldingglobes.com/globes
131•dango2506•4d ago•28 comments

Adding Go's Defer to the TypeScript Compiler

https://healeycodes.com/adding-defer-to-the-typescript-compiler
10•healeycodes•2h ago•2 comments

Let the machines in

https://blog.semenzin.com/let-the-machines-in/
18•lluvt•2h ago•7 comments

The Myth of Snow Leopard

https://www.rubenerd.au/the-myth-of-snow-leopard/
19•speckx•4h ago•14 comments

How the words we teach English language learners changed

https://pudding.cool/2026/07/essential-words/
179•c-oreills•6h ago•109 comments

Show HN: MicroCodex Coding Agent – OpenAI/codex reimplemented in C++ <1MB binary

https://github.com/paoloanzn/microcodex
9•paoloanzn•2h ago•2 comments

Great Question (YC W21) Is Hiring Senior Demand Gen Manager

https://www.ycombinator.com/companies/great-question/jobs/YutDxyf-senior-demand-generation-manager
1•nedwin•10h ago

Show HN: Bor – Open-source policy management for Linux desktops

https://getbor.dev/blog/2026-08-02-bor-v080-release/
161•eniac111•13h ago•20 comments

Show HN: Fuse – statically typed functional programming language

https://fuselang.org
99•the_unproven•11h ago•27 comments

Artificial Intelligence: Ars Notoria and the Promise of Instant Knowledge

https://publicdomainreview.org/essay/ars-notoria/
118•jruohonen•12h ago•28 comments
Open in hackernews

WireguardTCP: WireGuard over TCP

https://wireguardtcp.net/
12•kaliszad•1h ago

Comments

cpressland•51m ago
Mildly off topic but I absolutely adore this website. That said, I can’t think of any situations where this’d be useful for me.
ranger_danger•44m ago
Curious what kind of networks restrict UDP? Especially since HTTP3/QUIC requires it.
pianom4n•21m ago
I've been on public WiFi that blocked UDP (except for DNS to their local server). No sites require HTTP3 to function so it's not disruptive to a normal user.
asmnzxklopqw•44m ago
I expect that the outer TCP might be better for high throughput, low RTT, no loss networks and more or less constant throughput on the vpn tunnel. Probably worse in all the other cases.
recsv-heredoc•40m ago
TCP is very tough to get right - with this said ,this would be great to help network-deployments where UDP is blocked and other restrictions such as national firewalls apply.

Exciting iff this gets upstreamed.