The lie made into the rule of the world.
- 3 Posts
- 98 Comments
Is there any meta analysis on these major outages?
They seem to be occuring more and more regularly.
iii@mander.xyzto
Selfhosted@lemmy.world•Why do so many services require email configuration?English
2·5 months agoDepending on 3rd parties is a pain in the ass
iii@mander.xyzto
Selfhosted@lemmy.world•Recomendations please for a self-hosted contact form on VPS (RESOLVED)English
3·5 months agoAwesome selfhosted lists https://github.com/heyform/heyform as a possibility.
Just an idea, not criticism, but have you evaluated if the nostr protocol might serve your needs?
It’s an open source protocol specifically for p2p applications.
iii@mander.xyzto
Selfhosted@lemmy.world•Are there any decent GPT-detection tools that can be run locally?English
18·6 months agoif a tool exists which can easily and reliably detect AI generated content then they’d just be using that tool for their training
Generative Adversarial Networks are an example of that idea in action.
One of these projects might be of interest to you:
Do note that CPU inference is quite a lot slower than GPU or the well known SAAS providers. I currently like the quantized deepseek models as the best balance between quality of replies and inference time when not using GPU.
I’ve worked with bookstack. Found it easy and intuitive. It’s wiki software not specific to family history.
I think it depends on the rate of change, rather than the amount of containers.
At home I do things manually as things change maybe 3 or 4 times a year.
Professionally I usually do setup automated devops because updates and deployments happen almost daily.
At one of my clients, who wants everything on-prem, I use gitlab CI with ansible. It took 3 days to setup, and requires thinkering. But all in all, I like the versitility, consistency and transparency of this approach.
If I’d start over again, I’d use pyinfra instead of ansible, but that’s a minor difference.
iii@mander.xyzto
JavaScript@programming.dev•Shai-Hulud: The novel self-replicating worm infecting hundreds of NPM packages | SysdigEnglish
12·7 months agoOld school ideas with a new paintjob. I kinda like it.
iii@mander.xyzto
Python@programming.dev•Announcing iceoryx2 v0.7: Fast and Robust Inter-Process Communication (IPC) Library for Rust, Python, C++, and CEnglish
2·7 months agoFrom the top of my head: Replication, sharding and failovers, access control, security in general.
None of these are dealbreakers, all of them have workarounds, and redis has proven to scale. It just requires a lot of work and maintenance to do right. So I’m always happy to evaluate alternatives :)
iii@mander.xyzto
Python@programming.dev•Announcing iceoryx2 v0.7: Fast and Robust Inter-Process Communication (IPC) Library for Rust, Python, C++, and CEnglish
3·7 months agoThis looks very promising, thanks for sharing.
I like memcached and redis as much as the next person, but they do show their age.
I’ve been playing with nats.io instead, but haven’t comitted yet. Will add the linked project to my list of alternatives to consider!
iii@mander.xyzto
Free and Open Source Software@beehaw.org•Apps like reddit and lemmyEnglish
4·7 months agoAmethyst
Stock raspberry os and syncthing sounds like the easiest way to do this.
I also dislike graphana kabana elastic behemot.
You can use rsyslog to centralize the logs. Then there’s tools like this for anomaly detection on those logs.
iii@mander.xyzto
Selfhosted@lemmy.world•What external services do you use for your selfhosting setup?English
1·8 months agoA small application I wrote myself, hosted on the free tier of pythonanywhere.com
iii@mander.xyzto
Selfhosted@lemmy.world•What external services do you use for your selfhosting setup?English
3·8 months agoUptime monitoring and notifications
I’ve done cron @reboot keep-one-running <mycommand> before (1)
iii@mander.xyzto
Selfhosted@lemmy.world•Syncthing 2.0 Launches With Major Database OverhaulEnglish
11·8 months agoGreat news, thanks!
Your domain will always have to be rented through a 3rd party. Cloudflare is (or was?) one of the better choices for that.
Cloudflare does other things as well, most notably it can acts as a proxy: an inbetween between your server and the users. This inbetween can be useful against DOS attacks, blocking of bots, etc. But for most self hosters that part is not necessary. It’s a toggle in cloudflare’s DNS dashboard: I think you’d want it to say DNS only.
Another thing cloudflare can do is tunneling. It’s useful for when your server is behind a firewall or NAT or double NAT you can’t or don’t want to configure. You’d probably know if you use this, so I assume you don’t?