frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Cancer jab can eradicate tumours in patients, trial shows

https://www.theguardian.com/science/2026/may/30/cancer-jab-can-eradicate-entire-tumours-in-patien...
1•tosh•1m ago•0 comments

Claude Code vs. Codex: FRA challenge 75746d-2025

https://gist.github.com/joelonsql/c49129b151d7e77fb83250f675ffea07
2•JoelJacobson•4m ago•0 comments

I Ported Pixal3D over to Apple Silicon

https://blog.chillaid.art/posts/porting-pixal3d-one-cursed-kernel-at-a-time
1•pawelma•6m ago•1 comments

Cancer Alley

https://en.wikipedia.org/wiki/Cancer_Alley
2•amarcheschi•6m ago•0 comments

Looking at code behind File Pilot

https://www.youtube.com/watch?v=Ww26eO1WeGQ
1•vjekoslav•7m ago•0 comments

Wordiply

https://www.wordiply.com/
1•saikatsg•8m ago•0 comments

Bluey deal FOMO will kill the next Bluey. Do you want dreams or dollarbucks?

https://oblongataresearch.substack.com/p/bluey-deal-fomo-will-kill-the-next
2•basiljh•9m ago•0 comments

The Largest Vocabulary in Hip Hop

https://pudding.cool/2017/02/vocabulary/
2•chistev•10m ago•0 comments

NNSI Architecture – Standalone Neuromorphic memory chip specification (v0.1)

https://app.notion.com/p/Show-HN-NNSI-Architecture-Standalone-Neuromorphic-memory-chip-specificat...
1•nyan_archive•11m ago•0 comments

Review of Linux Android Gaming Emulator Solutions

https://ivonblog.com/en-us/posts/android-emulators-for-linux/
1•ivo8n52•12m ago•0 comments

Ming (Clam)

https://en.wikipedia.org/wiki/Ming_(clam)
1•thunderbong•14m ago•0 comments

US plans to halt immigration, customs processing at 'sanctuary city' airports

https://www.reuters.com/legal/government/us-drawing-up-plans-halt-immigration-customs-processing-...
5•littlexsparkee•17m ago•0 comments

Zig's New Relationship with LLVM (2020)

https://kristoff.it/blog/zig-new-relationship-llvm/
1•tosh•18m ago•0 comments

I built a wallpaper app with Tauri and Rust

https://github.com/Halfaxas/Splashy
1•Halfaxa•20m ago•1 comments

Internet Speed Test by Cloudflare

https://speed.cloudflare.com/
1•gurjeet•25m ago•0 comments

Rigid C++: A Pragmatic Architecture for High-Performance Systems

https://github.com/I-A-S/Rigid-Cpp
2•I-A-S•28m ago•1 comments

Opensecrets Bulk Data

https://www.opensecrets.org/bulk-data
2•mooreds•30m ago•0 comments

We are constantly broadcasting emotional data

https://www.tonyrice.me/emotional-intelligence/
2•tonyrice•33m ago•0 comments

Updata portfolio company job board

https://jobs.updata.com/jobs
1•mooreds•33m ago•0 comments

Hormuz crisis side effect: a sharp rise in container shipping rates

https://www.lloydslist.com/LL1157327/Hormuz-crisis-side-effect-a-sharp-rise-in-container-shipping...
5•mooreds•33m ago•0 comments

Temporal Primer – Building Long-Running Systems

https://arpitbhayani.me/blogs/temporal-primer/
1•vasudua1•33m ago•0 comments

Hints for Computer System Design (1983)

https://dl.acm.org/doi/epdf/10.1145/800217.806614
1•jruohonen•34m ago•0 comments

Boogy: Production Infrastructure for Vibe Coders

https://boogy.ai/
1•notgelotto•38m ago•2 comments

DockWarden – open-source power-user companion for Bitwarden

https://github.com/JaredScar/DockWarden
2•JaredScar•38m ago•0 comments

White House's Aliens.gov Site Brags That ICE Arrested More Than 700 US Citizens

https://www.wired.com/story/white-house-aliens-gov-us-citizens-arrested/
25•hydrolox•38m ago•2 comments

'Hidden datacentre tax' costing Irish households millions, report says

https://www.theguardian.com/technology/2026/may/28/irish-datacentres-household-bills-electricity
2•saikatsg•40m ago•0 comments

Original 'Star Trek' Enterprise Model Resurfaces Decades After It Went Missing

https://www.smithsonianmag.com/smart-news/first-ever-star-trek-enterprise-model-boldly-returns-af...
5•geox•42m ago•0 comments

Terence Tao's promotional video for OpenAI

https://twitter.com/OpenAI/status/2060451757818601808
1•fuglede_•43m ago•0 comments

They STOLE his $200k Lego Collection – – – LEGALLY? [video]

https://www.youtube.com/watch?v=14ktgvoH4Mc
1•abirch•43m ago•2 comments

GitHub Copilot charges GPT 5.5 with a 57x multiplier per request from June first

https://docs.github.com/en/copilot/reference/copilot-billing/request-based-billing-legacy/model-m...
2•theanonymousone•44m 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