frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gen Z workers are intentionally sabotaging their company's AI rollout

https://fortune.com/2026/04/08/gen-z-workers-sabotage-ai-rollout-backlash/
1•dingi•1m ago•0 comments

AI news gave me anxiety so I built a site where every AI story says don't panic

https://readnotpanic.ai/
1•rushibam•2m ago•0 comments

Entity Component System

https://en.wikipedia.org/wiki/Entity_component_system
1•tosh•3m ago•0 comments

Hello BQN! Goodbye APL and Uiua (2024)

https://edmcman.github.io/blog/2024-12-20--hello-bqn-goodbye-apl-and-uiua/
1•turtleyacht•4m ago•0 comments

HWMonitor and CPU-Z downloads compromised [video]

https://www.youtube.com/watch?v=fqLDMyAtFYs
1•ddtaylor•4m ago•0 comments

Make Your Phone a Tool

https://danferns.github.io/notes/phone/
1•thepianodan•7m ago•0 comments

Data Oriented Design by example (2017)

https://nikitablack.github.io/post/data_oriented_design_by_example/
2•tosh•7m ago•0 comments

The structural engineer's other job

https://christophermeiklejohn.com/ai/verification/zabriskie/agents/2026/04/09/the-structural-engi...
2•azhenley•7m ago•0 comments

Are You Managing Your AI, or Is Your AI Managing You?

https://octigen.com/blog/posts/2026-04-07-whos-boss/
1•m_mueller•12m ago•0 comments

Ask HN: Best API Documentation Tools?

3•themast•21m ago•0 comments

Books vs. Screens: What Does the Latest Research Say?

https://www.govtech.com/education/k-12/books-vs-screens-what-does-the-latest-research-say
1•the-mitr•24m ago•0 comments

Watgo: WebAssembly Toolkit for Go

https://eli.thegreenplace.net/2026/watgo-a-webassembly-toolkit-for-go/
1•ingve•25m ago•0 comments

Penguin 'Toxicologists' Find PFAS Chemicals in Remote Patagonia

https://www.ucdavis.edu/health/news/penguin-toxicologists-find-pfas-chemicals-remote-patagonia
2•giuliomagnifico•31m ago•1 comments

The Limit in the Loop

https://weaviate.io/blog/limit-in-the-loop
2•eigenBasis•33m ago•0 comments

The tool that won't let AI say anything it can't cite

https://github.com/grainulation/grainulator
5•volatilityfund•37m ago•0 comments

Why Prospects Ghost You

https://usepipeline.ai/
1•ExecutiveDre•38m ago•1 comments

Seal sleeping on road causes Mornington Peninsula traffic delays

https://www.abc.net.au/news/2026-04-10/road-blocked-sleeping-seal-mornington-peninsula-police/106...
1•defrost•38m ago•0 comments

No-Stack Web Development

https://dbushell.com/2026/04/10/no-stack-web-development/
2•jannesan•47m ago•0 comments

What Did You Name Your Bot?

https://kilo.ai/kiloclaw/names
1•twapi•49m ago•0 comments

Show HN: Reword, a Daily Anagram Game

https://amolkapoor.com/games/reword/
2•theahura•50m ago•1 comments

What Is ProtoFlow Workflow Automation Platform? [pdf]

https://storage.prod.researchhub.com/uploads/papers/users/187827/0720f181-328b-4333-ba79-f0593869...
1•KobyLawry•50m ago•0 comments

Do We Still Need Software Architects?

https://d3v.one/do-we-still-need-software-architects/
3•gpi•52m ago•0 comments

Show HN: GNU Grep as a PHP Extension

https://github.com/hparadiz/ext-gnu-grep
1•hparadiz•53m ago•0 comments

Transparency and knowledge exchange in AI-assisted data analysis code generation

https://www.nature.com/articles/s43588-025-00781-1
1•Anon84•54m ago•0 comments

2025 ACM Prize in Computing Goes to Apache Spark Creator Matei Zaharia

https://awards.acm.org/award-recipients/zaharia_8851855
1•tharakam•1h ago•0 comments

How zero-knowledge proofs make quantum circuits "private"

https://medium.com/@jkim_tran/verifying-private-quantum-circuits-9ec99d5f3d5a
1•jennifer-trin•1h ago•0 comments

Wan 2.7 – AI Video Generator for Text-to-Video and Image-to-Video

https://wan2-7.net
1•danielmateo773•1h ago•0 comments

The poetical works of Henry Wadsworth Longfellow (1889)

https://gutenberg.org/cache/epub/78406/pg78406-images.html
2•petethomas•1h ago•0 comments

789 KB Linux Without MMU on RISC-V (2023)

https://popovicu.com/posts/789-kb-linux-without-mmu-riscv/
2•pabs3•1h ago•0 comments

Metamath C

https://github.com/digama0/mm0/blob/master/mm0-rs/mmc.md
1•smj-edison•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•11mo 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•11mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•11mo 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•11mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•11mo 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