

Oh I’ll agree that sometimes Bluetooth pairing can be finicky.
But the person I replied to was talking about how Bluetooth is not good enough for audiophile quality headphones. But most people don’t care and can’t even notice the difference.
Oh I’ll agree that sometimes Bluetooth pairing can be finicky.
But the person I replied to was talking about how Bluetooth is not good enough for audiophile quality headphones. But most people don’t care and can’t even notice the difference.
You are right. But for >99% of users Bluetooth is a perfectly sufficient connection format for headphones.
It seems like this is a bit of a political move. I understand that the article mentions connecting the homeless that are cleared with the local support structure. But it gives no mention of how those support structures will be improved. No additional funding or infrastructure provided.
From what I understand the local support structures are already at capacity and generally shelters are still unsafe (especially for women).
This is either coming from Newsome not understanding the issue at best. And a political move that will just cause more suffering at worst.
It sounds like they plan to clear the camps and dump the people on the (already strained) local support systems without giving any extra funding or infra to those support systems.
Is this one different than the one on f-Droid? Syncthing-fork
I feel like most casual users would not make the connection of “crawlers” to link previews that they talk about it the article.
Sure, if you understand that robots.txt includes all robots then sure. But that is not how general news media has been talking about robots.txt.
Is this just meant to make git clone always clone recursively?
Can’t you do this with aliases in your .gitconfig?
I have something similar.
alias "..1=cd .."
alias "..2=cd ../.."
... etc
I did have code that would generate these automatically but Idk where it is.
_
can also be used in the python interactive terminal to mean ‘last return value’
Ie:
> 'string'
'string'
> a = _
> print(a)
string
This is very true. Match statements are much more powerful that switch statements in any other language.
For instance:
I’m not sure how many people know this but there is good reason why (at least on android) giving Bluetooth permissions also requires location permissions.
The basic concept is that given enough Bluetooth data an app can pinpoint your location accurately anyways. So the android devs decided that they would just require any app that wanted Bluetooth data would also need to require access to location. That way users would be indirectly informed of the dangers.
Why not just a pop-up to inform of the danger? Probably because most users will click past that warning and not read it.
Protondb is a really good source for that information. I do want to mention protonupqt though. Basically when you go on Protondb you might see that some people are using versions of proton that aren’t included with steam(like proton-GE, aka glorious eggroll). Protonupqt provides a tool that downloads some of those for you and even installs them in steam.
And for games that aren’t on steam using the heroic launcher (for epic, gog, and amazon(?) games) or lutris (everything else) is the way to go.
Strange that kali is listed, since it is such a specialized distro.
The main two reasons that I can think of to include this even when you have no intention of importing this as a library are:
Iirc the white border is a helldivers2 issue
As for minimizing the game I don’t remember having that issue but it has been a while since I played.
I know you are mostly asking about ripping the media. But I would recommend looking at tiny media manager to pull metadata and organize.
There’s a reason you have a home dir. Just copy that forward along with whatever other config files you might’ve customized.
This is probably the reason why most distros will have the home directory on a separate partition. To easily allow you to keep your most important data when reinstalling or switching to a new distro.
I haven’t read the article. But I’d assume this is for the same reason that not not string
is faster than bool(string)
. Which is to say that it has to do with having to look up a global function rather than a known keyword.
print('string\n', end='')
I noticed that too. Thought it was just regular YouTube jank as usual.