Is this some kind of virt-manager but with a TUI ?
- 14 Posts
- 99 Comments
https://github.com/atuinsh/atuin is a great tool to manage and search your shell history. I especially enjoy it being able to search commands based on the working directory I was in when I ran them.
It also has more features (which I don’t use) to manage dotfiles and sync shell history across hosts/devices.
pcouy@lemmy.pierre-couy.frto
Gaming@beehaw.org•Hollow Knight: Silksong is coming out on September 4
1·3 months agodeleted by creator
pcouy@lemmy.pierre-couy.frto
Selfhosted@lemmy.world•Clicking HDD in NAS: not 100% sure which oneEnglish
9·3 months agoI had one such case recently, turned out it was due to a faulty SATA (data) cable. Once you find which drive is clicking, try plugging it with a new cable before declaring it dead.
dmesgoutput may contain some useful error messages. If you find errors related to I/O, block devices, SCSI or SATA, you should include them in your post
pcouy@lemmy.pierre-couy.frto
Selfhosted@lemmy.world•What are the ramifications of letting an old domain that was used for email go back into the market?English
19·4 months agoSomeone registering the domain would be able to receive any email sent to any address under this domain, including password resets.
Reminds me of the time when I bind mounted my home dir in a chroot, then
rm -rfed the chroot when I no longer needed it…
To anyone saying it’s dumb not to use a forge, have you heard of a little open source project called Linux ? It does not use a forge either
pcouy@lemmy.pierre-couy.frto
Technology@beehaw.org•I Believe That It's Important For All of Us to Understand What 'Decentralization' Truly Means. Please, Let's Talk About That
12·7 months agoSelf hosting emails is a pain, but I’ve been doing it for almost 2 years and I do not have any of these issues. I’m not an expert either, I just thoroughly followed a tutorial to properly configure dmarc, dkim and everything else and everything just works (I just hope I’m not jinxing it by writing this :D )
pcouy@lemmy.pierre-couy.frto
Technology@beehaw.org•I Believe That It's Important For All of Us to Understand What 'Decentralization' Truly Means. Please, Let's Talk About That
15·7 months agoThere are a few things I don’t like about this scoring system :
- Why is there a “Top Provider Content Share” metric if its gonna score the same as the “Top Provider User Share” every time ?
- Why is the Top Provider Content Share not higher than the user share ? For instance, emails usually have at least one sender and one recipient, making it twice as likely that at least one of them is using gmail. If an email has 10 recipients across 10 different providers, each provider has a copy of the data
- Why is ease of hosting a mail server rated so well ? How is “leveraging email hosting services” decentralized in any way ?
- Why are we using a random repo created a few hours ago by a random github user as a reference ?
pcouy@lemmy.pierre-couy.frto
Selfhosted@lemmy.world•Question about what to put on RAID and what to put on NVMEEnglish
2·9 months agoAlternatively, if your databases are on a filesystem that supports snapshots (LVM, btrfs or ZFS for instance), you can make a snapshot of the filesystem, mount the snapshot and backup thame database from it. This will ensure the backup is consistent with itself (the backed up directory was not written to between the beginning and the end of the backup)
pcouy@lemmy.pierre-couy.frto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•PrivTracker - Private BitTorrent tracker for everyoneEnglish
7·10 months agoBecause you either need an announce URL or publishing your torrent to the DHT for your friends to be able to peer with you.
Seeding copyrighted material using a public announce URL or the DHT will get you in trouble in most western countries.
pcouy@lemmy.pierre-couy.frto
Selfhosted@lemmy.world•The best Cloud backup in 2025?English
2·10 months agoEnabling multi DC redundancy is really easy though. The other providers you mentioned may have it by default, but they’re also a lot more expensive.
I love that they let me pick my own redundancy strategy, without forcing me to pay for theirs
pcouy@lemmy.pierre-couy.frOPto
Programming@programming.dev•Goodbye SASS, welcome back native CSS
2·10 months agoborder-radius: max(0px, min(8px, calc( (100vw - 4px - 100%) * 9999)) );
Oh I missed this. I think it’s only here to showcase doing math between different units, which is really nice in my opinion. I’m thinking about a few instances where I had to resort to dirty JS hacks just because CSS did not support this at the time
pcouy@lemmy.pierre-couy.frOPto
Programming@programming.dev•Goodbye SASS, welcome back native CSS
5·10 months agoWe still see somewhat old browsers, especially from people using Safari on Apple devices (because IIRC it only updates when you update the whole OS). But it’s a lot better than it used to be thanks to most browser having auto-updates
Works fine for me. Which OS and browser are you using ?
pcouy@lemmy.pierre-couy.frOPto
Programming@programming.dev•Goodbye SASS, welcome back native CSS
3·10 months agoI’m not sure how this relates to the shared post. I’m just searched the article for “radius” and only found one example where a variable is defined then used later. Were you talking about this ? Or can you clarify what “radius calculation” you hate ?
pcouy@lemmy.pierre-couy.frOPto
Programming@programming.dev•Goodbye SASS, welcome back native CSS
3·10 months agoIt seems to be working for me, it’s weird. I’ve updated the post with the same URL anyway, and you can try https://scribe.bus-hit.me/@karstenbiedermann/goodbye-sass-welcome-back-native-css-b3beb096d2b4 if that still does not work
Well it’s in the name, they are code smells, not hard rules.
Regarding the specific example you cited, I think that with practice it becomes gradually more natural to write reusable functions and methods on the first iteration, removing the need for later DRY-related refactorings.
PS : I love how your quote for the Rule of Three is getting syntax highlighted xD (You can use markdown quotes by starting quoted lines with
>)
Let’s rephrase my opinion, so that we can (hopefully) agree on something : What I’m arguing against is the “ChatGPT-style” (or “tutorial-style”) comments that I’ve seen all over juniors’ code, even before LLMs got widespread











Here is a link to the adjust.h GitHub in case you don’t feel like watching a video