Live data from Hacker News

Microsoft 365 Outage

status.office365.com

101–110 of 166 posts

Re: Microsoft 365 Outage

#101

Earlier quoted context omitted.

I have always been very sceptical of software moving to the cloud. Me too. After a disastrous episode with DropBox while travelling in foreign countries nearly a decade ago, I instituted my own File Server that's accessible via the Internet. All of my data is 'safe at home' with daily backups.

How do you secure it from unwanted access? I have been wanting to do something similar but I am unsure of the best practices

build a home vpn with self signed certificates

Re: Microsoft 365 Outage

#103
post #84

Earlier quoted context omitted.

I don't think I've ever 'bricked' my IDE. How does one go about bricking an IDE?

Welcome to Visual Studio, the home of updates that take hours to install and sometimes end up bricking your IDE. To be fair, that hasn't happened in a pretty long time for me - but in the earlier days it was commonplace. It used to be bleeding edge features that would do it, other times it was just because they took so long, that interrupting the process of upgrading or installing caused a mess. Or installing the new…

Yeah I have been using VS for nearly a decade now but I've never 'bricked' it.

Sure, sometimes installing new versions alongside old versions could cause issues. But that's a managed process that one team member would do before the whole team migrated and any issues would be worked out during that stage. (one of our old upgrade steps was to install 2015 before 2013 because doing it the other way around would break something in 2013; 2013 still being needed for some projects).

I have never been in the situation where the entire company (or even entire team) was locked out of their IDE.

Re: Microsoft 365 Outage

#104

I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png

You (or your employer) knowingly chosen a proprietary and hostile development platform and now you are reaping the benefits. I am sorry for you, not for you inability to work, but for your incorrect choices.

Re: Microsoft 365 Outage

#105
post #84

Earlier quoted context omitted.

I don't think I've ever 'bricked' my IDE. How does one go about bricking an IDE?

Welcome to Visual Studio, the home of updates that take hours to install and sometimes end up bricking your IDE. To be fair, that hasn't happened in a pretty long time for me - but in the earlier days it was commonplace. It used to be bleeding edge features that would do it, other times it was just because they took so long, that interrupting the process of upgrading or installing caused a mess. Or installing the new…

Just to back this up, I've also bricked my VS installation multiple times when I worked in that environment. However, some of that was self inflicted when I was trying to figure out how to restore older sub versions of vs 2019 before they started publishing the manifests publicly.

Also, while this isn't bricking the IDE, you can definitely ruin solutions & project files in a very hard to debug way if you ever need to manually update those files.

Re: Microsoft 365 Outage

#106

I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png

That's strange, I assume it doesn't work when you aren't connected to the internet either?

It revalidates the license every 30 days, and I haven’t used it in a few days. Apparently I just got unlucky with my timing.

Re: Microsoft 365 Outage

#107
post #84

Earlier quoted context omitted.

I don't think I've ever 'bricked' my IDE. How does one go about bricking an IDE?

Welcome to Visual Studio, the home of updates that take hours to install and sometimes end up bricking your IDE. To be fair, that hasn't happened in a pretty long time for me - but in the earlier days it was commonplace. It used to be bleeding edge features that would do it, other times it was just because they took so long, that interrupting the process of upgrading or installing caused a mess. Or installing the new…

* click *

Restores operating system image in a few minutes.

Re: Microsoft 365 Outage

#108
post #55

I'm assuming this is related: I can't do any development using Visual Studio 2019 at the moment because it calls home to verify the license and it is currently unable to log me in to to verify my license. So VS is basically bricked for me until this gets fixed :-( Screenshot: https://rog.gy/ss/3b14f7a2ac.png

That is awful and why I have always been very sceptical of software moving to the cloud. Just yesterday I had a similar issue with Resharper, where our local licence server was down for the day. Luckily I was able to enable a 30-day trial. (and I guess Resharper isn't that mandatory to get work done)

It used to be you bought a key to unlock it permanently, but nowadays it ties your license to your Microsoft account. There’s a link to “unlock with a product key“, but I have no idea how you get one of those. I hate renting software rather than owning it, but also VS2019 is where I’m most productive so I put up with it.

This isn’t even the first time this has happened. I do most of my development on my desktop computer, sometimes I go long stretches without using my laptop. More than once I opened up my laptop on a flight to try and get some coding work done, but surprise, license is expired and I don’t have any connectivity to renew it. Absolutely ridiculous.

Re: Microsoft 365 Outage

#109
post #99

Earlier quoted context omitted.

Funnily enough the community/free version works without issues. That really sucks if you're a paying customer.

not that surprising, since it probably doesn't have to phone home.

It does, but seemingly not as frequently. The community version seems to phone home every few months.

Now, the pirated version never phones home and always works even when MS decides to steal your products back.

Re: Microsoft 365 Outage

#110
post #84

Earlier quoted context omitted.

I don't think I've ever 'bricked' my IDE. How does one go about bricking an IDE?

Welcome to Visual Studio, the home of updates that take hours to install and sometimes end up bricking your IDE. To be fair, that hasn't happened in a pretty long time for me - but in the earlier days it was commonplace. It used to be bleeding edge features that would do it, other times it was just because they took so long, that interrupting the process of upgrading or installing caused a mess. Or installing the new…

I've been using it since Visual Studio .NET 2003.. so we as developers didn't all have virtual machines, image-based backups or things like Docker/Vagrant back in late 2003/early 2004.

Yes, since the inception of these kinds of tools, recovery from these corruptions became easier by restoring from an image. Still, in the early days, you could burn a lot of time doing anything of these things!

Post reply on HN