You will find yourself being that next person when you haven’t touched the code for a week and come back to add something and are like wtf.
You will find yourself being that next person when you haven’t touched the code for a week and come back to add something and are like wtf.
There’s a game called something like “oh no the farmer is gone” which is about programming a little robot to harvest the fields and the programming is built directly into the game
I always do, I love having ligatures
Having ≠ looks much nicer then !=
And that’s why we use temurin
“the 15 hours customers get free with premium equates to two audiobooks” Is the average audiobook really that short!
For eragon it would takes months to finish.
The hobbit is 10 hours.
Think most of the books I’ve listened to have been over that length, but I don’t use Spotify. Self hosting for the win. No time limits in prologue
Ebooks, audiobooks, music, could all work in that realm
I don’t think it even played in my country so…. How do they want me to buy it exactly…
For me it’s much easier to lock the phone by holding any volume and power then to remember the sequence needed to force power of the phone.
Clicking 5 times on power is probably faster, but I forgot that existed and if I’m trying to do something quickly essentially squeezing my phone is easier than trying to tap the correct side 5 times quickly under pressure. And much easier to me then trying to remember the force power off sequence and performing it without looking under stress.
Especially on the iPhone 15 pros there is now another button so getting the up down up power means finding the correct up button.
I’ve looked up that sequence numerous times when I’ve needed to force reboot and I still forget it half the time.
Can they force you to look at your phone though? Attention aware Face ID requires eyes ball on screen.
And as others have stated, holding volume up and power u til the iPhone vibrates locks the phone requiring the passcode.
Sure but holding volume up and power until the phone vibrates is a much faster and easier method and there is little worry you might accidentally call 911. It’s also easier to do without looking.
It has a countdown before calling with vibrations on every number.
🙄 sideloading alt store at least does not void your warranty.
Software in general won’t void your hardware warranty. That’s ridiculous.
I had this as well, it’s because the pinned version will still be pointing to the old version even after you agreed to upgrade.
You have to unpin the old version, and pin the new version.
Reallllly stupid upgrade from them.
Search, I’m a programmer and frequently need clips of text I’ve used before, especially with some sap stuff I do. I don’t need to edit that much, but I do pin, tag, and label snippets a lot.
Sap backend data has a lot of “keys” related to my test user that I need repeatedly, the key for the user, the key for their position, the department, etc. and having them all in my clipboard is very practically.
For keeping copy paste stuff, I use a clipboard manager that lets me edit and pin and search the clip board history
RCS would be a good solution if the standards committee wasn’t so held back by not adding an official end to end encryption method. Probably telecoms not wanting to give up the data mining.
Anyone remember when Evernote added a limit to how many devices can be logged into your account on the free plan? I remember. I stopped using them immediately after that. Couldn’t be logged in on my computer, iPhone, and iPad.
Meanwhile Apple notes got much better so I just use that.
I’m not a windows fan. Far from it.
If you want to accuse me of being Stockholmed at least get the ecosystem correct. I’m stockholmed by apple thank you very much 😂
I disable telemetry, block telemetry, ads and trackers at a dns level; which I do no matter what OS I use and don’t worry about which games are supported on my system.
I have a local account on windows and I use that computer for nothing but gaming.
I still haven’t signed up my local windows account Into my Microsoft account, despite the nagging. I’ve opted out of everything I can and I have a encrypted, filtered dns to block tracking and ads system wide.
Just because some people use windows doesn’t mean they are ok with being tracked everywhere.
Unfortunately gaming is still just mostly easier on windows though Linux is making gains.
Yes it will, after some amount of time.
Await is usually there either because the performance doesn’t matter and the legibility is much higher with it, and/or because there are a series of asynchronous actions that depend on each other and await lets you write them as if they are sync because related to each other they are.