Every tool author should use https://xdgbasedirectoryspecification.com/
- 0 Posts
- 19 Comments
RFC 3339 has less ambiguities, see https://ijmacd.github.io/rfc3339-iso8601/
mikazuki@lemmy.worldto
Ask Lemmy@lemmy.world•What is the pasta shape you dislike the most?
41·11 months agoBucatini, they are so needlessly hard to pick up for almost no gain over Spaghetti. Same for some Linguine that want to untwist from your fork and try to splatter you with sauce.
mikazuki@lemmy.worldto
Ukraine@sopuli.xyz•The total combat losses of the enemy from 24.02.22 to 29.10.24
4·1 year agoAlso, at the current rate they’ll be at 700k losses next Tuesday.
I bought my edge grain cutting board there. They have 2" versions as well as up to 6" versions (https://www.holz-liebling.de/produkt-kategorie/schneidebretter/hackblock/) You could look at their pictures to get some hints at what you could do.
mikazuki@lemmy.worldto
KDE@lemmy.kde.social•How to open Konsole in Split View and run a command?
2·2 years agoAs for timing, one could use the flock function to ensure only one process starts. Something like this (untested):
flock -n ~/.htop.lock -c htop
RFC 3339! ISO 8601 has way too many weird formats that are allowed like today would be 2023-W41-2. See for example here.
At least always use
git push —force-with-lease. It makes sure you are that the remote hasn’t changed since you lasted pulled. https://git-scm.com/docs/git-push#Documentation/git-push.txt---no-force-with-lease
When I researched what to use for my backup I found rsync.net. They have some nice features nobody else seems to support, like they support ZFS send/receive https://www.rsync.net/products/zfsintro.html
But in the end the price made me go with borgbase.com
mikazuki@lemmy.worldto
No Stupid Questions@lemmy.world•How do I subscribe to content outside of lemmy?
6·2 years agoI believe it just finds the user and not the post because the previous posts aren’t synced. So if you are the first user on your instance (eg lemmy.world) to look at that user, only the new posts that this user posts after you have subscribed are synced to the instance.
mikazuki@lemmy.worldBanned from communityto
Asklemmy@lemmy.ml•What movie did you rewatch most often?
11·2 years agoThe original Star Wars trilogy on VHS







At the bottom of that page the author lists some tools that can fix apps that don’t respect this.
libetc - uses a .so to reroute syscalls that try to access files in $HOME, but this hasn’t been updated since 2018 boxxy - calls the tool in a Linux namespace with bindmounts to reroute files. This seems maintained but you need to alias commands like
alias aws="boxxy aws"