frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Geomys is a Gopher browser for classic 68000 Macintosh computers

https://macintoshgarden.org/apps/geomys
1•janandonly•31s ago•0 comments

AI uncovers 38 vulnerabilities in largest open source medical record software

https://aisle.com/blog/aisle-discovers-38-critical-security-vulnerabilities-in-healthcare-softwar...
1•mmsc•1m ago•0 comments

Microsoft Edit 2.0.0 – A compiler for syntax highlighting

https://github.com/microsoft/edit/releases/tag/v2.0.0
2•lhecker•1m ago•0 comments

Agents Are Microservices with a Brain

https://blog.dataengineerthings.org/the-microservices-playbook-for-multi-agent-systems-4d386cef62e8
1•chtefi•1m ago•0 comments

Meta seeks to power data centers with energy beamed from space

https://www.latimes.com/business/story/2026-04-27/meta-seeks-to-power-data-centers-with-energy-be...
1•1vuio0pswjnm7•3m ago•1 comments

SupraWall – Runtime Policy Enforcement for AI Agents

https://github.com/wiserautomation/SupraWall
1•Alexander1983•3m ago•0 comments

Don't use localhost:3000, use your own custom domain

https://idiallo.com/blog/say-no-to-localhost3000-use-custom-domains
1•Brajeshwar•3m ago•0 comments

Show HN: Drive any macOS app in the background without stealing the cursor

https://github.com/trycua/cua
1•frabonacci•3m ago•0 comments

Show HN: I built a search engine for llms.txt sites

https://statespace.com/
1•durovilla•5m ago•0 comments

Introduction to Secret Sharing from First Principles

https://stoffelmpc.com/stoffel-blog/guide-to-secret-sharing
1•badcryptobitch•5m ago•0 comments

Bitboards

https://www.chessprogramming.org/Bitboards
1•tosh•7m ago•0 comments

A 25-Year-Fight over a 2-Second Sample

https://www.plagiarismtoday.com/2026/04/20/a-25-year-fight-over-a-2-second-sample/
1•speckx•7m ago•0 comments

Warp is now open-source

https://www.warp.dev/blog/warp-is-now-open-source
2•meetpateltech•9m ago•0 comments

Meta poised to surpass Google in digital ad revenue for first time

https://www.reuters.com/business/media-telecom/meta-poised-surpass-google-digital-ad-revenue-firs...
2•chirau•10m ago•0 comments

True Anomaly Raises $650M

https://www.cnbc.com/2026/04/28/true-anomaly-trump-golden-dome.html
1•simonebrunozzi•11m ago•0 comments

Ubuntu 26.04 LTS Leads over Windows 11 in Creator Workstation Performance Review

https://www.phoronix.com/review/ubuntu-2604-windows-11
2•speckx•11m ago•0 comments

After Spain's blackout, its shift to renewables and grid evolution power on

https://www.theguardian.com/world/2026/apr/28/blackout-spain-renewable-energy-grid-solar-wind
1•lentil_soup•11m ago•0 comments

MasterHttpRelayVPN: SOCKS5 proxy tunneling through Google Apps Script

https://github.com/masterking32/MasterHttpRelayVPN
1•simonpure•11m ago•0 comments

FCC Funding Application Notes Paramount Will Be 49.5% Foreign-Owned Post-Merger

https://deadline.com/2026/04/paramount-fcc-request-wbd-merger-middle-east-1236873732/
9•throw0101c•13m ago•0 comments

Nvidia executive says AI is more expensive than human workers

https://fortune.com/2026/04/28/nvidia-executive-cost-of-ai-is-greater-than-cost-of-employees/
4•1vuio0pswjnm7•13m ago•1 comments

Flash Attention Is Not Always Faster for Short Sequences

https://blog.qwertyforce.dev/posts/fast_attention_for_short_sequences
1•qwertyforce•13m ago•0 comments

Claude Code: The Changelog Nobody Read Is the Most Important One

https://alirezarezvani.medium.com/claude-code-the-changelog-nobody-read-is-the-most-important-one...
1•jungard•14m ago•1 comments

Authsome – open-source local auth proxy for AI agents

https://github.com/manojbajaj95/authsome
1•pkhodiyar•14m ago•1 comments

NIST's NVD Changes: A Wake-Up Call for CVE-Driven Security

https://www.oligo.security/blog/nists-nvd-changes-a-wake-up-call-for-cve-driven-security
3•curmudgeon22•15m ago•0 comments

Auto Polo

https://en.wikipedia.org/wiki/Auto_polo
2•canjobear•15m ago•0 comments

From Convergence to Confidence: Push-Button Verification for RDTs

https://kcsrk.info/verification/rdts/lean/2026/04/28/from-convergence-to-confidence/
1•ibobev•16m ago•0 comments

Superwhisper now integrates with Claude Code

https://superwhisper.com/claude-code
3•Neeeks•17m ago•1 comments

Physicists Discover the Most Complex Forms of Ice Yet

https://www.quantamagazine.org/physicists-discover-the-most-complex-forms-of-ice-yet-20260427/
1•ibobev•17m ago•0 comments

Circular Arc Approximation

https://www.johndcook.com/blog/2026/04/28/circular-arc-approximation/
1•ibobev•17m ago•0 comments

Google and Pentagon reportedly agree on deal for 'any lawful' use of AI

https://www.theverge.com/ai-artificial-intelligence/919494/google-pentagon-classified-ai-deal
18•granzymes•18m ago•1 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