frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

I mapped my portfolio into latent space (code included)

https://laurenci.ch/
1•daylankifky•16s ago•1 comments

Are You Sure You Want to Use MMAP in Your Database Management System? (2022) [pdf]

https://db.cs.cmu.edu/papers/2022/cidr2022-p13-crotty.pdf
1•leo_e•19s ago•0 comments

Spinal cord neuromodulation for BP control with low-intensity focused ultrasound

https://www.nature.com/articles/s41598-025-25330-8
1•bookofjoe•1m ago•0 comments

How the Economy Organizes Itself in Space: A Survey of Economic Geography (1996)

https://www.santafe.edu/research/results/working-papers/how-the-economy-organizes-itself-in-space...
1•fidotron•1m ago•0 comments

Why AI in HR is terrible

https://operationsoptimist.substack.com/p/the-current-state-of-ai-in-recruitment
1•dianalace•2m ago•0 comments

Show HN: Deft-Intruder – Real-time malware detection daemon for Linux

https://github.com/Deftdotcx/deft-intruder
1•539hex•4m ago•0 comments

The Illusion of Accuracy in AI Models

https://paidforarticles.in/top-news-the-illusion-of-accuracy-in-ai-models-905778
1•iamtech•6m ago•0 comments

Why Does Development Slow?

https://tidyfirst.substack.com/p/why-does-development-slow
1•kiyanwang•8m ago•0 comments

Show HN: ChimeraDB – Vector search, graph queries and SQL

https://github.com/codimusmaximus/chimeradb
1•machinewriter•9m ago•0 comments

We eliminated manual regression testing after three years of test automation

https://highimpactengineering.substack.com/p/from-chaos-to-confidence-how-we-dropped
1•romannikolaev•9m ago•0 comments

AI Agents Break Rules Under Everyday Pressure

https://spectrum.ieee.org/ai-agents-safety
1•quapster•10m ago•0 comments

Stop Putting Your Passwords into Random Websites

https://labs.watchtowr.com/stop-putting-your-passwords-into-random-websites-yes-seriously-you-are...
1•darkwater•10m ago•0 comments

Constant-time support lands in LLVM: Protecting cryptographic code

https://blog.trailofbits.com/2025/11/25/constant-time-support-lands-in-llvm-protecting-cryptograp...
2•ahlCVA•10m ago•0 comments

Show HN: BTreePlus – A cache-optimized B+Tree engine for .NET faster than SQLite

https://www.nuget.org/packages/BTreePlus
1•staloriana•10m ago•0 comments

VIP

https://blog.cloudflare.com//developer-week-2025-wrap-up
1•neuraos•12m ago•0 comments

Offline and Free Background Remover Powered by WebGPU

https://bgremovefree.com/
2•robertwt7•14m ago•0 comments

Skip short strolls – a longer daily walk is better for your heart, says study

https://www.bbc.com/news/articles/cn0gw6p8dllo
1•amichail•17m ago•0 comments

The First Image on the Internet

https://www.amusingplanet.com/2020/08/the-very-first-image-on-internet.html
2•ljf•17m ago•0 comments

Why Strong Consistency?

https://brooker.co.za/blog/2025/11/18/consistency.html
1•r4um•17m ago•0 comments

Why the AI Bubble Matters Less to Builders Than People Think

https://www.kerno.io/blog/why-the-ai-bubble-matters-less-to-builders-than-people-think
1•karimtr•18m ago•0 comments

Tech Predictions for 2026 and Beyond

https://www.allthingsdistributed.com/2025/11/tech-predictions-for-2026-and-beyond.html
1•r4um•20m ago•0 comments

Everything you should know about confidential computing

https://blog.42futures.com/p/confidential-computing
1•danielrothmann•21m ago•0 comments

Ask HN: Is starting a new project in C++ just a mistake in 2025?

1•leo_e•22m ago•2 comments

Show HN: Free LLM System–-Prompt

https://bsky.app/profile/sootheslayer.tidesofsea.com
1•_phnd_•24m ago•0 comments

Laptop Isn't Ready for LLMs. That's About to Change

https://spectrum.ieee.org/ai-models-locally
2•oldnetguy•27m ago•0 comments

Nonpareil: High-fidelity HP calculator simulator

https://nonpareil.brouhaha.com/
1•fanf2•30m ago•0 comments

The Quest for the Ultimate GUI Framework

https://scorpiosoftware.net/2023/04/22/the-quest-for-the-ultimate-gui-framework/
1•dave9000•31m ago•0 comments

Penpot Docker Extension

https://hub.docker.com/extensions/ajeetraina777/penpot-docker-extension
1•rainasajeet•32m ago•0 comments

TSMC sues ex-executive suspected of giving trade secrets to Intel

https://focustaiwan.tw/business/202511250025
2•ytch•33m ago•0 comments

Search with Broot – The Good Moves

https://dystroy.org/blog/search-with-broot-the-good-moves/
1•tlar•35m ago•0 comments
Open in hackernews

Claude Plays Pokemon – Starter Version

https://github.com/davidhershey/ClaudePlaysPokemonStarter
8•minimaxir•7mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.

Comments

minimaxir•7mo ago
This is released by the Anthropic engineer who developed Claude Plays Pokemon.
CSMastermind•7mo ago
It's interesting to me that they're extracting game state from memory instead of just passing the video into the LLM.
_--__--__•7mo 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•7mo ago
Shouldn't the goal be to compare it against a human player that would need to menu for that information?
_--__--__•7mo 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