Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Maxim Cournoyer
Hi Reza, reza writes: [...] > Can you share hourly rates for your services, e.g. for sys admin or > packaging work? We do not have rates to publish, as they vary depending on the nature of the project, its size, etc. You are welcome to reach us at cont...@guixotic.coop; we can continue the co

Re: [PATCH] boot-9.scm: Add environment variable to specify .guile location

2025-07-14 Thread Tomas Volf
Hi, few comments from the peanut gallery. I personally am unsure this needs to be configurable, but that is up to others. ^_^ wreed writes: > Hello, > > The following patch to module/ice-9/boot-9.scm adds an optional > GUILE_USER_INIT environment variable that allows users to specify an While

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Luis Felipe
On 9/07/25 7:51, Maxim Cournoyer wrote: Hi, Guixers and Guilers! It is a great pleasure to introduce you to Guixotic, our new worker cooperative specializing in GNU Guix and Guile: https://guixotic.coop/ We are currently three people that you may already be familiar with: Maxim Cournoyer (apte

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hey, > > Long live, Guixotic! You’ve assembled a beautiful team and a lovely > project! I wish you success!! Yay, thank you for the kind words and for having been an inspiration throughout the years :-). -- Thanks, Maxim

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Ludovic Courtès
Hi, Maxim Cournoyer writes: > Ludovic Courtès writes: > > [...] > >> Which makes me thing: should we have a “Commercial Support” section on >> the web site, maybe linked from ? This >> would need discussion but I’d personally be fine listing at least >> cooperati

Re: Introducing Guixotic, a Guix/Guile worker cooperative

2025-07-14 Thread Luis Felipe
Hi Edouard, On 9/07/25 11:37, Edouard Klein wrote: [...] I run guix-hosting.com which does not have enough clients to sustain me, and because I hate myself everytime I do any form of marketing, it does not grow. For what it's worth, I already knew about your service and it seems pretty good to

[PATCH] boot-9.scm: Add environment variable to specify .guile location

2025-07-14 Thread wreed
Hello, The following patch to module/ice-9/boot-9.scm adds an optional GUILE_USER_INIT environment variable that allows users to specify an alternative location for their init file. When the variable is unset or the specified file doesn't exist, it falls back to the existing '~/.guile' behavior a