frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Networking tool to host WireGuard servers with only outbound connections

https://github.com/klauscam/BastionRoute
1•tuta88•11s ago•0 comments

Anthropic's Mythos mess just keeps getting more complicated

https://www.theregister.com/ai-and-ml/2026/06/22/anthropics-mythos-mess-just-keeps-getting-more-c...
1•rbanffy•21s ago•0 comments

Agile and Coding: An Agent- and Human-Friendly Architecture

https://davidvujic.blogspot.com/2026/06/an-agent-and-human-friendly-architecture.html
1•BerislavLopac•30s ago•0 comments

PivCo-Huffman "Merge" Operations

https://fgiesen.wordpress.com/2026/06/21/pivco-huffman-merge-operations/
1•ibobev•32s ago•0 comments

Show HN: Cyclearchive.com – searchable archive of historical cycling literature

https://cyclearchive.com/
1•alastairr•36s ago•0 comments

Interlude: Using the Index Registers Effectively on the Z80

https://bumbershootsoft.wordpress.com/2026/06/20/interlude-using-the-index-registers-effectively-...
1•ibobev•1m ago•0 comments

Keir Starmer announces his resignation as prime minister

https://www.bbc.co.uk/news/live/ckger03mrl0t
2•jjgreen•2m ago•0 comments

Metasurface in Solar Telescope Captures Polarized Light

https://spectrum.ieee.org/optical-metasurface-solar-telescope
1•rbanffy•3m ago•0 comments

Disposable software: software is now just paper plates

https://auren.substack.com/p/disposable-software-software-is-now
1•sandgiant•6m ago•0 comments

A C++ AirPlay 2 sender: the encrypted RAOP/RTSP recipe, written down

https://github.com/akustikrausch/airplay2-sender-cpp
1•akustikrausch•12m ago•0 comments

Use AI for reviewing code especially when the diff is huge

https://simianwords.bearblog.dev/you-should-use-ai-for-reviewing-code-especially-when-the-diff-is...
1•simianwords•15m ago•0 comments

Show HN: Gingerpaw : A voice dictation and agent workspace app

https://github.com/Vikrant-Khedkar/gingerpaw
2•vikrant-gg•17m ago•0 comments

Show HN: Graphical SQL Builder and Debugger

https://github.com/webofmarius/SQLJoiner
1•matei88•20m ago•0 comments

The Most Effective Screen Time Passcode Is One You Can't Remember

https://mindfultech.bearblog.dev/the-most-effective-screen-time-passcode-is-one-you-cant-remember/
1•rainydesert•29m ago•0 comments

Engineering Got Faster. Now the Hard Part Is Deciding What to Build

https://ferrix.ai/blog/engineering-got-faster-hard-part-is-deciding-what-to-build
1•B_Nemade•33m ago•0 comments

Multi-Turn Reflective Masking Elicits Reasoning in Mask Diffusion Models

https://zhangyanming-cs.github.io/Multi-Turn_RM/
1•ilreb•34m ago•0 comments

ZenStack, tRPC and Kit

https://attic.olup.me/projects/zenstack-trpc-kit
1•carlual•35m ago•0 comments

Donate your Claude Code traces to an open CC-BY-4.0 dataset

https://trace-commons-web.hf.space/
1•_josh_meyer_•39m ago•1 comments

Cool Magnetic Field Viewer [video]

https://www.youtube.com/watch?v=1OgwAEWtupw
1•thunderbong•42m ago•0 comments

Fun with Docker, broken networking, remote filesystems, and race conditions

https://www.maroonmed.com/fun-with-docker-broken-networking-remote-filesystem-mounts-and-race-con...
1•erdoc69•42m ago•0 comments

Camel: Efficient Compression of Floating-Point Time Series

https://dl.acm.org/doi/10.1145/3698802
2•tosh•46m ago•0 comments

An Inconvenient Truth About AI

https://rutgerbregman.substack.com/p/an-inconvenient-truth-about-ai
1•nemoniac•46m ago•0 comments

Fire and Ice Copper Lists

http://uridiumauthor.blogspot.com/2026/06/fire-and-ice-copper-lists.html
2•ingve•48m ago•0 comments

Headroom – The context compression layer for AI agents

https://github.com/headroomlabs-ai/headroom
1•sibellavia•49m ago•0 comments

Compressing floating point data with Gorilla

https://quanttype.net/p/compressing-with-gorilla/
1•tosh•49m ago•0 comments

Best of AI

https://bestofai.io/leaderboard/
3•thenewedrock•50m ago•0 comments

Ask HN: What rules does your team have for using AI in a durable codebase?

1•ctenb•53m ago•1 comments

LinkedIn engagement/signals to sales qualified leads

https://folkscope.com
1•teemupp•54m ago•0 comments

GeneralVLA-2

https://aigeeksgroup.github.io/GeneralVLA-2/
1•ilreb•55m ago•0 comments

Doing a masters while working in Spain

https://jan-herlyn.com/blog/doing-a-masters-while-working/
1•MHard•55m ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•1y ago

Comments

uberman•1y ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•1y ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•1y ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•1y ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?