Avatar

CosmicGiraffe

CosmicGiraffe@lemmy.world
Joined
1 posts • 11 comments
Direct message

The upside of IANA doing it would be a standardised place for sites to move to. Without coordination, different sites would move to different TLDs, probably mostly based on what isn’t already registered. IANA could create a new TLD for this and give existing whatever.io owners a chance to register whatever.iox before its generally available

permalink
report
parent
reply

If you’re just commuting & riding flat, even-ish trails, you maybe don’t need a MTB at all. You’ll get much bigger changes in handling/comfort/speed from changing the style of bike than the marginal gains from upgrading individual parts.

What are you hoping to gain from a drivetrain upgrade? It might make more sense to look at changing the type of bike you have, rather than trying to transform a MTB to act like a hybrid/gravel/road bike

permalink
report
parent
reply

How exactly is it hashed? There aren’t that many possible phone numbers, so it might be viable to just try every valid number until you find one that matches

permalink
report
parent
reply

Blaming Spotify for this is like blaming the company that made your TV for showing you ads that are part of the broadcast. Unless Spotify makes the specific podcast you’re listening to, they’re just playing you the content someone else made, including the ads they included in that content.

permalink
report
parent
reply

It’s marked solved, but since OP didn’t post the solution:

-e uses basic regular expressions, where you need to escape the meta-characters ((|)) with a backslash. Alternatively, use extended regex with -E

$ echo a | grep -E "(a|b)"
a
$ echo a | grep -e "\(a\|b\)"
a
$ echo a | grep -e "(a|b)"
$ echo a | grep -E "\(a\|b\)"
permalink
report
reply

The xz compromise having demonstrated that FOSS projects are totally immune to interference from state actors…

permalink
report
parent
reply

That seems too harsh a penalty, it makes using an additional PU likely to mean starting from the back for ~5 races. It’d also hurt smaller teams worse - if your average qualifying position is 16th you’d be starting from the back for about 12 races.

permalink
report
parent
reply

Botnets targeting android devices are a thing, here’s an example: https://blog.fox-it.com/2023/09/11/from-ermac-to-hook-investigating-the-technical-differences-between-two-android-malware-variants/

In this example, they’re renting access for thousands of dollars. These people have a clear motivation to find ways to exploit devices and unpatched CVEs are an easy way for them to do that.

permalink
report
parent
reply

Try it. The worst that happens is that it makes things slower and then you turn it back off.

permalink
report
reply