frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Citigroup, Idaho, and Build-a-Bear Launched a Coordinated Attack on Me

https://knock-knock.net/blog/citigroup-idaho-build-a-bear/
27•djkurlander•32m ago•2 comments

Cloudflare OS: an open platform for agents, apps, and work

https://blog.cloudflare.com/cloudflare-os/
176•speckx•1h ago•96 comments

Aristotle quotes on virtue, knowledge, and happiness

https://www.campion.edu.au/blog/top-25-aristotle-quotes-on-virtue-knowledge-and-happiness/
41•teleforce•1h ago•15 comments

Intelligence Is Not the Main Bottleneck

https://www.writingruxandrabio.com/p/intelligence-is-not-the-main-bottleneck
29•rruxandra_l•1h ago•9 comments

Building an Advanced Agentic Harness

https://data4sci.com/blog/building-an-advanced-agentic-harness
32•Anon84•1h ago•16 comments

The Entropy of a Markov Chain

https://chillphysicsenjoyer.substack.com/p/the-entropy-of-a-markov-chain
24•surprisetalk•1h ago•0 comments

Faster Than Ninja

https://build2.org/blog/faster-than-ninja.xhtml
32•elasticdog•2h ago•4 comments

Position: LLMs Can't Jump

https://openreview.net/challenge?redirect=%2Fforum%3Fid%3DklU4737opt
157•theanonymousone•4h ago•101 comments

Painting with Gaussians

https://yogthos.net/posts/2026-08-03-splat-painter.html
16•yogthos•1h ago•0 comments

Cloudflare OS

https://os.cloudflare.app/
7•coloneltcb•22m ago•4 comments

TSON – A JSON superset with immutable, hash-pinned schemas

https://tson.io/
25•andrewjneumann•1h ago•18 comments

Discovery of a multicomponent alloy forged by the Hiroshima atomic blast

https://www.science.org/doi/10.1126/sciadv.aeg8299
16•_____k•5d ago•0 comments

Civilian plane crash in New Mexico tied to military GPS blocking

https://www.wired.com/story/a-civilian-plane-crashed-in-new-mexico-was-the-militarys-tech-to-blame/
293•dzdt•4h ago•134 comments

Google's HTTP/2 codec slows Envoy

https://apoxy.dev/blog/oghttp2-vs-nghttp2
30•dilyevsky•2h ago•0 comments

Cloudflare OS – an open-source AI productivity environment

https://github.com/cloudflare/cloudflare-os
23•berlianta•2h ago•3 comments

Why Erdős Problems Are Falling to AI

https://www.quantamagazine.org/why-the-legendary-erdos-problems-are-falling-to-ai-20260803/
88•pseudolus•3h ago•70 comments

Stateless MCP has recaptured my interest

https://simonwillison.net/2026/Jul/31/stateless-mcp/
332•tosh•4d ago•187 comments

TIME Is Serving AI Bots a Different Website, with Ads Built In

https://www.vincentschmalbach.com/time-serves-ai-bots-a-different-website/
135•vincent_s•2h ago•47 comments

Energizing a vacuum-tube flip-flop module from a 1948 IBM system

https://www.righto.com/2026/07/ibm-604-trigger-tube-module.html
15•Jimmc414•4d ago•1 comments

Rubin Observatory's first LSST Camera release: 500k galaxies in the COSMOS field

https://rubinobservatory.org/news/rubin-new-window-cosmos-field
13•MarcoDewey•1h ago•1 comments

Not hiring junior engineers won't solve the problem you think you have

https://franciscotrindade.me/blog/the-kids-are-alright/
52•gpi•1h ago•53 comments

Scaling NumPy on Free-Threaded Python

https://labs.quansight.org/blog/scaling-numpy-on-free-threaded-python
66•ngoldbaum•5d ago•11 comments

“Gravity is worth asking about”

https://unsung.aresluna.org/gravity-is-worth-asking-about/
171•nozzlegear•6d ago•104 comments

BSD Make extravaganza: Mandelbrot Set In bmake

https://github.com/b-aaz/bmake-extravaganza/tree/master
16•signa11•6d ago•1 comments

Pi's Minimalism Is Its Advantage

https://earendil.com/posts/pi-autoresearch-and-databricks/
479•luispa•17h ago•250 comments

Bubble Memory

https://en.wikipedia.org/wiki/Bubble_memory
56•jacquesm•2d ago•20 comments

Google Assistant is going away on Mobile Devices

https://images.seroundtable.com/google-assistant-going-away-laEdSzU1.png
12•franze•25m ago•5 comments

KTX Images Converter for WebGL/GPU and Threejs

https://ktxconverter.robertborghesi.is
5•dghez•2h ago•1 comments

Birduino: A card-triggered audio player for [learning] the birds

https://hannahilea.com/blog/birduino/
40•austinallegro•5d ago•7 comments

Cops Used Flock to Track a Man Across State Lines for a Pretextual Weed Search

https://www.404media.co/cops-used-flock-to-track-a-man-across-state-lines-to-create-pretext-to-se...
7•cdrnsf•14m ago•0 comments
Open in hackernews

TSON – A JSON superset with immutable, hash-pinned schemas

https://tson.io/
25•andrewjneumann•1h ago

Comments

myshapeprotocol•1h ago
Hash-pinned schemas are definitely the right direction for ensuring verifiable provenance across distributed systems. Great concept!
andrewjneumann•1h ago
Agree. It’s early stages, but I love the approach!
flanked-evergl•1h ago
why can't you use hash pinned schemas with existing json? Why do you need a new format for it?
IncreasePosts•45m ago
Here's some json: []

How do you add schema info to that?

crote•43m ago
Like this:

    {
        'schema': 'c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2',
        'data': []
    }
phailhaus•39m ago
And there you go, just `[]` is no longer valid, so you need a new format.
ltbarcly3•22m ago
If you need a schema for [] you have lost the plot.
azatom•1h ago
when will be xson invented, with support of xpathson and xsdson but strictly leaving out other xml features.. for future improvement?
robto•52m ago
Seems like it draws a lot of inspiration from EDN. Tagged literals, commas-as-whitespace (and optional), and anything-can-be-a-key are features I sorely miss when I have to go back to JSON.

Don't know how I feel about optional quotes around strings, that seems like a mistake. And having an immutable set literal would be nice as well.

waweic•32m ago
Because I may not be the only one who was confused initially: I think EDN in this instance refers to the data serialization format (Extensible Data Notation) from the Clojure people, not to CBOR-EDN (Extended Diagnostic Notation), which also offers tagged literals and anything-can-be-a-key, IIRC.

Really unfortunate naming

esafak•45m ago
If the author is here, the Github repo in https://litterat.io/ should be https://github.com/litterat
tonyg•44m ago
Absolute slop. Interesting that the end result, the place where Claude ended up, is similar to a (human-authored, windmill-tilting) project of mine, https://preserves.dev/ . Though with a much prettier website and far, far, far more words.
hmokiguess•38m ago
I think I'm gonna go back to XSLT
minraws•38m ago
you can just add schema to json why add new syntax now, especially for json I dont think it makes sense I honestly believe the war is over there won't be a xml to json moment unless we move to a new platform other than browsers which seem rather unlikely, json honestly is fine for something that's somewhat human readable...
ltbarcly3•22m ago
great another shitty JSON variant. now I'll have 9 different json-like libraries in every project that I can't get rid of.
Retr0id•9m ago
What's the justification for being a superset of JSON? Being incompatible with most existing JSON tooling and interfaces is a big disadvantage, so there better be a tangible upside.

Also, I see mention of hashing, but no mention of canonicalization. Does fiddling with a schema's whitespace change its hash?

kbolino•5m ago
Using the query string to carry the sha256 hash but then saying the "hash parameter is verification metadata, not identity" doesn't make much sense. The ?query part of a URL is supposed to be sent to the server. If you want to add client-side (meta)data, you should use the #fragment part of a URL. See RFC 3986, sections 3.4 and 3.5: https://datatracker.ietf.org/doc/html/rfc3986#section-3.4
lokar•1m ago
Seem to different from JSON to be an easy drop in, while still having the problems of json. I’d rather use something further away like cue.