

Maybe for your very specific use case that’s true. However, other use cases exist and for many of those RegEx is the better option.
Maybe for your very specific use case that’s true. However, other use cases exist and for many of those RegEx is the better option.
You’re discussing a completely different use case from what I said. RegEx can be increidbly useful but it’s not always the only/best option.
Not even close. Sometimes you can have a large text file where you need to do a find replace with a pattern. For example, in the translation world this can be a common occurrence for translation files (.xliff) or translation memories (.tmx).
There’s a reason why this is widely used and it’s not because everyone else but you is dumb.
Hard disagree. The function regex serves in programs like Notepad++ can’t be easily replaced by “writing it out in code”. With a very small number of characters you can get complex search patterns and capturing groups. It’s hard to read but incredibly useful.
I would hope 16C/32T CPU from 2017 could handle software transcoding
I didn’t say it couldn’t handle it. Just that it was very inefficient.
peak power consumption while playing a movie does not really matter compared to idle power consumption
I mentioned both things. Did you actually read my comments?
I think it’s a point of a interest for any hw running 24/7 but you do you.
Regarding transcoding, are you saying you’re not even doing it? If you are, doing it with your cpu is far more inefficient than using a gpu. But again, different strokes I guess.
Isn’t ryzen not recommended for transcoding? Plus, I’ve read that power efficiency isn’t great. Mostly regarding idle power consumption.
The Os, Us and the way indians speak (meaning, their choice of words and cadence) is usually pretty distinct as well.
Lemmy is getting most of its contributions from people that migrated from Reddit. Reddit had (and has) tons of more content people still came here looking for a better alternative.
Hopefully you can now see the similarity.
This is very ironic coming from someone using Lemmy.
So? Every platform starts at 0%.
Doesn’t matter. Even if it’s your code, you might revisit something you made months or a year after doing it and having comments will speed up your work. It’s a very basic good practice.
This guy gets it.
You must be fun to work with.
Hard disagree. It’s a lot easier and faster to understand a function that is prefaced with a small line of text explaining what it does rather than trying to figure it out yourself.
It’s not about whether you can understand the code or not, it’s about efficiency and clarity.
It is. Another indicator you get is a status icon next to each file telling you if the file is permanently or temporarily (meaning it will get auto-deleted locally if you don’t use it) dowloaded to your pc or if it’s only on the cloud.
Oh, and you also get a prompt when you delete a file letting you know that it will be deleted from onedrive as well but it will still be in the recycling bin for a while. The only way to not get that prompt is to tick a box to not get reminded again.
Microsoft software has a lot of flaws but this isn’t one of them.
Firstly, no, it’s not gone forever. It remains in your onedrive recycling bin for a month. Secondly, that behavior makes sense. One drive is a mirror of your synced folders. If you just want to not have the file downloaded in your computer, just right click on the file and select “free up space”.
It also makes the app show your own profile to fewer people.
Not really, no. That would be the answer if x= len(day). The code in the image would just throw an error.
Maybe, just maybe, the context in which you use regex isn’t the same as everyone elses. But hey, who am I to deny you the disservice of thinking you’re the center of the world?