Skip to main content

abeorch reshared this.


it seems as if every day science takes another giant leap forward

reshared this


abeorch reshared this.


How to Save the Internet by Nick Clegg review – spinning Silicon Valley

www.theguardian.com/technology/2025/sep/10/how-to-save-the-internet-by-nick-clegg-review-spinning-silicon-valley

Instead of recognising that social media harms mental health and democracy, the former deputy PM and Meta executive repeats company talking pointsNick Clegg chooses difficult jobs. He was the UK’s deputy prime minister from 2010 to 2015, a position from…

abeorch reshared this.


abeorch reshared this.


Midcounties Co-op celebrates 20th anniversary with raft of member offers


Another example of a resilient coop
This entry was edited (2 days ago)

reshared this


abeorch reshared this.


Look, we all have problems. Mine are simply more important, because they happen to me

reshared this


abeorch reshared this.


“The truth of art lies in its power to break the monopoly of established reality to define what is real.”

Herbert Marcuse

reshared this

in reply to Mr. Bill

OMG! Think gov will quickly saw a big hole in that wall to 'safeguard this one for in the museum'. 🥲

abeorch reshared this.


Deshittification


My life got so much easier these days when I stopped asking myself "what can this new thing do for me?" and instead immediately check "who owns it?" right when I'm first exploring a new product, service, or tech.

This spares me of the #enshittification cycle of getting attached to it, finding out the owner(s) are enshittifiers or have trashfire beliefs, then struggling to leave for a better alternative (or getting stuck when there isn't one). Instead their offer is just an automatic no go to me, they never get to infest my life in the first place.

For the best #deshittification I tend to look for three symptoms when I'm deciding whether to try a new thing:
1. Is the ownership for profit?
2. What are the beliefs of the ownership? (easily found usually)
3. Who are their sponsors? (investors, advertisors)

If any of those three things are out of alignment with my goals or ethics, then idgaf what their offer does, it's dead to me before I even bother to give it a try nor recommend it to friends.

I no longer have to do any hand wringing about "oh no the thing I like is controlled by bad people". I just had to stop giving bad people my patronage in the first place. And it has generally cleared space for me to discover much cooler things made by much better people.

abeorch reshared this.


abeorch reshared this.


To my Lord’s where nobody at home but a woman that let me in, and Sarah above, whither I went up to her and played and talked with her and, God forgive me, did feel her; which I am much ashamed of, but I did no more, though I had so much a mind to it that I spent in my breeches.

abeorch reshared this.


abeorch reshared this.


Getting Started with Proxmox


Hello everyone,

I finally managed to get my hands on a Beelink EQ 14 to upgrade from the RPi running DietPi that I have been using for many years to host my services.

I have always was interested in using Proxmox and today is the day. Only problem is I am not sure where to start.
For example, do you guys spin up a VM for every service you intend to run? Do you set it up as ext4, btrfs, or zfs?
Do you attach external HDD/SSD to expand your storage (beyond the 2 PCIe slots in the Beelink in this example).

I’ve only started reading up on Proxmox just today so I am by no means knowledgeable on the topic

I hope to hear how you guys setup yours and how you use it in terms of hosting all your services (nextcloud, vaultwarden, cgit, pihole, unbound, etc…) and your ”Dos and Don’ts“

Thank you 😊

in reply to modeh Selfhosted reshared this.

It depends a bit on your needs.
My proxmox setup is like multiple nodes (computers) with local (2 drives with ZFS mirrorig), they all use a truenas server as NFS host for data storage.
For some things I use conaitners (LXC) but other thing I use VMs.
in reply to modeh Selfhosted reshared this.

I moved to Proxmox a while back and it was a big upgrade for my setup.

I do not use VMs for most of my services. Instead, I run LXC containers. They are lighter and perfect for individual services. To set one up, you need to download a template for an operating system. You can do this right from the Proxmox web interface. Go to the storage that supports LXC templates and click the Download Templates button in the top right corner. Pick something like Debian or Ubuntu. Once the template is downloaded, you can create a new container using it.

The difference between VMs and LXC containers is important. A VM emulates an entire computer, including its own virtual hardware and kernel. This gives you full isolation and lets you run completely different operating systems such as Windows or BSD, but it comes with a heavier resource load. An LXC container just isolates a Linux environment while running on the host system’s kernel. This makes containers much faster and more efficient, but they can only run Linux. Each container can also have its own IP address and act like a separate machine on your network.

I tend to keep all my services in lxc containers, and I run one VM which I use for a jump box I can hop into if need be. It's a pain getting x11 working in a container, so the VM makes more sense.

Before you start creating containers, you will probably need to create a storage pool. I named mine AIDS because I am an edgelord, but you can use a sensible name like pool0 or data.

Make sure you check the Start at boot option for any container or VM you want to come online automatically after a reboot or power outage. If you forget this step, your services will stay offline until you manually start them.

Expanding your storage with an external SSD works well for smaller setups. Longer term, you may want to use a NAS with fast network access. That lets you store your drive images centrally and, if you ever run multiple Proxmox servers, configure hot standby so one server can take over if another fails.

I do not use hot standby myself. My approach is to keep files stored locally, then back them up to my NAS. The NAS in turn performs routine backups to an external drive. This gives me three copies of all my important files, which is a solid backup strategy.


abeorch reshared this.


How much the UK's NHS services cost (even though they are given out free)
bit.ly/IIB-NHScosts

abeorch reshared this.

in reply to MyYeeHaa

@MyYeeHaa @abeorch I think the individual bars are probably correctly sized for that but it looks like someone changed the labels rather than reordering the bars...

A&E = prescription
District Nurse = GP Appt
GP Home Visit = District Nurse
Average Prescription/GP Appointment = GP Home/A&E Visit

You can tell it's older, though, because they're trying to reterm A&E to Emergency Department, to stop unnecessary attendances...

in reply to Dibs

I think they are juat ordered by cost top to bottom .. bar chart visual is coincidental . Another case of Apophenia -
tendency to perceive meaningful patterns within random data



abeorch reshared this.


Managing proxmox, virtual machines, and others


Hey all, just hoping to get some advice on any software out there that can help me keep on top of all the VMs i'm running on my Proxmox instances, and potentially my other machines I have too.

I'm looking for a way to help me stay on top of updates and things like when the machine was last online, last rebooted etc etc. There are commercial products for such a thing, and I don't necessarily want to install any sort of Agent on each of the machines (if I can avoid it).

I looked at something like Homarr, but not sure if that's what i'm really after.

What recommendations do all you have?

in reply to Matty_r Selfhosted reshared this.

I use Ultimate Updater connected to gotify to tell me which machines have updates with a noti every day. I can then run update and it will take snapshots and upgrade everything when needed.

It really only does linux systems and wont do docker, but there's watchtower (the one that's still alive) to do that.

This entry was edited (1 week ago)
in reply to OminousOrange Selfhosted reshared this.

Had a look at that, sounds pretty cool. Curious to know why you linked to a fork that is out of date and not to the original at github.com/BassT23/Proxmox
in reply to Matty_r Selfhosted reshared this.

TBH I just did a quick web search on my phone and picked the first one. Apologies.
This entry was edited (1 week ago)
in reply to OminousOrange Selfhosted reshared this.

No stress, just making sure there wasn't some other reason for it. Cheers
in reply to Matty_r Selfhosted reshared this.

Ansible+Semaphore UI
This entry was edited (1 week ago)

abeorch reshared this.


If you're browsing a Mastodon server's website, have you ever noticed the ⧉ button on people's profiles?

This can be very useful, as it lets you copy the profile's web address in a single click. This makes it easy to:

- Paste it into the search box on your own server or app, so you can interact with it

- Share the profile with others on other platforms, it's a web address so anyone can view it

- View the profile in a new browser tab, the address will be the "original page"

#FediTips

abeorch reshared this.

in reply to Susanne

Are you on a smartphone or computer?
This entry was edited (1 week ago)

abeorch reshared this.


The sad reality of modern social media

reshared this


OpenWrt reshared this.


¿Alguien usa Openwrt con Orange o Jazztel España? - Anyone use Openwrt with Orange or Jazztel Spain?


!OpenWrt - I am looking for anyone who is using OpenWrt with Orange or Jazztel Spain who might be able to help me figure out why after changing my router I can't get an Ipv6 allocated to my connection. #openwrt #Jazztel #orange #ipv6 #spain - I'd really appreciate any boosts to followers in spain who might be able to help - Its driving me nuts!

Estoy buscando por alguien que usa Openwrt con Jaztell o Orange España que peude ayudarme porque despues del le cambio el router no le puede obtiner un numero IPv6. Estoy loco porque no pude entiender por que no se funciona. Me gustaria mucho si puede me recomiendes alguien con que hablar y hacer boosts para compatir con otra gente de españa.

This entry was edited (1 week ago)

don't like this