• 0 Posts
  • 17 Comments
Joined 3 years ago
cake
Cake day: October 1st, 2023

help-circle




  • Yup. All my IoT devices are on a network that doesn’t have access to the internet. To control remotely, I use a VPN. Even though I don’t think it’s technically necessary, I take the precaution of blocking connections to the big company’s APIs/websites for all my IoT devices, just in case.

    I wish this were easier for the layman to do. Some companies like Unifi make it pretty painless, but they are expensive and it’s really hard for the non-networking-savvy folks to know exactly which devices you need from them to have a working setup.



  • You are also missing the huge advances they’ve made in their contributions to FOSS, like proton, FEX, arch, etc. Steam has done an insane amount of legwork to get Linux gaming off the ground. They are the one company that made migrating off of Windows and onto Linux a valid option for me, and a bunch of other folks. Linux was ~0.89% of their userbase in 2020, and since their contributions to these FOSS projects, it has gone up to 3.05%. That’s crazy, considering it had been at or below that 0.89% since 2016.


  • As someone with a little insider baseball knowledge, it was just a few hours down of DynamoDB and DNS. However, that caused EC2 to go down for ~1 day, which causes pretty much 1/3 of the internet to go down. Once EC2 sorts themselves out, then teams/companies (almost all amazon services use EC2 in the back end) that use EC2 have to get their ducks back in a row, and that can take any span of time, depending on how well their code was written to handle failures + how many people they are willing to pay oncall/overtime.


  • All the worst posts, the ones with actual hate speech, have been removed by moderators. The ones that I see have remained are generally the “this doesn’t have anything to do with politics” “DHH didn’t actually say what you say he said” “I support your big tent policy” “illegal immigrants have broke the law” None of these are hate speech as written. I don’t like them supporting Omarchy, and I don’t agree with what the posts in support of Framework’s stance, but I would say Framework has moderated where necessary in that post





  • I pay for the streaming services, but don’t stream. Maybe this is me trying to justify “theft”, but how I like to think about it is this: I pay for the streaming services. I have the technical know-how to either download directly or rip (screen record) any shows I want from any of the popular services, as well as to write the scripts myself to roughly automate this. I also have spare computers to do this 24/7. However, it’s actually better for the streaming service that I don’t do this myself, since they still get my money without me using the bandwidth. I pay for AMC Stubs A-list but don’t often see the movies in theaters, so I don’t feel bad pirating new releases. As for movies/shows not on streaming services, I could buy used dvd/blurays, rip them myself, then sell them back, but that would ultimately result in a near-net-zero cost anyway, so what’s the point of going through all that? In my mind, as long as I’m paying for these subscriptions pirating feels like it’s no longer an ethical/moral gray area.

    Note that I only do this because I can afford to. When I was younger, I would pirate everything without worrying because if I couldn’t afford to pay the streaming service, they didn’t lose a potential customer if I pirated anyway. Now that I am better off and would definitely be paying for these subscriptions, I might as well, but still get to own the content I’m paying for. 120TB and counting!




  • If it runs on a computer, it’s literally “just logic and RNG”. It’s all transistors, memory, and an RNG.

    Sure, but this is a bad faith argument. You can say this about anything. Everything is made up of other stuff, it’s what someone has done to combine or use those elements that matters. You could extend this to anything proprietary. Manufacturing equipment is just a handful of metals, rubbers, and plastics. However, the context in which someone uses those materials is what matters when determining if copyright laws have been broken.

    The data used to train an AI model is copyrighted. It’s impossible for something to exist without copyright (in the past 100 years). Even public domain works had copyright at some point.

    If the data used to train the model was copyrighted data acquired without explicit permission from the data owners, it itself cannot be copyrighted. You can’t take something copyrighted by someone else, put it in a group of stuff that is also copyrighted by others, and claim you have some form of ownership over that collection of works.

    This is not correct. Every artist ever has been trained with copyrighted works, yet they don’t have to recite every single picture they’ve seen or book they’ve ever read whenever they produce something.

    You speak confidently, but I don’t think you understand the problem area enough to act as an authority on the topic.

    Laws can be different for individuals and companies. Hell, laws of use can be different for two different individuals, and the copyright owner actually gets a say in how their thing can be used by different groups of people. For instance, for a 3d art software, students can use it for free. However, their use agreement is that they cannot profit off of anything they make. Non students have to pay, but can sell their work without consequences. Companies have to pay even more, but often times get bulk discounts if they are buying licenses for their whole team.

    Artists have something of value: AI training data. We know this is valuable to AI training companies, because artists are getting reached out to by AI companies, asking to sell them the rights to train their model on their data. If AI companies just use an artist’s AI training data without their permission, it’s stealing the potential revenue they could have made selling it to a different AI company. Taking away revenue potential on someone’s work is the basis for having violated copyright/fair use laws.


  • I think your understanding of generative AI is incorrect. It’s not just “logic and RNG” It is using training data (read as both copyrighted and uncopyrighted material) to come up with a model of “correctness” or “expectedness”. If you then give it a pattern, (read as question or prompt) it checks its “expectedness” model for whatever should come next. If you ask it “how many cups in a pint” it will check the most common thing it has seen after that exact string of words it in its training data: 2. If you ask for a picture of something “in the style of van gogh”, it will spit out something with thick paint and swirls, as those are the characteristics of the pictures in its training data that have been tagged with “Van Gogh”. These responses are not brand new, they are merely a representation of the training data that would most work as a response to your request. In this case, if any of the training data is copyrighted, then attribution must be given, or at the very least permission to use this data must be given by the current copyright holder.