

Userspace is allowed to break themselves
Userspace is allowed to break themselves
On non-Fairphones, which tend to have larger batteries and lower power consumption batteries tend to be usable for much longer. We are talking 3-5 years there.
No way.
Get the battery replaced once in the phone’s lifetime at a local 3rd party repair shop for €100 wait for half an hour and get your phone back.
These shops only service iPhones and Samsungs, there’s only like 1-2 shops in Stockholm that repair Pixels and Xiaomis at all, let alone whatever 3 year old model you have. Not to mention things like screen and USB port repairs cost 100-200€ more than the fairphone parts.
(Fairphone tends to have availability issues with spare parts. For example, right now the FP5 battery is out of stock.)
I’ve had to wait a month for a fairphone battery before, but it’s not like they’re discontinued. I can imagine battery warehousing costs more than screens and USB ports.
A repairable phone is the most important thing. I could buy a used flagship, but the battery will be trashed. I used to buy a phone every 2 years but now I just buy a battery every 2 years. I can use my phone knowing that if anything breaks I can have a replacement part in within a week, and I don’t have to spend 100€s to ship it to some repair shop in a different part of the country.
Fairphone 4 and 5 are also the only smartphones certified by the Swedish unions: https://tcocertified.com/product-finder/index?category=Smartphones
Who in the US is buying midrange or flagship phones without a loan?
all home routers have NAT which functions as a firewall, but VPSes don’t cone with any firewall by default, so you’d have to set one up. Also VPS ranges seem to hotter for scanning.
Yeah, I mean Rust is only verbose if you want it to be. let foo = "bar";
is valid rust too, no need to declare the type and definitely no need to declare the lifetime.
For that matter, if you ever declare something as explicitly 'static
in code that isn’t embedded or super optimized, you’re probably doing it wrong.
Your stuff is more likely to get scanned sitting in a VPS with no firewall than behind a firewall on a home network
let a: &'static str
Have you actually met any of them at say, Fosdem?
Can we stop letting chatbots make economic and administrative decisions, thanks
From the license:
Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law.
Yeah Stalwart seems to have a lot of momentum, I’ll probably be setting up a server with my kubernetes+ceph cluster this month.
tbf all the big storage clusters use either mirroring or erasure coding these days. For bulk storage, 4+2 or 8+2 erasure coding is pretty fast, but for databases you should always use mirroring to speed up small writes. but yeah for home use, just use LVM or zfs mirrors.
yeah i still use hard drives for storing movies, logs, and backups on my Nas cluster, but using it for nextcloud or remote game storage is too slow. I also live in an apartment and the scrubs are too loud. There’s only a 5:1 price premium, so it’s worth just going all flash unless you have like 30tb storage needs.
Eh hard drives are archival storage these days. They are DOG SLOW and loud. Any real time system like Nextcloud should probably be using ssds these days.
they make bulk storage ssds with QLC for enterprise use.
The reason why they’re not used for consumer use cases yet is because raw nand chips are still more expensive than hard drives. People dont want to pay $3k for a 50tb SSD if they can buy a $500 50tb hdd and they don’t need the speed.
For what it’s worth, 8tb TLC pcie3 U.2 SSDs are only $400 used on ebay these days which is a pretty good option if you’re trying to move away from noisy slow hdds. 4 of those in raid 5 plus a diy nas would get you 24tb of formatted super fast nextcloud/immich storage for ~$2k.
Raid 5 is becoming less viable due to the increasing rebuild times, necessitating raid 1 instead. But new drives have better iops too so maybe not as severe as predicted.
Check out NixOS. It can build qcow images from scratch for you to import into proxmox
https://github.com/nix-community/nixos-generators
I have 8 bare-metal servers and I do everything automated with NixOS, I rarely ever access the servers directly.
Here are the nixos configs for my DHCP server and kubernetes servers that you can use as a base.
https://codeberg.org/jlh/h5b/src/branch/main/porygonz
https://codeberg.org/jlh/h5b/src/branch/main/nodes
For what it’s worth, Ive been using Ansible off and on at work for 8 years, and I think it’s pretty outdated and clunky these days, there are much smarter ways to manage workloads such as kubernetes, cloud-init, terraform, and NixOS. If you don’t want to get into Kubernetes then definitely learn NixOS.
Imagine putting out a new high bandwidth cable standard in 2025 based on copper.
The sooner display and networking move to SFP, the better.
deleted by creator