

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.
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.
_ 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.


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:


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='')
Labeling arrows is built in. Just double click the line/arrow and it will give you a text field.


100% agree with this.
It is so much faster for me to give the ai the api/library documentation than it would be for me to figure out how that api works. Is it a perfect drop-in, finished piece of code? No. But that is not what I ask the ai for. I ask it for a simple example which I can then take, modify, and rework into my own code.


I’m not sure how that applies here.
I am talking about enterprises being able to leverage their current infrastructure to manage their users in Mastodon from a central location, Like AD. Rather than have to manage local accounts.
I am not talking about activitypub in anyway.


I’m not sure on the capabilities of Mastodon. But companies will never go for this if Mastodon doesn’t support saml or active directory (or other Auth systems). It needs to integrate with their enterprise tools.


Net neutrality being brought up as an election topic would be very unusual for our politics. Our two party system is very set on the topics that they like and don’t like to bring up.
Of course the parties have negative incentive to do anything more than the bare minimum about these topics that they fight so hard to advertise. Otherwise, they might need to come up with new reasons for people to vote for them.


I see your InvokeAI and raise you Stability Matrix
Edit: I wanted to edit my comment to leave some context for people.
Stability Matrix is an app that handles installing many different stable diffusion applications. (no more messing with InvokeAI’s janky install script).
It also integrates with CivitAI and HuggingFace to directly download models and Lora and share them between your applications, saving you lots of diskspace.


How possible would it be, if this lawsuit does work, that yuzu devs could remove the decryption portion of the code and only work on pre-decrypted roms?


As has been the MO of many large sites for a while now. It’s called blue-green deployment.
I noticed that too. Thought it was just regular YouTube jank as usual.