CosmicGiraffe
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
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
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.
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\)"
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.
Try it. The worst that happens is that it makes things slower and then you turn it back off.
You’re right, my bad. (Source: https://help.kagi.com/kagi/search-details/search-sources.html)