frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Apple 'Hide My Email' Vulnerability Reveals Peoples' Real Email Addresses

https://www.404media.co/apple-hide-my-email-vulnerability-reveals-peoples-real-email-addresses/
1•phyzome•3m ago•0 comments

Show HN: One Page Life Calendar

https://beta.actions.life
1•eltonlin•3m ago•0 comments

Egg Libor Was Also Manipulated

https://www.bloomberg.com/opinion/newsletters/2026-07-01/egg-libor-was-also-manipulated
1•greyface-•8m ago•0 comments

The Graduate-School Dropout Toppling China's Academic Stars

https://www.wsj.com/science/the-graduate-school-dropout-toppling-chinas-academic-stars-3c1e5d86
1•petethomas•11m ago•0 comments

UK-US trade deal will lead to more than 200k avoidable deaths

https://www.theguardian.com/society/2026/jul/01/us-uk-drug-deal-could-result-in-229000-excess-dea...
1•secretslol•14m ago•0 comments

Stashing data in WOFF2 color glyphs to get free Brotli decompression via Canvas

https://github.com/EtherDream/brpack/
1•etherdream•15m ago•0 comments

MacBasic (1985)

https://www.folklore.org/MacBasic.html
1•andsoitis•21m ago•0 comments

Ask HN: noticed how HN performs sentiment-analysis on everything posted here?

1•bridgettegraham•25m ago•5 comments

Nvidia Through a Crypto Miner's Eyes

https://vincentping.com/en/nvidia-through-miner-eyes
1•vincentping•26m ago•1 comments

Check Out My Website

https://topic-chat-hub--seattlem112.replit.app/
1•computerwonder•26m ago•0 comments

Kids learn to bully from adults' threats, manipulation and criticism

https://theconversation.com/kids-learn-to-bully-from-adults-threats-manipulation-and-criticism-a-...
5•1659447091•31m ago•1 comments

Show HN: Rust Backed Fast Dataloader

https://github.com/midhunharikumar/ferroload
1•midhunharikumar•34m ago•1 comments

Meta to sell excess compute, like SpaceX

https://techcrunch.com/2026/07/01/meta-like-spacex-looks-to-turn-excess-ai-compute-into-cash/
2•noashavit•34m ago•1 comments

Databricks LTAP Explained

https://sys0.substack.com/p/databricks-ltap-explained-turning
1•shenli3514•35m ago•0 comments

Konsistent: Enforce consistent code for agents and humans

https://vercel.com/changelog/enforce-consistent-code-for-agents-and-humans-with-konsistent
2•handfuloflight•35m ago•0 comments

Show HN: Meow – The 4th and final JavaScript runtime and toolchain

https://meow.style
8•ccheshirecat•39m ago•2 comments

SpaceX Hangover Spreads

https://www.ft.com/content/6a13a108-ef3e-41b5-aaba-7f61eff61ae0
2•1vuio0pswjnm7•41m ago•0 comments

Stevie: Vim Predecessor ("ST editor for vi enthusiasts")

https://en.wikipedia.org/wiki/Stevie_(text_editor)
1•erelong•43m ago•0 comments

Why is Apple asking me to pay more for Big Tech's AI obsession?

https://www.theverge.com/report/958678/apple-consumer-price-increase-ai-big-tech
3•1vuio0pswjnm7•44m ago•2 comments

Early look at Anthropic's Claude Science app for researchers

https://www.testingcatalog.com/early-look-at-anthropics-claude-science-app-for-researchers/
1•willmarch•45m ago•0 comments

Fable Is Back: This Safeguard Has Some AI in It

https://www.thealgorithmicbridge.com/p/fable-is-back-this-safeguard-has
1•swolpers•46m ago•0 comments

Making LLMs Better at Creative Writing Using Entropy

https://www.countbayesie.com/blog/2026/7/1/making-llms-better-at-creative-writing-using-entropy
2•roadside_picnic•47m ago•1 comments

Programming Quotes

https://gist.github.com/Potherca/5ffd57393a85553ab55b
1•sillysaurusx•48m ago•1 comments

A new Android malware from Google

https://f-droid.org/2026/07/01/adv-malware.html
19•drewfax•50m ago•2 comments

The Shilajit Dilemma

https://www.bloomberg.com/features/2026-shilajit-testosterone-liver-risks-maha/
2•littlexsparkee•50m ago•1 comments

Show HN: Techno Kick

https://technokick.com/
1•stagas•51m ago•0 comments

How to Tell a Real Win from Noise in a Tiny Eval

https://medium.com/@alanscottencinas/how-to-tell-a-real-win-from-noise-in-a-tiny-eval-902c89e6aa51
1•encinas88•54m ago•0 comments

Senior SWE-Bench: open-source benchmark that assesses agents as senior engineers

https://senior-swe-bench.snorkel.ai/
8•matt_d•55m ago•7 comments

Paper mill cancer studies get double the number of citations as genuine papers

https://www.nature.com/articles/d41586-026-01908-8
3•gnabgib•59m ago•0 comments

A Significant Increase in Digital Labor Automation

https://safe.ai/blog/significant-increase-in-digital-labor-automation
1•willmarch•59m 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