frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Can we please stop with curl | sudo bash, PLEASE

1•b112•2m ago•0 comments

Show HN: LibreThinker, free AI assistant for LibreOffice Writer, 10k installs

https://librethinker.com/
1•mmarian•3m ago•0 comments

Why do AI models hallucinate? [video]

https://www.youtube.com/watch?v=005JLRt3gXI
1•simonebrunozzi•3m ago•0 comments

Rabbi boasting of buldozing Gazan homes to light torch for Israel's national day

https://www.theguardian.com/world/2026/apr/21/rabbi-who-boasts-bulldozing-palestinian-homes-light...
1•hebelehubele•7m ago•0 comments

Ask HN: People who moved away from tech business/career, what do you do?

1•throwaway_32u10•7m ago•0 comments

Delivering a dynamic hexagonal world map in just 10kb

https://calibreapp.com/blog/building-our-beloved-hex-map
1•robin_reala•11m ago•0 comments

A guide on how to be a Programmer (2002)

https://github.com/braydie/HowToBeAProgrammer
1•downbad_•21m ago•1 comments

Colorado Age Attestation bill gets amendments to have open source excluded

https://www.gamingonlinux.com/2026/04/colorado-age-attestation-bill-gets-amendments-to-have-open-...
2•jurgemaister•30m ago•0 comments

SpaceX says unproven AI space data centers may not be commercially viable

https://www.reuters.com/world/spacex-says-unproven-ai-space-data-centers-may-not-be-commercially-...
2•1vuio0pswjnm7•31m ago•0 comments

Went to bed with a $10 budget alert. Woke up to $25,672 in debt to Google Cloud

https://old.reddit.com/r/googlecloud/comments/1ssagtw/went_to_bed_with_a_10_budget_alert_woke_up_to/
3•ratg13•32m ago•1 comments

I built a simple flowchart tool to organize ideas

https://www.processon.io/
1•shujie_li•33m ago•0 comments

Florida Attorney General launches criminal probe into ChatGPT over FSU shooting

https://apnews.com/article/florida-chatgpt-fsu-gunman-b32a7276426f621193f61a0f904f924c
2•1vuio0pswjnm7•34m ago•0 comments

Show HN: Content-mill: Index any static content into Meilisearch via YAML config

https://github.com/blueinit/content-mill
1•centrali•35m ago•1 comments

Let's Measure Gravity

https://owl.billpg.com/lets-measure-gravity/
2•billpg•36m ago•0 comments

Show HN: We benchmarked 18 LLMs on OCR (7K+ calls) – cheaper models win

https://www.arbitrhq.ai/leaderboards/
4•TimoKerr•36m ago•1 comments

Top Law Firm Apologizes to Bankruptcy Judge for AI Hallucination

https://www.bloomberg.com/news/articles/2026-04-21/top-law-firm-apologizes-to-bankruptcy-judge-fo...
2•1vuio0pswjnm7•37m ago•0 comments

Show HN: Notation – an iOS chess coach (Stockfish and optional BYOK Claude)

https://notationchesscoach.app
1•darrenc81•38m ago•1 comments

Orson Scott Card on feedback from editors

https://twitter.com/i/status/2046702294406680751
2•Michelangelo11•40m ago•1 comments

You can make something good

https://sfalexandria.com/posts/farzas-creations/
1•aadillpickle•45m ago•0 comments

Git for web services – everything as a file for coding agents

https://github.com/KrzysztofBogdan/gitfs
1•kpbogdan•45m ago•1 comments

American Supply Chain

https://twitter.com/bihanmahadewa/status/2046732759339552772
1•bihan•45m ago•1 comments

In Search of (Claude's) Lost Time - Globalizing Claude's project memories

https://www.gsarigiannidis.gr/claude-global-memory/
2•gsarig•48m ago•0 comments

Deep Research Max

https://blog.google/innovation-and-ai/models-and-research/gemini-models/next-generation-gemini-de...
2•markerbrod•49m ago•0 comments

Aube: A fast Node.js package manager

https://github.com/endevco/aube
1•icar•49m ago•0 comments

Spain's greatest matador gored by bull in comeback from retirement

https://www.thetimes.com/world/europe/article/morante-bullfighter-injured-bull-goring-tsj0bt7ks
2•petethomas•51m ago•2 comments

C++ Scripting with Libriscv

https://libriscv.no/blog/expert-example/
1•fwsgonzo•52m ago•0 comments

Anthropic CVP – Run 2

https://sunglasses.dev/reports/anthropic-cvp-opus-4-7-evaluation-run-2
1•azrollin•55m ago•0 comments

Shared Agent Harness

https://github.com/goncalossilva/.agents
1•ankitg12•1h ago•0 comments

Rspack 2.0

https://rspack.rs/blog/announcing-2-0
3•0x1997•1h ago•1 comments

The Free Universal Construction Kit

https://fffff.at/free-universal-construction-kit/
1•robinhouston•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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

Comments

minimaxir•1y ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•12mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•12mo 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•12mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•12mo 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