• 0 Posts
  • 35 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle







  • It’s illegal to transmit music

    True, for obvious reasons

    it’s illegal to transmit anything encrypted unless you’re controlling a satellite

    True, it helps to ensure nothing illegal is going on and enforce keeping commercial interests out. It’s a self regulating space, one of the only cases I know of that tends to work due to there being no monetary interests allowed. The point is to communicate information, not hide it.

    it’s illegal to transmit anything for commercial purposes.

    True, the whole point is to keep commercial interests out. That’s what “amateur” means.

    illegal to transmit anything on a regular basis that could reasonably be communicated some other way.

    False. This is for something like a non-profit wanting to use radios for their operations, they should be steered toward another service like gmrs, FRS, murs, etc. instead of amateur radio.


  • Yes, the guardian app allows you to send encrypted messages through their app to their journalists. 100,000 people check the news, one person is whistleblowing. That one person’s messaging traffic is mixed in with the regular news data, so it’s not possible to tell which of those 100,000 people are the source. Signal messages travel through their servers, so anyone inspecting packets can see who is sending messages through signal, just not what the messages contain. Thats a big red arrow pointing to only people sending encrypted messages. With this implementation, those people are mixed in with everyone else just reading news or even just having the app on their device.




  • From the article, I wish them the best but this line of thinking is not the Linux way:

    The first app I installed on Ubuntu (on both my machines) was Chrome browser. While Chromium, the open source version of the browser, is available in Ubuntu’s App Center (its app store), the official Google version is not.

    If you’re wanting to give Linux a try, you gotta be willing to let go of the Windows way. Chrome is not better than chromium because Google. Don’t complain that a specific app is hard to get running if you aren’t willing to try the alternatives, especially if there’s literally a Linux version maintained by the same developer




  • Cenzorrll@lemmy.worldtoLinux@lemmy.mlWant switch to linux
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    3 months ago

    What sort of “simple” things did you have trouble with in Mint?

    You could try popOS, Fedora, or Ubuntu. But without knowing what you struggled with, Mint should still be the best choice of you’re new. Your troubles could just be the desktop environment you picked, or enabling third party/proprietary repositories. Or they could be a legit issue that is easily fixed using a different distro.


  • Drivers are on the computer, firmware is in the component. Firmware can be updated in both windows and Linux and will affect both systems. Drivers live solely on the OS, so fedora drivers will not be affecting windows. There’s an incredibly small chance that your firmware was updated and caused this, but I don’t recall a firmware update ever occurring automatically on Linux, I’ve always had to do it manually.



  • Cenzorrll@lemmy.worldtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    Agreed, I just spent a week (very intermittently) trying to figure out where all my free space had gone, turns out it was a bunch of abandoned docker volumes taking up. I have 32gb on my laptop, so space is at an absolute premium.

    I guess I learned my lesson about trying out docker containers on my laptop just to check them out.