Article URL: https://www.wsj.com/finance/currencies/crypto-industry-robberies-attacks-32c2867a
Comments URL: https://news.ycombinator.com/item?id=44024919
Points: 41
# Comments: 19
https://www.wsj.com/finance/currencies/crypto-industry-robberies-attacks-32c2867a


Article URL: https://github.com/veltman/ca-license-plates
Comments URL: https://news.ycombinator.com/item?id=44025022
Points: 55
# Comments: 53

Article URL: https://www.nytimes.com/2025/05/17/style/ai-chatgpt-turnitin-students-cheating.html
Comments URL: https://news.ycombinator.com/item?id=44025127
Points: 33
# Comments: 18
https://www.nytimes.com/2025/05/17/style/ai-chatgpt-turnitin-students-cheating.html

Article URL: https://addyo.substack.com/p/ai-wont-kill-junior-devs-but-your
Comments URL: https://news.ycombinator.com/item?id=44023663
Points: 24
# Comments: 24
https://addyo.substack.com/p/ai-wont-kill-junior-devs-but-your

Article URL: https://www.kscale.dev/
Comments URL: https://news.ycombinator.com/item?id=44023680
Points: 33
# Comments: 19

Hi HN,
I turned the freshly published paper “The Constructor Theory of Time” by David Deutsch and Chiara Marletto (arXiv, 13 May 2025) into an executable Python library.
What you’ll find • One-to-one translation of the paper’s formalism: Substrates, Attributes, Tasks, Constructors, and task-algebra operators • Possibility / impossibility predicates and counterfactuals encoded exactly as defined • Test suite that mirrors every lemma and example (>95 % coverage, mypy-typed) • Reproduct
Article URL: https://social.numerique.gouv.fr/@codegouvfr/114529954373492878
Comments URL: https://news.ycombinator.com/item?id=44024759
Points: 5
# Comments: 0
https://social.numerique.gouv.fr/@codegouvfr/114529954373492878
Article URL: https://pscanf.com/s/341/
Comments URL: https://news.ycombinator.com/item?id=44024173
Points: 29
# Comments: 27

We’ve been working on Vaev, a minimal web browser engine built from scratch. It supports HTML/XHTML, the CSS cascade, @page rules for pagination, and print-to-PDF rendering. It even handles calc(), var(), and percentage units—and yes, it renders Google.com (mostly).
This is an experimental project focused on learning and exploration. Networking is basic (http:// and file:// only), and grid layouts aren’t supported yet, but we’re making progress fast.