frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Learning to work (very) remotely (2023)

https://borischerny.com/tech/2023/12/10/Working-Remotely.html
1•saikatsg•2m ago•0 comments

Show HN: Atizar-AI agents where the server runs approved actions, not the model

https://atizar.io
1•Yarashuk•5m ago•0 comments

Neuralwatt: Energy-based pricing for AI inference. Efficient prompts cost less

https://portal.neuralwatt.com/
1•ethanpil•5m ago•0 comments

Code duplication is far cheaper than the wrong abstraction

https://sandimetz.com/blog/2016/1/20/the-wrong-abstraction
1•rafaepta•6m ago•0 comments

Googles specification (and tooling) for the LLM wiki

https://github.com/GoogleCloudPlatform/knowledge-catalog/tree/main/okf
1•Parkkeeper•9m ago•1 comments

Supervising AI Agents

https://github.com/usefulsoftworks/ai-agent-control-checklist
1•usefulsoftworks•10m ago•0 comments

A Fast Attention Kernel for MI300X, Written in Hip, Not Assembly

https://moonmath.ai/cdna3attention/
1•latchkey•12m ago•0 comments

Show HN: Askmaps.ai – Like ChatGPT with a Map

https://www.askmaps.ai
2•fabino•14m ago•2 comments

I want to spend more time on the internet

https://m-bertel.at/articles/i-want-to-spend-more-time-on-the-internet
1•michibertel•15m ago•0 comments

At Meta, 90% of my coworkers were Chinese

https://twitter.com/jeremybernier/status/2058243373161722185
2•ksec•18m ago•3 comments

Billionaire Tax Officially Heads to Nov. 3 Ballot

https://www.sos.ca.gov/administration/news-releases-and-advisories/2026-news-releases-and-advisor...
3•simonpure•21m ago•1 comments

Dallas Fed paper: unauthorized immigration drove ~30% of home-price growth

https://www.wsj.com/opinion/border-enforcement-does-affect-american-workers-wallets-cc45d6b0
2•bilsbie•24m ago•0 comments

Roger Cook (Journalist)

https://en.wikipedia.org/wiki/Roger_Cook_(journalist)
1•petethomas•26m ago•0 comments

Ask HN: Is Anyone Using Filtr?

https://kaylees.site/wipr2-whats-new.html#filtr
2•dotcoma•27m ago•0 comments

Rich Programmer Food (2007)

https://steve-yegge.blogspot.com/2007/06/rich-programmer-food.html
2•tosh•29m ago•0 comments

'Can a machine do this job?' is the wrong question

https://www.ft.com/content/47f4d549-4560-4830-bf55-47774a9057bc
1•xnx•32m ago•0 comments

Which Copyleft Licence Is Suitable for an SVG?

https://shkspr.mobi/blog/2026/06/which-copyleft-licence-is-suitable-for-an-svg/
3•ajdude•38m ago•1 comments

(How to Write a (Lisp) Interpreter (In Python))

https://norvig.com/lispy.html
20•tosh•38m ago•6 comments

Show HN: CommitGate – Automatically scan your commit for vulnerabilities

https://github.com/ductrl/CommitGate
2•ductrl•40m ago•2 comments

Why Early-Stage Founders Are Misunderstood by Everyone with a Normal Job

https://abzglobal.net/technology/why-early-stage-founders-are-misunderstood-by-everyone-with-a-no...
2•mariansorca•43m ago•0 comments

Olympian arrested for touching remnants of decaying Reflecting Pool: report

https://www.rawstory.com/reflecting-pool-paint-algae/
5•hn_acker•44m ago•0 comments

Show HN: Trustmux – Lightweight Secure Daemon for Mobile Shell Access

https://trustmux.dev
2•dustinkirkland•45m ago•0 comments

Occupancy Math on the AMD MI355X: A From-First-Principles Guide

https://indianspeedster.github.io/blog/occupancy-math-mi355x/
1•skidrow•45m ago•0 comments

Don't Do That PhD

https://twitter.com/AI_in_LEO/status/2068511650215325847
1•gmays•51m ago•1 comments

Specs by Snapchat

https://www.specs.com/
1•ruckfool•52m ago•1 comments

I Still Live in the Terminal

https://blog.tacoda.dev/why-i-still-live-in-the-terminal-0d27918d85bb
3•tacoda•55m ago•3 comments

Cotypist – Smart Autocomplete for Mac

https://cotypist.app/
1•lorenz_li•57m ago•0 comments

Show HN: VS Code agent optimized for affordable coding plans

https://smartdino.dev/features
1•ylian•58m ago•0 comments

Tribes of Programming (2017)

https://josephg.com/blog/3-tribes/
2•downbad_•59m ago•1 comments

Show HN: Agent Departures

https://agent-departures.vercel.app/
1•qainsights•1h ago•0 comments
Open in hackernews

Whitman, switch agents.md files in the CLI

https://github.com/ProximalEnergy/whitman
1•skrhee•1h ago

Comments

skrhee•1h ago
My team wanted the ability to switch between different agents.md files while working in a given repo so I created this small CLI tool to do so.

Basically, different engineers wanted to have different things in Agents.md, some wanted as little text as possible to preserve context and others wanted a lot of text to try to steer the agent without using skills.

We could just .gitignore Agents.md, but wanted to preserve the ability to share profiles with each other.

The tool lets you search for and select different Agent.md profiles that are symlinked in the .whitman/agents directory.

skrhee•1h ago
Crates: https://crates.io/crates/whitman Homebrew: brew install ProximalEnergy/tap/whitman