As you mentioned Immich, Nextcloud and Radicale - don’t forget to make regular backups. If you haven’t automated them, that’s your next project now ;)
Elvith Ma'for
Former Reddfugee, found a new home on feddit.de. Server errors made me switch to discuss.tchncs.de. Now finally @ home on feddit.org.
Likes music, tech, programming, board games and video games. Oh… and coffee, lots of coffee!
I � Unicode!
- 0 Posts
- 36 Comments
I think he’s searching for sarcasm, no?
Guess why he came with a truck and not on a cargo bike…
Open your eyes,
Look up climate change,
and seeeeeeeeee!
LOL, at a quick glance one might even be able abuse a scheduled job on free-tier GitHub runner for the data update and host it statically on GitHub pages.
“Serverless for the poor”
:.|:;
Elvith Ma'for@feddit.orgto Selfhosted@lemmy.world•feedback on my next steps for self hostingEnglish6·29 days ago2)There’s nothing you can’t “undo”. I think you’re overthinking this.
Adding to this: Deploying via Docker (or podman or k8s or…) and/or installing every host via Ansible makes this even easier.
Elvith Ma'for@feddit.orgto Electric Vehicles@slrpnk.net•California sues Trump for blocking its clean-air rules for cars, trucks — and vows to set new mandates3·29 days agoDepends, which states? Blue or red?
And if you panicked before and fucked up the opened file while hammering on the keyboard:
:q!
Elvith Ma'for@feddit.orgto Selfhosted@lemmy.world•Submitting an App for iOS approvalEnglish61·1 month agoOracle Cloud offers 4 ARM cores, 24GB RAM and 200GB storage in their free tier (IIRC you can even divide that into 4 separate VMs). Very useful for cheap testing, if your code/server supports ARM.
Even then, a small underpowered x64 VM for testing purposes is often free on all hyperscalers. Not the fastest server, but depending on the use case?
Elvith Ma'for@feddit.orgto Programmer Humor@programming.dev•AI will replace programmers22·2 months agoHelp, Debian has libbutton only in 1.4.3 and libdosomething is not in my repo. I compiled libdosomething from source, but now it needs libbutton >= 2.4.1 and compiling that version of libbutton fails, as my GCC and make are too old and incompatible!
I already tried it on my other PC, but that isn’t based on glibc, which makes all these dependencies even worse…
I’m in this picture and I don’t like it. Yesterday I was trying to debug my reverse proxy setup for a new app and why it wouldn’t work.
Well, if you configure it to route shinyNewApp.example.com to your app, but then always access sihnyNewApp.example.com with your browser…
Elvith Ma'for@feddit.orgto Selfhosted@lemmy.world•Need help with SearXNG installationEnglish2·3 months agoYou state that you did use the install script, but also that you want to run it with docker. Did you follow the instructions in their docker repository? It’s quite easy to get it running - they included a complete docker-compose, a Caddyfile and all you need.
https://github.com/searxng/searxng-docker
Edit, I’m dumb, I misread.
Elvith Ma'for@feddit.orgto Lemmy Be Wholesome@lemmy.world•I got sent a screenshot from a local Facebook group where someone was thanking "whoever" cleared the fallen tree from the trail around the lake near me.7·3 months agoTrue, this would make it harder. But… On the other hand, its not a random password but text. If you know (or guess) the language you may be able to employ other tricks like “how common is each letter?”, “which combination of letters is more common in this language?” And so on. Maybe the hidden markov model mentioned in the research paper does that (which would be one thing that Markov Models do IIRC).
Elvith Ma'for@feddit.orgto Lemmy Be Wholesome@lemmy.world•I got sent a screenshot from a local Facebook group where someone was thanking "whoever" cleared the fallen tree from the trail around the lake near me.23·3 months agoWell, there’s Unredacted which just tries to brute force it - see this blog post. Then there’s DepixHMM which uses Hidden Markov Models and links to the research paper it’s based on.
Elvith Ma'for@feddit.orgto Programmer Humor@programming.dev•This might have some impact on efficiency9·3 months agoWe’re gonna build a firewall and importlib is gonna pay for it!
I should send a PR that applies the tariffs randomly and sometimes arbitrarily changes the numbers…
I might even make it so, that it calculates an import deficit by looking at how often your libraries are imported in the codebase of the projects, that the maintainers of your dependencies have vs. the number of imports your code has from them.
I mean, I know of a Microsoft product that allows for a batch import of data provided in an Excel file. You need to use their template file. Which, when used, automatically formats all dates the American way, ignoring your locale settings. Depending on which date is first encountered on import (e.g. which date you entered in the first line) then designates whether the whole file is imported with dates read as MM/DD/YYYY or DD/MM/YYYY.
You start your list on January 1st? It will import everything as MM/DD/YYYY then. You start you list on e.g. January 22nd? DD/MM/YYYY it is then. Good luck getting that import running without errors…
git commit -m
.:|:;
Just a quick add on: not only do and automate backups - do also test them every now and then.