• 19 Posts
  • 31 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2023

help-circle





  • Because hosting costs money, and sustainable services need revenue sources.

    News we read was put together by a team of journalists, editors, etc.

    Video streaming takes a lot of storage, bandwidth, processing, licensing.

    And so on.

    Price gouging is bad, but reasonable income is necessary.

    Billboard ads that don’t target users and don’t track effectiveness are dangerous financially for advertisers, and would pay much less to ad hosters.

    Anonymous, aggregated tracking is a healthy compromise.



  • Kudos for putting together good reasons that you don’t like PPA, while also acknowledging that Mozilla is trying to solve a problem.

    Yours is one of the very few reasonable objections I’ve read IMO - when the PPA outrage first erupted, I read through how it worked. Unique ID + website unaware of interaction, but browser recognizing, then feeding it to an intermediate aggregator that anonymizes data by aggregating from multiple users without sharing their IDs, with the aim of trying to find a middle ground seems fair to me. Especially with the opt-out being so easy.

    However, your points about classes clickbait encouragement, SEO feeding, and the uncertainty that this will solve the web spamminess as it is are valid concerns.










  • Why not try it for yourself on Linux mint first by installing plasma? Plasma 5 is available on mint - I believe Fedora has plasma 6.

    I use plasma 6 on my Opensuse Slowroll laptop and plasma 5 on my LMDE desktop.

    Overall, I’ve found plasma 6 to run slightly better (I was on plasma 5 on Slowroll too for a long time).

    Once you install and try plasma 5 on your current install, that will be a much less disruptive way to see how well it works for you.

    After ricing, both plasma 5 and 6 are pretty similar on my setup. The cube desktop effect isn’t there by default on plasma 5 of course.











  • That would be cool.

    Here’s my new setup that might not work for everyone, but I’d recommend thinking about if you’re able to.

    1. Network printers are blocked from Internet by my router. They have static IP addresses allocated (permanent DHCP leases) for convenience.

    2. I have some Canon laser printers. I don’t want to install Canon software across my devices, so I setup a cups print server (lxc container) where I installed the software.

    3. I setup and shared the printers (local network only), made them discoverable.

    4. I use the CUPS web GUI over ssh tunnel if I need to check on job queues and do maintenance/admin tasks (don’t usually have to).

    Clients immediately find the printers on the server, no driver required.

    As a bonus, I made the margins 0 on the CUPS ppd on the server so that I get to print without margins when so desired (Canon has fixed minimum margins otherwise).

    The one caveat is that the Canon drivers don’t work on raspberry pi (arm), so while I have a to-do to get around that by using a virtualization layer, you need a separate Intel/AMD machine for the print server if your printer doesn’t support ARM.