frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Degrees of Freedom

https://exple.tive.org/blarg/2026/08/10/degrees-of-freedom/
1•CountHackulus•12s ago•0 comments

Can Agents Use a Computer Yet?

https://www.a16z.news/p/can-agents-use-a-computer-yet-weve
1•deepmem•1m ago•0 comments

Hexis: Git-backed skills, tools and context for AI agents

https://github.com/Bevel-Software/Hexis
1•juanviera23•2m ago•0 comments

DL591 LAS-ATL arrival met by federal agents following mid-air WiFi hacking

https://www.reddit.com/r/delta/comments/1vl52vr/dl591_lasatl_arrival_met_by_federal_agents/
2•_____k•3m ago•0 comments

Show HN: Pickle – token efficient AI agent browser with policy-gated actions

https://picklebrowser.com/
3•ismail_h•5m ago•0 comments

Mother of all VPNs v2 release: Same 16 protocols, rebuilt underneath

https://twitter.com/MotherofallVPNs/status/2087169933604008016
2•shayanbahal•6m ago•1 comments

We built our own status page with AI, replacing a $65k SaaS product

https://www.fivetran.com/blog/we-built-our-own-status-page-with-ai-replacing-a-65k-saas-product
2•georgewfraser•7m ago•0 comments

Jackie the bald eagle dead at 14

https://www.popsci.com/environment/jackie-bald-eahttps://www.popsci.com/environment/jackhttps://w...
2•cyndunlop•8m ago•1 comments

Nvidia Nemotron 3.5 Lightning

https://twitter.com/NVIDIAAI/status/2087162151995629926
3•tosh•8m ago•0 comments

What does International Vlogging Day mean in 2026?

https://sijobling.com/micro/what-does-international-vlogging-day-mean-in-2026/
2•mooreds•8m ago•0 comments

PDCA

https://en.wikipedia.org/wiki/PDCA
3•tosh•9m ago•0 comments

AI Is Accelerating Vulnerability Discovery

https://ai-updates.net/ai-accelerating-vulnerability-discovery-inventory/
2•ashurandi•10m ago•1 comments

Scrunch: Rewriting the Web for AI

https://www.decibel.vc/articles/scrunch-rewriting-the-web-for-ai
2•mooreds•10m ago•0 comments

Pure-Rust, Sandboxed, Browser for Claude Code / Codex

https://www.reddit.com/r/ClaudeAI/comments/1vknrjx/building_a_purerust_sandboxed_localfirst_browser/
2•syumei•11m ago•1 comments

The Vertical AI Bubble: We Keep Forgetting That LLMs Roll Dice

https://medium.com/@MirArshadTalpur/the-vertical-ai-bubble-we-keep-forgetting-that-llms-roll-dice...
2•Arshad-Talpur•12m ago•0 comments

Share What You Learned, Not Just Your AI Conversation

https://vcfg.me/writing/share-what-you-learned-not-just-your-ai-conversation/
2•vcfgdev•12m ago•0 comments

Low-Tech Ceramic Water Filter

https://wiki.lowtechlab.org/wiki/Filtre_%C3%A0_eau_c%C3%A9ramique/en
2•Bluestein•12m ago•0 comments

Learning from Historical Mistakes

https://www.johndcook.com/blog/2026/08/10/learning-from-historical-mistakes/
3•ibobev•12m ago•0 comments

Manually Unbreakable Cryptography

https://www.johndcook.com/blog/2026/08/11/manually-unbreakable-cryptography/
3•ibobev•13m ago•0 comments

Dogs and Fat Tails

https://www.johndcook.com/blog/2026/08/11/dogs-and-fat-tails/
2•ibobev•13m ago•0 comments

Why did I build a product no one needs?

https://metedata.substack.com/p/017-why-did-i-build-a-product-no
2•young_mete•13m ago•0 comments

Free tokens for sale: How fake signups drive AI fraud

https://www.okta.com/blog/threat-intelligence/free_tokens_for_sale/
2•mooreds•13m ago•0 comments

A quick look at zero-knowledge proofs

https://bernsteinbear.com/blog/zkp/
2•tekknolagi•14m ago•0 comments

How the Heck Does JPEG Work?

https://perthirtysix.com/how-the-heck-does-jpeg-work
5•shriracha•15m ago•0 comments

Show HN: A football SIM that has run 8 seasons – every match deterministic

https://danfootball.com
2•declaj•16m ago•1 comments

Summer 2026 on course to be UK's hottest on record, says Met Office

https://www.theguardian.com/environment/live/2026/aug/11/uk-europe-france-heatwave-climate-crisis...
2•ljf•16m ago•0 comments

Spotify Xirp

https://xirp.spotify.com/
2•tosh•17m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs [pdf]

https://stolen-thoughts.com/paper.pdf
2•amrrs•18m ago•0 comments

Program with Paint Brushes, Not Pencils

https://blog.pickcode.io/program-with-paint-brushes-not-pencils/
1•skadamat•19m ago•0 comments

Show HN: Prompting Refinement Tool [requesting testing]

https://www.promptme.host/
1•markquis91•20m ago•0 comments
Open in hackernews

Show HN: Tokyo Trains

https://greggman.github.io/tokyo-trains/
2•greggman65•53m ago
Semi inspired by the 3d Shinjuku station that was posted again recently, I noticed it was missing a large portion of the "complex" where "complex" is defined loosly has how far you can walk without stepping outside.

So I asked Claude to make a 3d map of all Tokyo Trains, no libraries, and let you zoom into stations, and the first version with both map and the Shinjuku complex was ready in about 3 hours. It spent another 7 or so in various nit picky things I asked for to get to the current version.

I know these will only get better but I think the thing I find most interesting is no libraries needed. Claude can write the shaders from scratch, it can do both WebGPU and WebGL, and it can often write optimal solutions. For example, the entire map/station/trains is rendered in 5 draw calls. I didn't ask for that, it just did it.

This one has lots of imprefections. Most of that comes down to data and/or deciding how to use the data provided. For example, AFAICT there is nothing that says "these parts make the complex". It's something you either need to derive or hand code rules/lists (include this, don't include that).

Anyway, I know not everyone is into it but I'm having fun.