unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Happy birthday!
@ 2018-11-23 13:41 Ludovic Courtès
  2018-11-23 13:46 ` Pierre Neidhardt
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Ludovic Courtès @ 2018-11-23 13:41 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 641 bytes --]

Hello Guix!

Today, it’s been six years already!

  https://lists.gnu.org/archive/html/gnu-system-discuss/2012-11/msg00000.html

‘git shortlog -s’ says 231 people gave some of their time to Guix, and I
think we can congratulate ourselves for six years of good hacking and
great human interactions.  Surely Guix will have had its 1.0 release by
the time it gets to the “age of reason”.  :-)

Until then, if you want to make Guix a gift, consider helping out on the
‘core-updates’ merge:

  https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00410.html

Happy birthday, and happy hacking!  :-)

Ludo’.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 13:41 Happy birthday! Ludovic Courtès
@ 2018-11-23 13:46 ` Pierre Neidhardt
  2018-11-23 13:51   ` Pjotr Prins
  2018-11-23 14:29 ` Tobias Geerinckx-Rice
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Pierre Neidhardt @ 2018-11-23 13:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 64 bytes --]

Hurraaaaayy!!!

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 13:46 ` Pierre Neidhardt
@ 2018-11-23 13:51   ` Pjotr Prins
  2018-11-23 14:11     ` Laura Lazzati
  0 siblings, 1 reply; 10+ messages in thread
From: Pjotr Prins @ 2018-11-23 13:51 UTC (permalink / raw)
  To: Pierre Neidhardt; +Cc: guix-devel

On Fri, Nov 23, 2018 at 02:46:12PM +0100, Pierre Neidhardt wrote:
> Hurraaaaayy!!!

Totally. I remember Ludo's first presentation at FOSDEM and I was sold
on the spot :)

Pj.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 13:51   ` Pjotr Prins
@ 2018-11-23 14:11     ` Laura Lazzati
  2018-11-23 14:15       ` Gábor Boskovits
  0 siblings, 1 reply; 10+ messages in thread
From: Laura Lazzati @ 2018-11-23 14:11 UTC (permalink / raw)
  To: pjotr.public12; +Cc: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 23 bytes --]

Happy birthday Guix :)

[-- Attachment #2: Type: text/html, Size: 109 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 14:11     ` Laura Lazzati
@ 2018-11-23 14:15       ` Gábor Boskovits
  2018-11-23 19:32         ` Alex Vong
  0 siblings, 1 reply; 10+ messages in thread
From: Gábor Boskovits @ 2018-11-23 14:15 UTC (permalink / raw)
  To: Laura Lazzati; +Cc: Guix-devel

Happy birthday Guix!
Laura Lazzati <laura.lazzati.15@gmail.com> ezt írta (időpont: 2018.
nov. 23., P, 15:12):
>
> Happy birthday Guix :)
>
>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 13:41 Happy birthday! Ludovic Courtès
  2018-11-23 13:46 ` Pierre Neidhardt
@ 2018-11-23 14:29 ` Tobias Geerinckx-Rice
  2018-11-23 15:04 ` Konrad Hinsen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 10+ messages in thread
From: Tobias Geerinckx-Rice @ 2018-11-23 14:29 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel

Ludo', all,

Ludovic Courtès wrote:
> Today, it’s been six years already!

Happy birthday, Guix! \o/

...and my sincerest thanks to Ludo', Ricardo, and every single 
other contributor over the past 6 years. Y'all built something 
beautiful.

Kind regards,

T G-R

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 13:41 Happy birthday! Ludovic Courtès
  2018-11-23 13:46 ` Pierre Neidhardt
  2018-11-23 14:29 ` Tobias Geerinckx-Rice
@ 2018-11-23 15:04 ` Konrad Hinsen
  2018-11-23 18:46 ` Brett Gilio
  2018-11-23 19:20 ` swedebugia
  4 siblings, 0 replies; 10+ messages in thread
From: Konrad Hinsen @ 2018-11-23 15:04 UTC (permalink / raw)
  To: guix-devel

On 23/11/2018 14:41, Ludovic Courtès wrote:
> Today, it’s been six years already!

Let's have a party then:

(define-public guix-birthday-cake
   (package
     (name "guix-birthday-cake")
     (synopsis "A birthday cake for Guix")
     (build-system birthday-cake)
     (arguments
      `(#:number-of-candles 6))
     (inputs
      `(("cake" ,cake)
        ("candle" ,candle)))))

Thanks to everyone who contributed to make this happen!

Konrad.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 13:41 Happy birthday! Ludovic Courtès
                   ` (2 preceding siblings ...)
  2018-11-23 15:04 ` Konrad Hinsen
@ 2018-11-23 18:46 ` Brett Gilio
  2018-11-23 19:20 ` swedebugia
  4 siblings, 0 replies; 10+ messages in thread
From: Brett Gilio @ 2018-11-23 18:46 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guix-devel


Ludovic Courtès writes:

> Hello Guix!
>
> Today, it’s been six years already!
>
>   https://lists.gnu.org/archive/html/gnu-system-discuss/2012-11/msg00000.html
>
> ‘git shortlog -s’ says 231 people gave some of their time to Guix, and I
> think we can congratulate ourselves for six years of good hacking and
> great human interactions.  Surely Guix will have had its 1.0 release by
> the time it gets to the “age of reason”.  :-)
>
> Until then, if you want to make Guix a gift, consider helping out on the
> ‘core-updates’ merge:
>
>   https://lists.gnu.org/archive/html/guix-devel/2018-11/msg00410.html
>
> Happy birthday, and happy hacking!  :-)
>
> Ludo’.

Happy birthday to the inception of the most advanced distribution of the
GNU system, to date. I want to thank Ludovic, Pierre, Ricardo, and so
many others who have been paramount in the inception of this project.

Brett Gilio

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 13:41 Happy birthday! Ludovic Courtès
                   ` (3 preceding siblings ...)
  2018-11-23 18:46 ` Brett Gilio
@ 2018-11-23 19:20 ` swedebugia
  4 siblings, 0 replies; 10+ messages in thread
From: swedebugia @ 2018-11-23 19:20 UTC (permalink / raw)
  To: Ludovic Courtès, guix-devel

On 2018-11-23 14:41, Ludovic Courtès wrote:
> Hello Guix!
> 
> Today, it’s been six years already!

Wow, time flies fast!

I'm very excited and glad to be a part of this community. Thanks!

I hope for a bright future for this project and for the effects of 
reproducibility on the cost and ability of states and rogue actors to 
subvert our precious software (and hardware). Guix is a large step in 
the direction of 100% user control over the software and hardware.

I hope to meet some of you sometime and to hone my guile skills enough 
to hack on more than just package definitions and the manual in the future.

Happy birthday hacking :D
-- 
Cheers
Swedebugia

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Happy birthday!
  2018-11-23 14:15       ` Gábor Boskovits
@ 2018-11-23 19:32         ` Alex Vong
  0 siblings, 0 replies; 10+ messages in thread
From: Alex Vong @ 2018-11-23 19:32 UTC (permalink / raw)
  To: Gábor Boskovits; +Cc: Guix-devel

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

Gábor Boskovits <boskovits@gmail.com> writes:

> Happy birthday Guix!
> Laura Lazzati <laura.lazzati.15@gmail.com> ezt írta (időpont: 2018.
> nov. 23., P, 15:12):
>>
>> Happy birthday Guix :)
>>
>>

Happy birthday Guix! :)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-11-23 19:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-23 13:41 Happy birthday! Ludovic Courtès
2018-11-23 13:46 ` Pierre Neidhardt
2018-11-23 13:51   ` Pjotr Prins
2018-11-23 14:11     ` Laura Lazzati
2018-11-23 14:15       ` Gábor Boskovits
2018-11-23 19:32         ` Alex Vong
2018-11-23 14:29 ` Tobias Geerinckx-Rice
2018-11-23 15:04 ` Konrad Hinsen
2018-11-23 18:46 ` Brett Gilio
2018-11-23 19:20 ` swedebugia

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).