frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Encore – personal concert archive app (the Letterboxd for live music)

https://www.encore.you/
1•sanjosanjo•50s ago•0 comments

The Long Farewell to Mark Zuckerberg's Metaverse

https://www.nytimes.com/2026/03/19/technology/mark-zuckerbergs-metaverse-vr-horizon-worlds.html
1•nothrowaways•1m ago•0 comments

Systemd added birthday storage to comply with Brazil, CA Age Verification laws

https://twitter.com/LundukeJournal/status/2034623157768716598
1•josephcsible•1m ago•0 comments

Edinburgh of the Seven Seas

https://en.wikipedia.org/wiki/Edinburgh_of_the_Seven_Seas
1•nomilk•2m ago•0 comments

IEEE and Academia Are Creating Microcredential Programs

https://spectrum.ieee.org/ieee-academia-microcredentials-programs
1•WaitWaitWha•3m ago•0 comments

CanisterWorm: NPM Publisher Compromise Deploys Backdoor Across 29 Packages

https://socket.dev/blog/canisterworm-npm-publisher-compromise-deploys-backdoor-across-29-packages
1•pier25•5m ago•0 comments

Show HN: Reverse-engineer any site's API from inside the browser

https://www.rtrvr.ai/blog/vibe-hacking-rover-gemini-flash-lite
1•arjunchint•6m ago•1 comments

Dilemma. Berkeley EECS vs. Michigan IBE (CS and Ross school of business)

1•royalschiefs•7m ago•0 comments

Site Up. Costs Down: Optimizing OpenClaw's 1M Weekly Active Users

https://stack.convex.dev/optimizing-openclaw
1•handfuloflight•11m ago•0 comments

Cuba rejects U.S. Embassy request to bring in fuel, calls it 'shameless'

https://www.washingtonpost.com/world/2026/03/20/us-embassy-havana-cuba-fuel-blackout/
3•ParentiSoundSys•14m ago•0 comments

9 Ways to Fail at Installing a Browser Extension

https://danbuilds.online/notes/9-ways-to-fail-at-installing-a-browser-extension/
1•fiestaman•16m ago•0 comments

Show HN: Rover – turn any web interface into an AI agent with one script tag

https://github.com/rtrvr-ai/rover
3•quarkcarbon279•17m ago•2 comments

Root from the parking lot: OpenWRT XSS through SSID scanning (CVE-2026-32721)

https://mxsasha.eu/posts/openwrt-ssid-xss-to-root/
1•birdculture•21m ago•0 comments

Traces of Evil

https://www.tracesofevil.com/
1•jacquesm•21m ago•0 comments

Defrag98 – Found on Fubardaily.com

https://defrag98.com/
1•razodactyl•24m ago•0 comments

Separation of Concerns

https://en.wikipedia.org/wiki/Separation_of_concerns
1•downboots•31m ago•0 comments

Ask HN: Back end engineer (distributed systems) seeking early-stage startup

1•Mdehsan873•31m ago•0 comments

ExplodeView – embed interactive exploded-view CAD diagrams in 2 lines of HTML

http://explodeview.com/demo/
1•vvlars•34m ago•0 comments

The Iran War Is Destroying Something More Valuable Than Oil

https://houseofsaud.com/iran-war-refinery-crisis-saudi-aramco/
7•thisislife2•34m ago•1 comments

Ant Chat

https://www.baothiento.com/ant-chat
3•noleary•34m ago•0 comments

Show HN: Pairform Running – Great AI coaching with excellent fitness context

https://www.pairform.io/
1•pairform•39m ago•0 comments

Court Asked for the LLM's Reasoning. The Company Had Nothing. $10M

https://pub.towardsai.net/the-air-gapped-chronicles-the-court-asked-for-the-llms-reasoning-484710...
2•pipineapple•43m ago•0 comments

A Declaration of the Independence of Cyberspace

https://www.eff.org/cyberspace-independence
2•ctoth•43m ago•0 comments

The Last Quiet Thing

https://www.terrygodier.com/the-last-quiet-thing
2•Hbruz0•44m ago•0 comments

Woman in Labor at Florida Hospital Brought in Zoom Court for Refusing C-Section

https://www.propublica.org/article/florida-court-hearing-c-section
6•Jimmc414•44m ago•0 comments

Moflin AI Companion

https://www.casio.com/us/moflin/
1•hmokiguess•46m ago•0 comments

SteamOS 3.8 use KDE Plasma with Wayland as default

https://store.steampowered.com/news/app/1675200/view/532126482488623649
3•Kholin•50m ago•0 comments

Agentic AI Infrastructure for magnifying HUMAN capabilities

https://github.com/danielmiessler/Personal_AI_Infrastructure
2•CoffeeOnWrite•50m ago•0 comments

What we should expect of software companies in an AI coding world

https://ghiculescu.substack.com/p/vibes-is-all-you-need
1•ghiculescu•50m ago•0 comments

Reboot: Rebuild civilization by reinventing lost technologies

https://ksindi.com/reboot/
3•nielka•55m 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•11mo 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