frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

His restaurant put edible ants on the menu. He could face one year in prison

https://www.cnn.com/2026/07/23/travel/south-korea-restaurant-ant-dessert-jail-intl-hnk
1•raybb•24s ago•0 comments

Content Creator

https://www.elenaverna.com/p/so-you-want-to-be-a-content-creator
1•AnhTho_FR•52s ago•0 comments

Existential Types on a Leash in Haskell

https://cdfa.github.io/existentials-on-a-leash/
1•fanf2•3m ago•0 comments

In China, people are renting out their faces to AI

https://restofworld.org/2026/china-ai-microdramas-face-licensing/
2•antondd•3m ago•0 comments

What happens when you put AI to work deciphering lost languages?

https://theconversation.com/cracking-the-code-can-ai-help-us-decipher-ancient-languages-288238
1•staplung•4m ago•0 comments

Default model enablement for Copilot Business and Enterprise

https://github.blog/changelog/2026-07-29-default-model-enablement-for-copilot-business-and-enterp...
1•smokeeaasd•4m ago•0 comments

Blocking AI Crawlers on Your Mastodon Server, Nginx Edition

https://justinribeiro.com/chronicle/2026/07/28/blocking-ai-crawlers-on-your-mastodon-server-nginx...
1•speckx•5m ago•0 comments

Reverse Engineering Google's Proprietary Hypervisor

https://alexhulbert.com/posts/reverse-engineering-googles-proprietary-hypervisor/
1•dongcarl•5m ago•0 comments

Big Companies Are Starting to Hire Again, Defying Predictions of AI Wipeout

https://www.wsj.com/business/big-companies-are-starting-to-hire-again-defying-predictions-of-ai-w...
6•theanonymousone•8m ago•1 comments

Apple won't turn on any 'restricted mode' for missed lease payments

https://www.theverge.com/tech/972063/apple-upgrade-program-no-restricted-mode
2•apparent•9m ago•1 comments

Link rescue mission for NASA Swift Telescope suffers critical malfunction

https://www.scientificamerican.com/article/rescue-mission-to-save-nasas-swift-space-telescope-is-...
2•ck2•9m ago•0 comments

OpenAI's rogue agent compromised a customer at a second tech firm

https://www.reuters.com/business/openais-rogue-agent-compromised-an-account-second-tech-firm-sour...
2•JumpCrisscross•9m ago•0 comments

Funny: Someone thinks Linux source Code was "leaked"

https://twitter.com/forloopcodes/status/2081089016250949651
1•philit•10m ago•0 comments

Show HN: UnUI – Help coding agents make better design decisions

https://unui.cc/
3•heywitt•13m ago•0 comments

Open sourced index of 3000 APIs

https://github.com/mindcloud-inc/universal-api-reference
3•frabjoused•13m ago•0 comments

Show HN: Sealed crypto forecast dataset – my 50% intervals covered 84%

https://huggingface.co/datasets/neuportal/neuportal-sealed-crypto-forecasts
2•neuportal•14m ago•0 comments

Tiyov, real-time speech translation in your own voice

https://github.com/kirandas-reload/tiyov
1•kd_reload•14m ago•0 comments

AI 'Raygun' can shrink and supersize proteins – enabling easy editing

https://www.nature.com/articles/d41586-026-02335-5
1•geneticdrifts•18m ago•0 comments

How to build good software with untrustworthy agents

https://www.treygoff.com/stack
1•amirhirsch•19m ago•0 comments

Florentine monks find 19th century recipe for cola drink

https://dpa-international.com/general-news/urn:newsml:dpa.com:20090101:260729-930-457184/
1•Tomte•19m ago•0 comments

Six weeks with Intel's Arc Pro B70 in a production inference fleet

https://moddogbot.com/blog/intel-arc-pro-b70-postmortem
2•Hagrun•19m ago•0 comments

Kuna: Decompiler Development in the Age of Coding Agents

https://noelo.org/blog/kuna-release/
2•mahaloz•21m ago•1 comments

Show HN: My solo SaaS turns customer tickets into shipped code, from my phone

https://notifai.net/blog/tickets-in-code-out
2•Witness327•23m ago•0 comments

Diamond IO: Indistinguishability Obfuscation at Near FE Cost via Matrix Products [pdf]

https://eprint.iacr.org/2025/236.pdf
1•binyu•24m ago•0 comments

Artificial Intelligence: Ars Notoria and the Promise of Instant Knowledge

https://publicdomainreview.org/essay/ars-notoria
1•benbreen•24m ago•0 comments

The $1M Frontier: What Comes After the AI Benchmark Race

https://www.getvertical.ai/blog/one-dollar-per-million-tokens/
1•mresposito•24m ago•0 comments

Show HN: Wingman – A client-agnostic agent harness (written in Go)

https://wingman.actor
2•ChaseRensberger•25m ago•0 comments

Notes from a Burning Paris

https://sarahwilson.substack.com/p/notes-from-a-burning-paris
2•bookofjoe•26m ago•0 comments

Show HN: I've mapped 126k listings from 4500 direct booking sites

https://staythere.ai
2•wthayer•28m ago•0 comments

The Story of DOM Patch

https://caolan.uk/notes/2026-04-16_the_story_of_dom_patch.cm
1•speckx•29m ago•0 comments
Open in hackernews

Show HN: Git-chain – Simplify branch dependency management in Git

https://github.com/hammadfauz/git-chain
1•hammadfauz•1y ago
I built Git-chain because managing dependent branches and open PRs was becoming painful. This tool helps automate and track those relationships easily.

I made some usability improvements: * Made chain storage more robust. * Added a way to clear a chain * Added tab completion for branch names * Changed github workflow to show error instead of warning (more obvious, can be bypassed via github UI)

Comments

hammadfauz•1y ago
Hi HN,

I built Git-chain to help with branch management in trunk-based development workflows.

When you want to keep changesets small and reviewable, but still build new work on top of unmerged changes, Git can get messy fast. Git-chain makes it easier to track and manage these dependent branches cleanly.

Would love feedback — especially from teams doing trunk-based development!