A peace loving silly coffee-fueled humanoid carbon-based lifeform that likes #cinema #photography #linux #zxspectrum #retrogaming

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

help-circle

  • Quazatron@lemmy.worldtoLinux@lemmy.mlLearning Linux via AI
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    2 months ago

    You’re doing it right, using it as a tool to learn.

    I’m doing the same to get a handle on Python. I question the steps, compare it with other sources, and try to get comfortable coding it myself. I then use it to review my code, and get further insights.

    It’s a tool. Just another tool.





  • Good.

    As a long time Manjaro user is good to see something happening.

    As to why I’m a Manjaro user: I installed it on my laptop years ago and it served me well, with only a couple of hiccups (the now famous SSL certificate issue and some repo keys that were broken), nothing too difficult to overcome but that points out some major organizational problems.

    Other than that, it just works wonderfully and I’m too lazy to hop.






  • I seem to have a tendency, a skill, a knack to choose and buy that specific hardware model that is not supported by these cool open source projects.

    Same thing happened with PostmarketOS, I have a box full of old phones that are specifically not supported.

    It’s a really shitty superpower.



  • I assumed primary is ctrl-c/ctrl-v and secondary is select/middle-click. I’ve never come across this ctrl-middle-click, it does the same with and without the ctrl key.

    I seen to recall reading something this week about a distro dropping middle click, so I probably conflated both issues and failed.

    But you’re right, I did not read the fine article.


  • I’ve been using the “select copy + middle click paste” since the late 90s.

    I find it useful for simple intra-document editing because you’re just using the mouse, no need to reach for the keyboard.

    It can be combined with the traditional copy/paste, say you have your password in the clipboard but you need to also copy some part of a long ssh command. You can have both and paste them on the command line one after the other.

    I know I’m a minority and this will eventually be dropped because it’s too confusing for the end users, man.

    Yes, I get it. But I’ll miss it.



  • Quazatron@lemmy.worldtoLinux@lemmy.mlAntiviruses?
    link
    fedilink
    arrow-up
    5
    ·
    8 months ago

    I just want to add that you that you can also setup multiple user accounts for different uses. One for banking, one for gaming, one for downloading random crap. It will not protect against privilege escalation attacks but will help against random scripts exfiltrating your personal documents.

    Another nice layer is containers and containerized applications (flatpaks, bubblewrap, etc). Each app will be somewhat limited in what damage it can do.

    Running pi-hole as your DNS or using some other filtered DNS provider (Mulvad or others) will also protect you from some shady sites.