- 0 Posts
- 35 Comments
antsu@discuss.tchncs.deto
Selfhosted@lemmy.world•[AIP] I built three apps to automate and manage your manga/comics libraryEnglish
2·1 month agoOl’ reliable Transmission.
antsu@discuss.tchncs.deto
Selfhosted@lemmy.world•[AIP] I built three apps to automate and manage your manga/comics libraryEnglish
11·1 month agoIt supporting only qBittorrent is a non-starter for me, but otherwise congrats and thanks for sharing.
It would be worth mentioning in your post that these are made with the spicy auto-complete robot, and to what extent it was used.
A pattern?
Perry the Pattern!
“open square bracket”
1 🖊️ ⬜ 🎾
antsu@discuss.tchncs.deto
Selfhosted@lemmy.world•What apps do you use to listen music at work/on phone?English
13·3 months agoNavidrome on my server, with Feishin as the client on my computers, and Symfonium on my phone.
antsu@discuss.tchncs.deto
Memes@lemmy.ml•It's The Best Day Of The Year - Not A Fathers Day
4·3 months agoHonestly, godspeed. If that means no child will have to suffer lack of parental love and the crushing weight of being treated as a burden, then yeah, those who don’t want kids shouldn’t have kids.
antsu@discuss.tchncs.detohomelab@lemmy.ml•Is there a music app to which I can stream from my NAS that supports CarPlay?
1·4 months agoNavidrome on your server with Nautiline (paid app) on your phone. It has a couple days of free trial to see if it works for you.
Debian on the streets (servers), Arch on the sheets (laptop).
antsu@discuss.tchncs.deto
Programmer Humor@programming.dev•When your API client is just Excel with a ‘Send Request’ button
36·6 months ago“API client”
Imagine needing a GUI for curl.
Briefly addressing the RAID types you mentioned:
- RAID-0: OH NO OH GOD PLEASE NO AHHHHHHH
- RAID-1: There’s nothing wrong with it, but it feels very weird to me that BTRFS can do RAID-1 over 3 disks. It’s still technically 2 copies of every block, meaning you can in theory lose any single drive and still recover the data, but idk, it just feels wrong.
- RAID-10: Again, weird that BTRFS allows this with an odd amount of disks. From what I can find, this has no advantage over RAID-1 with 3 disks and can in fact perform worse.
- RAID-5: It’s probably fine if you have backups, and you get the most usable space out of your disks, but performance will take a hit, and scrubs are terribly slow.
Now, you mentioned not wanting ZFS due to complexity, but really, it is no more complex to manage than BTRFS. It’s fairly easy to get it working on any modern Linux distro (Ubuntu has support out-of-the-box, Debian has it packaged as a DKMS module, Arch has it in AUR, and so on).
With ZFS, you could create a RAID-Z1 (equivalent to a RAID-5) without any of the performance penalties or risks that BTRFS RAID-5 has. Both have pretty much them same features, with the main difference that ZFS can’t be “re-balanced” to a different disk layout like BTRFS can, but it will also generally not corrupt your data if you look at it wrong. Everything else maps pretty much 1:1 between them. Both support:
- Transparent compression
- Transparent checksums
- Scrubbing
- Snapshots
- Block-level transfers (btrfs-send / zfs-send)
- Fairly intuitive CLI
- Filesystem (BTRFS) == Pool (ZFS)
- Subvolume (BTRFS) == Dataset (ZFS)
antsu@discuss.tchncs.deto
Selfhosted@lemmy.world•[Ubuntu] [Docker] Need help with Nvidia hardware acceleration in JellyfinEnglish
16·7 months agoI had the same problem: Debian host + official Jellyfin Docker image, all set up according to the official guide, but it would fail to transcode anything.
There was no relevant information about what was wrong in the logs so what I did was:
- Copy the ffmpeg command from the logs.
docker exec -itinto the Jellyfin container.- run the same ffmpeg command manually so I could see the error directly.
Long story short, because the Nvidia toolkit uses the driver/libraries from the host, the error was that I was missing the library
libnvidia-encode1on the host. After installing that, everything works as it should.
antsu@discuss.tchncs.deto
Selfhosted@lemmy.world•Unifi Protect - Wife Approval Factor? +HA integrationEnglish
4·7 months agoNo, but I’m in the UK, so the lowest temp this doorbell has ever experienced here is around -8°C. Depending on where in the world you are, that might not even register as “cold”. Also, I’ve wired it with the official 16V power supply included in the box and the “chime adapter” dongle thingy, which turned out to be really important for it to function properly.
antsu@discuss.tchncs.deto
Selfhosted@lemmy.world•Unifi Protect - Wife Approval Factor? +HA integrationEnglish
20·7 months agoNo idea how it compares to Ring, but my wife is a severe technophobe and she had no issues or complaints with Protect. We only have one doorbell + one camera connected to a CloudKey+ though, so your mileage may vary.
Motion detection works reasonably well as far as I can tell, with person, vehicle and animal detection too.
Regarding the doorbell, one option you have is to try finding a second-hand Unifi G4 Doorbell (non-pro). It can be wired with only the two wires you already have. Just make sure you have relatively good 5GHz WiFi reception near your front door, because the 2.4GHz antennas on this model are notably bad.
antsu@discuss.tchncs.deto
Linux@lemmy.ml•Best remote control option to support non-techies
8·7 months agoYes, you can just install and use it straight away, no need to mess with self-hosting if you don’t want to. You also don’t need a subscription, that just unlocks some extra features.



Maximum respect!