• 0 Posts
  • 65 Comments
Joined 3 months ago
cake
Cake day: December 3rd, 2024

help-circle





  • Anecdotally, I’ve had way more audio issues in Windows than I’ve had in Linux.

    Linux audio setups don’t always work out-of-the-box, and sometimes require a bit more configuration, but once you get them set up the way you like, they stay that way.

    Windows audio configuration is flaky as hell. It’s constantly changing with updates, and I’ve had so many issues with drivers just silently failing. It seems to have the most trouble with discrete sound cards and USB audio interfaces. I can’t tell you how many Discord and Teams calls I’ve had in Windows where the first 5 minutes is re-configuring audio settings that didn’t stick. This is basically a non-issue in my Linux setups.

    macOS audio is probably the best combination of easy to configure and it works consistently. The biggest downside is that you need a lot of 3rd party software to do anything more advanced than setting a single device and volume for the entire system.

    Note: I primarily use pipewire now. I used to have more problems back when I used pulseaudio.









  • Just leave poor people alone and public domain should start at the death of the author(s).

    I generally agree, but it gets complicated with works that have many contributors, like a film. Does the costume designer own the rights to a movie more than a writer? A director? A stunt coordinator? Who among them gets to decide how that work can be used? A consensus among hundreds of people is very unlikely.

    FOSS projects deal with this issue a lot when a project wants to change licensing for example, but they need every contributor’s approval, some of whom may be very difficult to reach.

    Also, selling the rights to an IP can be a huge windfall for creators if it gets big enough and they’re okay with giving up control. This is especially common when the original creator wants to retire.

    “Intellectual property” is a complicated concept, and I don’t know if a perfect system can exist. Though, it could easily be better for creators than it is now.







  • as a starting point to learn about a new topic

    No. I’ve used several models to “teach” me about subjects I already know a lot about, and they all frequently get many facts wrong. Why would I then trust it to teach me about something I don’t know about?

    to look up a song when you can only remember a small section of lyrics

    No, because traditional search engines do that just fine.

    when you want to code a block of code that is simple but monotonous to code yourself

    See this comment.

    suggest plans for how to create simple sturctures/inventions

    I guess I’ve never tried this.

    Anything with a verifyable answer that youd ask on a forum can generally be answered by an llm, because theyre largely trained on forums and theres a decent section the training data included someone asking the question you are currently asking.

    Kind of, but here’s the thing, it’s rarely faster than just using a good traditional search, especially if you know where to look and how to use advanced filtering features. Also, (and this is key) verifying the accuracy of an LLM’s answer requires about the same about of work as just not using an LLM in the first place, so I default to skipping the middle-man.

    Lastly, I haven’t even touched on the privacy nightmare that these systems pose if you’re not running local models.