frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Game Engine that would not have been made without Rust

https://blog.vermeilsoft.com/2025-09-rust-game-engine/
1•zdw•1m ago•0 comments

Beneath the GDP, a Recession Warning

https://www.wsj.com/opinion/beneath-the-gdp-a-recession-warning-fff133de
1•paulpauper•5m ago•0 comments

Bans on highly toxic pesticides could save lives from suicide

https://ourworldindata.org/pesticide-bans-suicide-prevention
1•kamaraju•5m ago•0 comments

Million-year-old skull rewrites human evolution, scientists claim

https://www.bbc.com/news/articles/cdx01ve5151o
1•paulpauper•6m ago•0 comments

Essential books for modern technology leaders

https://www.hyperact.co.uk/blog/10-essential-books-for-modern-tech-leaders
1•imjacobclark•9m ago•0 comments

YouTube settles lawsuit challenging Section 230 for $25.4M

https://www.courtlistener.com/docket/60643878/178/trump-v-youtube-llc/
2•1vuio0pswjnm7•11m ago•1 comments

Landlords Demand Tenants' Workplace Logins to Scrape Their Paystubs

https://www.404media.co/landlords-demand-tenants-workplace-logins-to-scrape-their-paystubs/
1•throwaway81523•12m ago•0 comments

Can LIGO Detect Daylight Savings Time?

https://arxiv.org/abs/2509.11849
3•zdw•13m ago•0 comments

People World Lose and H

https://www.facebook.com/hidalberto.caratini.santiago.2025
1•gelatonevado•14m ago•0 comments

Afghanistan in total Internet blackout caused by Taliban

https://mastodon.social/@netblocks/115288230006300457
1•walrus01•15m ago•1 comments

Epigenetics

https://en.wikipedia.org/wiki/Epigenetics
1•nis0s•16m ago•0 comments

Welcome to the Internet (2021) [video]

https://www.youtube.com/watch?v=k1BneeJTDcU
1•andrepd•17m ago•0 comments

Macintosh System 7 Ported To x86 With LLM Help in 3 days

https://github.com/Kelsidavis/System7
4•zdw•17m ago•0 comments

AI Photography Is the Next Big Thing in Digital Imaging

https://techglimmer.io/what-is-ai-photography-and-digital-imaging/
2•kaus_meister•21m ago•1 comments

I Tried Htmx

https://bytecron.me/post/i-tried-htmx
1•srid•21m ago•2 comments

A growing number of U.S. adults report cognitive disability

https://news.yale.edu/2025/09/24/growing-number-us-adults-report-cognitive-disability
3•thinkalone•22m ago•0 comments

Generate Swift code programmatically with declarative syntax

https://github.com/brightdigit/SyntaxKit
1•rmason•23m ago•0 comments

Ask HN: Tomorrow is my first hackathon, any advice?

2•ofou•28m ago•3 comments

Riemannian Geometry and Non-Euclidean Geometry

https://www.preposterousuniverse.com/blog/2015/11/26/thanksgiving-10/
1•programmexxx•29m ago•0 comments

Partijgedrag – A Dutch political voting compass built on public data

https://github.com/van-sprundel/partijgedrag
1•ramon156•31m ago•0 comments

Show HN: Clean metrics for messy coding habits

https://timefly.dev
1•cgonzar3•32m ago•3 comments

Google to merge Android and ChromeOS in 2026

https://www.theregister.com/2025/09/25/google_android_chromeos/
5•fork-bomber•34m ago•0 comments

Does Agentic AI imply output goes to infinity?

https://substack.com/inbox/post/174849090
1•mathattack•35m ago•0 comments

Amygdala–liver signalling orchestrates glycaemic responses to stress

https://www.nature.com/articles/s41586-025-09420-1
2•PaulHoule•36m ago•0 comments

Roblox is shutting down discord clone Guilded.gg

https://devforum.roblox.com/t/update-on-guilded-and-communities/3966775
1•HypomaniaMan•36m ago•0 comments

I have been diving deep into the world of FinOps

https://buttondown.com/apievangelist/archive/weekly-api-evangelist-governance-guidance-9568/
1•mooreds•37m ago•0 comments

The Gameboy emulator that runs everywhere (Terminal, Web, Desktop)

https://github.com/raphamorim/gameboy
1•Bogdanp•37m ago•0 comments

Jax: Fast Combinations Calculation

https://github.com/phoenicyan/combinadics
4•phoenicyan•38m ago•0 comments

East Texas man facing October execution will not seek clemency, his lawyer says

https://www.kltv.com/2025/09/25/east-texas-man-facing-october-execution-will-not-seek-clemency-hi...
1•rossant•38m ago•0 comments

Canoeboot: Free, Libre BIOS/UEFI boot firmware

https://canoeboot.org/
4•jethronethro•41m ago•0 comments
Open in hackernews

Show HN: Agentsmd – Local preferences and templates for AGENTS.md

https://github.com/adiasg/agentsmd
2•adiasg•1h ago
Hi HN

I built agentsmd for developers who use AGENTS.md but want a way to manage personal preferences and reusable templates on top of the canonical repo version.

For example, I don’t want my agents to run npm run dev for Next.js. Another developer might want that step included. Those kinds of preferences should live in my local .agentsmd, not in the shared AGENTS.md. The standard only defines looking at AGENTS.md files, which are git-tracked, so this tool helps get around the problem.

Ideally, the AGENTS.md standard should also look at local .agentsmd files to account for local preferences. I've already opened an issue: https://github.com/openai/agents.md/issues/72

I’d love feedback on: - How you separate personal vs. shared guidance in your projects - Whether templates like this would help in your workflow - What other features would make managing AGENTS.md easier

Thanks for checking it out!