frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MidnightBSD Excludes Calif. From Desktop Use Due to Digital Age Assurance Act

https://ostechnix.com/midnightbsd-excludes-california-digital-age-assurance-act/
1•WaitWaitWha•34s ago•0 comments

OpenSandbox

https://github.com/alibaba/OpenSandbox
1•nileshtrivedi•1m ago•0 comments

Why Is Your Operating System Debugging Hackers for Free?

1•agarmte•1m ago•0 comments

Polymarket Iran Bets Hit $529M as New Wallets Draw Notice

https://www.bloomberg.com/news/articles/2026-02-28/polymarket-iran-bets-hit-529-million-as-new-wa...
1•petethomas•3m ago•0 comments

Show HN: Computer Agents – Agents that work while you sleep

https://computer-agents.com
2•janlucasandmann•3m ago•0 comments

Uplift Privileges on FreeBSD

https://vermaden.wordpress.com/2026/03/01/uplift-privileges-on-freebsd/
1•vermaden•3m ago•0 comments

Artichoke induces sweet taste (PubMed)

https://pubmed.ncbi.nlm.nih.gov/5084667/
1•valzevul•3m ago•0 comments

Edge – Generate structured evaluation criteria for any domain using a local LLM

https://github.com/EviAmarates/fresta-edge
1•TiagoSantos•15m ago•0 comments

Have you used Terragrunt in the past? Keen to hear your thoughts

https://techroom101.substack.com/p/terragrunt-what-it-solves-what-it
1•ahaydar•15m ago•0 comments

Two-way Discord bridge-autonomous Claude Code sessions(WebSocket+local queue)

https://github.com/AetherWave-Studio/autonomous-claude-code
1•Drew-Aetherwave•15m ago•1 comments

Token Anxiety

https://writing.nikunjk.com/p/token-anxiety
1•vinhnx•16m ago•0 comments

A State Government Tried to Regulate Linux; It Went How You'd Expect

https://www.youtube.com/watch?v=mQLdDR-hJpc
1•cable2600•22m ago•0 comments

I built AI agents that do the grunt work solo founders hate

2•Seleci•28m ago•0 comments

TorchLean: Formalizing Neural Networks in Lean

https://leandojo.org/torchlean.html
2•matt_d•28m ago•0 comments

Hackers Expose the Surveillance Stack Hiding Inside "Age Verification"

https://www.techdirt.com/2026/02/25/hackers-expose-the-massive-surveillance-stack-hiding-inside-y...
2•nobody9999•30m ago•1 comments

Japanese firm Space One plans to launch Kairos No.3 rocket on Sunday

https://www3.nhk.or.jp/nhkworld/en/news/20260301_01/
2•HardwareLust•32m ago•1 comments

Show HN: Sailor.ai – source-backed personalized outbound emails

https://trysailor.ai/
1•bill_waybird•32m ago•1 comments

Show HN: Brand Analytics for AI Search Engines (Beta)

https://explore.somantra.ai/dashboard/141d19d6-1ee7-4a25-81cf-411e6792e286/Australia
1•prasaar•34m ago•0 comments

Show HN: Parallax – Ansible Without Python

https://parallax.digitalxero.dev/
1•DjGilcrease•35m ago•0 comments

Skills.sh Ecosystem Dashboard

https://skills-dashboard.olshansky.info/
1•Olshansky•38m ago•0 comments

Show HN: A visual sitemap editor that forces you to design structure before UI

3•epic_ai•43m ago•2 comments

Show HN: Memctl v0.1.0 Open source shared persistent memory for AI coding agents

https://memctl.com
3•meszmate•44m ago•0 comments

HeadElf-Mvidia: Executive Intelligence Template

https://github.com/pauljbernard/HeadElf-MVIDIA
3•paulbernard•47m ago•2 comments

Agents are not thinking: Science of agent behavior

https://technoyoda.github.io/agent-science.html
3•chse_cake•50m ago•0 comments

Sam Altman Answers Questions on X.com About Pentagon Deal, Threats to Anthropic

https://news.slashdot.org/story/26/03/01/0233230/sam-altman-answers-questions-on-xcom-about-penta...
1•MilnerRoute•51m ago•0 comments

Church of the SubGenius

https://en.wikipedia.org/wiki/Church_of_the_SubGenius
2•thomassmith65•52m ago•0 comments

Show HN: MCP server that strips injection vectors from LLM input

https://github.com/timstarkk/mcp-safe-fetch
1•timstark•53m ago•0 comments

Shipping Traffic Through Strait of Hormuz Plummets After Attacks on Iran

https://www.nytimes.com/2026/02/28/world/middleeast/strait-of-hormuz-ship-traffic.html
1•ParentiSoundSys•56m ago•0 comments

Show HN: ChoresMates – Splitwise, but for Household Chores

https://apps.apple.com/us/app/choresmates/id6757452488
1•bittujoju•59m ago•0 comments

Iran's Supreme Leader Ali Khamenei Killed

https://www.reuters.com/world/middle-east/irans-supreme-leader-ali-khamenei-killed-senior-israeli...
7•codethief•1h ago•2 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•10mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•11mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•10mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•10mo ago
Every agent step takes both a visual snapshot and a memory read, the memory gives more consistent tileset and location parsing and also has some stuff like party state/status conditions that isn't usually visible.
CSMastermind•10mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•10mo ago
that's probably fair but I imagine that without memory access Claude would have been opening and searching the (completely unordered!) bag to check for progress critical items like the pokeflute every 5 minutes