Hi! Is anyone here using BookOrbit for manga? Have you managed to get it to automatically fetch metadata for individual manga volumes and group them correctly by series when using the relevant button in the library? If so, what folder structure and file-naming convention are you using? any specific
I'm currently running a media server on a JBOD setup either in external enclosure docks, or external WD drives. I've got about 60TB across 4 drives for media and a 3TB for system images and backups. All of these drives are shared across a network using SMB and rclone for some drive management needs,
Hey! I’m setting up my first home server, I am trying to use a lot of things I already had at home. I am using an old thinkpad and have got the docking station and drives for a Raid 1 set up. I ordered some 1 TB drives on eBay. very small I know, but I have a good little collection that’s been taki
PAWS CONNECT is a comprehensive social platform tailored specifically for pets and their humans.
You can check out the live site here:
pawsconnect.altervista.org
Key Features
Pet Profiles: Users can create detailed p
I just found out SparkyFitness (haven't tried it yet). I'm looking for some reviews on it from those who've used it? Currently using an Apple Watch, so looking for users along that use case. How's it been? Can it replace Health + Strava? Any functionality comments, etc, are welcome! submitted by
Run this in an empty directory. It takes about fifteen seconds and it is the whole article.
$ git init -q . && git config user.email t@t && git config user.name t
$ printf 'v1\n' > a.txt && git add . && git commit -qm base
$ printf 'v2-staged\n' > a.txt &
There are three entries in my project's record of what its owner said that the owner never said.
$ grep -n 'e2echeck' DB/bands/verbatim/OWNER_VERBATIM.md
817:## #332 (2026-09-05T06:58:22.737Z) session e2echeck
820:## #333 (2026-09-05T06:58:24.338Z) session e2echeck
823:## #334 (2026-09-05T06:58:2
Hi! I'm writing a little program to generate images of the Mandelbrot set and other sets. The thing is i would like to have something like ./Mandelbrot -function z*z*z + c But i have no idea on how to make this parametrizable and detect the formulas. I would write a little helper function to detect
Ever since I have been tinkering with Proxmox, I noticed the huge amount of support it seems to get on Reddit subs and generally in the "homelab" cohort. But when you mention this to any sysadmin, they look at you with a smirk like you had just told them about your Lego side project or even outright
Now that we have a mental model of how Solana works, it’s time to actually use it.
We’ve talked about accounts holding state, programs containing the logic, instructions telling those programs what to do, and transactions bringing those instructions together. Creating an SPL Token Mint is a good pl