2026-05-16 06:30:31
Yes, please reinvent more wheels by rewriting #Python logic in #RustLang. What could possibly go wrong?!
https://github.com/awolverp/cachebox/issues/51
Yes, please reinvent more wheels by rewriting #Python logic in #RustLang. What could possibly go wrong?!
https://github.com/awolverp/cachebox/issues/51
TIL/PSA: The #rustlang println! and eprintln! macros will panic if writing fails; so if you start a GUI program with a Rust library in a terminal, backgrounded, and then close the terminal, if the Rust library spits an error/warning it'll panic.
Always grateful for the new levels of stability and reliability that #RustLang rewrites of #Python stuff bring.
> a = Tibs.from_i(-1, 128)
^^^^^^^^^^^^^^^^^^^^
E pyo3_runtime.PanicException: attempt to negate with overflow
https://github.com/scott-griffiths/tibs/issues/1
Trying to understand recent #RustLang activities (https://github.com/rust-lang/compiler-team/issues/922), why do types with uninhabited fields (or enum variants that are uninhabited) ta…
RE: #RustLang's Cargo has been taught to not update dependencies that it can't use (becaus…
#rustlang 's 'as' keyword in it's use clause is nice when you want to use your local spelling:
use smart_leds::{colors as colours, SmartLedsWrite};
(and esp-hal-smartled works nicely using the esp's RMT (remote control unit) to drive the LEDs rather than bitbanging)).
#Python #cryptography library (yes, the one that criticizes everything and everyone) is now vibecoded. Our future is truly bright!
Noticed because apparently "Claude" wrote a test that OOM-ed my system. But hey, #RustLang protects against memory errors, so it's fine to vibecode your security critical components.
#security #AI #LLM #NoAI #NoLLM