• 30 Posts
  • 3.34K Comments
Joined 3 年前
cake
Cake day: 2023年7月7日

help-circle






  • The problem with Codeberg now is that there is a spectrum of AI usage between manually coding and AI slop that Codeberg chooses to ignore with their new policy.

    I get it that’s their platform and their choice, and at some point I even looked for ways to support them financially if that meant I could migrate all my repos from GitHub - I wouldn’t mind paying for my use, “vibe coded” or not - but an intransigent LLM ban creates uncertainty for many of my active projects, and I can’t consider them a viable alternative to GitHub anymore.

    So sure, I’ll take 3h of GH actions downtime a month over a platform ban. I’m sure I’m not alone there.










  • Eager Eagle@lemmy.worldtoLinux@lemmy.mlBan Windows at schools
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    13 天前

    They don’t need to teach “windows” or “excel”. Working with an “operating system” and a “spreadsheet” is the real value. One can quickly pick up any equivalent technogy as they need to. There’s no good reason to stick to the company that happens to have a monopoly at the time. In fact, it’s better for society that they don’t.

    As for photoshop or any media editing program, I’ve never learned that in school anyway. That was just not a thing in any school around where I grew up. Maybe I missed out, but I’d say that elementary and high school curriculums are already pretty busy to focus too much on that kind of work. IME teenagers usually get into that kind of software at their own time and interest. I was into video editing and 3d modeling, but that was never in the curriculum, nor would i advocate for it to be.



  • Eager Eagle@lemmy.worldtolinuxmemes@lemmy.worldRule
    link
    fedilink
    English
    arrow-up
    6
    ·
    13 天前

    it’s safer to run it as a regular user and have topgrade ask for root access. With this config line it can ask ahead when starting, so you don’t need to babysit it:

    [misc]
        # ...
        # Run `sudo -v` to cache credentials at the start of the run; this avoids a
        # blocking password prompt in the middle of a possibly-unattended run.
        pre_sudo = true