frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

ReleaseJet – Release notes from issue labels, no Conventional Commits

https://www.releasejet.dev/
1•makisp•1m ago•1 comments

Show HN: I made an AI fitness coach that makes sure you reach the goal

1•ABSALOMMAXY•2m ago•1 comments

Daily Geography Game

https://maptap.gg/
1•gniv•2m ago•0 comments

Mercury: I found an AI agent that refuses to do things

https://github.com/cosmicstack-labs/mercury-agent
1•hotheadhacker•2m ago•0 comments

Show HN: Archiving Videos and PDFs on Cloudflare Pages Using JPEGs

1•keepamovin•5m ago•0 comments

NetNIX, a .NET/C# Powered Virtual Unix Environment

https://netnix.controlfeed.info/
1•pjmlp•6m ago•0 comments

Show HN: VidStudio, a browser based video editor that doesn't upload your files

https://vidstudio.app/video-editor
2•kolx•7m ago•0 comments

Noctambulist.exe (GitHub) CLI Knowledge Hub

https://github.com/LeviSantegoets/Noctambulist
1•j0hnsm1th•7m ago•1 comments

ADHD Symptom Manifestation in Adulthood

https://www.cambridge.org/core/journals/irish-journal-of-psychological-medicine/article/adhd-symp...
1•ZunarJ5•7m ago•0 comments

I Thought the System Was Dumb Until They Put Me in Charge of Fixing It

https://www.realclearmarkets.com/articles/2026/04/21/i_thought_the_system_was_dumb_until_they_put...
1•RickJWagner•8m ago•0 comments

Democrats Demand Trump Halt Plan to Collect Federal Workers' Health Data

https://kffhealthnews.org/news/article/opm-federal-workers-health-records-hipaa-democratic-letters/
1•giuliomagnifico•10m ago•0 comments

Show HN: Gortex – MCP server for cross-repo code intelligence

https://github.com/zzet/gortex
1•zzet•11m ago•0 comments

Ask HN: Is latent space more than compression? Can we probe its internal rules?

1•WLHsu•14m ago•0 comments

Apeirron – open-source knowledge graph of humanity's biggest questions

https://www.apeirron.com
2•theiskaa•15m ago•1 comments

Seeker, a job matcher that explains why roles fit

https://www.seekerscore.com
1•danylchukllc•18m ago•0 comments

Clippy, Now with Some AI

https://github.com/felixrieseberg/clippy
1•ankitg12•20m ago•0 comments

Ministry mulls new restrictions for viewing detailed aerial photos

https://news.err.ee/1609995166/ministry-mulls-new-restrictions-for-viewing-detailed-aerial-photos
1•marklit•21m ago•0 comments

Ggsql: A SQL extension for declarative data visualisation based on the Grammar O

https://github.com/posit-dev/ggsql
1•fanf2•23m ago•0 comments

Origins of J

https://github.com/kelas/ooj
2•tosh•23m ago•0 comments

What 23K vulnerabilities reveal about audit report quality in Web3

https://colab.research.google.com/drive/1Wp4yyEmXYjHATak7Bmy2lf6DNgyjlxgI?usp=sharing
2•zaevlad•28m ago•1 comments

Show HN: Vibe coding t-rex.world

1•nirupan23•30m ago•1 comments

SQLite WAL in 2026: an architecture note on checkpoint starvation

https://cronfeed.work/oss-sqlite-wal-architecture-note-checkpoint-starvation-concurrency-boundary...
1•tonyl•32m ago•0 comments

Social Credit

https://nicholasdecker.substack.com/p/social-credit
1•barry-cotter•32m ago•0 comments

Elon vs. Altman: What Their Infrastructure Stacks Reveal About Power

https://mythcoreops.substack.com/p/elon-vs-altman-what-their-infrastructure
2•ReadTheProducts•35m ago•1 comments

Tim Cook's Impeccable Timing

https://stratechery.com/2026/tim-cooks-impeccable-timing/
3•hasheddan•35m ago•0 comments

AI Database Landscape in 2026: Vector, ML-in-DB, LLM-Augmented, Predictive

https://aito.ai/blog/the-ai-database-landscape-in-2026-where-does-structured-prediction-fit/
1•arauhala•40m ago•1 comments

Show HN: Dreamtime – A fresh bedtime story for your children every night

https://trydreamtime.com
2•jblox•40m ago•1 comments

How well do LLMs work outside English? We tested 8 models in 8 languages [pdf]

https://info.rws.com/hubfs/2026/trainai/llm-data-gen-study-2.0-campaign/trainai-multilingual-llm-...
2•curioussquirrel•40m ago•3 comments

Polymarket in talks to raise money at about $15B valuation

https://www.reuters.com/business/polymarket-talks-raise-money-about-15-billion-valuation-informat...
2•JumpCrisscross•41m ago•0 comments

Show HN: Hevc.js – HEVC/H.265 to H.264 transcoding in WebAssembly (236KB)

https://www.hevcjs.dev/
1•privaloops•42m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

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