frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The dumbphone companion for switching off but staying informed

https://edleeman.co.uk/posts/sift-the-dumbphone-companion/
1•ed1727•57s ago•0 comments

Un-Interested LLMs

https://journal.erratalabs.org/why-language-models-lack-curiosity
1•mldev_exe•1m ago•0 comments

The Context Development Lifecycle: Optimizing Context for AI Coding Agents

https://tessl.io/blog/context-development-lifecycle-better-context-for-ai-coding-agents/
1•emersonmacro•1m ago•0 comments

Show HN: A light Mac-native Excel add-in to replace a $1B accounting monopoly

https://www.cellsource.app/
1•artlessbfa•1m ago•0 comments

Agent Harness for Coding with ClickHouse

https://clickhouse.com/blog/ai-powered-migraiton-from-postgres-to-clickhouse-with-fiveonefour
1•craneca0•1m ago•0 comments

I got tired of bouncing between AI tools, so I built 1 workspace for all of them

https://www.thetank.io/
1•schmommy•1m ago•1 comments

Show HN: As Level Chemistry Lab Simulator

https://github.com/nsriram/chem_lab
1•sriram_iyengar•2m ago•0 comments

Mato – a Multi-Agent Terminal Office workspace (tmux-like)

https://mato.sh
1•chepy•3m ago•0 comments

Show HN: Golos – Ultra Lightweight Free Wispr Flow Alternative

https://github.com/basilysf1709/golos
1•basilyusuf1709•3m ago•0 comments

Show HN: BVisor – An Embedded Bash Sandbox, 2ms Boot, Written in Zig

https://github.com/butter-dot-dev/bVisor
1•edunteman•4m ago•0 comments

Transitive Core Concepts: Full-Stack Robotic Packages

https://transitiverobotics.com/blog/design-full-stack-packages/
1•chfritz•4m ago•1 comments

Show HN: OmniGlass – An open-source, sandboxed Visual Action Engine

https://github.com/goshtasb/OmniGlass
1•goshtasb•8m ago•0 comments

25 Years of Eggs

https://www.john-rush.com/posts/eggs-25-years-20260219.html
1•derek•8m ago•0 comments

Multiple formation pathways for amino acids based on asteroid sample isotopes

https://www.pnas.org/doi/10.1073/pnas.2517723123
1•PaulHoule•8m ago•0 comments

Show HN: Personal Vault – Own your personal context, let AI agents query it

https://github.com/lovincyrus/personal-vault
1•lovincyrus•9m ago•0 comments

Show HN: I made a hub to fix how founders and investors connect online

https://startupa.ge/
1•guglielmomave•9m ago•0 comments

Show HN: I Built Captcha for Agents

https://agent-captcha.dhravya.dev/
1•dhravya•10m ago•0 comments

Tariff Refund Calculator

https://tariffs.flexport.com/refunds
1•thedogeye•10m ago•0 comments

User gains control of over 6,700 DJI robot vacuums with help from Claude Code

https://www.tomshardware.com/tech-industry/cyber-security/user-accidentally-gains-control-of-over...
1•gradus_ad•11m ago•0 comments

Rust Doesn't Have Named Arguments. So What?

https://thoughtbot.com/blog/rust-doesn-t-have-named-arguments-so-what
1•romac•11m ago•0 comments

Show HN: DealLedger – An open ledger of every business for sale in America

https://dealledger.org
1•jsosville•12m ago•0 comments

Native apps with Tauri, back end with Bun

https://codeforreal.com/blogs/using-bun-or-deno-as-a-web-server-in-tauri/
1•zbycz•12m ago•0 comments

Surprisingly Frugal Hobbies

https://cmart.blog/surprisingly-frugal-hobbies/
1•zdw•12m ago•0 comments

OpenAI lands multiyear deals with consulting giants in enterprise push

https://www.cnbc.com/2026/02/23/open-ai-consulting-accenture-boston-capgemini-mckinsey-frontier.html
2•Betelbuddy•13m ago•0 comments

Venture Fraud

https://www.nber.org/papers/w34868
1•bikenaga•13m ago•1 comments

Effective Agents

https://medium.com/@NAI_Journal/how-i-built-a-multi-agent-development-team-with-claude-code-mcp-a...
1•nola-a•14m ago•0 comments

I made a retro 90s TCG

http://arcana.online/
4•D_ashe•14m ago•1 comments

The Flawed V02 Max Craze

https://erictopol.substack.com/p/the-flawed-v02-max-craze
1•brandonb•15m ago•0 comments

Ask HN: Is there anyone working at Meta who could help with a stolen FB account?

2•snicky•15m ago•0 comments

Show HN: AgentDbg - local-first debugger for AI agents (timeline, loops, etc.)

https://github.com/AgentDbg/AgentDbg
2•z-a-f•17m ago•1 comments
Open in hackernews

Git Changesets

https://github.com/changesets/changesets
20•kaishiro•9mo ago

Comments

LordDragonfang•9mo ago
The title made me think this was an official feature of git or maybe GitHub, but it's entirely unrelated - in fact, the readme doesn't even mention git.

I'd suggest changing the title to actually use the project tagline: "Changesets - versioning and changelogs with a focus on monorepos" (possibly s/with a focus on/for/)

(@dang @tomhow)

nemetroid•9mo ago
From the "detailed explanation" document (my emphasis):

> When organising the release of packages, you may end up wanting to group several changes together written by different people and/or over a relatively large period of time. The best time to capture this information is when submitting a PR (when it is fresh in your mind), not when you eventually go to batch and release these changes.

> Git is a bad place to store this information, as it discourages writing detailed change descriptions - you want to allow people to provide as much documentation for the change as they want.

How does Git discourage writing detailed change descriptions? Is this a Github thing, i.e. the web UI workflows discourage it? I use Git a lot but barely use Github.

https://github.com/changesets/changesets/blob/main/docs/deta...

thealistra•9mo ago
So much words in the docs. So little explanation of why