frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: SophMate – AI Copilot for WordPress/WooCommerce

https://sophmate.ai
1•ahmed_duski•28s ago•0 comments

The cannibalistic trade-off: Why human cannibalism emerges

https://www.pnas.org/doi/10.1073/pnas.2605120123
1•Tomte•3m ago•0 comments

Omarchy Impersonated at Omarchy[.]Net

https://github.com/basecamp/omarchy/discussions/6160
1•arusekk•7m ago•1 comments

Ancient grain shows early lab promise against a key Alzheimer's protein

https://sciencex.com/news/2026-07-ancient-grain-early-lab-key.html
2•pseudolus•9m ago•0 comments

Prototyping medial axis implementation for area routing

https://www.openstreetmap.org/user/Paco%20Albacete%20Chicano/diary/408990
1•altilunium•10m ago•0 comments

AI Is Getting Dumber. That's Not a Good Thing. [video]

https://www.youtube.com/watch?v=vXHPRQTwrr4
1•unfocso•13m ago•0 comments

The Great Blogging Collapse: What Happened to 100 Successful Blogs?

https://danielstanica.com/posts/Great-Blogging-Collapse
2•thm•18m ago•0 comments

Design your MCP server like a UI, not an API

https://bump.sh/blog/4-rules-to-build-an-efficient-mcp-server/
1•scharrier•21m ago•0 comments

Trouble keeps finding Supermicro as server shipments attract police attention

https://www.theregister.com/legal/2026/07/02/trouble-keeps-finding-supermicro-as-strange-server-s...
1•jnord•21m ago•0 comments

"Can't wait to see what people will do with GPT-5.6 Sol"

https://twitter.com/thsottiaux/status/2072607914217320644
2•throwaway2027•22m ago•0 comments

Theoretical Bottlenecks for Scaling LLM Inference to Get Higher Token per Second

https://twitter.com/freddie_spirit/status/2072610863664501129
1•arjmandi•28m ago•1 comments

Show HN: Envcontract – Validate your .env and never commit a secret (100% local)

https://github.com/hamzamansoorch/envcontract
2•hamza_mansoor•28m ago•0 comments

New Apple compression algorithms: LZRAVEN and LZMESH

https://developer.apple.com/documentation/compression/compression_lzraven
2•a-french-anon•33m ago•1 comments

Website Keeps Me Focused

https://deepfocus.space/en
1•mike_watson•36m ago•0 comments

Poland's SGE unveils plans for UK fleet of 14 nuclear SMRs

https://www.energyvoice.com/renewables-energy-transition/nuclear/600094/polish-billionaire-solowo...
1•mpweiher•37m ago•0 comments

Show HN: Dart_agent_core – Run AI agents in Flutter apps with lifecycle hooks

https://github.com/memex-lab/dart_agent_core
1•sparkleMing•40m ago•0 comments

Andy Burnham could raise £15B – without a tax rise

https://taxpolicy.org.uk/2026/07/01/andy-burnham-tax-gap-15bn/
1•frereubu•40m ago•0 comments

Your site, your rules: new AI traffic options for all customers

https://blog.cloudflare.com/content-independence-day-ai-options/
1•frereubu•41m ago•0 comments

Apricot Computers: An underrated British brand

https://dfarq.homeip.net/apricot-computers-an-underrated-british-brand/
1•rbanffy•44m ago•0 comments

Show HN: A tool to sync env files to your Git worktrees

https://github.com/alxwrd/git-env
2•alxwrd•45m ago•0 comments

Show HN: Ghbrk – Let AI agents run Git/gh without exposing SSH keys/API tokens

https://github.com/marconae/ghbrk
2•marconae•46m ago•0 comments

Open Source AI Must Win

https://opensourceaimustwin.com
4•Gedxx•48m ago•0 comments

Building a car recognition application (pt. 1)

https://blog.wildedge.dev/posts/we-built-a-car-recognizer-in-an-afternoon
3•piotrekno1•50m ago•0 comments

Axelrod – A research tool for the Iterated Prisoner's Dilemma

https://github.com/Axelrod-Python/Axelrod
1•hamburgererror•51m ago•0 comments

Don't expect trackers to save your stolen car, experts say

https://www.bbc.com/news/articles/cp8r1798kp7o
1•mytailorisrich•52m ago•0 comments

The energy cost of web advertising

https://dl.acm.org/doi/10.1145/3774904.3792414
1•iamacyborg•53m ago•0 comments

A macOS bell that rings when your Codex CLI session needs input

https://github.com/foxtrotdev/codex-butler-bell
1•zeetyy404•54m ago•0 comments

Of Course Meta Platforms Is Going to Be a Cloud

https://www.nextplatform.com/cloud/2026/07/01/of-course-meta-platforms-is-going-to-be-a-cloud/526...
1•rbanffy•58m ago•0 comments

Floor plan area micro-eval

https://kerrickstaley.com/2026/07/01/floor-plan-area-micro-eval
1•KerrickStaley•1h ago•0 comments

Who wins the World Cup if *not football* decides?

https://dataguessr.com/world-cup-2026/
1•davidbauer•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