Yes! Well said.
Yes! Well said.
Literally required to do it by law of sanctions
DRY is usually helpful if you don’t use it in situations where you have like 2 semi-different things. If they’re actually the same and you have 3 or more then the level of abstraction is worth it almost always.
Unfortunately I’m still on windows, so [User]/Documents/Projects/*
Ah, didn’t know +? was lazy, thanks
The capture group must be the same each time it repeats, so the number of characters stays the same. So X groups of Y characters = string of length X*Y. X and Y can be anything so any string length that can be made by multiplying two numbers-- which is every non-prime string length-- is matched. 0 and 1 are handled specially at the start.
Is there a reason to use (..+?)
instead of (.+)
?
Same!
Plasma, because I want things to Just Work™ and the customizability and modernity are neat. I like right click --> pin to top/bottom as well.
Nondestructive editing
This wasn’t already the case??
Tories yeah
NixOS is too different and poorly documented for me to call it the true goldilocks distro, but man am I loving it
This is why there are none, but I still think it’s dumb. Parsers can’t see comments anyways.
“It’s impossible. Let me list 4 exceptions though”
That’s how all distros work. They exist so that you don’t have to make changes yourself.
What is going on with that lowercase g?
“There’s no login screen, how do I unlock it?”
“It’s square enix, they expect you to have a keyblade”
Neat idea. Btw what’s that character you used in place of a “u” in “solıtions”? It looks an “i” lost its tittle
I love Linux
I was like, why specify “one or more” and then make it optional? Isn’t that just .*?