frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Use the OSS, Commit Back – OAVL – The Open Source AI Viability License

https://github.com/kenm47/oavl
1•hank2000•3m ago•1 comments

Show HN: Free Web audit over 100 checks

https://beavercheck.com/
1•apancyborg•4m ago•1 comments

Ukrainian publishers call for support after Russian attacks destroy 10M books

https://www.theguardian.com/books/2026/aug/20/help-ukrainian-publishers-russia-attacks-books
3•mdp2021•5m ago•0 comments

European gas prices hit highest point since March

https://www.euronews.com/business/2026/08/20/europes-gas-prices-have-doubled-with-the-worst-yet-t...
1•leonidasrup•6m ago•0 comments

Bun v1.4

1•CrimsonRain•7m ago•0 comments

My Morse Code Keyer Homebrew Software for the Nintendo 3DS

https://ei3lh.eu/2026/08/20/my-morse-code-keyer-homebrew-software-for-the-nintendo-3ds/
1•austinallegro•9m ago•0 comments

GitHub Stacks in Jujutsu

https://alan.norbauer.com/articles/github-stacks-with-jujutsu/
1•LVB•11m ago•0 comments

Why nerds are unpopular (2003)

https://paulgraham.com/nerds.html
1•cassepipe•11m ago•1 comments

Introducing AI Futures

https://openai.com/index/introducing-ai-futures/
3•logickkk1•13m ago•0 comments

Stop Eating Lady Gaga's Oreos

https://www.experimental-history.com/p/stop-eating-lady-gagas-oreos
5•cwal37•14m ago•0 comments

Notebook.link – Run and Share Jupyter Notebooks Instantly

https://notebook.link/
2•jonbaer•16m ago•0 comments

SVG-world-maps – A lightweight, zero-dependency SVG map

https://github.com/homayounmmdy/svg-world-maps
1•homayoun763•17m ago•0 comments

AskPandas: BI without SQL or DAX – Connect your data and get answers

https://askpandas.com
1•nahruskii24•17m ago•0 comments

I made an SSH server that lets you remote into a PC directly from your terminal

https://github.com/rylena/sshdesk
2•RylenAnil•18m ago•0 comments

How Orchids Inspired the Groundbreaking Work of Charles Darwin

https://lithub.com/how-orchids-inspired-the-groundbreaking-work-of-charles-darwin/
1•prismatic•18m ago•0 comments

Where Vandals Can't Reach? Flock Safety's Future Is Full of Spying Drones

https://www.cnet.com/tech/computing/where-vandals-cant-reach-flock-safetys-future-is-full-of-spyi...
4•speckx•19m ago•0 comments

Elpe, the Universal Package Installer

https://nest.pijul.com/pmeunier/elpe/tree
2•cassepipe•19m ago•1 comments

AI-Native Services: The Definitive Guide

https://www.emcap.com/ai-native-services
3•isubkhankulov•19m ago•0 comments

A proxy to translate OpenCode OpenAI calls to native Ollama, allows ctx >4096

https://github.com/yasuoiwakura/openai-ollama-api-bridge
2•MK2k•20m ago•1 comments

TTF Font Rendering on Rust ESP32's for EPaper

https://webb.is-a.dev/articles/ttf-embeded/
3•oliverkwebb•21m ago•0 comments

New York Needs New Ornamental Architecture

https://www.fashionablylatetakes.com/p/new-york-needs-new-ornamental-architecture
3•paulpauper•22m ago•0 comments

How Did the English Build Such Beautiful Villages?

https://www.architectureandtradition.com/p/how-did-the-english-build-such-beautiful
2•paulpauper•22m ago•0 comments

Show HN: Astronomy Buddy–what's worth pointing a telescope at tonight

https://astronomy-buddy.com/
2•TheFunkyMonk•22m ago•0 comments

A folder becomes a website on ATProto

https://wisp.place/
2•jcbhmr•25m ago•0 comments

WooblaDub: AI dubbing that preserves the original picture, music and ambience

https://woobladub.com/
2•xgharibyan•25m ago•0 comments

Show HN: Encrypt messages locally into self-contained links

https://diaryof.me/tools/
2•cryptographical•26m ago•1 comments

A cotton T-shirt takes roughly 2,700 litres of water to produce

https://spacedaily.com/sd-a-cotton-t-shirt-takes-roughly-2-700-litres-of-water-to-produce-about-w...
4•GordonS•26m ago•3 comments

Show HN: iOS Puzzle Game for Chinese Learners

https://apps.apple.com/nl/app/zihe-chinese-character-game/id6791631451
2•koomenk•27m ago•0 comments

With Val Kilmer's AI Twin, Is Gen AI Forcing Hollywood to the Edge?

https://www.akamai.com/blog/cloud/val-kilmer-ai-twin-gen-ai-forcing-hollywood-edge
2•skoomer235•27m ago•0 comments

Qwen3.8 Fetches Weird URLs

2•Luker88•27m 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!