The Fed says this is a cube of $1M. They're off by half a million
calvin.sh
Using Sun Ray thin clients in 2025
catstret.ch
Figma Files Registration Statement for Proposed Initial Public Offering
figma.com
We've Issued Our First IP Address Certificate
letsencrypt.org
Effectiveness of trees in reducing temperature & outdoor heat exposure in Vegas
iopscience.iop.org
Fakespot shuts down today after 9 years of detecting fake product reviews
blog.truestar.pro
The Roman Roads Research Association
romanroads.org
Code⇄GUI bidirectional editing via LSP
jamesbvaughan.com
Feasibility study of a mission to Sedna - Nuclear propulsion and solar sailing
arxiv.org
Ask HN: Who is hiring? (July 2025)
Show HN: Spegel, a Terminal Browser That Uses LLMs to Rewrite Webpages
simedw.com
I built something that changed my friend group's social fabric
blog.danpetrolito.xyz
Building a Personal AI Factory
john-rush.com
Show HN: Core – open source memory graph for LLMs – shareable, user owned
github.com
Soldier's wrist purse discovered at Roman legionary camp
heritagedaily.com
The Hoyle State (2021)
johncarlosbaez.wordpress.com
America's Hot Garbage Problem
bloomberg.com
Muxio: Rust layered stream and RPC toolkit
crates.io
Cua (YC X25) is hiring an engineer
ycombinator.com
Experience converting a mathematical software package to C++20 modules [PDF]
arxiv.org
Ask HN: Who wants to be hired? (July 2025)
Voyage of Magellan – Epilogue: Sailor of Eternal Fame
analog-antiquarian.net
OpenFLOW – Quickly make beautiful infrastructure diagrams local to your machine
github.com
Graph Theory Applications in Video Games
utk.claranguyen.me
Abstract:
"We present the design of CompFuzzCI, a framework for incorporating compiler fuzzing into the continuous integration (CI) workflow of the compiler for Dafny, an open-source programming language that is increasingly used in and contributed to by industry. CompFuzzCI explores the idea of running a brief fuzzing campaign as part of the CI workflow of each pull request to a compiler project. Making this effective involved devising solutions for various challenges, including how to deduplicate bugs, how to bisect the project’s revision history to find the commit responsible for a regression (challenging when project interfaces change over time), and how to ensure that fuzz testing complements existing regression testing efforts. We explain how we have engaged with the Dafny development team at Amazon to approach these and other problems in the design of CompFuzzCI, and the lessons learned in the process. As a by-product of our work with CompFuzzCI, we found and reported three previously-unknown bugs in the Dafny compiler. We also present a controlled experiment simulating the use of CompFuzzCI over time on a range of Dafny commits, to assess its ability to find historic bugs. CompFuzzCI prioritises support for the Dafny compiler and the fuzz-d fuzzer but has a generalisable design: with modest modification to its internal interfaces, it could be adapted to work with other fuzzers, and the lessons learned from our experience will be relevant to teams considering including fuzzing in the CI of other industrial software projects."
https://github.com/CompFuzzCI