LMABF8 spits straight ice water. Can’t be beat.
CoopaLoopa
- 0 Posts
- 6 Comments
Open PowerShell and run:
winget install 7zip.7zip
Winget is built into windows after around Win10 1903, so you don’t even have to launch a browser to download most apps anymore.
CoopaLoopa@lemmy.dbzer0.comto Memes@lemmy.ml•These days, it's the Nissans more than the BMWs.1·1 year agoEvery time I see a Kia Soul in my rearview I know they’re going to be tailgating like an asshole and using turn lanes to pass traffic.
This is specifically an issue with corporate M365 accounts when a user tries to migrate to a new phone without access to the old phone where the authenticator was setup.
Personal MS accounts can backup their auth secret keys to cloud storage, and when signing in on a new device, it authenticates you with your cloud storage (Google/Apple) and properly restores your MS Authenticator app.
The issue is that while MS says you can backup your corporate M365 accounts in MS Authenticator, it doesnt actually store the secret key, so it’s useless.
Have your administrator enable TAP (Temporary Access Passwords) on the tenant. Then an M365 admin can create a TAP for your account that lets you login without a password/2FA. You can use the TAP to login and rejoin MS Authenticator app. The TAP expires in 1 hour by default.
CoopaLoopa@lemmy.dbzer0.comto Programmer Humor@programming.dev•There once was a programmer19·2 years agoSomehow you hit an unpopular opinion landmine with the greybeard devs.
For the greybeard devs: Try asking ChatGPT to write you some Arduino code to do a specific task. Even if you don’t know how to write code for an Arduino, ChatGPT will get you 95% of the way there with the proper libraries and syntax.
No way in hell I’m digging through forums and code repos for hours to blink an led and send out a notification through a web hook when a sensor gets triggered if AI can do it for me in 30 seconds. AI obviously can’t do everything for you if you’ve never coded anything before, but it can do a damn good job of translating your knowledge of one programming language into every other programming language available.
This has been the agreed-upon way to do things within the MS umbrella for a while. Not sure why they won’t just allow for setting a higher rate limit.
Each app registration in a tenant gets their own limits. Most backup platforms for an MS tenant have you register 4-10 apps so it can parallelize the backup load without getting rate limited.