• 0 Posts
  • 68 Comments
Joined 1 year ago
cake
Cake day: June 22nd, 2023

help-circle
  • The answer to your question of why it’s so hard to give artists your money is exactly the same as it has been for ages for all media. The few companies who survived the consolidation of the industry have done everything in their power to make sure they are the gatekeepers of content. They buy and merge or kill off any competing companies or technologies.

    They weren’t successful with MP3s or with streaming because they didn’t bother to understand the technology or that the Internet was the new marketplace and thought they could just do what they had done with physical media and pay for laws that protected their interests and sue everyone, but they ultimately lost control because you can’t sue hundreds of millions of people like you can sue a few thousand stores. So they had to give the people what they wanted for a while so they could have time to buy up all of the companies.

    But they’ve now done that and paid enough to get the laws and precedents on interpreting those laws that they wanted, so courts are becoming better at enforcing those laws more quickly. So they can pressure new tech that pushes the limits on interpreting the laws to not last long enough to get people hooked. And now that they’ve reconsolidated most of the market and technologies as capitalism tends to do if you’re patient enough and there’s no possibility of monopoly regulation or market disruption, we’re stuck with pirate or use the garbage they feed to us and most artists are back to having to sign their art away and sleep with executives to get the marketing and distribution from the gatekeepers just to get a chance at success. The rest have to rely on word of mouth and self distribution which even online can be expensive without the advantages of centralized hosting providers, merchant accounts, and bandwidth.


  • Docker automatically upgrades if you tell it to by specifying “latest” or not specifying a version number. But it only upgrades if you issue the pull command or the compose up command. There are ways to start without a pull like using start or restart. So yes, there was warning and something you did actively told it to upgrade.

    And it’s really bad practice to update any software without testing, especially between breaking/major version numbers.

    Finally, it’s not uncommon for a platform to release its update and then the plugins or addons to follow. Especially with major updates that require lots of testing before release. This allows plugin/add-on makers to fully test their software with the release version of the platform rather than all of the plugin makers having to wait for one that may be lagging behind.




  • When planning a party, I assume about 1/3 of the people I invite will RSVP and only 3/4 of them will show. I plan with that in mind. I also explicitly state the plans around food, drink, etc., and if they should come hungry or just expect snacks. And I make sure that I understand what other events or competing parties might be going on to help adjust expectations. Also, planning an annual/regular thing so that people get used to it being something they do every year helps, but it takes a couple of times to get it kickstarted.

    Since I started doing that, I’ve had a lot fewer disappointing events. Event planning is a lot of work.



  • Would only be worth it if you created a system for easily deploying applications on an already set up subnet with routing preconfigured.

    Like set up a single server kubernetes distribution like microk8s or minikube on the server with metalLB and ingress already preconfigured on the server and router. You could also give instructions on how to install a GUI like Lens and how to use it to deploy a few things. Probably using workstation applications would be better than a web UI like Portainer to keep the server lighter, but either might work.


  • My Facebook and Instagram are now >3/4 stuff that I didn’t follow. Not all are explicitly advertisements, but they aren’t things I wanted to see. That’s why I’m moving to federated services. Just wish I could convince more of my friends and family to move over. I use Lemmy as a replacement for Reddit so it’s more widely social, but the other stuff I only really used for friends, family, or special interest groups.


  • It’s also why tablets never really took off. Sure a lot of people use them, but mostly as a big screen phone in portrait orientation. But they could be so much more if designers actually designed apps to adapt to changing sizes. Even something simple like displaying two screens of a normal phone app side by side in landscape mode rather than having to switch back and forth. But ultimately, cost makes developing for multiple screen sizes a “low priority feature”, and those kinds of things never get funding. Instead they would rather put a feature that looks cool to investors and executives the product managers are trying to get to fund the project and on marketing materials to get sales people on-board, but is ultimately useless to the end user. Which comes back to the main problem in late-capitalism. The end user is no longer the customer, the corporate overlords and their investors are.



  • Debian tends to require a lot of tweaking to get it to work well with more modern things. I’ve never gotten video and audio hardware to work out of the box to my satisfaction, for example. Ubuntu is definitely easier to use out of the box. But I also don’t like the way Canonical has been taking it lately. And since I’ve been using CENTOS for servers for many, many years and more recently Rocky Linux, I decided to give Fedora another try after a failed attempt like a decade ago (I think the version at the time was Verne).

    Combined with Plasma as a front end, Fedora is awesome. Some things aren’t there that I’d prefer and flatpacks and snaps always have minor, annoying issues, but for the most part it does everything I need and even supports my fairly new laptop with a touchscreen and pretty modern hardware without any tweaking.


  • Yeah, you definitely should run it on a separate machine. A home NAS itself probably shouldn’t be doing anything beyond serving files and basic maintenance. Using them for too much will reduce their ability to serve data fast enough. Just be sure the media server and NAS have appropriate network cards, preferably gigabit, though even 100Mbit probably is enough for most of your network isn’t already too busy, and ideally are connected to the same switch (again preferably gigabit) with good quality network cables.





  • I agree that it’s the wrong way, but not because of any of this other than the first half of the first sentence.

    It’s the hard/wrong way because it means you are having to be responsible for securing the root cert private keys and because most people will do it wrong and set up a root cert with the ability to sign not just tls certs, and that’s where the problems can occur if the keys are compromised and you’ve set up all of your machines to trust it.

    But it’s also not true that you shouldn’t use HTTPS or that you should trust your own network, not because of the router, but because of the devices. People don’t control their devices anymore. Many home automation devices, nanny cams, security devices, water leak detectors, etc., contain firmware that is poorly configured and can easily expose your network traffic if it’s not encrypted. Not to mention a lot of apps these days on smartphones are Trojans for spyware, Temu, WeChat, etc.

    And as for cost, you can get a domain name for a few dollars per year or as mentioned, a subdomain from something like a DDNS service, so it definitely can be totally free to do it the right way.





  • In my opinion, the difference with Google is that Google is actively using your data and you’re giving them a lot of it. For Cloudflare, what do they have exactly? Depends on what services you use, but really all they get from me is the list of servers that connect to my domains. Google does that too if you use 8.8.8.8, or if you have any of their hardware that overrides router DNS settings like Chromecast and Google TV.