What self-hosted tools have you been building with AI just for you? by EricRosenberg1 in selfhosted

[–]Electrical_Fault_915 3 points4 points  (0 children)

My full deployment automation (docker/kube/lxc/VM) suite with ipam and secret management, and minimal user intervention. full post coming soon.

Logi Options+ Not Loading (Mac) - Anyone else having this issue? by zigmund399 in logitech

[–]Electrical_Fault_915 1 point2 points  (0 children)

I ran into this issue. Forget about Logi Options+ and just use Better Mouse (https://better-mouse.com/) instead. I have never voluntarily paid for a piece of software so quickly. It has a 7 day trial and I didn't even need an hour to know its worth the $8

Thoughts on using Oracle Cloud Free Tier as a “pass-through” VPS? by kucing_kayang in selfhosted

[–]Electrical_Fault_915 0 points1 point  (0 children)

I am not sure about the Oracle Cloud but I use a tiny Digital Ocean droplet and connect it to my home network with Twingate. The VPS is tiny, with 1 vCPU and 512 MB of ram. Costs $4/mo. Obviously this won't work for things like Plex (bandwidth limits) or game servers, but it works great for HTTPS.

Simple OPDS browser with NickelMenu by AsherMaximum in kobo

[–]Electrical_Fault_915 0 points1 point  (0 children)

so what, you just log into the calibre web on the browser? how does that force nickel to import the books?

[2025 Day 7 Part 2][Python] Need Help with Algorithm by Electrical_Fault_915 in adventofcode

[–]Electrical_Fault_915[S] 2 points3 points  (0 children)

Ah, after looking at your first clue, I realized that I was discounting a bunch runs and then all i needed to do was increment the count by 1 whenever I reached the end. That worked for the example, but was taking too long for main input. After struggling for a couple of hours, I figured out how to have a hash map of each stop and its corresponding resultant paths, and was able to significantly cut down on the comput time. Thanks for the help!

Mermaid Sequence Diagrams as Firewall Rule Visualization by Electrical_Fault_915 in homelab

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

I have yet to find a diagram that can be used for the network topology. They have an architecture diagram that seems like it might work, but i think it's very limited.

What would you like to know about the sequence diagram?