That’s all.
EDIT: Thank you all for detailing your experience with, and hatred for, this miserable product. Your display of solidarity is inspiring. Now, say it with me:
Fuck Microsoft
That’s all.
EDIT: Thank you all for detailing your experience with, and hatred for, this miserable product. Your display of solidarity is inspiring. Now, say it with me:
Fuck Microsoft
Is there a Microsoft product that isn’t?
To be fair, Teams is pretty bad even for MS. I’ve never seen something do so relatively little and still perform so poorly. When I switched jobs and got to use Slack it was like a great fog being lifted off of my being.
VS Code. That’s it though.
You may know already, but you should try VSCodium. At least they took the Micro$hit telemetry out!
TypeScript isn’t terrible. It’s extra work to set up, but it makes JavaScript codebases somewhat more maintainable.
Powertoys too
That’s open source though?
Indeed https://github.com/microsoft/PowerToys
VS Code is OK if you can’t afford the JetBrains ultimate subscription. I never want to see a VS Code launch configuration again.
WebStorm and Rider will have community versions soon, they are going to eat VS Code’s lunch.
Fuck subscriptions though.
Ehh, it’s ok in the case of JetBrains - if your subscription lapses your license converts to a ‘perpetual fallback license’ so can just continue using the version you installed when the subscription was originally purchased.
I’m using a 4 year old version of PhpStorm with no issues and no subscription. My PyCharm sub ended 6 months ago and I’m staying on the 2023 version of PyCharm because the latest version comes with lots of AI which makes my CPU fans scream continuously.
Excel, Active Directory, and to a somewhat lesser degree MSSQL.
Excel?! Have to respectfully disagree on that one.
What’s wrong with excel?
Excel is great.
It does so much that people make it do what it shouldn’t, and never think to explore technologies beyond it… Like a proper fucking database.
Then you get garbage business systems based on fragile excel sheets with bonkers macros and weird ETL pipelines to sync things.
And never try to deal with dates and timezones.
Or anything that looks like dates.
Gene scientists had to revise their whole naming scheme because Excel would see MARCH1 (Membrane-Associated Ring-CH-Finger Type 1), and ‘helpfully’ convert it into a date, rendering it useless (since it uses timestamps on the backend).
It’s bad enough that my data science course recommended against opening CSV files in Excel, because it would edit the file to do the conversion, even before you explicitly saving, mangling your data before you could process it.