summaryrefslogtreecommitdiff
path: root/website/posts/back-from-the-gnu-hackers-meeting.sxml
blob: c18d9bf85ff04b8a3acfcf9aa43eb00ce142b162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(begin
  (use-modules (srfi srfi-19))
  `((title . "Back from the GNU Hackers Meeting")
    (author . "Ludovic Courtès")
    (date unquote (make-date 0 0 0 0 2 9 2013 7200))
    (content
      div
      (p "The "
         (a (@ (href "http://www.gnu.org/ghm/2013/paris"))
            "GNU Hackers Meeting")
         " took place last week in Paris.  As usual, it was a nice place to meet fellow hackers, grow new ideas, and to learn about what other projects are up to.  Thanks to "
         (a (@ (href "http://www.irill.org")) "IRILL")
         " for hosting the event, and a big thanks to "
         (a (@ (href "http://ageinghacker.net/")) "Luca")
         " for the very professional organization!"
         (br))
      (p "Several Guix hackers were present, with no less than "
         (a (@ (href "http://www.gnu.org/software/guix/#talks"))
            "two talks advertising Guix")
         ".  The first talk demoed the package manager, both from a user's and from a hacker's perspective, and with a look forward.  The second talk delivered a \"packaging how-to\" that should be helpful to anyone willing to contribute to the GNU system distribution."
         (br)))))