frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Mondael.com – Institutional Intelligence for Prediction Markets

https://mondael.com
1•16th_hop•34s ago•0 comments

Show HN: Sonn a reasoning layer that nudges coding agent before it makes mistake

https://sonn.dev
1•AlexSonn•1m ago•0 comments

Show HN: Phobos – A tiny scale-free kernel language with tile-DAG support

https://www.joa-ebert.com/posts/2026-07-07-phobos-lang/
1•joajoa•1m ago•0 comments

Eliminating Go bound checks with unsafe

https://blog.andr2i.com/posts/2026-07-06-eliminating-go-bound-checks-with-unsafe
1•g0xA52A2A•1m ago•0 comments

Most AI Work Can Wait

https://tomtunguz.com/ai-execution-routing/
1•speckx•2m ago•0 comments

Show HN: Excogni – open-source cognitive training that can't leak your email

https://xcgni.com/
1•brna-2•2m ago•0 comments

Amazon aims to raise $25B from bond sale, Bloomberg News reports

https://www.reuters.com/legal/transactional/amazon-aims-raise-25-billion-bond-sale-bloomberg-news...
2•enlightpixel•3m ago•0 comments

ScreenStack Is Looking for Design Partners

1•ud0•3m ago•0 comments

Mark Zuckerberg's biggest legal nightmare yet could cost Meta $1.4T

https://www.the-independent.com/tech/mark-zuckerberg-meta-fine-trillion-b3010281.html
2•wrxd•3m ago•0 comments

OpenCRA

https://github.com/borisRadonic/OpenCRA
2•BorisRadonic•5m ago•1 comments

The Gap Map v0.1

https://www.currentai.org/blogs/introducing-the-gap-map-v0-1
1•surprisetalk•7m ago•0 comments

Show HN: Sprytools – 26 small developer APIs behind one key

https://sprytools.com/api/
1•grenzfrei•7m ago•0 comments

Netherlands recruited 29 top scientist leaving U.S. under Trump

https://nltimes.nl/2026/07/07/netherlands-recruited-29-top-scientist-leaving-us-trump
1•jacquesm•7m ago•1 comments

Hacking the bureaucracy to get stuff done (2020)

https://www.zainrizvi.io/blog/hacking-the-bureaucracy-to-get-stuff-done/
1•cdirkx•7m ago•0 comments

A visual calculator to estimate and compare LLM API pricing

https://neutraloverdrive.com/tools/token-calculator/
1•brancpa•8m ago•0 comments

Software is eating the world, AUTONOMOUSLY

https://2030.marketing/software-is-eating-the-world-autonomously/
1•TechOnionKing•8m ago•0 comments

Space Force's high-powered electro beam nullifies hostile satellites

https://newatlas.com/military/space-force-meadowlands-satellite-blinding-beam-weapon/
1•geox•9m ago•0 comments

Show HN: SigMap – deterministic repo maps for AI coding agents

https://sigmap.io
2•cees007•9m ago•0 comments

Ask HN: What are alternative to Upwork for side gig?

2•user7878•10m ago•1 comments

Show HN: Sdlc factory built on pi.dev:intent->DDD->architecture->tested code

https://github.com/arman-jalili/guardian-framework
1•arman-w-jalili•10m ago•0 comments

Court allows far-right leader Marine Le Pen to run for president

https://www.nbcnews.com/world/europe/france-far-right-marine-le-pen-presidential-election-macron-...
1•Alien1Being•10m ago•0 comments

A design system for Rust/egui where token violations fail the build

https://ouroboros-ui.typezerolabs.com
1•mauriciojuba•11m ago•0 comments

The Perfect Cripple: A User Guide to Being Palatable

https://www.salient.org.nz/post/the-perfect-cripple-a-user-guide-to-being-palatable
1•speckx•12m ago•0 comments

Discovery helps explain why solid-state batteries often fail

https://news.mit.edu/2026/discovery-helps-explain-why-solid-state-batteries-often-fail-0706
1•gmays•13m ago•0 comments

Amazon Returns to US Bond Market to Fund AI Infrastructure Build

https://www.bloomberg.com/news/articles/2026-07-07/amazon-returns-to-us-bond-market-to-fund-ai-in...
2•thm•14m ago•0 comments

The Popup That Says the Quiet Part Out Loud

https://blog.ppb1701.com/the-popup-that-says-the-quiet-part-out-loud
1•ExMachina73•14m ago•0 comments

I was wrong about Duff's device

https://unsung.aresluna.org/i-was-wrong-about-duffs-device/
1•colejohnson66•14m ago•0 comments

Agents don't need smarter models, they need a map

https://horiacristescu.github.io/karto-plugin/
1•visarga•16m ago•0 comments

Dua Lipa opens library for banned and censored books in Portugal

https://www.euronews.com/culture/2026/06/29/dua-lipa-opens-library-for-banned-and-censored-books-...
7•pax•16m ago•1 comments

Gladia-CLI: A command-line tool for audio transcription

https://github.com/gladiaio/gladia-cli
4•mgaudin•18m ago•1 comments
Open in hackernews

Show HN: Graphene – local-only Git wrapper to manage stacked branches

https://github.com/alexghr/graphene
1•alexghr•59m ago
Graphene is a tool I've been working on with Codex to create, publish, manage stacked branches and PRs. It's become a indispensable tool to manage code for me and other co-workers since moving off of paid stacked PR products.

It stores its state in local gitconfig and is just a wrapper around regular git commands. Graphene doesn't actually interact with the Github API at all. PRs have to be created manually (but it does print quick links after a push to create properly stacked PRs)

Graphene comes with agent skills so you can have your favourite agent create atomic PRs that are easy for humans to review.

I'm curious to see if anyone has any feedback on it.