• 14 Posts
  • 310 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle

  • Definitely not a lie. Could possibly be a case of “parental incompetence,” as my parents and grandparents were educated in, what I guess, similarly biased schools (or most likely, even more biased). I don’t have a good relationship with my parents, and, perhaps surprisingly, my grandparents are more left-leaning than my parents. I grew up in rural NW Ohio, to be more specific; which used to be a swing state. Most of my peers were racist AF, and most of my past friends are now dead from drug overdoses. I’m, in no means, well traveled, but I’m guessing my life experiences aren’t some rare anomaly.


  • I remember my 4th grade teacher having us read one page about the Daughters of the Confederacy, the teacher briefly discussing the struggles of former slave-owners, and skipping the rest of the chapter on slavery due to “not having enough time.” IIRC, even the textbook painted the Daughters of the Confederacy in a positive, or at least neutral light.

    I remember my 7th grade health teacher showing us a Christian anti-masturbation video for our sex-ed requirement. This was a rural public school in a northern state. Only other option was a private Catholic school, but my family wasn’t Catholic, and my family wouldn’t have been able to afford to send me there if they wanted to.

    I don’t think I even knew about the trail of tears until the middle of high school; and definitely didn’t learn about the motivation for hunting Buffalo to extinction.










  • AI are people, my friend. /s

    But, really, I think people should be able to run algorithms on whatever data they want. It’s whether the output is sufficiently different or “transformative” that matters (and other laws like using people’s likeness). Otherwise, I think the laws will get complex and nonsensical once you start adding special cases for “AI.” And I’d bet if new laws are written, they’d be written by lobbiests to further erode the threat of competition (from free software, for instance).


  • There’s plenty of open source projects that distribute executables (i.e. all that use compiled languages). The projects just provide checksums, ensure their builds are reproducible, or provide some other method to verify.

    In practice, you’re going to wind up in dependency hell before pypi stops hosting the package. E.g. you need to use package A and package B, but package A depends on v1 of package C, and package B depends on v2 of package C.

    And you don’t need to use pypi or pip at all. You could just download the code and directly from tbe repo, import it into your project (possibly needing to build if it has binary components). However, if it was on pypi before, then the source repo likely had all the code pip needs to install it (i.e. contains setup.py and any related files).










  • The problem is that HP writes drivers and software for those things for Windows, but not for Linux, so Linux depends on random people to write software for those things for free (which often involves complex reverse-engineering). With Linux you need to make sure you use widely-used hardware that someone has already written support for (this is mostly applicable to laptops and peripherals, which often use custom non-standard hardware). There may be a way to fix your problems, but you’ll have to search forums or issue trackers for the solutions, and they’re probably pretty involved to get working correctly. The router crashing thing is probably just a coincidence though, or the laptop is using a feature that’s broken on your router.