frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Internet Is Starting to Card Everyone. Startups Are Making Millions from It

https://www.inc.com/georgia-fearn/the-internet-is-starting-to-card-everyone-these-startups-are-ma...
1•speckx•29s ago•0 comments

Hwatu: A daemon-based WebKit browser with 13ms window spawns

https://github.com/hongnoul/hwatu
1•hongnoul_•1m ago•0 comments

Show HN: Vifu – An open-source AI runtime for games

https://github.com/vifudotdev/vifu
1•DR_MING•2m ago•0 comments

TTFT benchmark: LLM Gateway vs. OpenRouter (Claude-haiku-4.5, 150 runs)

https://gist.github.com/smakosh/0ca360230fb267d375b91dbd50548b67
1•steebchen•2m ago•0 comments

Thoughts on Integers (2023)

https://blog.xoria.org/integers/
1•mpweiher•3m ago•0 comments

Slash Pages

https://slashpages.net/
1•birdculture•5m ago•0 comments

Show HN: Interact with inactive macOS windows without selecting the window first

https://github.com/dainank/apple-click-through
1•dainank•5m ago•0 comments

Show HN: LiteRadar – Fast, ad-free, 60fps weather radar

https://literadar.com
2•peetle•5m ago•1 comments

Productionizing research is a boundary problem

https://rpc3.dev/posts/productionizing-research-is-a-boundary-problem/
1•rpc3•7m ago•0 comments

How to build interactive experiences with canvases

https://github.blog/ai-and-ml/github-copilot/how-to-build-interactive-experiences-with-canvases/
1•Brajeshwar•7m ago•0 comments

Show HN: CoreBase – Governed AI Agents for your product, on your customers' data

https://corebasehq.com
1•y11t0•8m ago•1 comments

Natural raises $30M to reinvent payments for AI agents – and take on Stripe

https://thenextweb.com/news/natural-series-a-agentic-payments-ai-agents
1•krrishd•8m ago•0 comments

Google Commits $40M to the Genesis Mission – Google Cloud Blog

https://cloud.google.com/blog/topics/public-sector/accelerating-frontiers-of-scientific-discovery...
1•xnx•8m ago•0 comments

Google ordered to open Android and Search to rivals in Europe

https://www.theverge.com/policy/966438/eu-google-android-ai-interoperability-search-data-dma
1•smugma•12m ago•1 comments

When Listening to Music Was a Team Sport

https://www.nytimes.com/2026/07/21/arts/design/art-of-noise-cooper-hewitt-smithsonian-design.html
1•reaperducer•13m ago•0 comments

Show HN: Codify – Terraform for Developer Environments

https://codifycli.com/
3•kevinwang5658•13m ago•2 comments

OSS ChatGPT WebUI v4 – Projects, Agent Profiles, Server Tools, 1-Click Sharing

https://llmspy.org
1•mythz•14m ago•0 comments

European Commission: Guidance to Google for AI Interoperability on Android

https://daringfireball.net/2026/07/ec_google_guidance_android_ai_and_search_sharing
1•smugma•14m ago•0 comments

Samsung Galaxy Z Fold8 Ultra, Fold8 and Flip8

https://news.samsung.com/global/samsung-galaxy-z-fold8-ultra-fold8-and-flip8foldables-perfected-f...
1•jerryslm•16m ago•0 comments

Security.ubuntu.com Is Down

https://status.canonical.com/#/incident/KNms6QK9ewuzz-7xUsPsNylV20jEt5kyKsd8A-3ptQHXz-Eu10FX079C0...
2•moebrowne•16m ago•0 comments

Ukraine's secret weapon: The bright pink 'Flamingo' missiles

https://www.dailymail.com/news/article-15996043/Ukraine-secret-weapon-pink-Flamingo-missiles-engi...
4•Bender•17m ago•0 comments

Agent-Shell 0.63 Updates

https://xenodium.com/agent-shell-0-63-updates
2•xenodium•18m ago•0 comments

Looking for the Ladder

https://agglomerations.eig.org/p/looking-for-the-ladder
2•toomuchtodo•18m ago•0 comments

Universe Pro appears to be a Ponzi-style crypto investment scheme

https://anon8109361.github.io/universe-pro-investigation/
2•Monotoko•18m ago•2 comments

Show HN: Web swing through midtown NYC

https://www.swingnyc.com/
2•shahahmed•18m ago•0 comments

Reddit Marketing Strategy: How Founders Use Reddit Without Sounding Promotional

https://reddmatch.com/blog/reddit-marketing-strategy
2•eradon•18m ago•0 comments

Trump hands powerful nuclear technology to Saudi Arabia as Iran war spirals

https://www.dailymail.com/news/article-15996501/Trump-sparks-fear-hands-powerful-nuclear-technolo...
4•Bender•19m ago•0 comments

Claude Playing Crusader Kings 3

https://www.twitch.tv/skullbloc
2•stebbins•19m ago•1 comments

Agentic Workflow's Cache Keepalive Costs 8x Too Much

https://blog.mempko.com/keeping-the-kv-cache-warm-measuring-prompt-cache-eviction-across-anthropi...
2•mempko•19m ago•1 comments

Machina Machista

https://mpadge.eu/blog/machina-machista.html
3•mpadge•20m ago•0 comments
Open in hackernews

Show HN: Brew doctor` for Skills and MCP loadouts

https://github.com/dbreunig/drskill
2•dbreunig•53m ago
Recently, I've had agents reach for the wrong skill or tool. This tends to happen in the middle of longer reasoning chains, which frustratingly means lots of chatter polluting the context before a correction can be issued.

To chase these issues down, I built `drskill`: a CLI tool that checks for conflicts and security issues among your agent's Skill and MCP loadout.

In addition to spotting conflicts that might trip up your agents, security alerts were added as well. Did an MCP provider silently add a tool due to a supply chain attack? Running `drskill` on bootup or during CI will flag those changes.

`drskill` works without access to an LLM, though connecting it to one will yield better conflict reports and allows for suggesting alternate, non-clashing descriptors.

A ledger is maintained globally and locally, tracking acknowledgements and preferences.

This is the type of tool that heavily benefits from contributions (your loadout is very different than mine!), so please file issues or submit PRs if you're interested.