DevRadar

General

Auto-aggregated global tech articles · 163 posts

I
General

Is anyone here using BookOrbit for manga?

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

Reddit r/selfhosted
N
General

Need advice on eventually moving to a NAS

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,

Reddit r/selfhosted
F
General

First Timer - Storage Question

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

Reddit r/selfhosted
M
General

MY FIRST IDEA

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

DEV Community
L
General

Looking for some opinions on SparkyFitness

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

Reddit r/selfhosted
H
General

How to parametrize an input to be evaluated

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

Reddit r/golang
B
General

Building an SPL Token: Creating the Mint

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

Dev.to (EN Zone)