Jayesh Bhoot

21 Followers
103 Following
155 Posts

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

Websitehttps://bhoot.dev
Lobstershttps://lobste.rs/~bhoot
Codeberghttps://codeberg.org/bhoot
GitHubhttps://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.

Pho-dog-rapher (with a Canon K-9)
#guix what's a good formatter program for Guix Guile code? I can't bring myself to look at `guix style`'s output.

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

My team measures speed, not velocity, because we have no idea what direction we're going inโ€ฆ

Packaging experience in Guix (long read)

https://nemin.hu/guix-packaging.html

Please boost

#Guix

LLMs Are Taking the Joy Out of Our Lives

My not exactly high opinion towards LLMs and GenAI.

Nemin.hu

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());
```

Lobsters

A computing-focused community centered around link aggregation and discussion.

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