Tech Nerd Derg.

Arch BTW.

Mastodon @ https://pawb.fun/@Confetti_Camouflage

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

help-circle
  • Chromebooks are locked down yes, but they do give you the keys. It involves unplugging the internal battery to be able to modify the hardware write protection, entering dev mode to disable the write protection, and then flashing a Coreboot port onto the firmware. Even then, a lot of basic things may or may not work once you’re booted into Linux. From experience I don’t recommend.



  • Assuming USA:

    The software can absolutely be declared illegal under DMCA and has already been done to the DVD decrytion software DeCSS. Nintendo would just have to convince the courts that the primary purpose of the software is to circumvent their DRM, and I doubt any lawyer would want to defend that when circumventing copy protection is absolutely happening.

    Relevant DMCA passage:

    Section 1201(a)(2) of the Copyright Act, part of the DMCA, provides that:

    "No person shall . . . offer to the public, provide or otherwise traffic in any technology . . . that—

    "(A) is primarily designed or produced for the purpose of circumventing a technological measure that effectively controls access to a work protected under [the Copyright Act];

    "(B) has only limited commercially significant purpose or use other than to circumvent a technological measure that effectively controls access to a work protected under [the Copyright Act]; or

    “(C) is marketed by that person or another acting in concert with that person with that person’s knowledge for use in circumventing a technological measure that effectively controls access to a work protected under [the Copyright Act].”

    The injunction that was granted: https://cryptome.org/dvd-mpaa-3-pi.htm

    Court’s findings and arguments for granting the injunction: https://cyber.harvard.edu/openlaw/DVD/filings/NY/0202-mem-order.html

    See also: https://en.wikipedia.org/wiki/Illegal_number




  • I agree he didn’t do a good job evangelizing Linux. He made a video about his experiences with it, but I do think it’s representative of someone googling and first time trying Linux on their own without a guide friend to tell them, “oh you can do it this way now.” Him ultimately sticking with it in spite of that for data sovereignty is kind of the whole point of Free Software so I can respect that.












  • The proprietary Nvidia driver has kernel modules that are specific to a single version of the Linux kernel. With pre-built packages that’s typically whatever the standard kernel is for your distro. If that kernel isn’t booted then you’ll have no graphics driver.

    This is solved by DKMS, which will build those kernel modules for every kernel you have installed. You’ll need the kernel headers for the kernel you want to build for, as well as the nvidia-kernel-dkms package which the wiki you linked only offhandedly mentions. Whenever the kernel or driver updates it should build the required modules.