Just stop using LastPass already, folks.
https://blog.lastpass.com/posts/klue-supply-chain-incident-and-lastpass-response
Coder. FOSS lover. Breaker of things.
Fuelled by tea and curiosity.
Interests: software development, privacy, terminals, free open source software
| me | https://bashbunni.dev |
| youtube | https://youtube.com/bashbunni |
Just stop using LastPass already, folks.
https://blog.lastpass.com/posts/klue-supply-chain-incident-and-lastpass-response
There we go. US Government tightens post-quantum cryptography transition deadlines for high-value systems to 2030 for key exchange and 2031 for signatures.
Also, speeding up the CMVP (FIPS 140 validation) processes. That’s how you know the rush is real.
The quantum computers are (potentially) coming.
Terminal in #emacs goes brrr.
Yesterday we added a feature to https://github.com/dakra/ghostel that runs the PTY in a separate thread, so pure PTY performance is basically on-par with Ghostty and Emacs stays responsive even if the output is *very* large.
Here's a screenshot with the output of vtebench comparing the PTY performance of Ghostel with the macOS Terminal.app.
I love with Nix that I can use programs without "installing" them by using `nix shell`. I don't have to worry about a bunch of stuff cluttering my system. They'll automatically get cleaned up after a while when I do GC.
My recent use-case was that I wanted convert a markdown file to PDF so I used pandoc and tried a few different LaTeX PDF engines. I don't even remember the different packages I tried out, but I didn't have to!
❤️ Nix