but they could sell their car and buy another one
You can’t be serious… Yeah they should lose money with the exchange.
Also, https://www.youtube.com/watch?v=0-w-pdqwiBw
I wouldn’t want to interact with anyone that wants to buy a Tesla now.
Huh?
but they could sell their car and buy another one
You can’t be serious… Yeah they should lose money with the exchange.
Also, https://www.youtube.com/watch?v=0-w-pdqwiBw
I wouldn’t want to interact with anyone that wants to buy a Tesla now.
There’s people with teslas long before Elon started spaceX. You can’t really judge them for the car they are using…
As someone from the outside, you wouldn’t even see the US specific naming. If complaining in a bug report about the fact and threatening to abandon the platform in favour of Linux is all you can do, man, don’t bother xD.
I disagree that json is not human writable. JSON is perfectly writable since it has explicit visible separations between elements.
It might look ugly but it’s perfectly readable and writeable.
Granted, I always read json after parsing it with an auto formatter. Maybe that’s why people say that json is difficult to read? It’s true that unformatted json (minified) is way worse than yaml but no one in their right mind would not format the json, specially when it’s natively supported by most code editors.
BTW, about documentation, post formatting json looks very much like a yaml, all yaml docs can be converted to json instructions if you think a little bit.
Once the file is big enough wouldn’t it be better to convert it to json before editing, then converting it back?
Let the computer deal with indents and all that stuff.
Their github releases have the apk available so you can manually download it and install it or use obtainium.
It’s just… So deserved, you know? Sometimes you can’t but laugh in the face of such karma and fucking irony.
Not cuda, but a lower level nvidia proprietary API, your point still stands though.
They replaced it with a lower level nvidia exclusive proprietary API though.
People are really misunderstanding what has happened.
I did it years ago when they sent me an email suggesting to do exactly that.
You can also register a MFA app and lock recovery codes in your PC.
This has been announced with enough time, you still have time to download another app like aegis or whatever. This is only for new logins however, you will still have access to bitwarden wherever you are already logged on.
You provided a situation where your phone was robbed and you didn’t plan for it so you didn’t print the relevant information.
So… Prepare ahead? Go to a relevant office with identification to get access to the relevant tickets again?
“What can I do if all the tools at my disposal to get the relevant information are stolen?” You get fucked. Idk what else to tell you.
On my home PC. Same with the 2fa export of aegis.
“What if you can’t access blah”
There’s a limit to interoperability, if you want access to everything everywhere even when you lose access for whatever reason, you will have to concede security.
You could save a keepass file with secure notes of both the bitwarden 2fa and recovery codes and save it in drive or whatever, you don’t need passwords nowadays to access the Google account.
“But what if I lose access to my phone?”
Well you are fucked, what else do you want? I guess you could print the recovery keys and store them in a secured box at home.
Edit: I read further down that your comment was meant to incite other to actually think and do stuff. Sorry if I came of rude.
Anything that lets me avoid the aberration that is Grub is great.
This makes sense, most of that explanation in the screenshot reeks of novices working with something they don’t understand.
I have worked with Qt, it’s not that bad to be honest.
What cracked me up was all that copying blocks of code “because no one knows how anything works”.
That reeks of novices copying code without bothering to read it well, and since this work method is horrendous, no one stays enough to stablish a proper knowledge base.
Would they? Signal could make this a choice per user. As in, you as a signal user don’t enable it so they can’t msg you, but they can enable it from signal to talk to you and their social circle all at once.
This a really easy issue to fix for signal.
Signal could enable it on a per-user basis. Why would your friends keep using signal? Because you would not enable it so they won’t be able to talk to you. However, they can now enable it and keep talking to everyone else, so they might decide to delete WhatsApp with in time.
All tools can be abused tbh. Before chatgpt was a thing, we called those programmers the StackOverflow kids, copy the first answer and hope for the best memes.
After searching for a solution a bit and not finding jack shit, asking a llm about some specific API thing or simple implementation example so you can extrapolate it into your complex code and confirm what it does reading the docs, both enriches the mind and you learn new techniques for the future.
Good programmers do what I described, bad programmers copy and run without reading. It’s just like SO kids.