frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

More Crackle Weave

https://slab.org/2026/03/13/more-crackle-weave/
1•surprisetalk•1m ago•0 comments

Reduce your cloud data usage

https://practicalbetterments.com/reduce-your-cloud-data-usage/
1•surprisetalk•1m ago•0 comments

Affordances Are Inconceivable

https://taylor.town/no-affordance
1•surprisetalk•1m ago•0 comments

Creating West Coast Buddhism (2024)

https://letter.palladiummag.com/p/creating-west-coast-buddhism
1•surprisetalk•1m ago•0 comments

Terafab semiconductor project could cost $5T – 70% of the US budget

https://www.tomshardware.com/tech-industry/semiconductors/elon-musks-terafab-semiconductor-projec...
1•pseudolus•1m ago•0 comments

Slay the Spire 2 Is the New Silksong as Indie Games Delay Themselves to Dodge It

https://kotaku.com/slay-spire-2-steam-roguelike-delay-2000672790
1•PaulHoule•2m ago•0 comments

Show HN: MoonshineFlow

https://github.com/JRMeyer/MoonshineFlow
1•jrm-veris•2m ago•0 comments

Show HN: GitHub Desktop WSL – Like VS Code Remote WSL, but for GitHub Desktop

https://github.com/aleixrodriala/GithubDesktopWSL
1•aleixrodriala•2m ago•0 comments

GitHub now requiring 2FA for all contributors,what authenticator apps you using?

1•nickcageinacage•3m ago•0 comments

Remap Copilot Suggestions in Nvim with Lua

https://xnacly.me/posts/2023/remap-copilot-nvim/
1•ibobev•3m ago•0 comments

Ads Are Coming to Apple Maps

https://www.theautopian.com/ads-are-coming-to-apple-maps-to-make-road-tripping-an-older-car-sligh...
1•mauvehaus•3m ago•0 comments

SQLAlchemy 2 in Practice – Chapter 1 – Database Tables

https://blog.miguelgrinberg.com/post/sqlalchemy-2-in-practice---chapter-1---database-tables
1•ibobev•3m ago•0 comments

Coruna: The framework used in Operation Triangulation

https://securelist.com/coruna-framework-updated-operation-triangulation-exploit/119228/
1•miohtama•3m ago•0 comments

PDF Prompt Injection Toolkit – Hidden LLM Payloads in PDFs

https://github.com/zhihuiyuze/PDF-Prompt-Injection-Toolkit
1•huize•3m ago•0 comments

Apfel CLI – use your free Apple Intelligence on your Mac your way

https://github.com/Arthur-Ficial/apfel/
2•franze•3m ago•0 comments

Microsoft and Nvidia claim AI can speed approval of new atomic plants

https://www.theregister.com/2026/03/25/microsoft_nvidia_ai_nuclear/
1•pseudolus•3m ago•0 comments

I trained my dog on 5 AI models in one day, what worked (and what didn't)

https://modl.run/guides/train-character-lora/
1•pedropaf•3m ago•0 comments

JSON and C++26 compile-time reflection: a talk [video]

https://lemire.me/blog/2026/03/26/json-and-c26-compile-time-reflection-a-talk/
1•ibobev•4m ago•0 comments

OpenAI drops plans to release an adult chatbot

https://www.engadget.com/ai/openai-drops-plans-to-release-an-adult-chatbot-113121190.html
1•thm•4m ago•0 comments

A gentle intro to NPM workspaces, with visuals

https://wasp.sh/blog/2026/03/25/gentle-intro-npm-workspaces
1•cprecioso•5m ago•0 comments

Show HN: Generate context maps and event flows from Markdown files

https://github.com/ea-toolkit/architecture-catalog
1•rajanavakoti•6m ago•0 comments

Sky UK TV and Now TV Customers Can Now Get HBO Max Basic with Ads

https://www.ispreview.co.uk/index.php/2026/03/sky-uk-tv-and-now-tv-customers-can-now-get-hbo-max-...
1•alexchapman•7m ago•0 comments

AI and bots have officially taken over the internet, report finds

https://www.cnbc.com/2026/03/26/ai-bots-humans-internet.html
3•arbuge•8m ago•0 comments

US inflation will surge to 4.2% on [oil price] shock, warns OECD

https://www.ft.com/content/e8bcac46-eba1-4985-be31-fc913186895f
2•alecco•8m ago•1 comments

Polsia: Honest Tool Feedback

https://polsia.com
1•indieept•9m ago•1 comments

AI that fixes your production errors and opens a PR – while you sleep

https://www.inariwatch.com/
1•jesusbr•10m ago•0 comments

Is Big Tech Facing a Big Tobacco Moment?

https://www.nytimes.com/2026/03/26/business/dealbook/meta-youtube-social-media-tobacco.html
2•mitchbob•10m ago•1 comments

More More More Tech Workers Max Out Their A.I. Use

https://www.nytimes.com/2026/03/20/technology/tokenmaxxing-ai-agents.html
1•gmays•11m ago•0 comments

Show HN: Burn0 – One import to see what every API call costs

https://github.com/burn0-dev/burn0
1•mhabeebur•11m ago•0 comments

Earth's magnetic field may be more powerful than we thought

https://www.scientificamerican.com/article/earths-magnetic-field-may-be-more-powerful-than-we-tho...
2•Brajeshwar•13m 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