• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: March 3rd, 2024

help-circle


  • I’m sorry, I mostly agree with the sentiment of the article in a feel-good kind of way, but it’s really written like how people claim bullies will get their comeuppance later in life, but then you actually look them up later and they have high paying jobs and wonderful families. There’s no substance here, just a rant.

    The author hints at analogous cases in the past of companies firing all of their engineers and then having to scramble to hire them back, but doesn’t actually get into any specifics. Be specific! Talk through those details. Prove to me the historical cases are sufficiently similar to what we’re starting to see now that justifies the claims of the rest of the article.




  • I’m not the person you’re replying to, but I think their point is that the bars don’t scale linearly. The red bar (2014 price) for the McChicken is supposed to represent $1 and the yellow bar (2024 price) ~$3, but the yellow bar is not 3 times the length of the red bar. This means the relative differences between the bar lengths doesn’t match the percent increase number printed above then. This is most egregious comparing relative differences between the McChicken and the Quarter Pounder with Cheese meal: why does a 122% increase look so much worse than the 199% increase?

    I suspect the cause of problem is that the small bars were stretched a bit to fit printing the dollar value within then, but if it throws off the visual accuracy of the bars, what’s the point of using bars at all?




  • Been the only one in my family for years using Linux, but over the last few months struggles with Windows have basically resulted in all but one computer in the house being migrated to Linux.

    Put it on my 10-year-old son’s desktop because Windows parental controls have been made overly complicated and require Internet connectivity and multiple Microsoft accounts to manage. Switched to Linux Mint, installed the apt sources for the parental control programs, made myself an account with permissions and one for him without permissions to change the parental controls, and done. With Steam he can play all of the games in his library.

    Only my wife is still using Windows, but with ads embedded in the OS ramping up, and features she liked getting replaced with worse ones, she’s getting increasingly frustrated with Microsoft.



  • 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.