abeorch reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

LIFTOFF! Europe's newest guardian of Earth is now in orbit. 🫡

Europe has successfully launched Sentinel-1D, the latest satellite in the Copernicus fleet, aboard an Ariane 6 rocket from French Guiana.

It'll scan land and sea every 12 days with radar sharp enough to detect floods, ice melting, ship movements, oil spills and even the quiet shifting of the ground.

Free data will propel climate science, disaster response and maritime safety.

Europe’s answer to our planet's key challenges.

📷© ESA

reshared this

My Dream of a Home Router / Server


What if you could buy off the shelf a box based on #opensource software and hardware that you could plug into your internet connection. You could connect to via Wifi and it would allow an average person to fairly easily configure, via a guided setup, a self hosted Cloud Drive, Social Media server, home automation service, VPN end point, email server and other commonly useful software?

What if that box allowed that person's friends to authenticate and to that box and link a box they own, either close by or remotely. It could extend connectivity and estabilish a chain of trus, provide a level of encrypted backup of content from that box and make assertions about the users on that box such as - This user account is owned by this person, this user account is over 18?

This is a dream. I know I'm rambling. #openwrt, #yunohost, #seflhost, #chainoftrust, #fediverse !Selfhosted

in reply to abeorch

The FreedomBox project started in 2010, and it's a Debian-based plug and play device that lets you easily self-host useful network services.
abeorch reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

A photo of a starling murmuration as if smoke from a chimney has been called a "fluke" by its Yorkshire based, UK photographer, Anna Tosney #WomensArt #Photography

bbc.com/news/uk-england-york-n…

This entry was edited (Sunday, October 5, 2025, 8:21 AM)

reshared this

abeorch reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

An output so staggering, it simply cannot be checked by humans.

#MediaWatch

abeorch reshared this.

abeorch reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Once you start earning money producing these travel diaries, you’ve moved into a new realm, with new responsibilities.

#MediaWatch

abeorch 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 (Thursday, September 11, 2025, 7:50 AM)

reshared this

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 😊

reshared this

in reply to modeh

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.

The media in this post is not displayed to visitors. To view it, please go to the original post.

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...

abeorch reshared this.

The media in this post is not displayed to visitors. To view it, please go to the original post.

Static images on a wall that appear animated as the train moves.

reshared this