frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Arm, the UK and Apple

https://thechipletter.substack.com/p/arm-the-uk-and-apple
1•klelatti•47s ago•0 comments

LLMorphism: When humans come to see themselves as language models

https://arxiv.org/abs/2605.05419
1•okey•2m ago•0 comments

Real signals or artificial stereotypes? Adventures with a cultural Copilot

https://kucharski.substack.com/p/real-signals-or-artificial-stereotypes
2•ceejayoz•8m ago•0 comments

In a quest to becoming AI independent

https://adlrocha.substack.com/p/adlrocha-in-a-quest-to-becoming-ai
4•adlrocha•18m ago•0 comments

Show HN: Tinyblok – publishes conditioned sensor data to NATS from an ESP32

https://github.com/lexvicacom/tinyblok
2•alexjreid•18m ago•0 comments

RISC-V Serial Debug Protocol Specification (Draft)

https://gitlab.com/lauterbach/riscv-rsdp-spec
2•jonesjohnson•20m ago•0 comments

Gen Z Resentment Toward AI Grows as Adoption Stagnates and Workplace Fears Mount

https://www.waltonfamilyfoundation.org/about-us/newsroom/gen-z-resentment-toward-ai-grows-as-adop...
3•mgh2•21m ago•0 comments

Eve

https://witheve.com/
2•tosh•22m ago•0 comments

Infinitary Logic

https://en.wikipedia.org/wiki/Infinitary_logic
1•soupspaces•33m ago•0 comments

DMA: A Community Hackerspace in Seattle

https://dma.space
1•bleeperblooper•36m ago•0 comments

Cursor CVE-2026-26268: Hidden Git hooks RCE via agents autonomous Git operations

https://nvd.nist.gov/vuln/detail/CVE-2026-26268
3•Armor1AI•40m ago•0 comments

JavaScript Tail Call Optimization in ES2015: Unimplemented and Stack Issues

https://blog.gaborkoos.com/posts/2026-05-09-Your-Recursion-Is-Lying-to-You/
1•birdculture•42m ago•0 comments

A Day in the Life of an "Enshittificator" (Norwegian Consumer Council) [video]

https://www.youtube.com/watch?v=T4Upf_B9RLQ
2•marojejian•51m ago•0 comments

From RSS Feeds to Atom Feeds

https://susam.net/from-rss-to-atom.html
1•susam•54m ago•0 comments

Show HN: Free Google Places API alternative using OpenStreetMap (no API key)

https://bizdata-web.vercel.app
4•johnleslie_pm•58m ago•0 comments

Thinking of the Children

https://blog.viewfromtheweb.com/thinking-of-the-children-4ed324d5/
1•rickdg•59m ago•0 comments

Show HN: Great Little Software – interviews with solo developers

https://greatlittle.software/
2•valeriavg_dev•1h ago•1 comments

LibreOffice 26.4 Beta Experiments with AI Writing Features

https://www.linuxjournal.com/content/libreoffice-264-beta-experiments-ai-writing-features-and-sma...
3•throw_await•1h ago•0 comments

AI in the sky: Inside the FAA plan to overhaul air traffic

https://www.politico.com/news/2026/05/09/faa-artificial-intelligence-00909097
4•giuliomagnifico•1h ago•0 comments

'Try, Score, Change': Reinforcement Learning for Children

https://gwern.net/rl-children
2•helloplanets•1h ago•0 comments

Red Card or Black Card? The Conscription Lottery in Thailand

https://www.nytimes.com/2026/05/10/world/asia/thailand-conscription-lottery.html
2•_tk_•1h ago•0 comments

Could Frontier AI Researchers Collectively Slow the Race? A Conditional Pledge

https://www.lesswrong.com/posts/rCvyfKZfeaDDkTHjB/could-frontier-ai-researchers-collectively-slow...
2•joozio•1h ago•0 comments

Netlify Is Down

https://dnschecker.org/#A/netlify.app
2•pppone•1h ago•1 comments

Die Hard on ICE

https://medium.com/luminasticity/die-hard-on-ice-f767b4fa07af
1•bryanrasmussen•1h ago•1 comments

OpenSwarm – High-Performance AI Swarms with OpenSwarm

https://alphametrics.substack.com/p/openswarm-unlocking-scalability-by
2•bratak•1h ago•0 comments

High-precision HDC reference instrument for the Sol Star System

https://pypi.org/project/ephemerides-spectral/
1•lemonforest•1h ago•0 comments

Mech is a programming language for building data-driven systems robots, games

https://github.com/mech-lang/mech
2•tosh•1h ago•0 comments

The Worlds Left to Conquer

https://ludic.mataroa.blog/blog/the-worlds-left-to-conquer/
3•tao_oat•1h ago•1 comments

Matrix Chat with Embed Search Engine

https://blog.mwmbl.org/articles/matrix-chat-with-embed-search-engine/
1•daoudc•1h ago•0 comments

PRD Driven Development

https://debarshibasak.github.io/readables/blogs/prd-driven-development.html
2•debarshri•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!