Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SN
Posts
0
Comments
23
Joined
2 yr. ago

  • "Title II" in this context refers to Subchapter II of 47 U.S.C. Chapter 5. 47 U.S.C. is the Communications Act of 1934, the act of Congress that established the FCC, and Chapter 5 is the part that deals with "Wire and Radio Communications."

    If you want to know what this law empowers the FCC to do, you can read the statute yourself. Or, if that's too difficult, you can also use your access to the internet to look up more accessible sources, such as Wikipedia's "Common carrier" article.

  • Patent infringement claims in 2019 saw Mozilla reach a settlement to avoid litigation. As part of that settlement it was forced to make changes to MLS that impacted its ability to invest in (commercially exploit?) and improve the service.

    Yet another nice thing ruined by IP trolls. It's long past time we threw software patents into the dustbin of history where they belong.

  • Posting something on a website does not make it public domain. Typically, the website's Terms of Service will require that you grant the website operator a license to use any content that you post on the site (so that they can display it to other users). That license does not extend to other visitors of the same website.

    Of course, in practice, it's very unlikely that someone would take you to court over copying a website comment. But if someone posts, say, an original work of art or a short story in a comment thread, you should be aware that it is still protected by copyright.

  • For me, Crunchbang was a great introduction to the possibilities of customizing your Linux experience. No giant, monolithic desktop environment, just a handful of programs that you could (and were encouraged to) tweak or replace to your heart's content.

    I still run a Crunchbang-inspired setup on my vanilla Debian install—openbox, tint2, conky, nitrogen, gmrun, Win+Letter hotkeys for frequently-used apps, etc. While I've outgrown the need for a preconfigured distro myself, I'm glad to see these projects still providing an on-ramp for users looking to dip their toes into the deeper end of the Linux pool.

  • Same thing happened to me. Borked my Windows install and didn't have a recovery disc, so I just wiped the whole thing and went Linux-only. Never looked back since. :)

    Sometimes, all you need is a little push to get you out of your comfort zone.

  • If you're using a shell script to install software, you've already failed.

    Better alternatives include

    • Third-party package managers like Homebrew and Nix.
    • Language-specific package managers like pip and npm.
    • Self-contained package formats like Flatpak, Snap and AppImage.
    • Using checkinstall to turn a package with an install script or a "make install" command into a package your distro recognizes.
    • Downloading a tarball and using GNU Stow to install it into /usr/local.
    • Compiling from source and installing in $HOME.
  • Naturally they only get to charge for already-sold copies if you accept the new terms that include the charges. As for how it's legal to include those charges in the new terms to begin with, I guess you'd have to ask a contract lawyer. Presumably Unity's own lawyers are convinced they can get away with it, or they wouldn't have done it.