Vibe Validation with Lean, ChatGPT-5, & Claude 4.5 (Part 2)
Nine Rules for Proving (Rust) Algorithms Correct Without Knowing Formal Methods
Formally validating a Rust algorithm without really learning Lean brought surprises:
β AI hid sorrys
β Replaced proofs with axioms
β Produced 4,700 lines for 50 lines of Rust
And it still worked.
Read the story:
medium.com/@carlmkadie/...
#RustLang #LeanProver #AI #FormalVerification
28.10.2025 15:31 β π 0 π 0 π¬ 0 π 0
Vibe Validation with Lean, ChatGPT-5, & Claude 4.5 (Part 1)
Nine Rules for Proving (Rust) Algorithms Correct Without Knowing Formal Methods
"Vibe Validation" I got AI to prove my Rust algorithm correct with Lean. The good news: it worked. The bad news: it took weeks, $50, and 4,700 lines of proof for 50 lines of code.
medium.com/@carlmkadie/...
#RustLang #AI #OpenAI #FormalVerification #Lean4 #ChatGPT #ClaudeAI
21.10.2025 22:15 β π 2 π 0 π¬ 0 π 0
YouTube video by Rust
How to Optimize Rust for Slowness β by Carl Kadie β Seattle Rust User Group, September 2025
New talk: Understanding new Busy Beaver/Turing machine results with simple programs and fast visualizations. Even shows how to compute 10ββ15 in code.
Video: www.youtube.com/watch?v=ec-u...
#Rust #RustLang #TuringMachine #BusyBeaver #Algorithms #BigNumbers #Visualization #Programming
29.09.2025 17:51 β π 0 π 0 π¬ 0 π 0
Nine Rules for Generalizing Your Rust Library (Part 2)
Lessons from Extending RangeSetBlaze to Maps
Nine Rules for Generalizing Your Rust Library (Part 2)
medium.com/@carlmkadie/...
Surprise: sets alone needed 13 iterators, but maps + sets together ballooned to 45. Looking forward to stable yield for easier iterators β though I wonder if itβll match hand-written performance.
21.08.2025 19:39 β π 1 π 0 π¬ 0 π 0
Nine Rules for Generalizing Your Rust Library (Part 1)
Lessons from Extending RangeSetBlaze to Maps
Nine Rules for Generalizing Your Rust Library (Part 1)
Lessons from extending range-set-blaze to support maps β associate ranges of integer-like keys with values and do fast range operations.
medium.com/@carlmkadie/...
#rust #programming
11.08.2025 17:56 β π 0 π 0 π¬ 0 π 0
The Last to βDiscoverβ America
You donβt know whatβs missing from a technology until it works
A short new tech essay: why you want to be the last to discover something, not the first.
Includes a nod to Jason Kehe's VR βreality checkβ in WIRED (2014).
medium.com/@carlmkadie/...
05.06.2025 14:31 β π 0 π 0 π¬ 0 π 0
Nine Pico PIO Wats with Rust (Part 2) | Towards Data Science
Raspberry Pi programmable IO pitfalls illustrated with a musical example
@carlkadie.bsky.social goes beyond the basics of PIO. His article provides a deep dive into the intricacies of PIO programming on the Raspberry Pi Pico, revealing the "Wats" and strategies for overcoming them.
12.05.2025 13:18 β π 1 π 1 π¬ 0 π 0
Optimize your Python Program for Slowness, Mutable default arguments and more
with some more interesting news, articles, packages and projects
This week newsletter will be out in 2 days. Interesting stuff by @carlkadie.bsky.social Vuk RosiΔ, Federico @trey.io @www.stephendiehl.com covered
newsletter.piptrends.com/p/optimize-y...
#python #Programming #PythonProgramming #ai #ml #SoftwareDevelopment #TechNews #OpenSource #DataEngineering
24.04.2025 15:04 β π 2 π 1 π¬ 0 π 0
How to Optimize your Python Program for Slowness | Towards Data Science
Write a short program that finishes after the universe dies
In this article, @carlkadie.bsky.social demonstrated how a simple nested loop can create a program that runs longer than the lifetime of the universe.
towardsdatascience.com/how-to-optim...
#python #Programming #PythonProgramming #SoftwareDevelopment #TechNews #OpenSource #DataEngineering
22.04.2025 16:09 β π 3 π 2 π¬ 0 π 0
How to Optimize your Python Program for Slowness | Towards Data Science
Write a short program that finishes after the universe dies
π Python gets a reputation for being slow. This article? It leans in. How to Optimize Your Python Program for Slowness
β Write a short program that finishes after the universe dies.
π towardsdatascience.com/how-to-optim...
@towardsdatascience.com
08.04.2025 18:11 β π 3 π 1 π¬ 0 π 0
Nine Pico PIO Wats with Rust (Part 2) | Towards Data Science
Raspberry Pi programmable IO pitfalls illustrated with a musical example
@carlkadie.bsky.social goes beyond the basics of PIO β mastering the nuances of pin control, conditionals, and debugging. His article provides a deep dive into the intricacies of PIO programming on the Raspberry Pi Pico, revealing the "Wats" and strategies for overcoming them.
05.04.2025 18:18 β π 4 π 1 π¬ 0 π 0
How to Optimize your Rust Program for Slowness
Write a Short Program That Finishes After the Universe Dies
New article β not April Fools:
Write tiny programs that run longer than the universe β using loops, Turing machines, and hand-written tetration.
π medium.com/@carlmkadie/...
01.04.2025 17:20 β π 0 π 0 π¬ 0 π 0
a new yorker-style cartoon in which a man is walking his dog, but both are staring at the phones. The dog's phone is held by some kind of brace/harness.
A year ago, I saw a family walking their dog while all staring at phones. I thought: What if the dog had one, too? It seemed like a perfect New Yorker cartoonβexcept AI tools couldnβt quite pull it off. Now, OpenAIβs new model can.
AI art, cartoon humor, and the modern conditionβnow with dog phones.
27.03.2025 15:22 β π 2 π 0 π¬ 0 π 0
Nine Pico PIO Wats with Rust (Part 2) | Towards Data Science
Raspberry Pi programmable IO pitfalls illustrated with a musical example
@carlkadie.bsky.social goes beyond the basics of PIO β mastering the nuances of pin control, conditionals, and debugging. His article provides a deep dive into the intricacies of PIO programming on the Raspberry Pi Pico, revealing the "Wats" and strategies for overcoming them.
15.03.2025 18:18 β π 5 π 2 π¬ 0 π 0
Nine Rules for Running Rust on WASM WASI | Towards Data Science
Practical Lessons from Porting range-set-blaze to this Container-Like Environment
Run your Rust code anywhere with WASM WASI. This article by @carlkadie.bsky.social provides a practical guide with 9 rules for porting your Rust projects to this container-like environment.
10.03.2025 00:34 β π 4 π 3 π¬ 1 π 0
YouTube video by Rust
9 Rules for Porting Rust to the Browser β by Carl Kadie β Seattle Rust User Group, January 2025
π 9 Rules for Porting Rust to the Browser Talk at Seattle Rust User Group π¦π @towardsdatascience.com
πΊ Watch: www.youtube.com/watch?v=i6da...
05.03.2025 18:43 β π 0 π 0 π¬ 0 π 0
Nine Rules for SIMD Acceleration of Your Rust Code (Part 1) | Towards Data Science
General Lessons from Boosting Data Ingestion in the range-set-blaze Crate by 7x
Boost your Rust code by 7x with SIMD. @carlkadie.bsky.social shows you how to apply SIMD techniques to data ingestion and other tasks, with a real-world example from the range-set-blaze crate.
28.02.2025 16:47 β π 3 π 1 π¬ 0 π 0
How Rust & Embassy Shine on Embedded Devices (Part 2)
Insights for Everyone and Nine Rules for Embedded Programmers
π Part 2 is here! Scale Rust & Embassy beyond simple blinks to layered device abstractions!
We build a multiplexed clock w/ async tasks, modular layers, & no_std/no_allocβall w/o an OS! π¦β‘
π Free read: medium.com/@carlmkadie/...
#Rust #Embassy #Embedded #RaspberryPi #Pico #IoT
25.02.2025 16:18 β π 2 π 0 π¬ 0 π 0
Yes, "Source: openai.com/dall-e-2/. All other figures from the authors."
19.02.2025 15:33 β π 0 π 0 π¬ 1 π 0
How Rust & Embassy Shine on Embedded Devices (Part 1)
Insights for Everyone and Nine Rules for Embedded Programmers
π New Article!
How do Rust & Embassy improve embedded programming? π β‘
Brad & I explore async, safety, & virtual devices on Raspberry Pi Pico! Try it on an emulatorβno hardware needed!
π Read Part 1:
π medium.com/@carlmkadie/...
#Rust #Embassy #Embedded #RaspberryPi #Pico #IoT
18.02.2025 15:55 β π 5 π 0 π¬ 1 π 0
Nine Pico PIO Wats with MicroPython (Part 1)
Raspberry Pi programmable IO pitfalls illustrated with a musical example
What do JavaScript quirks and Raspberry Pi Pico's PIO have in common? @carlkadie.bsky.social explores the 9 PIO 'Wats' and why they're key to unlocking efficient, custom hardware control.
24.01.2025 16:47 β π 2 π 1 π¬ 0 π 0
Formal verification for everyday-life applications
We use math to ensure your code has no vulnerabilities
For Rust, Solidity, zk circuits. We use Rocq.
https://formal.land/
they break you right back
Stream processing, data infra, Table formats and Pickleball.
https://datapapers.substack.com/
A programming language empowering everyone to build reliable and efficient software.
Website: https://rust-lang.org/
Blog: https://blog.rust-lang.org/
Mastodon: https://social.rust-lang.org/@rust
An event dedicated to #rustlang & its community π¦ Taking place from Sept 8-11 in Montreal, Canada in 2026!
rustconf.com
I am a compassionate heart. There is room for all of us. That is America respect and be respected is what we strive for. I am an animal lover and should t everyoneβs be?
Former US Congressman, Proud RINO, husband, and military man. Fighting the MAGA brain worms daily!
Adamkinzinger.komi.io
Adamkinzinger.substack.com
The world's leading publication for data science and artificial intelligence professionals.
Website π towardsdatascience.com
Submit an Article βοΈ https://contributor.insightmediagroup.io
Subscribe to our Newsletter π© https://bit.ly/TDS-Newsletter
Scientist by day, writer by night, everything else in between.
Independent Scientist and Inventor. Former exec at Overture, Yahoo!, Microsoft, Clipboard, and Salesforce. Author of "The Computational Beauty of Nature".
Director of Research, LLMs; Spotify
https://scholar.google.com/citations?user=AIncPrIAAAAJ&hl=en
60 year old, recently retired, single, queer childless dog lady just trying to navigate this world without falling down.
The fastest growing independent news network in the world. We cover breaking news, politics, law and more. We are unapologetically pro-democracy.
Editor in Chief, MeidasNews. Former Fed & State Prosecutor, Marine, Attorney. Switched parties from R to D in 2020. MeidasPlus.com/subscribe
Retired. Full time astrophotographer and other imaging fun. Ex-Academic Partnerships at Amazon, Facebook Research, Yahoo Labs, Microsoft Research. And UK.