Ah yes, good ol’ absurdism.
- 0 Posts
- 40 Comments
Pro tip: you can also put the
< urls.txtat the start for readability. The arrow doesn’t have to point at the command.
I think you may feel more at home in Non-Political Comics then. (Tbh I understand, sometimes I have to live over there for a few days. No need to be rude about it though.)
To commandeer their superior grammatical sensibilities?
cravl@slrpnk.netto
Games@lemmy.world•Timberborn - 1.0 release date and lore trailerEnglish
7·22 days agoDo I have enough ___ stockpiled? No. Hoard more. Rinse and repeat.
cravl@slrpnk.netto
Linux@lemmy.ml•KDE Plasma 6.6 Beta: New Login Manager, USB Portal and Wayland improvements
6·1 month agoI’ll be so glad to ditch maliit, it isn’t responsive at all and gets pushed off the screen by a simple vertical taskbar. Even worse, it spams the journal with so much unnecessary debug info that I never found any way to turn off or filter out.
…wat? It’s not because there’s rules (he very well could have simply snapped his fingers), it’s because he wanted to demonstrate to us how much he loved us. It has to do with the whole “he is the embodiment of both perfect love and perfect justice” thing.
cravl@slrpnk.netto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloud
2·1 month agoIt doesn’t usually matter, though you could have a script in your dotfiles to bootstrap the installation of everything needed. I haven’t bothered because I very rarely set up new machines, but for a VM warrior that’s what I would recommend for sure. You can use chezmoi templates to automatically use
apt/dnf/yum/zypper/brew/whatever and export different envs depending on your platform and shell.
cravl@slrpnk.netto
Linux@lemmy.ml•Help me understand the workflow for cloning dotfiles after a fresh install without hosting dotfiles in the cloud
3·1 month agoI use chezmoi which syncs via my private Gitea instance. I can’t imagine not using a VCS for dotfiles, the number of times I’ve edited my ZSH aliases file or my VSCodium settings.json on both my desktop and my laptop and then had to merge the changes together is… a lot. A new setup is as simple as installing chezmoi, logging in to Bitwarden, downloading my Gitea SSH key, and cloning. The templates handle customizing things to the platform I’m on. I can do it over HTTPS using any backend the Git credential store supports too.
cravl@slrpnk.netto
Selfhosted@lemmy.world•Nametag: Self-hostable personal relationships managerEnglish
17·2 months agoFor small personal deployments, is SQLite support planned? It’s crazy performant and I have to imagine it would work for up to 500 contacts at the very least, which should cover the majority of deployments. Making Redis optional (otherwise using a basic in-memory KV store of some kind) would also be cool.
cravl@slrpnk.netto
Linux@lemmy.ml•XPipe - A connection hub for all your servers: Status update for the v20 release
2·2 months agoKonsole also supports split panes, support would be awesome if it isn’t in already.
Oh jeez, what the heck? I have no idea, Lemmy seems to be doing something it thinks is smart but is, in fact, not.
EDIT: Fixed! Apparently you have to include the
https://part or the formatting goes bonkers. No idea if it’s a Lemmy thing or an issue with my instance.
Mint is FOSS and free of hardware restrictions, so if you don’t mind having to teach yourself how to fix the odd issue here and there, it’s probably the better option. That said, macOS is definitely a more seamless and full-featured experience (whether that matters to you is personal preference). I use it plenty at work, it’s pretty nice for the average user. Personally, I switched from Windows to Mint years ago, but now I’m on KDE Neon because I needed Wayland support and fell in love with KDE Plasma in the process. Mint/Cinnamon should be stable on Wayland within the next year or two though, so that’s cool.
deleted by creator
The problem is asking a fundamentally subjective question in a way that presupposes it to be objective truth.
If you instead asked,
What are some advantages that Linux Mint and macOS have over each other?
…you might get more useful answers—from people, that is. AI will just give you what you think you want to hear.
Shoutout to everynoise.com
I knew what that link was before even opening it. 🍿💦💨🪄
Similar situation: I legit taught myself how to use aircrack-ng when I was like 12 because I wanted to play Mario Kart on my grandma’s Wii, but it needed internet to download an update, which she didn’t have. However, the neighbor had a WEP-encrypted network, and I was staying the night. The rest is history.
Idk, I can think of plenty. Pricing models (finding comps and such) can be compiled in a fraction of the time! Online listings have AI-generated images of what different remodel options could look like! So on and so forth.




It’s weird with a multi-command string (i.e. when semicolons get involved), shortest answer is to fiddle with it. I think it may work at the beginning if you put the rest of the command in a (subshell)?