From sjn+oslo.pm at pvv.org Tue Mar 3 03:00:54 2015 From: sjn+oslo.pm at pvv.org (Salve J Nilsen) Date: Tue, 3 Mar 2015 12:00:54 +0100 (CET) Subject: [Oslo-aktive] [Oslo.pm] Tirsdag 2. mars 2015: "Fifty Shades of Perl" m/Damian Conway In-Reply-To: References: Message-ID: Hei! Minner om kveldens festforedrag (nedenfor), og morgendagens ordinære Oslo.pm-møte på Teknologihuset. Det er ikke for sent å melde seg på. Ta gjerne med kollegaer og venner! :) mvh, - Salve J. Nilsen Salve J Nilsen said: > > Hei! > > I morgen kveld er Damian Conway i byen, og gir oss et underholdende foredrag > på The Scotsman! > > Fifty Shades of Perl > -------------------- > > In June 2000, Larry Wall announced a new four-month Open Source development > effort: the reinvention of Perl. > > In this presentation, Damian Conway will unfold the twisting and sordid > tale > of what happened over the next fifteen years of the project, highlighting > the sexy new language that has been created, the tough love that was > sometimes necessary to make it happen, and the dozen or so > harsh-but-invaluable lessons that the development team learned along the > way. > > Påmelding er på sidene våre på Meetup: http://meetu.ps/2GKQHT > > Tweet/retweet om du kan! :) > > > mvh, > > - Salve J. Nilsen > > -- #!/usr/bin/env perl sub AUTOLOAD{$AUTOLOAD=~/.*::(\d+)/;seek(DATA,$1,0);print# Salve Joshua Nilsen getc DATA}$"="'};&{'";@_=unpack("C*",unpack("u*",':50,$'.# '3!=0"59,6!`%%P\0!1)46%!F.Q`%01,`'."\n"));eval "&{'@_'}"; __END__ is near! :) From andymartinwork at gmail.com Thu Mar 5 01:02:52 2015 From: andymartinwork at gmail.com (Andy Martin) Date: Thu, 5 Mar 2015 10:02:52 +0100 Subject: [Oslo-aktive] Fwd: Homebrew? In-Reply-To: References: Message-ID: Good Morning Perlmongers, I joined after the talk last night, it was very inspiring. I wonder if we can put installation instructions for Perl6 on the Oslo.pm homepage? The installation instructions on rakudo.org were rather bad. They only have MSI installer files for windows, which I suppose will be useless for most of the Perl developers I know. The best way to install Perl6 on mac is the command: brew install rakudo-star Apparently there are packages around for linux as well. Is there any way we can update the rakudo website to explain this too? Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: From sjn+oslo.pm at pvv.org Fri Mar 6 05:47:59 2015 From: sjn+oslo.pm at pvv.org (Salve J Nilsen) Date: Fri, 6 Mar 2015 14:47:59 +0100 (CET) Subject: [Oslo-aktive] Fwd: Homebrew? In-Reply-To: References: Message-ID: Heya, Andy Welcome to Oslo.pm! :) Andy Martin said: > > Good Morning Perlmongers, > > I joined after the talk last night, it was very inspiring. Yeah, Damian's talks rock. > I wonder if we can put installation instructions for Perl6 on the Oslo.pm > homepage? Hm... That would probably be a good idea, yes. We have a github account where I've been putting together a replacement for Oslo.pm's old pages (who are hosted by the Perl NOC somewhere in California). Wanna have a look at it? (Anyone can, actually, give me a ping and I'll invite anyone who wants to help). https://github.com/oslo-pm/oslo-pm.github.io git at github.com:oslo-pm/oslo-pm.github.io.git I'm rather keen on getting away from our old setup (it's SVN-based, and it's a pain to give new people access to it :-|) > The installation instructions on rakudo.org were rather bad. They only have > MSI installer files for windows, which I suppose will be useless for most of > the Perl developers I know. Not entirely shore who's managing that site. Pretty sure someone on #perl6 can help though. But yes, there's room for improvement here, and having an improved version of it on our site is a good idea. :) > The best way to install Perl6 on mac is the command: > > brew install rakudo-star > > Apparently there are packages around for linux as well. > Is there any way we can update the rakudo website to explain this too? I'm a fan of tadzik's rakudobrew (https://github.com/tadzik/rakudobrew) Pretty straightforward, but perhaps not optimized for "regular" deployment. I also see that hoelzro has made a Docker image of Rakudo Star (see https://registry.hub.docker.com/u/hoelzro/rakudo-star/tags/manage/). Maybe worth a look? In any case, yes, there's room for improvement, and I'd love to help. - Salve -- #!/usr/bin/env perl sub AUTOLOAD{$AUTOLOAD=~/.*::(\d+)/;seek(DATA,$1,0);print# Salve Joshua Nilsen getc DATA}$"="'};&{'";@_=unpack("C*",unpack("u*",':50,$'.# '3!=0"59,6!`%%P\0!1)46%!F.Q`%01,`'."\n"));eval "&{'@_'}"; __END__ is near! :) From sjn+oslo.pm at pvv.org Fri Mar 6 12:49:18 2015 From: sjn+oslo.pm at pvv.org (Salve J Nilsen) Date: Fri, 6 Mar 2015 21:49:18 +0100 (CET) Subject: [Oslo-aktive] Fwd: Homebrew? In-Reply-To: References: Message-ID: Salve J Nilsen said: > Andy Martin said: > >> The installation instructions on rakudo.org were rather bad. They only have >> MSI installer files for windows, which I suppose will be useless for most >> of the Perl developers I know. > > Not entirely shore who's managing that site. Pretty sure someone on #perl6 > can help though. But yes, there's room for improvement here, and having an > improved version of it on our site is a good idea. :) Apparently, there's been some development on #perl6 on this exact topic today. If you want to help improve that page, get on that channel and chat with mraynham and PerlJam who are thinking exactly the same as you. :) Carpe diem, etc. - Salve -- #!/usr/bin/env perl sub AUTOLOAD{$AUTOLOAD=~/.*::(\d+)/;seek(DATA,$1,0);print# Salve Joshua Nilsen getc DATA}$"="'};&{'";@_=unpack("C*",unpack("u*",':50,$'.# '3!=0"59,6!`%%P\0!1)46%!F.Q`%01,`'."\n"));eval "&{'@_'}"; __END__ is near! :) From andymartinwork at gmail.com Mon Mar 9 01:12:41 2015 From: andymartinwork at gmail.com (Andy Martin) Date: Mon, 9 Mar 2015 09:12:41 +0100 Subject: [Oslo-aktive] Fwd: Homebrew? In-Reply-To: References: Message-ID: How do I get onto #perl6? On 6 March 2015 at 21:49, Salve J Nilsen wrote: > Salve J Nilsen said: > >> Andy Martin said: >> >> The installation instructions on rakudo.org were rather bad. They only >>> have MSI installer files for windows, which I suppose will be useless for >>> most of the Perl developers I know. >>> >> >> Not entirely shore who's managing that site. Pretty sure someone on >> #perl6 can help though. But yes, there's room for improvement here, and >> having an improved version of it on our site is a good idea. :) >> > > Apparently, there's been some development on #perl6 on this exact topic > today. If you want to help improve that page, get on that channel and chat > with mraynham and PerlJam who are thinking exactly the same as you. :) > > Carpe diem, etc. > > > > - Salve > > -- > #!/usr/bin/env perl > sub AUTOLOAD{$AUTOLOAD=~/.*::(\d+)/;seek(DATA,$1,0);print# Salve Joshua > Nilsen > getc DATA}$"="'};&{'";@_=unpack("C*",unpack("u*",':50,$'.# > '3!=0"59,6!`%%P\0!1)46%!F.Q`%01,`'."\n"));eval "&{'@_'}"; __END__ is > near! :) > _______________________________________________ > Oslo-aktive > oslo-aktive at pm.org > For inn/utmelding og oppsett, bruk: > http://mail.pm.org/mailman/listinfo/oslo-aktive > -------------- next part -------------- An HTML attachment was scrubbed... URL: From sjn+oslo.pm at pvv.org Mon Mar 9 04:22:19 2015 From: sjn+oslo.pm at pvv.org (Salve J Nilsen) Date: Mon, 9 Mar 2015 12:22:19 +0100 (CET) Subject: [Oslo-aktive] Fwd: Homebrew? In-Reply-To: References: Message-ID: Andy Martin said: > > How do I get onto #perl6? #perl6 is on Freenode (irc.freenode.org). You can find instructions on . While you're at it, you're also quite welcome on #oslo.pm on irc.perl.org. :) - Salve -- #!/usr/bin/env perl sub AUTOLOAD{$AUTOLOAD=~/.*::(\d+)/;seek(DATA,$1,0);print# Salve Joshua Nilsen getc DATA}$"="'};&{'";@_=unpack("C*",unpack("u*",':50,$'.# '3!=0"59,6!`%%P\0!1)46%!F.Q`%01,`'."\n"));eval "&{'@_'}"; __END__ is near! :) From torbjorn.lindahl at gmail.com Wed Mar 11 13:49:13 2015 From: torbjorn.lindahl at gmail.com (=?UTF-8?Q?Torbj=C3=B8rn_Lindahl?=) Date: Wed, 11 Mar 2015 21:49:13 +0100 Subject: [Oslo-aktive] =?utf-8?q?=C3=98nsker_forslag_til_foredragsholdere_?= =?utf-8?q?til_OSDC?= Message-ID: Hei, planleggingen er i full gang til vårens OSDC som går av stabelen 8-10. mai , mye er på plass men det er fortsatt plass til mye mer. Vi trenger forslag fra dere, vet *du* om noen som du kunne tenke deg å høre, så tips oss! Det kan være alt av smått og stort, ting som er aktuelle for deg i din jobb, nye ting, gamle ting, ting du liker. email: program at osdc.no , eller #osdc.no på irc.freenode.net -- mvh Torbjørn Lindahl -------------- neste del -------------- Et HTML-vedlegg ble skilt ut... URL: From torbjorn.lindahl at gmail.com Wed Mar 18 12:56:40 2015 From: torbjorn.lindahl at gmail.com (=?UTF-8?Q?Torbj=C3=B8rn_Lindahl?=) Date: Wed, 18 Mar 2015 20:56:40 +0100 Subject: [Oslo-aktive] OSDC Nordic: Har du en foredragsholder i magen? Message-ID: Hei, det er fortsatt god plass til fordragsholdere - Har du noe du kunne tenke deg å snakke om? (Og kommer det mange til setter vi opp flere parallelle tracks) Det vanker gratis inngang og heder og ære. Vi har 20min bolker og 50min bolker. -- mvh Torbjørn Lindahl -------------- neste del -------------- Et HTML-vedlegg ble skilt ut... URL: