#Gnome 48 is available in #Guix!
Thank you for your hard work #guixgnometeam!
I live with my partner in a hilly city. A cat and a dog live in our house. Or we live in theirs. The ownership is becoming murky.
I am a bookworm, mainly sci-fi and fantasy. I (try my best to) maintain a list of books I've read โ https://bhoot.dev/books/.
| Website | https://bhoot.dev |
| Lobsters | https://lobste.rs/~bhoot |
| Codeberg | https://codeberg.org/bhoot |
| GitHub | https://github.com/bhootd |
#Gnome 48 is available in #Guix!
Thank you for your hard work #guixgnometeam!
RE: https://vox.ominous.net/@occult/116103841606429399
Looks legit. She appears to be scanning several QR codes with two phones in order to set up multi-multi-factor authentication.
I kind of hate people who tailgate me, or who drive only 70 in the left lane, but I see no point in hating someone for the shade of their skin, what they wear, what they have under what they wear, or who they love.
Hatred is too heavy to be carrying it around all the time.
Do you know what's not accessible? Writing "a11y" in any article or documentation
I will accept it as a convenience in APIs since developers are lazy and can't spell, but fuck off with using it in text
I often access #lobsters (https://lobste.rs) without logging in. I use the following TamperMonkey script to hide entries tagged with `vibecoding`:
```
document.querySelectorAll('.h-entry:has(.tag_vibecoding)').forEach(n => n.remove());
```
#guix folks, I want to remap the Copilot key to something useful, like alt key. What would be a Guix way to do it with keyd in Guix?
The standard way is to store the config in `/etc/keyd/default.conf`, but directly editing it would probably not survive a system reconfigure.