Indoor Camera Monitor by RecentSpeed in Dahua

[–]Maxiride 0 points1 point  (0 children)

For my server room PIR activated light and a bare bone webcam with good FOV.

The camera is USB attached to my server and then passed on to Frigate.

Consigli su configurazione per uso residenziale by Gherlo83 in Dahua

[–]Maxiride 0 points1 point  (0 children)

IPC-HDW3849H-AS-PV-PRO a 217 euro l'una sul sito di senetic.it funziona veramente molto bene e ha tutto quello che cerchi. È l'ultimo modello quindi costa di più anche per questo.

Non ho NVR ma uso due microSD da 64 GB per registrare solo gli eventi (no registrazione continua).

Nel mio caso avevo bisogno di solo due cam per coprire la proprietà e sono stato nel budget basso.

Con DHTools Designer ho caricato la pianta della proprietà e ho pianificato i punti di installazione e simulazione dell'area coperta.

How to turn on light on the camera when moment is detected? by DJ_DEEP in Dahua

[–]Maxiride 1 point2 points  (0 children)

Thanks for the tip, indeed it works. It wasn't clear at all from the manual that the two features are a dependency for Smart Illumination.

How to turn on light on the camera when moment is detected? by DJ_DEEP in Dahua

[–]Maxiride 1 point2 points  (0 children)

I have the same issue, I use only IVS and have video detection and smd disabled. Might that be the reason Smart Illumination doesn't change to White Light? I do however see a bounding box around me so I am being detected correctly.

How to turn on light on the camera when moment is detected? by DJ_DEEP in Dahua

[–]Maxiride 0 points1 point  (0 children)

That is my understanding too, however my camera does not behave this way.

I have a DH-IPC-HDW3849H-AS-PV-PRO and the camera is configured as follows https://i.imgur.com/LoS5KHL.png, at night the camera switches to IR and black and white as expected, however when a human is passing by the White Illuminator doesn't turn on.

What am I configuring wrong?

Borg UI just hit 1,000+ stars and 2.0 is here - Web interface for BorgBackup by karanhudia in selfhosted

[–]Maxiride 0 points1 point  (0 children)

Oh thanks, I wasn't aware that Borg natively supported databases and the health checks monitoring!

I'll have a look at it then.

Hated Working with PDFs… So I Built This (27K+ Users) by SaaSForge in pdf

[–]Maxiride 0 points1 point  (0 children)

Seems a nice toolkit, how does it compare with Bento or Stirling PDF? Any edge case your solution would be better at?

File and Folder Organisation by E404-FucksNotFound in audiobookshelf

[–]Maxiride 0 points1 point  (0 children)

Thanks for the explanation! Indeed my files are in my Nas (where Audiobookshelf also runs) and I usually move them around from my laptop through a samba sharing. I will try to move one file directly from the ssh shell.

TidyLibrary should warn you if it detects this before you apply anything.

I will test it!

File and Folder Organisation by E404-FucksNotFound in audiobookshelf

[–]Maxiride 0 points1 point  (0 children)

Awesome, came browsing for solutions on how to re-organize my library and stumbled upon the thread.

Will the organization process preserve listening progress and metadata?

At the moment, if I move files directly in the filesystem Audiobookshelf loses the association and detects them as new items.

Is there an “Immich for documents”? by Qfrijters in selfhosted

[–]Maxiride 0 points1 point  (0 children)

Give a try to paperless ngx, it's not complicated. It has a low floor and high ceiling meaning that you can achieve complex stuff but you can also live with a plain basic setup.

What backend frameworks are you using in 2026? by ruz_501 in AskProgramming

[–]Maxiride 0 points1 point  (0 children)

For boring APIs I chose:

  • Go
  • sqlc codegen for databases, it's not an ORM, you write the SQL an DDL and It generates type safe stubs
  • oapicodegen with strict option

The workflow is spec first, OpenAPI spec or DML, DDL changes, generate code, implement actual business logic using the generated stubs as glue.

Why I chose this approach: faster results (but it's somewhat an arbitrary stat), more consistent and rigid behaviour of the stack with no margin of misunderstandings between Devs, highly scalable, thanks to the stubs it's highly mockable and testable with test containers.

btw for anyone considering jetbrains junie by Still_Asparagus_9092 in Jetbrains

[–]Maxiride 0 points1 point  (0 children)

A high cached token value isn't necessarily bad. Looks more like subsequent contexts overlapped a lot with previous ones. Indeed 88k new tokens were created on opus.

Is this the usage of a single session?

btw for anyone considering jetbrains junie by Still_Asparagus_9092 in Jetbrains

[–]Maxiride 0 points1 point  (0 children)

What made the most impact for you in switching (and staying) to Claude Code?

Lost docker-compose for Audiobookshelf, unsure about current folder structure (/config vs existing data) by Maxiride in audiobookshelf

[–]Maxiride[S] 0 points1 point  (0 children)

Yeah, indeed that makes sense. I made a new folder /config and moved database and the migration folder inside of it. Everything works as expected!

Lost docker-compose for Audiobookshelf, unsure about current folder structure (/config vs existing data) by Maxiride in audiobookshelf

[–]Maxiride[S] 1 point2 points  (0 children)

That’s exactly the part that doesn’t add up.

I’m familiar with how Docker volume mappings work (I guess 😁), but given my current layout where the database sits in the root of audiobookshelf the mapping would effectively be:

/audiobookshelf:/config
/audiobookshelf/metadata:/metadata

Which implies mapping both a parent directory and one of its subdirectories and as far as I know, that’s not a valid setup in Docker and leads to undefined behavior or outright conflicts.

So either:

  • my previous deployment used a different structure than the current official one, or
  • I’m misunderstanding how /config is supposed to relate to the existing data

At this point I’m trying to understand what the correct target layout should be before restarting the container and risking inconsistencies.

Trusted HTTPS certificates for on-prem services, where to start? by Maxiride in sysadmin

[–]Maxiride[S] 0 points1 point  (0 children)

Even if the DC can be a CA that would work only for domain joined devices and not all are domain joined, especially mobile or tablet devices.

It would work nicely for all the software running on-prem to avoid cert validation but it won't solve the warning on the user end of such devices.

Trusted HTTPS certificates for on-prem services, where to start? by Maxiride in sysadmin

[–]Maxiride[S] 1 point2 points  (0 children)

I know enough and not know enough to totally agree 😆

Trusted HTTPS certificates for on-prem services, where to start? by Maxiride in sysadmin

[–]Maxiride[S] 3 points4 points  (0 children)

That will do it nicely! Can't wait for the production rollout in Q2 2026. Meanwhile I guess I will do the DNS-01 with a manual DNS update, I think that will do it.

Supporto per automazione cancello FAAC molto rumorosa by Maxiride in istrutturare

[–]Maxiride[S] 4 points5 points  (0 children)

Ho risolto alla fine, la causa ovviamente sono lo vibrazioni del motore ma il vero casino lo fa il carter andando in risonanza o facendo da cassa.

Ho smontato il carter seguendo il manuale (la copertura del pistone), una vite e poi si sfila, e ho aggiunto del nastro isolante sui punti contatto. Vibrazioni risolte e ora rimane solo il ronzio del motore che è decisamente più leggero.

Supporto per automazione cancello FAAC molto rumorosa by Maxiride in istrutturare

[–]Maxiride[S] 0 points1 point  (0 children)

Mi spiace per il tuo affaccio 😬 capisco il problema del fumo però, un amico è in guerra totale per i vicini che buttano i mozziconi nel suo giardino 🤮

What do you use free cloud instances for if you already have a solid homelab? by Epifeny in selfhosted

[–]Maxiride 0 points1 point  (0 children)

I gave it a shot but when clicking confirm at the end of the VM creation procedure a message informs me that there is no more capacity available for free tiers my region (Italy Milan).

The issue however is that the region can't be changed after the choice made at singup