frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

DigiD taken offline for two hours by denial of service attack

https://www.dutchnews.nl/2026/03/digid-taken-offline-for-two-hours-by-denial-of-service-attack/
1•mvdwoord•2m ago•0 comments

Use your own domain for your code forge hosted Go modules

https://jo-m.ch/posts/2026/03/use-your-own-domain-for-your-code-forge-hosted-go-modules/
1•jo-m•2m ago•0 comments

Can you survive 100 jumps?

https://100jumps.org/
1•matthewsinclair•2m ago•0 comments

iPhone 17 Pro Demonstrated Running a 400B LLM

https://twitter.com/anemll/status/2035901335984611412
1•anemll•2m ago•1 comments

Porting OpenWindows Tools to Modern Linux

https://vince.cojot.name/blog_2026_porting-openwindows-tools-with-cursor-ai.html
1•indigodaddy•3m ago•0 comments

The Hope Hacker Conference Is Returning to Manhattan

https://www.hope.net/the-hope-conference-is-returning-to-manhattan/
2•aestetix•4m ago•0 comments

Is Anyone Actually Using OpenClaw?

1•s04p•4m ago•0 comments

LLM written FlashAttention: 1.7x PyTorch

https://xcancel.com/__tinygrad__/status/2036003426933551586
1•WithinReason•4m ago•0 comments

Why Expanding Roads Fails to Reduce Traffic Congestion

https://www.nominalnews.com/p/expanding-roads-traffic-congestion
1•NomNew•5m ago•0 comments

Do you use multiple agents for software development?

1•kozhan•7m ago•0 comments

355 Issues of the UK music magazine NME from 1969-1983

https://archive.org/search?query=creator%3A%22NME+-+New+Musical+Express%22&sort=-addeddate
2•bookofjoe•7m ago•0 comments

MECH 520 – Sensors and Actuators for Control Systems by Dan Gelbart [video]

https://www.youtube.com/watch?v=IhCadzAwbWI&list=PLlkx3gSXbdKAl4oUtflEJE_vSX-hYZHrn
1•nill0•7m ago•0 comments

AgentSmith-HUB update (what changed recently)

https://github.com/EBWi11/AgentSmith-HUB
1•E_Bwill•8m ago•1 comments

Excuse Me, Is There AI in That? (2024)

https://www.theatlantic.com/technology/archive/2024/06/llm-free-all-organic/678670/
1•herbertl•8m ago•0 comments

Why LLMs stop learning from examples in long contexts: The ICL Collapse

https://www.orsonai.com/publications/tes2-icl-collapse.html
3•JakubCwi•9m ago•0 comments

Show HN: InvoiceNeat – Free invoice, pay stub and receipt generator, no signup

https://invoiceneat.com
2•garydai•10m ago•0 comments

Running Tesla Model 3's Computer on My Desk Using Parts from Crashed Cars

https://bugs.xdavidhu.me/tesla/2026/03/23/running-tesla-model-3s-computer-on-my-desk-using-parts-...
3•xdavidhu•10m ago•0 comments

Vaultara – multi-stage AI pipeline delivering analyst-grade morning briefs

https://vaultara.co/
4•Ambulando•11m ago•0 comments

Microsoft fixes broken Windows update days after vowing fewer broken updates

https://www.theregister.com/2026/03/23/emergency_fix_windows_11/
3•Brajeshwar•12m ago•0 comments

UK CMA dithers on Cloud probe

https://www.theregister.com/2026/03/23/the_cost_of_inaction_how/
1•inaros•13m ago•0 comments

H.O.P.E. NYC (2600) tickets on sale tomorrow

https://store.2600.com/products/tickets-to-hope-26
1•meandave•13m ago•0 comments

Domain names generator powered by AI

https://generatefast.com/
1•astubna•13m ago•1 comments

State of JavaScript 2025

https://2025.stateofjs.com/en-US/
3•pentagrama•14m ago•0 comments

The Power Shift in Media Isn't About Journalism–It's About Distribution

https://thesignalmemo.substack.com/p/this-isnt-a-media-shift-its-a-power
2•sindhya1•15m ago•1 comments

I Turned My DevTerm into a Game Boy Camera and Printer

https://blog.omgmog.net/post/devterm-gameboy-printer/
1•omgmog•17m ago•0 comments

Precog

https://precog.cc/
2•morninj•18m ago•0 comments

Energy Department merges nuclear and particle physics programs

https://www.science.org/content/article/energy-department-merges-nuclear-and-particle-physics-pro...
1•geox•19m ago•0 comments

Culture Shift: How our bodies were built to expect fermented foods

https://press.asimov.com/articles/culture-shift
1•cachecrab•19m ago•0 comments

Billionaire OnlyFans Owner Leonid Radvinsky Dies at 43

https://www.forbes.com/sites/conormurray/2026/03/23/billionaire-onlyfans-owner-leonid-radvinsky-d...
2•cramsession•20m ago•2 comments

Native Instant Space Switching on macOS

https://arhan.sh/blog/native-instant-space-switching-on-macos/
2•y1n0•20m 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