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 did not love “Spider-Man 8: No Way Home“, but I did think it was interesting. I am not sure making the villains more pathetic was a good choice for this kind of film. I think it’s worth seeing, though.
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).
Society dealing with a 50% loss in population is nothing — NOTHING — compared to the mass starvation and tragedy that would result from a sudden 100% increase in population after society has adapted to the previous 50% population loss.
Today you have two children. You have a job, and you can feed them.
Tomorrow you have another unemployed adult in your household, and two more children to feed.
How does that feel?
And that’s if you are lucky. If you aren’t, you (SUDDENLY — to you it seems five years have gone by in a moment) are a single adult with a child, and you have no job and nowhere to live. And there are THREE BILLION people who, like you, weren’t here yesterday. Good luck finding a job or a place to live.
Avengers: Endgame is the beginning of a tragedy the likes of which the world has never seen.