#void — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #void, aggregated by home.social.
-
Leyka am 10. Mai 2026 Bei Chéz Heinz in Hannover
Leyka am 10. Mai 2026 Bei Chéz Heinz in Hannover – frontstage-magazine.de Cookie Hinweis Diese Website verwendet Cookies,…
#Hannover #Deutschland #Deutsch #DE #Schlagzeilen #Headlines #Nachrichten #News #Europe #Europa #EU #Bucketlist #Galerie #Germany #Konzert #Leyka #Niedersachsen #Void
https://www.europesays.com/de/1011930/ -
https://todon.nl/@Mercurial/116550380955681739 people like us we enjoy sending #language into the #void. It feels good when someone likes your #poem, but it’s also fine if nobody does this 1 give me #chills when I reread it. I think it’s one of my #finest. because it says the thing no one will say as a fact, I could never have written it five years ago I didn’t have the influences.
-
https://todon.nl/@Mercurial/116550380955681739 people like us we enjoy sending #language into the #void. It feels good when someone likes your #poem, but it’s also fine if nobody does this 1 give me #chills when I reread it. I think it’s one of my #finest. because it says the thing no one will say as a fact, I could never have written it five years ago I didn’t have the influences.
-
https://todon.nl/@Mercurial/116550380955681739 people like us we enjoy sending #language into the #void. It feels good when someone likes your #poem, but it’s also fine if nobody does this 1 give me #chills when I reread it. I think it’s one of my #finest. because it says the thing no one will say as a fact, I could never have written it five years ago I didn’t have the influences.
-
https://todon.nl/@Mercurial/116550380955681739 people like us we enjoy sending #language into the #void. It feels good when someone likes your #poem, but it’s also fine if nobody does this 1 give me #chills when I reread it. I think it’s one of my #finest. because it says the thing no one will say as a fact, I could never have written it five years ago I didn’t have the influences.
-
https://todon.nl/@Mercurial/116550380955681739 people like us we enjoy sending #language into the #void. It feels good when someone likes your #poem, but it’s also fine if nobody does this 1 give me #chills when I reread it. I think it’s one of my #finest. because it says the thing no one will say as a fact, I could never have written it five years ago I didn’t have the influences.
-
Nothing going on behind Penguin. Nothing...
#void #cat #cats #Caturday #CatsOfMastodon #CatsTodon #MastoCats #CatsOfFediverse #PetsOfMastodon #BlackCats #BlackCatPropaganda #BlackCat #BlackCatsOfMastodon #SpookyKittiesFerals #SpookyKitties
-
Video Essay on "The Linux Anti-Distro Path" by YouTux Channel.
https://youtu.be/kRqyllM_QAM
#Linux #Alpine #gentoo #slackware #artix #Void -
I caught Penguin with her penguin!
#void #cat #cats #Caturday #CatsOfMastodon #CatsTodon #MastoCats #CatsOfFediverse #PetsOfMastodon #BlackCats #BlackCatPropaganda #BlackCat #BlackCatsOfMastodon
-
Why are you not petting me human?
Yes, that is much better.
#void #cat #cats #Caturday #CatsOfMastodon #CatsTodon #MastoCats #CatsOfFediverse #PetsOfMastodon #BlackCats #BlackCatPropaganda #BlackCat #BlackCatsOfMastodon
-
Here we have a void cat occupying two orbitals, forming a covalent bond
A covalent bond is a chemical bond that involves the sharing of electrons to form electron pairs between atoms. These electron pairs are known as shared pairs or bonding pairs. The stable balance of attractive and repulsive forces between atoms, when they share electrons, is known as covalent bonding.[1] For many molecules, the sharing of electrons allows each atom to attain the equivalent of a full valence shell, corresponding to a stable electronic configuration. In organic chemistry, covalent bonding is much more common than ionic bonding, where atoms are separate and merely associated by electrostatic attraction.
-
He is still such a baby 😻
-
-
Isn't Penguin the cutest chair thief in the world?
#void #cat #cats #Caturday #CatsOfMastodon #CatsTodon #MastoCats #CatsOfFediverse #PetsOfMastodon #BlackCats #BlackCatPropaganda #BlackCat #BlackCatsOfMastodon
-
I wrote this little Bash script to help me reclaim disk space on my Void Linux system. It fully works from my testing, although I take no responsibility if this somehow breaks your system.
#!/usr/bin/env bash
set -euo pipefail
partitions=("/" "/home")
[[ "$EUID" -ne 0 ]] && echo "Run as root." && exit 1
get_used_space() {
df --output=used "${partitions[@]}" | tail -n +2 | awk '{s+=$1} END {print s}'
}
start_used=$(get_used_space)
echo "Cleaning XBPS orphans, cache, and old kernels..."
xbps-remove -yoO
[[ -x $(type -P vkpurge) ]] && vkpurge rm all
end_used=$(get_used_space)
diff=$(( start_used - end_used ))
reclaimed=$(( diff / 1024 ))
if [[ $reclaimed -le 0 ]]; then
echo "Nothing significant to clean."
else
echo "Success! Reclaimed approximately ${reclaimed}MB across ${partitions[*]}."
fi -
I wrote this little Bash script to help me reclaim disk space on my Void Linux system. It fully works from my testing, although I take no responsibility if this somehow breaks your system.
#!/usr/bin/env bash
set -euo pipefail
partitions=("/" "/home")
[[ "$EUID" -ne 0 ]] && echo "Run as root." && exit 1
get_used_space() {
df --output=used "${partitions[@]}" | tail -n +2 | awk '{s+=$1} END {print s}'
}
start_used=$(get_used_space)
echo "Cleaning XBPS orphans, cache, and old kernels..."
xbps-remove -yoO
[[ -x $(type -P vkpurge) ]] && vkpurge rm all
end_used=$(get_used_space)
diff=$(( start_used - end_used ))
reclaimed=$(( diff / 1024 ))
if [[ $reclaimed -le 0 ]]; then
echo "Nothing significant to clean."
else
echo "Success! Reclaimed approximately ${reclaimed}MB across ${partitions[*]}."
fi -
I wrote this little Bash script to help me reclaim disk space on my Void Linux system. It fully works from my testing, although I take no responsibility if this somehow breaks your system.
#!/usr/bin/env bash
set -euo pipefail
partitions=("/" "/home")
[[ "$EUID" -ne 0 ]] && echo "Run as root." && exit 1
get_used_space() {
df --output=used "${partitions[@]}" | tail -n +2 | awk '{s+=$1} END {print s}'
}
start_used=$(get_used_space)
echo "Cleaning XBPS orphans, cache, and old kernels..."
xbps-remove -yoO
[[ -x $(type -P vkpurge) ]] && vkpurge rm all
end_used=$(get_used_space)
diff=$(( start_used - end_used ))
reclaimed=$(( diff / 1024 ))
if [[ $reclaimed -le 0 ]]; then
echo "Nothing significant to clean."
else
echo "Success! Reclaimed approximately ${reclaimed}MB across ${partitions[*]}."
fi -
I wrote this little Bash script to help me reclaim disk space on my Void Linux system. It fully works from my testing, although I take no responsibility if this somehow breaks your system.
#!/usr/bin/env bash
set -euo pipefail
partitions=("/" "/home")
[[ "$EUID" -ne 0 ]] && echo "Run as root." && exit 1
get_used_space() {
df --output=used "${partitions[@]}" | tail -n +2 | awk '{s+=$1} END {print s}'
}
start_used=$(get_used_space)
echo "Cleaning XBPS orphans, cache, and old kernels..."
xbps-remove -yoO
[[ -x $(type -P vkpurge) ]] && vkpurge rm all
end_used=$(get_used_space)
diff=$(( start_used - end_used ))
reclaimed=$(( diff / 1024 ))
if [[ $reclaimed -le 0 ]]; then
echo "Nothing significant to clean."
else
echo "Success! Reclaimed approximately ${reclaimed}MB across ${partitions[*]}."
fi -
I wrote this little Bash script to help me reclaim disk space on my Void Linux system. It fully works from my testing, although I take no responsibility if this somehow breaks your system.
#!/usr/bin/env bash
set -euo pipefail
partitions=("/" "/home")
[[ "$EUID" -ne 0 ]] && echo "Run as root." && exit 1
get_used_space() {
df --output=used "${partitions[@]}" | tail -n +2 | awk '{s+=$1} END {print s}'
}
start_used=$(get_used_space)
echo "Cleaning XBPS orphans, cache, and old kernels..."
xbps-remove -yoO
[[ -x $(type -P vkpurge) ]] && vkpurge rm all
end_used=$(get_used_space)
diff=$(( start_used - end_used ))
reclaimed=$(( diff / 1024 ))
if [[ $reclaimed -le 0 ]]; then
echo "Nothing significant to clean."
else
echo "Success! Reclaimed approximately ${reclaimed}MB across ${partitions[*]}."
fi -
The Quintesson War Changes the Sacred Ring Forever in Void Rivals #30 From Skybound, Image Comics & Hasbro
Skybound and Image Comics, in collaboration with Hasbro, a leading games, IP and toy company, revealed interior pages and the lineup of variant covers for Void Rivals...
https://comiccrusaders.com/comic-books/comic-book-previews/the-quintesson-war-changes-the-sacred-ring-forever-in-void-rivals-30-from-skybound-image-comics-hasbro/
#void rivals #image #skybound #hasbro #comics #comic books -
The Quintesson War Changes the Sacred Ring Forever in Void Rivals #30 From Skybound, Image Comics & Hasbro
Skybound and Image Comics, in collaboration with Hasbro, a leading games, IP and toy company, revealed interior pages and the lineup of variant covers for Void Rivals...
https://comiccrusaders.com/comic-books/comic-book-previews/the-quintesson-war-changes-the-sacred-ring-forever-in-void-rivals-30-from-skybound-image-comics-hasbro/
#void rivals #image #skybound #hasbro #comics #comic books -
The Quintesson War Changes the Sacred Ring Forever in Void Rivals #30 From Skybound, Image Comics & Hasbro
Skybound and Image Comics, in collaboration with Hasbro, a leading games, IP and toy company, revealed interior pages and the lineup of variant covers for Void Rivals...
https://comiccrusaders.com/comic-books/comic-book-previews/the-quintesson-war-changes-the-sacred-ring-forever-in-void-rivals-30-from-skybound-image-comics-hasbro/
#void rivals #image #skybound #hasbro #comics #comic books -
In geometry and trigonometry, a right angle is an angle of exactly 90 degrees or π/2 radians[1] corresponding to a quarter turn.[2] If a ray is placed so that its endpoint is on a line and the adjacent angles are equal, then they are right angles.[3] The term is a calque of Latin angulus rectus; here rectus means "upright", referring to the vertical perpendicular to a horizontal base line.
-
Sleepy ball of fur in the window as I finally get to sleep 5 hours after bedtime stories time.
#void #cat #cats #Caturday #CatsOfMastodon #CatsTodon #MastoCats #CatsOfFediverse #PetsOfMastodon #BlackCats #BlackCatPropaganda #BlackCat #BlackCatsOfMastodon
-
I has big feets
-
Joey on and in bathroom boxes #cats #void #catsofMastodon #voidsofmastodon
-
🚀 Repositorio para #VoidLinux
🔗 https://
voidrepo.theworkpc.com/📦 Incluye:
• Templates para xbps-src
• Paquetes .xbps listos para usar⚙️ Configuración:
/etc/xbps.d/voidrepo.conf
repository=https://
voidrepo.theworkpc.com/current/💡 Subo software que uso y no está en los repos oficiales de #Void #Linux
👀 Si a alguien le interesa, puede revisar los templates y subirlos al #GitHub oficial de Void.
🤝 Yo no uso #git, por eso no lo hago directamente.
📜 Licencia #BSD 3-Clause
🔥 Si quieren colaborar, bienvenido!
-
🚀 Repositorio para #VoidLinux
🔗 https://
voidrepo.theworkpc.com/📦 Incluye:
• Templates para xbps-src
• Paquetes .xbps listos para usar⚙️ Configuración:
/etc/xbps.d/voidrepo.conf
repository=https://
voidrepo.theworkpc.com/current/💡 Subo software que uso y no está en los repos oficiales de #Void #Linux
👀 Si a alguien le interesa, puede revisar los templates y subirlos al #GitHub oficial de Void.
🤝 Yo no uso #git, por eso no lo hago directamente.
📜 Licencia #BSD 3-Clause
🔥 Si quieren colaborar, bienvenido!
-
~ $ xbps-query -Rs xlibre
[*] xlibre-minimal-25.1.0_1 Xlibre meta-package including xlibre-xserver and needed tools:owi:
-
Penguin has the second most, after Murphy, furniture that is exclusively for her to use. Normally she doesn't use the recliner she inherited from my grandpa, but she has been using it a lot more lately after discovery that it is a good place up jump over to when she has the zoomies..
#void #cat #cats #Caturday #CatsOfMastodon #CatsTodon #MastoCats #CatsOfFediverse #PetsOfMastodon #BlackCats #BlackCatPropaganda #BlackCat #BlackCatsOfMastodon
-
Justo cuando creía que me estaba des-enamorando, vuelvo sobre los templates de Void Linux y vuelve el amor!
-
CW: god what a fucking text wall. tl;dr most linux distros suck, help me choose one.
arch uses systemd (unstable, can store your age, buggy pile of shit thats hard to customise) and artix is supporting a project run by fascists (xlibre)
you know what that means, distroswap! what should i swap to. good candidates below in poll.
my computer (late 2012 mac mini) is low-power (3rd gen i7 @ 3.3ghz, 16gb ram, 256gb ssd) and all i do it browse fedi (akkoma), rip dvds (makemkv), and sometimes make music using furnace tracker
i’m automatically ruling out anything that’s not rolling-release (out of date), using systemd, is made and run by a large corporation, has a history of telemetry, (has a core portion that) isn’t (F)(L)OSS, or supporting/being a project made by fascists. i already know openrc, but i can learn new init systems. anything that requires flatpak is automatically gone as well. something being hard to install isnt that bad to me, ive installed arch manually three separate times and converted an arch installation to an artix installation.
before you suggest ageless linux, that is based on debian, which both uses systemd and is not rolling-release.
also i should add this isnt to help me choose one but to help me with the order in which i try them all
ok tags time #linux #askfedi #distroswap #systemdsucks #systemd #gentoo #gentoolinux #void #voidlinux #bsd #freebsd
-
Here's Onyx, the kitten a buddy of mine saved, showing his ferocious side.
-
You may have been wondering where Sheena was in the last post. There she is, hanging out by her buddy. #cats #void #voidsofmastodon #caturday
-
Void Linux compiles its Tmux with utmp enabled by default, so you see a new user for every pane! Finally recompiled tmux to kill this. The Fix:
1. Clone void-packages & bootstrap xbps-src
2. Edit srcpkgs/tmux/template, removing libutempter-devel from makedepends, and --enable-utempter from configure_args
3. ./xbps-src pkg tmux
4. xbps-install --repository=hostdir/binpkgs tmux
5. Optional, but stops xbps-install -Su from silently nuking your tmux when a new version comes out: sudo xbps-pkgdb -m hold tmux
Result, with all 8 of my initial tmux windows up:
11:01:11 up 11 days, 19:00, 1 user, load average: 0.00, 0.09, 0.08
USER TTY LOGIN@ IDLE JCPU PCPU WHAT
quin pts/0 10:54 7.00s 0.13s 0.01s tdsr-server
This makes me very happy.
#void #linux #voidlinux #tmux -
Okay, I heard that runit init system is pretty fast. But was not ready for it...
Void Linux + Sway + TUIGreet. From decrypting LUKS to login screen (according to dmesg) - 0.8 seconds.
From pushing the button to login screen (excluding GRUB menu and typing in LUKS password) - just about 7 seconds.Wild. Just wild.
#linux #void #voidlinux #runit #init #funny #testing #homelab #laptop
-
Fish es excelente por su auto-completado y facilidad de uso sin configuración, pero sigue basado en texto. Nushell ofrece esa misma amabilidad visual pero con una potencia de manipulación de datos muy superior.
#Nushell vs. #PowerShell
Ambas comparten la idea de no usar texto plano. Sin embargo, Nushell se siente más ligera y "Unix-friendly" en su sintaxis, evitando la verbosidad de los cmdlets de PowerShell (como Get-ChildItem).
Si trabajas mucho con APIs, archivos de configuración (JSON/YAML) o simplemente estás cansado de pelear con awk y sed para formatear salidas de comandos, Nushell es una herramienta que vale la pena probar.
-
Fish es excelente por su auto-completado y facilidad de uso sin configuración, pero sigue basado en texto. Nushell ofrece esa misma amabilidad visual pero con una potencia de manipulación de datos muy superior.
#Nushell vs. #PowerShell
Ambas comparten la idea de no usar texto plano. Sin embargo, Nushell se siente más ligera y "Unix-friendly" en su sintaxis, evitando la verbosidad de los cmdlets de PowerShell (como Get-ChildItem).
Si trabajas mucho con APIs, archivos de configuración (JSON/YAML) o simplemente estás cansado de pelear con awk y sed para formatear salidas de comandos, Nushell es una herramienta que vale la pena probar.
-
Fish es excelente por su auto-completado y facilidad de uso sin configuración, pero sigue basado en texto. Nushell ofrece esa misma amabilidad visual pero con una potencia de manipulación de datos muy superior.
#Nushell vs. #PowerShell
Ambas comparten la idea de no usar texto plano. Sin embargo, Nushell se siente más ligera y "Unix-friendly" en su sintaxis, evitando la verbosidad de los cmdlets de PowerShell (como Get-ChildItem).
Si trabajas mucho con APIs, archivos de configuración (JSON/YAML) o simplemente estás cansado de pelear con awk y sed para formatear salidas de comandos, Nushell es una herramienta que vale la pena probar.
-
Fish es excelente por su auto-completado y facilidad de uso sin configuración, pero sigue basado en texto. Nushell ofrece esa misma amabilidad visual pero con una potencia de manipulación de datos muy superior.
#Nushell vs. #PowerShell
Ambas comparten la idea de no usar texto plano. Sin embargo, Nushell se siente más ligera y "Unix-friendly" en su sintaxis, evitando la verbosidad de los cmdlets de PowerShell (como Get-ChildItem).
Si trabajas mucho con APIs, archivos de configuración (JSON/YAML) o simplemente estás cansado de pelear con awk y sed para formatear salidas de comandos, Nushell es una herramienta que vale la pena probar.