m5l.eu is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
ProxLB v1.1.3 just got released!
ProxLB is a VM load-balancer for your Proxmox clusters also supporting affinity & anti-affinity rules.
GitHub: github.com/gyptazy/ProxLB
Version 1.1.3: https://github.com/gyptazy/ProxLB/releases/tag/v1.1.3
#Proxmox #vmware #virtualization #ProxLB #loadbalancing #enterprise #homelab #ipv6 #opensource #python #python3 #proxmoxve #VM #VPS #devops #coding
On a whim, thought I'd try upgrading my #WSL #Ubuntu instance to a later release in hopes that updating from #Python 3.2 would make #Marimo actually work. do-release-upgrade
actually worked pretty seamlessly, and then the new bullshit Canonical decided was a good idea reared its head. pip3 install marimo
? "THIS IS AN EXTERNALLY MANAGED PYTHON, install things through packages instead!" (there is no package).
Guess it's finally time to learn how to use #archlinux
I have a #Python file that does not have a *.py extension. I would like to tell my #NeoVim that it is a Python script, so that it can do proper syntax highlighting.
I know that I achieve this by adding some special comments to the file, that are interpreted by NeoVim. But I don't remember how to do it and how the feature is called.
All the involved terms are bad for asking Google. Can somebody give me a hint please?
a 5,4 metre #python is loose in a part of #Lincolnshire #England after several large #snakes were abandoned (4 have been captured by a rescue centre, but 1 remains outstanding)
It does not pose a threat to humans, but #police have advised #dog walkers to keep #dogs on leads, and for locals to call 999 if they see the #serpent
I wrote a #python client for #Librofm https://codeberg.org/bfordham/librofm
Using #jellyfin I naturally wanted to put the #audiobooks I've purchased on it. And I didn't want to do it all by hand. Then things kinda spiraled, they way they do when you write software for fun as well as for work.
Hopefully folks will find it useful.
I did enjoy the ease of setup of TkInter, and compatibility with Matplotlib, but I was missing the simplicity of immediate mode libraries. In trying to emulate these, now a few callbacks trigger "given this dataclass with state, the widgets should look like this".
The micro-management gremlin is whining that it's repeating useless work, but more importantly the window is complete and I can go on with the experiment.