• 0 Posts
  • 26 Comments
Joined 7 months ago
cake
Cake day: March 3rd, 2024

help-circle
  • I don’t see how this wouldn’t be derivative work. I highly doubt a robust, commercial software solution using AI-generated code would not have modified that code. I use AI to generate boilerplate code for my side projects, and it’s exceedingly rare that its product is 100% correct. Since that generated code is not copyrightable, it’s public domain, and now I’m creating a derived work from it, so that derived work is mine.

    As AI gets better at generating code and we can directly use it without modification, this may become an issue. Or maybe not. Maybe once the AI is that good, you no longer have software companies, since you can just generate the code you need, so software development as a business becomes obsolete, like the old human profession of “computer.”


  • This makes sense to me, and is in line with recent interpretations about AI-generated artwork. Basically, if a human directly creates something, it’s protected by copyright. But if someone makes a thing that itself creates something, that secondary work is not protected by copyright. AI-generated artwork is an extreme example of this, but if that’s the framework, applying it to data newly generated by any code seems reasonable.

    This wouldn’t/shouldn’t apply to something like compression, where you start with a work directly created by someone, apply an algorithm to transform it into a compressed state, and then apply another algorithm to transform the data back into the original work. That original work was still created by someone and so should be protected by copyright. But a novel generation of data, like the game state in memory during the execution of the game’s programming, was never directly created by someone, and so isn’t protected.



  • Before my comment I want to make clear I agree with the conclusion that abortion bans are clearly killing women at statistically significant rates.

    That said, the stats reporting here doesn’t make sense:

    Among Hispanic women, the rate of women dying while pregnant, during childbirth or soon after increased from 14.5% in 2019 to 18.9% in 2022. Rates among white women nearly doubled — from 20% to 39.1%. And Black women, who historically have higher chances of dying while pregnant, during childbirth or soon after, saw their rates go from 31.6% to 43.6%.

    There’s no way 14.5% of Hispanic women in Texas who got pregnant died some time during pregnancy, during child birth, or soon after. That would be unprecedented for any time since the advent of modern medicine. And the chart above this paragraph does not agree with it either. It’s a chart of deaths per hundred THOUSAND live births, and the numbers for all racial groups are all under 100, so less than 0.1%.

    The way it’s stated also doesn’t suggest it’s a percent increase because it says it rose from 14.5% to 18.9%. I can’t figure out what they’re trying to say, but they should definitely have been more careful with presenting the numbers.



  • The judge also noted that the cited study itself mentions that GitHub Copilot “rarely emits memorised code in benign situations.”

    “Rarely” is not zero. This looks like it’s opening a loophole to copying open source code with strong copyleft licenses like the GPL:

    1. Find OSS code you want to copy
    2. Set up conditions for Copilot to reproduce code
    3. Copy code into your commercial product
    4. When sued, just claim Copilot generated the code

    Depending on how good your lawyers are, 2 is optional. And bingo! All the OSS code you want without those pesky restrictive licenses.

    In fact, I wonder if there’s a way to automate step 2. Some way to analyze an OSS GitHub repo to generate inputs for Copilot that will then regurgitate that same repo.




  • I think that’s actually good UX from a safety standpoint. It means the button is “idempotent”: doing an operation the first time puts it in a state, and then doing it again leaves it still in that state.

    If you’re in a moment of panic and want the brake on, you might push the button a bunch of times in quick succession to “be sure.” If it were a regular button, this would rapidly toggle it on and off, which would leave it in an uncertain state after you pressed it so fast. This way it turns on and stays active until you are ready to turn it off, and then you do another idempotent operation to turn it off. I don’t think all buttons should be like this, but I think it’s a good design decision for a button used in an “emergency.”






  • No, we’re in this position because of a failure of leadership. Leaders can unite people behind doing things they don’t want to do. It’s how rationing was tolerated for years in WWII. But we have an entire political party built around telling people what they want to hear while working against their interests for the wealthy’s short term gains. We could have conquered this from the top-down with a good plan and charismatic leaders supporting it.


  • People need to start changing their behavior about this heat. I know this sounds like victim blaming. I know people shouldn’t have to change their behavior because we saw global warning coming for 30 years and should have prevented this from happening. But it’s happening. You can’t go into Death Valley in the summer anymore. You just can’t. Please don’t put yourself in this position.

    It’s a tragedy that this death happened. We absolutely need to adapt our emergency services to this heat to try to prevent something like this from happening again. But we also need to change our behaviors so we don’t end up in that position in the first place.





  • Viruses evolve, some quite quickly. The flu isn’t the fastest (looking at you, HIV), but it’s up there. Over time, existing vaccines train your body to fight something that doesn’t quite match what’s in the wild (i.e. efficacy goes down with time). That’s why there’s a different seasonal flu vaccine every year.

    They create flu vaccines on a yearly cycle, and a pandemic can kick off in a matter of weeks and months, so if it doesn’t match the preplanned cycle, they’ll have to invest more resources to creating the most up to date vaccine off-cycle.