• 10 Posts
  • 332 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • Oh, that’s good to hear! Always had the impression that the blob-free distros caused compatibility headaches, but glad to be wrong I suppose.

    Edit: And I should say I didn’t mean to pick on Trisquel in particular, it was just the one GNU recommended distro I remembered by name.


  • emb@lemmy.worldtoProgramming@programming.devWDYT about GNU
    link
    fedilink
    arrow-up
    27
    arrow-down
    2
    ·
    17 days ago

    I generally think of GNU as being foundational (or, old) and principled.

    I really appreciate the contributions they’ve made to both core utilities and especially philosophy.

    But I don’t see them as lighting up the world or adding anything new lately. I think of vaporware like Hurd with 1000 year dev cycles. I think of them recommending Linux distributions like Trisquel that let perfect be the enemy of pretty good.











  • I’ve come around on it somewhat at work. Recent models really are getting pretty impressive. It’s at the point where I can tell it to read a Jira ticket and implement it, and for simple ones it basically just does it. I’m not sure it’s worth the massive environmental and infrastructures detriments (or rather, I’m pretty sure it’s not), but it’s definitely a productivity boost.

    It’s also creating cognitive debt tho - every change it does for me automagically is one I don’t have to think about and ‘earn’ myself. You could argue the AI compensates for that by then explaining the code for you, but I think it will lead to some bad results in the mid-long term.

    For any personal programming, I don’t/wouldn’t use it, beyond just replacing Google searches maybe. It defeats the fun of it, and cost money on top of that.



  • emb@lemmy.worldtoLinux@lemmy.mlHow to install .py apps?
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    4 months ago

    If you actually just download a .py file, you need to run it with python. Like in the example you linked, something like

    python3 _filename_
    

    (and if that’s the case, you might need to add a line at the top of the file, telling it where the interpreter is. But probably you actually want the following)

    To install, you use the python installer program, pip. Something like

    pip _package-name_
    

    Before you do either, you need to install python and pip. I don’t know exactly (look for correct package names), but you need to run something like

    sudo apt install python3 pip
    


  • Any creative work qualifies? Music is pretty approachable. You can learn a few basic theory things to get ideas, or just play around with random notes to see what sounds good. Don’t have to be any good, you can get LMMS or another midi editor/tracker and write it without skill at an instrument.

    For writing prose in particular, maybe short stories would be easiest? Just because they aren’t so long. Still takes creativity for ideas tho.

    Idk, I think an important perspective is to remember it doesn’t have to be good (assuming you’re doing this for fun or learning, not as a job right away). Just create. Then, you’ll look at what you made and see how it sucks and get ideas for what to do differently next round. You mention not having the skills, but you can just try to do all things and see how it goes.