@Shimitar@downonthestreet.eu
Shimitar
member since 28 Jan 2025 18:01
comments
- on Bugpocalypse, or reporting bugs in an AI age - QEMU in c/opensource@lemmy.ml · 7h ago
-
on Looking to move from Caddy in c/selfhosted@lemmy.world · 2d ago
I believe that it’s impossible to avoid ai generated or ai committed or ai designed or ai helped code. Or will very soon be.
Better to learn to cope with it.
-
on How "secure" is your setup? in c/selfhosted@lemmy.world · 16 Sep 2026
I don’t selfhost secure, is this a new service? I selfhost securo instead, great tool!
Am I missing something here?
-
on Finally have the stream from my HikVision, now the challenge of Frigate in c/selfhosted@lemmy.world · 13 Sep 2026
Good! I was probably doing something wrong, but in any case seems more logical to leverage the cameras internal detection.
-
on Finally have the stream from my HikVision, now the challenge of Frigate in c/selfhosted@lemmy.world · 13 Sep 2026
Feels like nextcloud…
-
on Finally have the stream from my HikVision, now the challenge of Frigate in c/selfhosted@lemmy.world · 12 Sep 2026
In my experience frigate is quite CPU intensive. I have 10 cameras and my old I7-8700 would die trying to have frigate process them all.
I opted for a different approach with LazyNVR (codeberg.org/LazyNVR/lazynvr-sources) leveraging the capability of the camera to perform motion detection and video recording directly. This offloaded my CPU and now I can record all 10 cameras on a OPi3.
-
on Bluefin Server — Cloud-native home infrastructure from Project Bluefin [AIP] in c/selfhosted@lemmy.world · 8 Sep 2026
There are rules and whoever post, must add the ai tags. But more than that, I find low effort posts like this one do not contribute to the community and are frankly human slop.
At least take the time to write a few lines on what this is and why we should bother click the link.
That will go long way toward a useful post.
-
on Replacing Cloudflare Tunnel with a Selfhosted Towonel Tunnel in c/selfhosted@lemmy.world · 1 Sep 2026
You missed my point?
why can’t you just use a wireguard connection between your device and the server, or network?
-
on Replacing Cloudflare Tunnel with a Selfhosted Towonel Tunnel in c/selfhosted@lemmy.world · 1 Sep 2026
I don’t get the need for those tunnels.
Wouldn’t a simple wireguard setup be enough un less you are behind CG-NAT?
Wireguard it’s there, free, open source, doesn’t rely on any external server or company…
What does these “tunnels” actually add?
-
on [AIP] WebPrint a self-hosted webUI for your printer in c/selfhosted@lemmy.world · 21 Aug 2026
That’s cool… Next week I will try it for sure …
Yeah ai slop? Welcome if it’s the one and only viable solution …
Hoping some maintenance will be there tough :)
-
on Selfhosting a printer (and scanner) server with UI in c/selfhosted@lemmy.world · 18 Aug 2026
This won’t work for Android windows and such devices. And it’s a pain to setup, won’t work 100% and some scanners are ven worse .
Scanservejs is the final solution for all platforms.
-
on Selfhosting a printer (and scanner) server with UI in c/selfhosted@lemmy.world · 18 Aug 2026
Op want to upload a file to a web GUI and print it from there, not share printers with other computer/ devices.
Also, scanservejs is the the sane web GUI to actually do the same with scanner.
For scanning it make sense as there are no shared scanning solutions across platforms. For printing, it’s of little use as other pointed out you can print to cups from anything basically.
But o get the need for a web printing page, as uploading a file and hit print button is a zero setup, and while simple even remote cups printing is not 0% extra setup, you have at the very least to select a printer or hit “share as” and select a print service (android). YMMV
-
on What is your weirdest self-hosting problem you've had to solve? For me: Mouse inside the server. in c/selfhosted@lemmy.world · 18 Aug 2026
48 disks seems a nightmare in power consumption, failure rate, and overall cabling management…
What was the total capacity?
-
on What is your weirdest self-hosting problem you've had to solve? For me: Mouse inside the server. in c/selfhosted@lemmy.world · 18 Aug 2026
I use e self made wood cabinet in the attic where also the PV inverter is located. I used Velcro to strip on the wall (brick wall) stuff like switch firewall etc, only to find those collapsed on the server itself every time. No matter which glue or adhesive i used.
At the end, a strong unbranded Chinese double sided tape was better and still strong after all big western brand failed over time.
Maybe a mix of heat and uneven surface was the culprit, who knows.
-
on A solar powered website that goes offline when there's no power in c/selfhosted@lemmy.world · 18 Aug 2026
Uptime for home users is useless. More important is recovery, reboot and resume (the 3’Rs)
You server should reboot automatically, storage should restore itself from unsafe shutdown and your services should resume operations like nothing happened.
This means test your reboot, ensure stuff doesn’t break, and so on.
Failing storage after an hard reboot is the hardest.
For network, i have two ISP connections and a an auto switch script Incase one goes down. But honestly it’s overkill and not needed for 99% of home hosters.
Buying some kind of UPS like a battery powered power strip is also nice but keep in mind that require maintenance to replace batteries once every few years (long enough to forget) and so be useless. The ups shall only last enough to perform a controlled server shutdown using NUTS.
-
on Selfhosting a printer (and scanner) server with UI in c/selfhosted@lemmy.world · 18 Aug 2026
No cups does not print from web UI, it’s only for management. Cups is used to install a d manage the printer, all your computers can then print over the network using cups, but they still need to configure the (remote cups) printer locally.
-
on Selfhosting a printer (and scanner) server with UI in c/selfhosted@lemmy.world · 18 Aug 2026
I use scanservejs since at least one year and can confirm it’s the best.
As for printing, I went down the same rabbit hole and had zero luck. Seems such a stupid thing yet nobody created such a service, except for a couple of commercial ones.
So yeah, if you find something …
By the way, probably creating a simple web interface that accepts uploads and pipe to lpr is pretty easy to do, but I didn’t got around to do it. Printing feels… Outdated. And printing from computer or android is so easy anyway that probably useless.
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 17 Aug 2026
Llama CPP can run models offloading with CPU (es MoE models), you have much more control over how you run your models, and overall it’s very much actively developed.
For starters and people without too much willingness to mess up with stuff, ollama is a great choice. Llama.cpp gives you that extra power and flexibility that is so much worth for people who like to tweak and do more.
My personal opinion, of course. But based on having used both and ditched ollama for llama.cpp, so I am also biased, keep in mind.
But I will hardly go back to ollama now :)
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 17 Aug 2026
Every use case is different and there is when you can customize it being Linux.
So good, sladapt your swappines and/or ditch swap completely or try zram, according to your needs. Standard use case works fine for most people tough.
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 17 Aug 2026
Here is my experience wiki.gardiol.org/7-services/llamacpp
No ads no monetization just a wiki I keep for my future reference.
Never been happier than moving to llamacpp from ollama.
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 16 Aug 2026
As a suggestion, ditch ollama and setup llama.cpp. it will work fine with openwebui and it’s much more efficient. (Unrelated to the ram/swap issue)
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 16 Aug 2026
You can enable zram and remove your on disk swap file if you prefer to spare the SSD write cycles…
-
on Why is my home server using so much RAM for cache + buffer? in c/selfhosted@lemmy.world · 16 Aug 2026
That is expected and a good thing.
Free ram is wasted ram, so every file touched by any service will be cached and cache will stay there until ram is needed. This means that over time cache and buffers will always grow, because any subsequent access to those will be faster. The moment more ram is needed by programs, those buffers and cache will be freed immediately.
This is also the reason why some swap will be used even if there is free ram. Some stuff and pages can be swapped out without impact on performance.
Look at it this way: free ram is a wasted opportunity to increase performance by caching some file from disk.
-
on [AIP] Open CAD Studio in c/selfhosted@lemmy.world · 16 Aug 2026
Does this app run in a browser or on a server?
-
on [AIP] Open CAD Studio in c/selfhosted@lemmy.world · 16 Aug 2026
How is this self hosted? Seems a desktop application
-
on I need a new hobby, I'm going to set up my own Lemmy instance. Am I an idiot? in c/selfhosted@lemmy.world · 11 Aug 2026
Cool man… I did the same last year, best decision ever.
Pretty easy too
-
on [AIT] Birdnet-go: Self-hosted realtime soundscape analyser for birds, bats and other wildlife in c/selfhosted@lemmy.world · 10 Aug 2026
That’s true…
-
on [AIT] Birdnet-go: Self-hosted realtime soundscape analyser for birds, bats and other wildlife in c/selfhosted@lemmy.world · 10 Aug 2026
I still like it and i have seen projects with much uglier logos made by humans. Nothing against humans or AI either.
-
on [AIT] Birdnet-go: Self-hosted realtime soundscape analyser for birds, bats and other wildlife in c/selfhosted@lemmy.world · 10 Aug 2026
Xale, the logo is pretty, on topic and quite cute. Is it made with AI? No idea. Does it really matter?
Give open source projects a break will you?
If you don’t like the logo just say so.
-
on [AIP] Fathom v0.11.0: now on Android and Android TV (experimental), plus many more updates! in c/selfhosted@lemmy.world · 9 Aug 2026
The Android release, Will you publish on play store? Otherwise from next month it will be dead in the water for most people.
In my limited experience, AI properly guided can be a great bug hunter.
As usual with AI anything must be thoroughly vetted of course, but overall it’s a huge time saver.