806 Followers
221 Following
2.4K Posts
Senior LDAP/IDM Tech Debt Collector
@SUSE. Supermarket Thought Leader. Author of Kanidm, concread and webauthn-rs. he/him
This might be the most unhinged crate I've ever seen https://docs.rs/decrust/latest/decrust/
decrust - Rust

🔥 Decrust – The World’s Most Advanced Rust Error Correction Framework

For anyone curious it's 2.5g tartaric acid, 15g citric acid, into 1L of water. Replaces 1 of the 25g sachets for 1/5th of the cost.

RE: https://live.acarsdrama.com/@acarsdrama/116683531117865946

Its not commonly known but all 737s have a standard issue furry on board that can be unleashed midflight to resolve technical issues.

Something I setup a few years ago that I have never regretted since is an ArchiveBox instance at home - It's been fantastic as a way to not only bookmark but keep copies of information that I've found useful over time. Also cool because it automatically archives links/references too which can be great for preservation.

Now you can keep track of how many billions the AI companies are losing on AI. (Red is spending, green is revenue.) https://isaiprofitable.com/

#MachineSociety

Coles class action, for anyone unaware.

"You may be a member of the class action if you:

Shopped at Coles between February 2022 and May 2023

Purchased products promoted as “Down Down”
Shopped in-store or online

Have Flybuys data or receipts."

https://www.gerardmaloufpartners.com.au/class-actions/coles/

Coles ‘Down Down’ Promotion Class Action | GMP Law

Potential compensation for misleading pricing practices by Coles. Join our class action investigation. Check your eligibility now.

Gerard Malouf & Partners

@flamecat @catsalad

Sounds like a great vector for compromising 2FA systems. Can’t get your malware onto both devices? Put a QR code like this on your phishing page and get people to install it.

Currently in the problem space I have I think I need to split T into two traits - one for setup and one for the main operations so that during setup the inner type that does impl T can be returned, while still allowing a outer operations of A / B to follow a trait S. That way I can make C that uses A's setup S and returns a B impl T.