Who doesn’t like a little whimsy in their editor 🐈 github.com/giusgad/pets...
19.01.2025 03:26 — 👍 1 🔁 0 💬 0 📌 0@julian.tescher.me
Security and distributed identity
Who doesn’t like a little whimsy in their editor 🐈 github.com/giusgad/pets...
19.01.2025 03:26 — 👍 1 🔁 0 💬 0 📌 0reading hybrid-analysis reports is second nature to us computers dipshits, so it's easy to forget that the average person probably only knows one or two registry keys. and CreateProcessW, of course.
13.01.2025 08:10 — 👍 28 🔁 1 💬 3 📌 0Screenshot of hovering `Option`'s `T` parameter showing that it is covariant
Screenshot of hovering `RefCell`'s `T` parameter showing that it is invariant
Screenshot of hovering `Path::new`'s `S` parameter showing that it is contravariant
rust-analyzer now has some basic* parameter variance inferrence and it shows it on hover!
*basic as in it can't handle cyclic dependencies yet for temporary implementation reasons, it also struggles with usages within const arguments.