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

help-circle
  • emb@lemmy.worldtoLinux@lemmy.mlHow to install .py apps?
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 month 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
    

  • emb@lemmy.worldtoMildly Infuriating@lemmy.worldConsumerism ahhhhh moment
    link
    fedilink
    English
    arrow-up
    23
    arrow-down
    1
    ·
    1 month ago

    I also sometimes consciously dislike things because of annoying ads.

    But it doesn’t matter. The overall result is that now you’re aware of that brand, you have a place for it in memory. After time passes it will be The One I’ve Heard Of unless you’re dedicated to remembering to avoid it. There’s something called the Mere Exposure Effect - it mostly works and they know it. :(


  • emb@lemmy.worldtoMildly Infuriating@lemmy.worldThe shrinkflation
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    3 months ago

    That’s a good question, answer is generally that it depends. Do I want to spend more money on stuff? Of course not.

    But if the price is the same or negligibly more, then I’m better off not incurring the bodily damage of consuming excess calories. The smaller the default size of the suggested meal (eg, a combo) the better, unless it hits the point where it makes me order a second meal or extra sides.

    That preference reflects my own privilege, health perspective, and lack of self-control though. I know it’s a different call for everyone.







  • It’s at least pretty cool that the statement is true enough most of the time to be in wide use. The walled gardens continue to expand, and the situation will get worse. But by and large podcasts are pretty open and accessible in a decentralized way.

    I know Spotify is grossly proprietary, but is Apple’s new service too? For a long time it seems like being on iTunes or whatever meant they also had an open RSS feed for podcasts clients?





  • emb@lemmy.worldtoMildly Infuriating@lemmy.worldAI-generated search result descriptions
    link
    fedilink
    English
    arrow-up
    32
    arrow-down
    1
    ·
    edit-2
    8 months ago

    I agree, this is annoying. It’s taking the place of what used to be an excerpt, giving me a hint about actual text on the page.

    I haven’t seen that yet… hopefully it’s on the Duckduckgo side and a setting I can turn off. But it’s probably Reddit continuing to be frustrating.

    I’m not against having the AI summary and I do see the utility, it should just be very clearly separated from the real content.



  • emb@lemmy.worldtoLinux@lemmy.mlApp Image or AUR package
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I really like App-images. For the most part, they just work, download, run, done. And sometimes you want the flexibility to install something the distro’s pacakage manager doesn’t give you (or doesn’t have the latest version of). It’s a little extra work to put the app in system menus, etc though.

    Package manger still preferred. Having the system deal with updates and dependencies is nice.

    AUR is still good, but I’d take the App Image. Sometimes these work for me, sometimes they don’t. Still have to manually update them, AFAIK.



  • emb@lemmy.worldtoLinux@lemmy.mlgotta get a new printer
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 years ago

    And I meant to say, most helpful resource for me was the website rtings. Most review and best of lists I can find by searching are so spammy, it’s hard to get any signal. But at least that one let’s me filter a table of printers by features. I just don’t know how many they’re missing.


  • Had to get a new one recently too. I’ve had good experiences w/ Brother in the past too, but couldn’t find one that quite fit the bill. Needed color and for it to be able to handle cardstock.

    Ended up getting an Epson, one that’s in the eco tank line. Has been great so far. Works just fine out of the box on Linux (LTS Ubuntu, anyway)