frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

OpenAI's President Gave Millions to Trump. He Says It's for Humanity

https://www.wired.com/story/openai-president-greg-brockman-political-donations-trump-humanity/
1•ninjagoo•39s ago•1 comments

Show HN: I'm building a platform to manage larger projects with AI agents

https://github.com/kaanozhan/Frame
1•kozhan•1m ago•0 comments

Show HN: Autolang-A C++ VM with 2ms startup time and arena-restart memory model

https://autolang.vercel.app/docs/introduction
1•hoansdz•1m ago•0 comments

Show HN: I built a browser-based 3D editor since I didn't want to learn Blender

https://app.topomaker.com/
2•whothatcodeguy•2m ago•0 comments

Show HN: E8-Matrix: open-source physical particle discovery platform

1•bootstraptor•5m ago•0 comments

Programming ≠ coding – Leslie Lamport [video]

https://www.youtube.com/watch?v=uyLy7Fu4FB4
2•max_•11m ago•0 comments

A simple model for state-dependent cognitive performance (looking for critique)

https://emergentskills.com/life_skills/professionals/capacity-depletion/zone-cost-calculator-what...
2•capacity_guy•12m ago•1 comments

Why local AI tool execution is an anti-pattern

https://gace.dev/blog/why-local-ai-tools-are-an-antipattern
2•bstrama•13m ago•1 comments

Show HN: The framework for AI-native MCP servers

https://github.com/vinkius-labs/mcp-fusion
2•renatomarinho•13m ago•0 comments

The Streams Standard

https://domenic.me/streams-standard/
2•vinhnx•16m ago•0 comments

Against Query Based Compilers

https://matklad.github.io/2026/02/25/against-query-based-compilers.html
3•surprisetalk•18m ago•0 comments

American Abundance Index

https://humanprogress.org/american-abundance-index-dashboard/
3•surprisetalk•18m ago•0 comments

The Divergence Machine

https://contraptions.venkateshrao.com/p/the-divergence-machine
2•surprisetalk•18m ago•0 comments

Propnomicon – Cthulu Prop Blog

http://propnomicon.blogspot.com/
2•the_sleaze_•18m ago•0 comments

Circle Games (2019)

https://srconstantin.wordpress.com/2019/06/06/circle-games/
1•surprisetalk•18m ago•0 comments

The Looming AI Clownpocalypse

https://honnibal.dev/blog/clownpocalypse
2•aanet•20m ago•0 comments

There's Only One Idea in AI

https://bramcohen.com/p/theres-only-one-idea-in-ai
1•mpweiher•21m ago•0 comments

The far-right Bundestag aide and his rapping FSB case officer

https://theins.press/en/politics/268805
1•doener•24m ago•1 comments

compromise this: an AI resistant camera [pdf]

https://github.com/Berlin-West/Topology/blob/main/Topology%20(EN).pdf
1•RHEFOR•25m ago•0 comments

Abliteration

https://grokipedia.com/page/Abliteration
1•stressback•25m ago•0 comments

Ask HN: Upstream-First vs. the "Culture of Silence" in Embedded Engineering

1•tawayaccount•26m ago•0 comments

Show HN: I built a design tool for people who find Canva too bloated

2•epic_ai•26m ago•2 comments

AI Now Has Eyes

1•idobaiba•29m ago•0 comments

Show HN: Auto-cleanup for Claude Code's orphan process memory leak

https://github.com/theQuert/claude-code-cleanup
2•thequert•33m ago•0 comments

How did I believe that? A cult survivor looks back at his lost years

https://www.theguardian.com/tv-and-radio/2026/feb/28/cult-survivors-stories-aftercult-podcast-ntwnfb
2•Anon84•33m ago•0 comments

Downstream Testing

https://nesbitt.io/2026/03/01/downstream-testing.html
1•chmaynard•34m ago•0 comments

Antarctica's Mineral Riches Exposed as Climate Warms

https://www.nytimes.com/2026/02/26/climate/antarcticas-mineral-riches-exposed-as-climate-warms.html
1•bookofjoe•37m ago•1 comments

Du.ae Data Usage Widget

https://github.com/i3130002/DU-Data-Usage-Widget/releases/tag/Initial-Release-v1.0.0
1•i3130002•45m ago•1 comments

AI Angels – Hit all-time high usage, lessons from scaling a AI platform

https://www.aiangels.io
1•aiangels_24•46m ago•1 comments

Show HN: Fyrer – lightweight tool to run multiple dev servers concurrently

https://github.com/07CalC/fyrer
1•notcalc•49m ago•0 comments
Open in hackernews

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

https://github.com/hammadfauz/git-chain
1•hammadfauz•10mo 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•10mo 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!