frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open Source and the Iceberg Theory – Queue

https://spawn-queue.acm.org/doi/full/10.1145/3799738
1•rbanffy•3m ago•0 comments

SpaceX's Starship V3–still a work in progress–mostly successful on first flight

https://arstechnica.com/space/2026/05/spacexs-starship-v3-still-a-work-in-progress-mostly-success...
1•rbanffy•5m ago•0 comments

Show HN: Mercury v3 – Convert Python Notebooks to Web Apps

https://github.com/mljar/mercury
1•pplonski86•7m ago•0 comments

Rapira (Рапира) – Soviet programming language interpreter

https://github.com/begoon/rapira
1•begoon•9m ago•0 comments

DeepSeek's 10T USD grand strategy

https://twitter.com/bookwormengr/status/2057909493250539891
2•shscs911•9m ago•0 comments

Show HN: WhatsKept – Searchable,agent-queryable WhatsApp history from iOS backup

https://github.com/alkait/WhatsKept
1•tenthead•10m ago•0 comments

Samsung: It's Time for Floating Data Centers

https://datacenterrichness.substack.com/p/samsung-its-time-for-floating-data
4•rbanffy•16m ago•0 comments

How to Build Institution-Grade Yield Curves and Volatility Surfaces

https://medium.com/@DolphinDB_Inc/the-hidden-foundation-of-pricing-and-risk-how-ficc-curves-and-s...
3•CrazyTomato•16m ago•0 comments

Qwen3.7-Max Ran for 35 Hours on Unknown Hardware and Achieved a 10× Speedup

https://firethering.com/alibaba-qwen3-7-max-autonomous-agent/
2•steveharing1•16m ago•0 comments

Golomb Coding

https://en.wikipedia.org/wiki/Golomb_coding
2•tosh•18m ago•0 comments

Show HN: Geomatic – a command-driven geometry studio enabled with autodiff

https://www.tinyvolt.com/geomatic
3•nivter•21m ago•2 comments

Uvora Growth OS – AI marketing automation and lead generation platform

https://growth.uvora.cloud
2•ghcosmin•22m ago•0 comments

Brain motion is driven by mechanical coupling with the abdomen

https://www.nature.com/articles/s41593-026-02279-z
3•lentoutcry•27m ago•0 comments

Light pollution is washing out the sky. A remote telescope farm helps stargazers

https://www.google.com/url?q=https://www.cbsnews.com/news/starfront-observatories-light-pollution...
3•Michelangelo11•28m ago•0 comments

Show HN: SenseCollect – Web data extraction made simple

https://sensecollect.com
2•chrislxy•29m ago•0 comments

Nous: Offline Duolingo Style app for maths, science and humanities

https://play.google.com/store/apps/details?id=com.mathvoyager.app&hl=en_US
3•flirp•30m ago•1 comments

IMAX Is for a Sale

https://www.cnbc.com/2026/05/22/imax-sale-talks-potential-buyers-wall-street-analysts.html
3•mgh2•31m ago•0 comments

Bringer Tech

https://bringer.tech
2•amirwayne•31m ago•0 comments

Finding Security Bugs in OSS with LLMs on a Budget

https://www.etive-mor.com/blog/carlini-style-vulnerability-hunting-on-a-budget/
2•liamlaverty•32m ago•1 comments

Ask HN: Bitwarden Rejecting Master Password?

2•esquivalience•36m ago•0 comments

Wellness Peptide Craze

https://www.bbc.com/news/articles/cdr268m5pxro
3•andsoitis•38m ago•0 comments

Using design patterns to encode expert judgement for LLM workflows

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6723919
2•Jackal08•40m ago•0 comments

LLMs Locally With a CPU? I Tested 8 Models on Linux

https://itsfoss.com/testing-local-llms-without-gpu/
3•hochmartinez•40m ago•0 comments

Almost always look on the bright side of life

https://economist.com/business/2026/05/21/why-you-should-almost-always-look-on-the-bright-side-of...
3•andsoitis•50m ago•1 comments

Stop Doing Easy Things

https://xendo.bearblog.dev/stop-doing-easy-things/
3•xendo•53m ago•0 comments

The Essential Cloud for AI: Why Purpose-Built Defines the Future of Intelligence

https://www.coreweave.com/blog/the-essential-cloud-for-ai-why-purpose-built-defines-the-future-of...
2•janandonly•54m ago•0 comments

Show HN: IA-SQL – Postgres compiles your documents into a wiki with an LLM

https://github.com/feers77/iasql
2•feers77•54m ago•0 comments

The EU's Big Tech law was meant to move fast. It hasn't

https://www.politico.eu/article/eu-big-tech-law-meant-to-move-fast-it-hasnt/
4•miohtama•1h ago•0 comments

Modal's Series C: Raising $355M at a $4.65B valuation

https://modal.com/blog/modal-series-c
2•yla92•1h ago•0 comments

A simple clustering algorithm for lists

https://cassidoo.co/post/clustering-tiles/
2•cassidoo•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