frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Me and my exoskeletons: the rise of wearable robotics

https://www.ft.com/content/a71f4c56-685c-4341-9772-31e4e5c6418d
1•petethomas•34s ago•0 comments

In Age of AI, Leading Deepfake Expert No Longer Trusts His Own Eyes

https://www.nytimes.com/2026/06/14/us/ai-deepfake-hany-farid.html
1•speckx•1m ago•0 comments

Hand Gesture Verification Captcha by Google

https://docs.cloud.google.com/recaptcha/docs/hand-gesture-verification
1•hmokiguess•1m ago•0 comments

German court holds Google liable for fake AI answers

https://www.dw.com/en/german-court-holds-google-liable-for-fake-ai-answers/a-77527661
1•Topfi•2m ago•0 comments

Wolfram Mathematica 15

https://www.wolfram.com/mathematica/quick-revision-history/
1•rubin55•2m ago•0 comments

Acquire a Inexpensive Computer During This Time of Historically High Prices

https://cheapskatesguide.org/articles/low-priced-hardware.html
1•worldofmatthew•3m ago•0 comments

Autonomous Long-Running Coding Agents

https://nlp.elvissaravia.com/p/autonomous-long-running-coding-agents
1•omarsar•4m ago•0 comments

Show HN: I built an email agent for founders who are stuck in email

https://www.dirac.app/
1•Peterz_shu•4m ago•0 comments

Jax: Commitment Issues

https://www.gilesthomas.com/2026/06/jax-commitment-issues
1•gpjt•9m ago•0 comments

Tired of chaos, investors retreat from oil market at record pace

https://www.reuters.com/business/energy/tired-chaos-investors-retreat-oil-market-record-pace-2026...
1•mriet•10m ago•1 comments

TerraWatch,GitHub App that scans Terraform PRs and posts exact fix in comment

https://terrawatch.dev
1•alejny•10m ago•0 comments

Is it feasible to self host OSS EU productivity suite? [A Mijn Bureau Review]

https://techstackups.com/articles/is-it-feasible-to-self-host-an-open-source-eu-sovereign-product...
1•sixhobbits•12m ago•0 comments

The WWII Invention That Changed Simulation Forever

https://www.halldale.com/defence/the-forgotten-wwii-invention-that-changed-simulation-forever
1•e12e•13m ago•0 comments

B-52 bomber crashes shortly after takeoff at California's Edwards Air Force Base

https://www.cnn.com/2026/06/15/us/b-52-crash-edwards-california
5•bluedino•15m ago•0 comments

Open Sourcing dbt's latest feature

https://github.com/orchestra-hq/sao-paolo
1•HugoLu88•15m ago•1 comments

The UKs Smartphone Nude Filter Plan Is Insane

https://worldofmatthew.com/blog/nudefilter/
1•worldofmatthew•17m ago•0 comments

'The Phoenix' magazine to cease publication

https://www.independent.ie/business/irish-business/the-phoenix-magazine-to-cease-publication/a/15...
2•austinallegro•17m ago•0 comments

Show HN: Transpilatron – an AI tool that converts Python code into C binaries

https://github.com/NoodlixProject/transpilatron
2•johnnytech•18m ago•0 comments

Commander Keen Games (free book)

https://forgottenbytes.net/
2•tzury•19m ago•0 comments

Clojure is almost as fast as C (with some help)

https://ertu.dev/posts/4_clojure-reaching-c-performance/
2•ertucetin•20m ago•0 comments

The Grain of Thought

https://asker.dev/grain-of-thought
2•caminmccluskey•20m ago•1 comments

I built a chess trainer. Looking for beta testers

https://chesstrain.net
2•Blaskooo•21m ago•0 comments

Anthropic pauses credit change for Claude Code

5•fabianlindfors•21m ago•0 comments

Show HN: All 194 YC Spring 2026 startups scored from public data

https://fluenta.space/resources/reports/yc-spring-2026-batch-scored
2•OlegIvanov•21m ago•0 comments

US battery manufacturing output continues to break records

https://fred.stlouisfed.org/series/IPG33591S
12•epistasis•21m ago•1 comments

We built a PaaS that survives AWS region outages by default

https://platform.kubernetix.ai
2•iamafounder•22m ago•0 comments

Show HN: Does a vibe leak? Fine-tuning an LLM on an attitude it never states

https://github.com/leo-dcfa/ai-latent-bias-transfer
2•neurodivergent•23m ago•0 comments

Kedgr – AI code scanner that never stores your source code

2•kedgr•24m ago•0 comments

JWT Decoder

https://fusionauth.io/docs/dev-tools/jwt-decoder
2•mooreds•24m ago•0 comments

Gen Z Doesn't Trust Anyone

https://www.graphsaboutreligion.com/p/gen-z-doesnt-trust-anyone
3•toomuchtodo•25m ago•3 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!