Sorry, let me try again
hunter2
Sorry, let me try again
hunter2
Basically anything in !unixporn@lemmy.ml
Ricing refers to modifying your system to make it look cool. The term comes from street racing, where it basically meant improving perceived performance using cosmetics like spoilers and hood ornaments and stuff. Mostly form over function.
Also, if you don’t mind visiting, you’ll see more of what I mean over here:
Holy hell, I need to try this in a vm sometime!
Here you go:
git checkout -b firemyusername
git commit -am="fire"
git push
To be able to call someone, they must have sent at least one direct message to your account.
Emphasis mine.
To me, it seems like it means that for me to be able to call you, you need to send me at least one DM AND be following me. So, in essence, any rando that you folllow and have previously sent a DM to can call you.
I’m sorry, but when was the last time you actually used Python? Python has had a switch ... case ...
-like structure called match ... case ...
since v3.10:
https://www.geeksforgeeks.org/python-match-case-statement/
As for having to import standard libraries, why should every single function of every single built-in library be included in every single Python program, much less in compiled executables? At that point, it just bloats up your file sizes and RAM usage.
ETA: You are literally the only person in this whole thread that has such a huge problem with Python. What did it ever do to you?
Piggybacking onto this to mention my go-to online RegEx editor: RegExr. It lets you test the regex as you type, explains the particular symbols used, as well as has a sidebar where you can see different pattern types categorically. I’ve been using it for almost 2 years now, and haven’t had any reason to use much else (after I discovered this).