The consensus among security researchers has been consistent for about 15 years: forcing password expiration based on nothing but the date makes passwords less secure.
In LibreOffice Writer, you can replace \s+(\r?(\n|$)) with $1 to remove all trailing spaces. A single execution should be efficient this time.
The regular expression (aka “regex”) can be decomposed this way:
\s+ matches one or more whitespaces; (\r?(\n|$)) matches a carriage return (\r?\n) or the end of a paragraph (\r?$) ; \r? is there only to be compatible with Windows carriage return format; $1 is the first captured group ((\r?(\n|$))) as it was found in the text (we put back what was found).
Comments Off on Trimming trailing spaces in LibreOffice Calc
I find this interesting. Go has been on my short list of “next things to play with” for a little while, but I am adding Rust above it.
A recent post on the AWS Open Source blog announced that AWS “is investing in the sustainability of Rust, a language we believe should be used to build sustainable and secure solutions.”
It was written by the chair of the Rust foundation (and leader of AWS’s Rust team) with a Principal Engineer at AWS, and reminds us that Rust “combines the performance and resource efficiency of systems programming languages like C with the memory safety of languages like Java.”
But there’s another reason they’re promoting Rust:
I asked Google to play “Hello, it’s me” by Todd Rundgren, on YouTube, on my downstairs speakers. It played some weird song I had never heard before, but I liked it. Then it played another song I had never heard before, and I liked that one, too. The third one, too! (I have linked to that one below. I have since learned that it was a huge hit everywhere other than the USA.)
That was the first song I looked up as it was playing. After that, I just let it play for a while. Then I noticed there was a theme. Five or six sings songs in a row (at least) seemed to be about robots in a children’s amusement park, and they all seemed kind of sinister…
We’re not so scary if you see us in the daylight You’ll be so happy just as long as you survive the night
“Survive The Night” — “Five Nights At Freddy’s”
I looked up a few of those songs, and they are all from a game called “Friday Night At Freddies”. I’ve heard of the game, but I’ve never played it or heard any of the songs from it. From what I have heard so far, it has a killer soundtrack.
I think passwords are the “rotary telephones” of this century. They will have to go away, as soon as someone (probably in Europe, for various reasons) invents something better and then it gets adopted by several large companies and/or countries. But until then… long passwords, 2FA, and trying to get out-of-date security policies to be updated (obsolete policies such as requiring passwords to “expire”, which DECADES of security research have demonstrated make passwords less secure).
Winaero has a step-by-step tutorial on how to revert Firefox (more or less) to its pre-Proton user interface. I am giving it a try. I have been using Chrome as my default browser for the past day, and I like it better than Protonic Firefox, but not as much as pre-Protonic Firefox.
If Firefox has updated and now your tabs are huge and you can’ t tell which tab is open by looking at them, you can switch it back. Type “about:config” in the address bar, search for “proton“, and change the “true” values to “false“.
Comments Off on Change Firefox tabs back to old style
Fun fact! Anyone can place a copyright claim on any YouTube video you post. You can, of course, dispute that claim. Who resolves that dispute? The person who made the claim. And when they decide against you, and for themselves, YouTube will then punish you for disputing the claim.