• 0 Posts
  • 21 Comments
Joined 1 year ago
cake
Cake day: August 26th, 2024

help-circle



  • Have you tried RTFM? :P

    Jokes aside afaik you could do everything you mentioned with sort, find (with -type f, -printf and -mtime) and grep (filtering via regex with the -e flag).

    Alternatively you could try KDE’s file explorer dolphin (or even just its search utility kfind) as a graphical alternative.

    My point is switching to linux is not quick or easy, but there are few really impassable roadblocks (games with shitty kernel level anticheat for example) and there is a high likelyhood someone in this community has encountered your problems aswell and migjt even know a solution.



  • Went down the same route as you until coming to the same conclusion.

    The only advice I can offer is to be consistent while configuring across your tools, find something that works for you and stick to it.

    For example In my dwm+tmux+nvim dotfiles I use plain hjkl for cursor movement and if i want to move windows/panes i use <shift>, if i want to resize i use <crtl>, Mod keys in tmux and nvim are the function keys (if anyone knows how to get dwm to accept <F1> as modkey let me know lol), etc.

    Edit: And oh yes, try to stick to KISS :P I threw away my first set of dotfiles because i used so may useless plugins/patches for nvim and dwm i could not keep trak of all the keybinds in my head.


  • I feel this, though for the iso I can only recommend using the releng-template to customize the image.

    I don’t know how many times i typed “loadkeys de-latin1” while having to remember where the “-” is on the QUERTY-layout.

    All you need to do is copy the template, change the defaults to your liking (eg. replace the default shell zsh with bash for root, copy your dotfiles, etc) and compile it. Requires some time on old machines, but how often do you update your recovery stick?


  • exfat or fat32 is great for interoperability between linux and windows but has limited functionality under linux.

    If you’re using your external drive only under linux, I suggest switching to a filesystem that works better with unix like permissions and special bits.

    Also, like others, depending on your use-case I would suggest something with journaling like ext3 or ext4. If you happen to power of your system while writing something to that drive, the fs does not get corrupted/can automatically recover.

    For backups with rollback maybe a FS with copy on write and automatic compression like btrfs or zfs would be better.

    With btrfs borg backups allows you to create incremental backups of btrfs subvolumes. I use it to backup my home, etc and /subvolumes on my “backup server” (old pc with two raid1 hdds).

    I have a friend who administeres backups for his company (afaik ~100-200GB delta per week) and he swears by zfs. I found btrfs simpler though.


  • We still here for you though. After all linux is love, linux is live. We’re definetly not a cult. Just give it a try. Linux Mint is super beginner friendly, trust me. Just once, you’ll feel better afterwards.

    Jokes aside, learning or doing something new (can be, but doesnt have to be linux) won’t make anything better, but maybe make the drudgery of everyday more bearable, imo.

    Also even though I hate it, talking about stuff that is on your mind with people irl is like super important and can be really cathartic.


  • We do have 3 egg layers that are 8-9 now and couldnt eat them

    I’ve heard that kind of attachement to favorite animals from a couple of farmers. Perhaps this is psychologically similar to a teacher having a teachers pet while all others “move on”?

    Pigs, I interact daily, give them scratches and treats. We send them to an abittoir.

    Ah okay, so is your existentce is dependent on animal farming? So it’s like a “The Ones Who Walk Away from Omelas”-kind of situation…

    Everything dies eventually, at least I know they had a good life while it lasted.

    It sounds like you really do care, but their existence is imo rather needlessly (and in some cases horrifically) cut short, no? Maybe i’ve thought about this to much but I always ask myself: How old would domesticated animal get if they are not slaughtered and can I justify this choice by the imo neglible gains (not having to take as many supplements and the taste i am accustomed from my youth) I gets from a omnivorous diet?




  • Hahahah, oh how naive you are.

    What you’d call naive, i’d call it idealistic. Like 99% of GMO soy is used for animals. If I am naive if I exlusively buy organic and regional (at least from the same country, not the other side of the world) legumes and soy products, so be it…

    All that glyphosate has gone to your brain budd

    From what i’ve seen in documentaries about Roundup rural regions have more miscarriages and malformed babies so i guess the main risk is still exposure in the direct environment (living and drinking tap water in areas with a lot of conventional agriculture).

    I assumed pesticides were like antibiotics where the stuff is stored inside fat and muscle tissue and found in high concentrations in meat products aswell but it seems i was wrong. Most articles online found high concentrations on conventionally produced fruits and vegetables.

    I’m not gonna change your mind by arguing with you on the internet, and I’m not trying to, but I’m genuenly curious: How can you eat something you raised? I’ve had chickens, rabbits and dogs in the past and I couldn’t imagine eating them. Each one was an individual and had their own personality and character. I’d probably puke if someone told me I’ve just eaten them.




  • pitiable_sandwich540@feddit.orgtomemes@lemmy.worldSoy and beans
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    20 days ago

    Once again I’m baffeled by people like him beeing able to raise an intelligent and feeling animal, kill it and devour its cadaver (and beeing proud of it, lol).

    Like, just eat the crops directly instead of passing it through an animal and loose like >80% of harvested callories)

    He’s right on the GMO thing, tho. There are crops that have been specifically modified to increase their resistance to glyphosate.




  • You could also setup a git repo for your config files. That way you could revert changes, if you break something.

    If you don’t want do open your pi up to the internet you could take a look at tailscale. I use this script on my laptop and home pc to share files with sshfs while having any other traffic go through mullvad. Set this up on your pi with it as an exit node and you basically have access from anywhere.


  • I’m using st with tmux. It’s in written in c, simple configuration can be done by editing the header file(s). More complex customization (such as visual bell or transparency) can be done via patch files.

    Not the most beginner friendly terminal but super light weight and fast.

    I was tinkering with ollama+deepseek and trying to integrate it into my bash functions, but gave up, because i could not supress that stupid “thinking…” prompt. Found it easyer to just have a browser window open (switching windows can become muscle memory in tiling wms like i3/sway or dwm).