frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Running Local Language Model on Game Boy Color

https://old.reddit.com/r/LocalLLaMA/comments/1tbi2n3/i_got_a_real_transformer_language_model_runn...
1•AbuAssar•3m ago•0 comments

SPF PermError: What Causes It and How to Fix It Step-by-Step

https://dmarcguard.io/blog/spf-permerror-fix/
1•meysamazad•3m ago•0 comments

How the New Testament Was Copied and Preserved

https://www.jeremysarber.com/p/how-the-new-testament-was-copied
1•meysamazad•4m ago•0 comments

Building Shopie for Mac with SwiftUI

https://mjtsai.com/blog/2026/05/08/building-shopie-for-mac-with-swiftui/
1•SoKamil•6m ago•0 comments

We need something better than touchscreens in cars

https://thejollyteapot.com/2026/05/10/we-need-something-better-than-touchscreens-in-cars/
1•meysamazad•6m ago•0 comments

Riding the Leopard

https://www.notboring.co/p/riding-the-leopard
1•watchful_moose•7m ago•0 comments

Nvidia Surpasses Germany

https://www.euronews.com/business/2026/05/16/nvidia-surpasses-germany-how-the-market-caps-of-tech...
3•DeathArrow•16m ago•0 comments

'White monkeys' paid to make Chinese businesses look global

https://www.theguardian.com/lifeandstyle/2026/may/16/fake-lawyers-scientists-chefs-punters-white-...
1•YeGoblynQueenne•19m ago•0 comments

Why our AI agent needed a causal graph, not just a RAG database

https://openyf.dev/blogs/world-model
1•youelfedr•23m ago•0 comments

Huginn Net – Multi-Protocol Passive Fingerprinting (P0f-Style)

https://github.com/biandratti/huginn-net
1•xvilka•25m ago•0 comments

PE packer with randomized VM ISA per output file (C++)

https://github.com/iamsopotatoe-coder/TinyLoad
2•iamsopotatoe•30m ago•0 comments

MicroZig: Embedded Applications in Zig

https://github.com/ZigEmbeddedGroup/microzig
2•tosh•33m ago•0 comments

DFDS to invest €1B in battery electric ships for the Channel

https://www.dfds.com/en/about/media/news/dfds-to-invest-1-billion-euro-in-battery-electric-ships-...
2•zeristor•36m ago•0 comments

Media Date Fixer: Clean Up Wrong Dates in Photo and Video Libraries

https://github.com/xam-ps/Media-Date-Fixer
1•xamp•43m ago•0 comments

Magic 1.0 – A highly modular email theme

https://celaro.co/journal/magic-launch
1•celaro•43m ago•0 comments

Ask HN: What's the minimum needed tech to sustain modern civilization?

1•curiousaboutml•43m ago•1 comments

Review: The Unaccountability Machine, by Dan Davies

https://old.reddit.com/r/books/comments/1ssv55y/the_unaccountability_machine_by_dan_davies/
2•skanderbm•44m ago•0 comments

Nostalgebraist's Hydrogen Jukeboxes

https://www.astralcodexten.com/p/nostalgebraists-hydrogen-jukeboxes
1•Michelangelo11•49m ago•0 comments

How a self-proclaimed Swiss king's 'empire' is riling local authorities

https://www.france24.com/en/europe/20260510-how-switzerland-self-proclaimed-king-built-a-land-emp...
1•smcin•50m ago•2 comments

kzoo.k

https://www.nsl.com/k/kzoo.k
2•tosh•54m ago•0 comments

My Thoughts on AI, Part 1: Fears, Opinions, and Mental Journey

https://blog.isquaredsoftware.com/2026/05/ai-thoughts-part-1-fears-opinions-journey/
1•mavelikara•55m ago•0 comments

Terse Code

https://iabdb.me/2021/04/13/terse-code/
2•tosh•58m ago•0 comments

Solving Connect Four

http://blog.gamesolver.org/
1•truegoric•58m ago•0 comments

Distrust Has a Job; It's Just Not the One You're Doing

https://age-of-product.com/micromanager-ai/
1•swolpers•1h ago•0 comments

World Models for Planning Agents

https://mpmisko.github.io/ai-fundamentals-world-models-and-latent-dynamics/
2•mpmisko•1h ago•0 comments

Amazing Chessboard Patterns [video]

https://www.youtube.com/watch?v=VgmDuBCayPw
2•rwmj•1h ago•1 comments

Fellow Artists, I'm Begging You to Pull Your Heads Out of the Sand About AI

https://glasshalftrue.substack.com/p/fellow-artists-im-begging-you-to
1•_thisdot•1h ago•0 comments

LLMs Are the Key to Mutation Testing and Better Compliance

https://engineering.fb.com/2025/09/30/security/llms-are-the-key-to-mutation-testing-and-better-co...
1•nishantjani10•1h ago•1 comments

RainbowApple: 1977 Apple logo in the macOS menu bar

https://jorviksoftware.cc/utilities/rainbowapple
2•jonathan_hollin•1h ago•0 comments

The Daily Wire vs. US State Department

https://www.courtlistener.com/docket/68065253/131/the-daily-wire-llc-v-united-states-department-o...
1•47282847•1h ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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