The right of being a billion dollar corporation.
Something Burger 🍔
Bun, meat, salad, tomato, onion, Cheddar.
- 0 Posts
- 31 Comments
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•Every single time I think of restructuring my homelab storage. What do you use for storage engines and how does it benefit you?English
2·7 months agoAgreed. RAID is useless. Your drives will never fail before you’d want to replace them with larger ones anyway.
Like clockwork, tankies will call actual leftists “liberals” everytime someone mentions that tankies are fascists who support capitalist imperialism from Russia and China.
Tankies are fascists with left wing aesthetics.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•18% of people running Nextcloud don't know what database they are usingEnglish
5·9 months agoSQLite is fine for small amounts of data and very few users. The bottleneck with Nextcloud is almost never the database.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•18% of people running Nextcloud don't know what database they are usingEnglish
5·9 months agoThose who don’t know may be using Nextcloud AIO, which is bundled with Postgres.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•Anyone use Hetzner Storage Box to backup their Synology NAS?English
1·10 months agoNo, but you can encrypt before sending the data, or use something like restic.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•Anyone use Hetzner Storage Box to backup their Synology NAS?English
2·10 months agoI’ve been using one of their 20TB boxes for backups for about a year now. I use restic. No issues whatsoever.
It was most likely a joke.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•Nextcloud (PHP) vs OpenCloud (Go)English
43·1 year agoNextcloud’s biggest issue is performance, and PHP, while not a problem per se, doesn’t help. PHP is not designed for huge applications that need to have processes running in the background; it only runs when a request is made then stops the process, therefore it needs to load itself from scratch on every single page load.
This is because PHP uses something called CGI; the webserver (usually nginx or Apache) calls an external PHP binary to generate a page. With Go (or pretty much any other language), the app is its own server and can keep data in memory and do stuff even when no request is coming.
Something Burger 🍔@jlai.luto
Privacy@lemmy.world•Any recommendations for an alternative to the Windows clock app?English
10·1 year agowatch -n 1 date
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•Least terrible domain registrarsEnglish
6·1 year agoGandi massively increased their prices 2 years ago.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•GitHub - vogler/free-games-claimer: Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.English
5·1 year agoIt doesn’t. It prompts you to solve it when first logging in.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•2024 Self-Host User Survey ResultsEnglish
8·2 years agoActivityPub is the protocol powering the Fediverse. Platforms include Lemmy, Mastodon and Pixelfed.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•OpenBudgeteer: a selfhosted budgeting app made for Bucket BudgetingEnglish
1·2 years agoActual doesn’t support multiple user accounts.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•Forgejo v7.0 is now availableEnglish
226·2 years agoForgejo is a reactionary fork of Gitea, started because the creator of Gitea founded a company to maintain it.
Something Burger 🍔@jlai.luto
Selfhosted@lemmy.world•Migrate from nextcloud photo backups to immich?English
13·2 years agoThe Android app is garbage, often refuses to automatically synchronise, and for the past few releases has been displaying an error saying it can’t connect to the server even though it clearly can.
Nextcloud itself is okay but slow.

20W/drive means 30x24x0.2 kWh each month for 10 drives. At 0.20€/kWh, that’s 28€/month, cheaper than a 20TB Hetzner box. That’s assuming all drives are always spinning, as an idle drive uses more like 5W.