Hello thanks for visiting my profile.

For any picture posts I make with the [OC] tag, I provide a license for you to use my photo under the terms of CC-BY-SA-4.0. You may DM me for questions.

  • 3 Posts
  • 90 Comments
Joined 2 years ago
cake
Cake day: March 14th, 2023

help-circle



  • You should read this on why seemingly arbitrary, but nuanced moderation is needed to have a friendly space online.

    There exist instances that have more of a free-speech “focus”, but despite that most instances cannot tolerate intolerance, harassment, trolling, illegal or borderline illegal stuff. There is generally more tolerance for disagreement on Lemmy than other forums, where unpopular takes are heavily downvoted instead of removed.

    A common sequence of events that happens with trolls or flamebaiters:

    • Troll says something unpopular, but not rule breaking (comment downvoted but not removed by mods)
    • Several other people respond/rebut
    • Troll continues a long back-and-forth argument that gets nowhere, or resorts to ad hominems, slurs or personal attacks (rule-breaking)
    • comments get reported
    • Mods remove the entire thread including the initial comment, and give out a community ban
    • Troll decries censorship of the initial not rule-breaking comment, when it was the follow up that was the problem.

    So yeah, it’s to keep out the jerks. Behave well, think of others as you speak, then you will find yourself able to say more than in places with professed free-speech absolutism. If you don’t like that, start your own instance so that no one can moderate you in your own space, and watch the jerks, trolls and spammers roll in after a while.


  • For administration, you have Group Policy, Active Directory, SAM, and various other things to read up on. Like others have said you can do everything in PowerShell but commands are super verbose. Microsoft does keep thorough documentation on it at least.

    In terms of helping people with issues, you have the Windows Registry (kind of like dconf for GNOME), Backup Restore, Updates (most IT spend most of the time after fixing not working stuff, is convincing people to update their computers). If you can think on your feet, you’ll be able to solve 90% of most workers’ issues with some digging even if you didn’t know Windows more than your average computer guy.

    In terms of app development, tweaking and troubleshooting, there are a myriad of frameworks, like MFC, .NET, Electron, Microsoft Access databases somehow turned into a vital business application, etc.

    Most app developers learn one of the various systems, then end up sticking with it causing Microsoft to support a hodge podge of 20+ year old native frameworks, while others import whatever newfangled crossplatform wrapper of the day is popular. So good luck if learning this is your goal.