original account was u/emmowo_dev. Hopefully was finally deleted by the time you’re reading this?

reddit’s algorithm didn’t show anything allat meaningful after a while (and has somehow managed to put my account status in purgatory instead of letting me fully delete it.) soo… yeah.

  • 2 Posts
  • 9 Comments
Joined 18 days ago
cake
Cake day: August 21st, 2026

help-circle

  • I can understand this viewpoint (and it’s similar to the first point), and I do agree that there is a push to defer things to AI. But from my limited experience, it’s like a crutch for other issues that force it to be used by very talented people who otherwise want to get things done properly to save headaches later.

    My experience was in the kind of place you would really not want AI to screw you over in, but there was also a very tight timeline to get things done, so I think they ended up just trusting AI to a pretty frightening extent with (iirc) some buildroot stuff that got some people a bit vocal. I think even I used an AI overview once because I just really wanted to be done with a demo.

    It was over a year ago though so I don’t really remember what ultimately came of the AI use, but there are 100% situations where this becomes the only option, although I personally will avoid AI unless I’m realistically out of any other option not to. And for that reason I’ve fallen more out of favour with CS since I enjoy the journey and all the little judgements you make more than the outcome.



  • AI/LLMs replace cognitive work while the outcome is not guaranteed.

    Calculators… are devices designed to produce deterministic results that can be proven (and yes, with a seed AI is technically deterministic, but that doesn’t make it easily provable) as accurate very easily. If you removed calculators from a task, either the result would be completely the same, or it would be worse due to error introduced by something unpredictable.

    past like really, really early education, I don’t really see a point to go without a calculator since it uses up so much time for little gain.




  • emmowo@lemmy.worldtolinuxmemes@lemmy.worldYOLO
    link
    fedilink
    English
    arrow-up
    2
    ·
    16 days ago

    you can use it to (sometimes) transplant your personal config and documents onto another OS, but it comes with the tradeoff of losing space in root that might be used for massive libraries (compute libraries suck in this regard).

    And sometimes your /home will depend on things that your rootfs doesn’t have, which has caused problems for me before. But if you planned for these things beforehand, and your installed software doesn’t do something really dumb, it can work out pretty well, although my personal experience with this is limited to effectively embedded Linux where this is usually a non-issue.



  • if we are being kinda serious, we would probably just go with either the systemd user metadata solution, or… (on a scale of insane to less insane):

    • store it in a passwd comment (which means the finger command will now remotely leak age, but is backwards-compatible)

    • have an SELinux (or similar) setup so that new users have more restricted permissions by default. While I would absolutely do this myself whenever I have kids, this is just really unnecessary for most everyday users. At the very least this obfuscates the reason why a user might have less permissions.

    • make a generic, encrypted-by-owner file in /etc/, but this still has privacy issues if we need every account to state their age.

    Obviously the best solution is just educating parents about managing parental controls, but we can’t have nice things ig.