

Your stuff is more likely to get scanned sitting in a VPS with no firewall than behind a firewall on a home network
Your stuff is more likely to get scanned sitting in a VPS with no firewall than behind a firewall on a home network
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.
Yeah, it’s a distro of kubernetes.
Most apps run best as a container, but for appliances and legacy apps they have Openshift virtualization which runs VMs in the cluster by running KVM inside of docker.
The open source tech there is called Kubevirt. All VMs are 1st class citizens in the kubernetes API, so it is actually easier to run than VMware/Proxmox if you already have a Kubernetes cluster and you’re not doing complex stuff with qcow images or VM migrations.
I use both containers and VMs a lot with Kubernetes at work.
Everybody is moving to Openshift or public cloud
Isn’t cloning font legal though? As compared to copying floppies which is punishable by death?
The legacy jitsi-based rtc used turn, and so does matrixrtc I believe. I haven’t tried it myself, though.
This just sounds like FUD.
What should the Matrix developers have prioritized instead? Chat programs are complicated, especially when you’re making them distributed. You’re comparing an organization and a MSP with like $1M/yr revenue with a soon-to-IPO company with $600M/yr in revenue.
What feature is missing from Matrix that is preventing Discord users from joining?
Matrix uses TURN, and the Matrix protocol is not used for carrying voice/video.
Element is an independent client developed by Element, and not part of the Matrix protocol.
steam hardware survey shows 17% AMD and 8% Intel
The assumption was that nobody used win8 lol
But again I think people who grew up with 10/11 are more likely to use the windows store than you think. They used an iPad before they got a chromebook before they got a windows computer. My little cousins don’t play minecraft Java, they play minecraft bedrock. I don’t think they know what VLC is.
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.