• 146 Posts
  • 599 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle








  • Thanks for the advice. I haven’t tried Ableton with Wine, but I’ll have to give it a go. I’ll be very happy if that works.

    As for the .NET IDE, I can do most things in Linux quite happily using JetBrains Rider and VS Code. There are just a couple of problematic legacy .NET 4 projects with dependencies on old libraries that are only available in Windows, and some old T4 templates that will only run in Visual Studio. We’re on the way to retiring those but not quite there yet.


  • People have been theming Linux to look like Windows for decades. The problem is, theming it doesn’t overcome the main sticking point, which is that Linux doesn’t run the software many people use for work. I use Linux for my main OS, but then I use Ableton Live, Capture One, the Affinity suite, Adobe Acrobat, Fusion 360, Visual Studio (for legacy .NET) and many people depend on other Adobe software and other professional software, none of which runs well on Linux. So I end up running both Linux and Windows. Theming just isn’t the main issue here.











  • What would neutrality be? An equal representation of views from all positions, including those people consider “extreme”? A representation that focuses on centrism, to which many are opposed? Or a conservative’s idea of neutrality where there’s “normal” and there’s “political” and normal just happens to be conservative? Even picking an interpretation of “neutral” is a political choice which will be opposed by someone somewhere, so they could claim you’re not being neutral towards them. I don’t know that we even have a very clear idea of what “unbiased” would be. This is not to deny that there are some ways of presenting information that are obviously biased and others that are less so. But this expectation that we can find a position or a presentation that is simply unbiased may not even make much sense.


  • Git is a distributed version control system. There doesn’t have to be a single copy of the repo on which everything depends. It’s a choice, and an understandable one, to treat one copy as authoritative, but there’s no reason to despair if it becomes unavailable. Any copy of it will do.

    What GitHub provides that’s hard to do without it is not the repository but the stuff that goes around it: issue tracking, communication tools, discoverability, etc.

    So if people take the distributed nature of Git seriously and make sure they all have a local copy of the repo, we won’t lose the repo itself to Nintendo’s actions. But we may lose the tools that make it easy to coordinate work on the repo.

    Before we had GitHub and issue trackers we had mailing lists and Usenet groups. Not as convenient, bit they allowed people to coordinate work on open source software without a central, corporately owned point of failure. Maybe we should be looking to the early days of FOSS for ideas about how to make these projects resilient against corporate persecution. Not for the exact tools but for decentralized ways of coordinating collaboration.