frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Happened to Front End?

https://davidpoblador.com/deep-dives/what-happened-to-the-frontend/
1•napolux•21s ago•0 comments

FCC Approves Reflect Orbital's Giant Mirror Satellite That Astronomers Hate

https://ca.pcmag.com/news/16760/fcc-approves-reflect-orbitals-giant-mirror-satellite-that-astrono...
1•latexr•22s ago•0 comments

Harvesting Sub-Microsecond CXL Memory Stalls with LiteSwitch

https://www.usenix.org/conference/osdi26/presentation/li-nanqinqin
1•matt_d•36s ago•0 comments

In Emacs, Everything Looks Like a Service

http://yummymelon.com/devnull/in-emacs-everything-looks-like-a-service.html
1•kickingvegas•8m ago•0 comments

Open AI No. 2 Exec at OpenAI Fidji Simo is leaving the company

https://techcrunch.com/2026/07/09/fidji-simo-steps-down-from-openais-no-2-role/
2•jeffhwang•23m ago•1 comments

Record and Replay, teach AI agents desktop workflows by showing them once

https://github.com/video-db/open-record-replay
1•ashu_trv•25m ago•0 comments

Ask HN: Do we need a support group for developers alienated by LLMs?

5•sph•28m ago•2 comments

Russian Surveillance Software Suppresses Georgian Civilians Rights

https://algorithmwatch.org/en/russian-surveillance-face-recognition-georgia/
3•fodmap•29m ago•0 comments

Open Source E-Reader

https://liliputing.com/crowdfunding-begins-for-open-book-touch-an-open-source-ereader/
2•djfergus•30m ago•0 comments

Iran Hatched Fresh Plot to Kill Trump, Israel Told U.S.

https://www.wsj.com/world/middle-east/iran-hatched-fresh-plot-to-kill-trump-israel-told-u-s-1511d9d2
1•throw310822•31m ago•1 comments

Bayeux Tapestry arrives at British Museum under police escort in dead of night

https://news.sky.com/story/bayeux-tapestry-arrives-at-british-museum-in-dead-of-night-under-polic...
2•austinallegro•33m ago•0 comments

NixOS on real hardware is more complex than you think. Noctalia V5 and LabWC

https://grigio.org/nixos-noctalia-v5-labwc-real-hardware/
1•grigio•35m ago•0 comments

The triage is the product: running AI agents against Ethereum's protocol code

https://blog.ethereum.org/2026/07/09/triage-is-the-product
2•quantumgarbage•36m ago•0 comments

Crawl4AI: Open-source web crawler and scraper for LLMs

https://github.com/unclecode/crawl4ai
1•mpfect•37m ago•0 comments

OpenAI, Anthropic Employees Could Buy ~1/3 of All Homes in SF with IPO Earnings

https://www.redfin.com/news/openai-anthropic-housing-wealth/
1•littlexsparkee•38m ago•0 comments

Show HN: ePub Fixer – repair a narrow set of EPUBCheck errors

https://epub-fixer.com
1•shanewei•39m ago•0 comments

Show HN: Qualify – open-source agent for sales

https://github.com/chaitanyya/sales
2•brownpoints•42m ago•0 comments

The Id Software Cuts Will Change It Forever: 'I Don't See How They Make a Game'

https://kotaku.com/the-cuts-at-doom-maker-id-software-go-shockingly-deep-i-dont-see-how-they-make...
2•Michelangelo11•43m ago•0 comments

PwC employee was working remotely in India when he should have been in Dublin

https://www.irishtimes.com/business/work/2026/07/09/pwc-employee-was-working-remotely-in-india-wh...
2•CringeOut•45m ago•0 comments

CleoBench: Can Fable mathematically prove Cleo's integrals?

https://rain-1.github.io/cleo-bench/
2•rain1•45m ago•0 comments

Demand Unlocked: The Innovation Playbook [video]

https://www.youtube.com/watch?v=CHKU_CjFX9I
1•julienreszka•46m ago•0 comments

SiyanoAV Total Security Antivirus for Advanced PC and Internet Security

https://siyanoav.com/total-security
1•rahulyadavv•46m ago•0 comments

AI-generated videos to maximally drive a target brain region

https://nevo-project.epfl.ch/
9•smusamashah•50m ago•4 comments

EasyJet agrees to rival £5.7B takeover bid

https://www.bbc.co.uk/news/articles/cgjxqq9jg8yo
1•jonjomckay•52m ago•0 comments

China recovers Long March 10B rocket following maiden flight

https://www.chinadaily.com.cn/a/202607/10/WS6a507465a310986e2b464988.html
3•TMWNN•53m ago•2 comments

Nobel-Winning U.S. Chemist Will Move to China to Lead A.I. Institute

https://www.nytimes.com/2026/07/09/science/nobel-winning-us-chemist-will-move-to-china-to-lead-ai...
3•pseudolus•55m ago•1 comments

CO2 overload in blood suggests potentially toxic atmosphere within 50 years

https://link.springer.com/article/10.1007/s11869-026-01918-5
3•littlexsparkee•56m ago•0 comments

Verity – Chrome extension that auto fact-checks AI responses with cited sources

https://chromewebstore.google.com/detail/verity-—-ai-truth-reveale/pdobceidjkciljhdglpmkkjdbjna...
1•HalaDefense•56m ago•0 comments

Localghost. A little ghost to help you NPM dev

https://hamedb89.github.io/localghost/
2•hamedbahrami•1h ago•1 comments

The Secret Sabotage Behind Your Worst DOS-to-Windows Memories

https://comuniq.xyz/post?t=1377
1•01-_-•1h ago•0 comments
Open in hackernews

Show HN: BastionRoute – An outbound-initiated WebSocket relay fabric for UDP

https://github.com/klauscam/BastionRoute
1•klauscam•1h ago
For many years I have honed a little homelab which I accessed it via standard Wireguard VPN connection. Some months ago, I had this idea that my homelab should have zero listening ports on the public internet, for the fact that my router was not being kept up to date with all latest patches. I navigated through headscale/tailscale, cloudflare, etc, however I wanted something incredibly lightweight, that could run on my OpenWrt router.

So I built a CLI tool that reverses the connection direction of the hosting server, primarily to create an outbound connection, requiring no listening ports on my homelab gateway. These connection (the server and all clients) needed a rendezvous point where their outbound connections would be tied. I also wanted to avoid issues like complex TLS termination, authentication and possible DDoS attacks on the relay, so it was decided to use WebSockets rather than UDP connections. This provided the possibility to host the relay on the web behind reverse proxies, offloading all other complexities to the battle hardened nginx, while keeping my codebase tiny. Hence BastionRoute was born.

BastionRoute tries to solve one thing and one thing only. To provide a means for a UDP server to initiated outbound connections towards a Websocket relay. In doing so, BastionRoute remains payload agnostic, as long as UDP traffic is flowing, it does not care if its Wireguard traffic or any other software. BastionRoute does not require Wireguard keys to operate, in fact for a Wireguard perspective, only the connection configuration changes, nothing else. Wireguard encryption remains end-to-end. In doing so the relay becomes a blind transport broker.

I loved working on this project and I wanted to share it with the community. Any feedback is much appreciated.