frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

They don't make 'em like Sublime Text anymore

https://dbushell.com/2026/08/07/sublime-text/
1•vinhnx•1m ago•0 comments

Move 37 Is the Moment AI Changes Everything. It's Suddenly Happening Everywhere

https://www.wsj.com/tech/ai/move-37-ai-demis-hassabis-google-deepmind-alphago-ec832a41
1•fortran77•2m ago•1 comments

Ask HN: Is Ask HN Shrinking?

2•keiferski•4m ago•0 comments

Show HN: My AI agent built and shipped a browser game on its own

https://overlk.itch.io/afterimage
1•yoopla_dev•5m ago•0 comments

Building Groovie, an Advanced Web-Based Drum Machine / Beat Sequencer

https://pointersgonewild.com/2026-08-06-building-groovie-an-advanced-web-based-drum-beat-sequencer/
1•maxime_cb•7m ago•0 comments

Cave of the Crystals

https://en.wikipedia.org/wiki/Cave_of_the_Crystals
2•ColinWright•8m ago•0 comments

Git, CRDT, Markdown

https://replicated.live/blog/crdt.html
1•gritzko•9m ago•0 comments

A skills-based pathway to licensure is ordered in New Mexico [pdf]

https://web.archive.org/web/20260805102345/https://nmcourts.gov/wp-content/uploads/2026/07/Order-...
1•firefax•10m ago•0 comments

Ex-Amazon VP on What Gets You Promoted

https://www.youtube.com/watch?v=Gf0pR4_bv-o
1•tcp_handshaker•10m ago•0 comments

How software is changing – and how OpenAI is building the future

https://every.to/p/openai-infrastructure
1•samuel_kx0•14m ago•1 comments

Show HN: A free DOCX editor with MCP server for editing

https://revise.io/help/mcp-server
2•artursapek•17m ago•0 comments

Linux 7.3 to support Logitech HID++ 2.0 reprogrammable button support

https://www.phoronix.com/news/Linux-7.3-HIDPP-Reprogrammable
2•teleforce•18m ago•0 comments

Show HN: Ewwii, An extensible widget system for all of Linux

https://github.com/Ewwii-sh/ewwii
1•byson94•20m ago•0 comments

Laravel 13.24, Filament 90% faster, managed queues on Cloud – ADWL #063

https://a-day-with-laravel.happyto.dev/p/laravel-13-24-filament-90-faster-managed-queues-on-cloud...
1•happytodev•22m ago•0 comments

Gateway 2000's hilariously bad ads in the 90s (Part II)

https://buttondown.com/suchbadtechads/archive/gateway-2000-part-2/
2•rfarley04•33m ago•0 comments

Milankovitch Cycles

https://en.wikipedia.org/wiki/Milankovitch_cycles
2•cl3misch•35m ago•0 comments

Ask HN: Sane casual family co-op game on mobile?

3•minusf•35m ago•2 comments

Show HN: A Free Paper Trading Platform with AI Coaching for Global Markets

https://paper-trader.org
1•paperTraderOrg•35m ago•0 comments

Congo bans copper and cobalt concentrates exports

https://www.reuters.com/world/africa/congo-bans-exports-copper-cobalt-concentrates-official-order...
1•geox•39m ago•0 comments

SQRL wan't wrong, it was early

https://sjg.io/writing/sqrl-wasnt-wrong-it-was-early/
3•simonjgreen•40m ago•0 comments

The DOS Operating System

https://www.chebucto.ns.ca/~ak621/DOS/DOS-Head.html
2•AlexeyBrin•40m ago•0 comments

A Tome of Forbidden Technologies

https://ecosophia.net/a-tome-of-forbidden-technologies/
16•hosteur•45m ago•17 comments

Frontier models, transparency and trust; a new golden age in research for some?

https://scholarlyfutures.substack.com/p/frontier-models-transparency-and
3•JohnHammersley•46m ago•0 comments

The CPU is back: Rethinking the CPU-GPU split for LLM inference

https://www.redhat.com/en/blog/cpu-back-rethinking-cpu-gpu-split-llm-inference
23•eigenBasis•48m ago•1 comments

The USSR in 100 Photographs

https://trinixy.ru/7039-sssr_v_fotografijakh_100_foto.html
52•decimalenough•56m ago•48 comments

Qector-Decoder-v3: Multi-Back End Software Architecture for QEC

https://zenodo.org/records/21850315
2•QECTOR•59m ago•0 comments

Japanese Police Arrest NYAA 'First Uploader,' but Not by Watching the Swarm

https://torrentfreak.com/japanese-police-arrest-nyaa-first-uploader-but-not-by-watching-the-swarm/
3•Rant423•1h ago•0 comments

A Chinese AI model stopped OpenAI's 'unprecedented' cyber attack

https://www.cnbc.com/2026/07/24/chinese-ai-model-openai-cyber-attack.html
3•makerdiety•1h ago•0 comments

Happy 808 day: The TR-808 Monograph

https://raygum.com/research/roland-tr-808-monograph
2•stuartmemo•1h ago•1 comments

Cloudflare launches Kitesurf, a browser built for AI agents

https://techcrunch.com/2026/08/07/cloudflare-launches-kitesurf-a-browser-built-for-ai-agents/
3•ashurandi•1h 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!