Climbed a mountain today! And watched other mountains while doing so!

blinry@chaos.social
@blinry@chaos.social
Computer science, art, game design. Values autonomy, creativity and curiosity. Polyamorous. Introverted, organized. Humanist. Recurse Center alumn. Feelings: @nibryl
Curator of the https://glitchgallery.org, working on https://github.com/ethersync/ethersync
Ultimi post creati da blinry@chaos.social
-
RE: Off to Switzerland!
-
RE: Off to Switzerland!
We made it alll the way to the end of the line! \o/ This is our first stop!
-
Off to Switzerland!
Off to Switzerland!
Today's travel companions are Donguri and their new friend Finn. And we're going to meet @daniel_bohrer along the way! \o/
-
Im Deutschen spricht man ja die Einerstellen vor den Zehnerstellen: 42 ist "zweiundvierzig".
Im Deutschen spricht man ja die Einerstellen vor den Zehnerstellen: 42 ist "zweiundvierzig". Mich stört das schon lange, und dachte, ich probier mal eine Weile aus "vierzigzwei" zu sagen.
Stellt sich raus: Es gibt seit 2004 den Verein https://zwanzigeins.jetzt, der sich für diese "unverdrehte" Sprechweise einsetzt! Sie führe zu weniger Lernhindernissen und Zahlendrehern.
Der Verein hat unter anderem ein 60-seitiges Positionspapier ausgearbeitet, aus dem ich ein paar Sachen berichten mag!
-
RE: Whoa: Weston, the reference compositor for #Wayland, supports multiple physical independent mice at the same time!
You could try this script (requires zenity & possibly more tools? Please read before running!) https://github.com/n3rdopolis/rebeccablackos/blob/master/rebeccablackos_files/usr/bin/configureseats
(Doesn't work on #NixOS, where /etc/udev is read-only.
)
I'd love to have a little command line helper tool to help set this up, for an arbitrary number of mice! :D
-
RE: Whoa: Weston, the reference compositor for #Wayland, supports multiple physical independent mice at the same time!
1. Use `sudo libinput list-devices` to find the device file (like "/dev/input/event12")
2. Use `udevadm info -a /dev/input/event12` to find the parent device with a catchy ATTRS{name}.
3. Create a file /run/udev/rules.d/00-multiseat.rules like this:ATTRS{name}="Name of your mouse" ENV{WL_SEAT}="second"
4. Run `sudo udevadm trigger` to apply the new rules.
You can check again with `sudo libinput list-devices`. The device's "Seat" should now say "seat0, second"!