Parrot 5.10.0 "Sun Conure" | parrot.org/ | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC
Set by moderator on 1 January 2014.
04:36 preflex_ joined 06:19 rurban1 joined 07:19 rurban1 joined 08:20 rurban1 joined 08:42 FROGGS joined 09:05 testsadasd joined 09:21 rurban1 joined
testsadasd test 09:30
FROGGS ok 1 - test
testsadasd ping pong 09:31
testing xchat client on new openbsd sus
FROGGS seems to work 09:32
testsadasd nice
do you know for some good cli chat client ?
FROGGS no
never tried any
testsadasd hm, tnx 09:33
is my english ok ?
i am from Serbia
FROGGS ohh, your english is very well 09:35
though, I'm not a native either
testsadasd So I can start writing tuts in english :) 09:36
FROGGS :o)
go ahead
testsadasd You know, i have a doubt somehow 09:37
about site design
i hate blog structure
and I like simple site like
Bruce Barnet (sed tutorial)
Is it weird to code html4 simple site in 2014 :) 09:38
without colors and css :)
FROGGS why without css? it is pretty useful to have the styles only in one place... 09:39
and without colors, you won't see anything, do you? :o)
testsadasd i mean, just white bgcolor and black txt
like, just a sec..
www.grymoire.com/unix/sed.html 09:40
like that site
i can implement css latter, with sed :)
FROGGS umm, I don't like it, personally 09:42
in contrast, I like that: 6guts.wordpress.com/
:o)
testsadasd i tried blogs 09:43
it is just..not me 09:44
have you seen Peter Norvig's simple site ?
It's beatifull
FROGGS ewww, are you sure about that? 09:45
that is like cancer for my eyes
testsadasd :)
FROGGS :o)
testsadasd it's like heaven for my eyes :)
simple and direct
tables :) 09:46
it seams I am weirdo :)
FROGGS *g*
testsadasd I like Perl and OpenBSD, that tells everything :)
FROGGS how about that? perlcabal.org/syn/S11.html 09:47
testsadasd That's it, nice and beatifull. 09:48
FROGGS and functional
testsadasd perfect
FROGGS that is just a rendering of POD
testsadasd Looks professional 09:50
:)
FROGGS well, this will work well for developers, but not soo well with common users I think 09:51
testsadasd I don't think that common users search on google for Perl :) 09:52
FROGGS the problem is that you don't want to scare newbies
testsadasd Why, if they are really interested, they will continue reading... 09:53
FROGGS and when such a newbie compares a Python site to a Perl site, and that Perl site looks like it was last touched in the 1980's, then we lost a potential Perl Hacker :o)
if he/she is interested in webstuff or gamedev, he/she *will* be scared by something that looks ugly and out-dated 09:54
testsadasd But, than there bi few really really good Perl Priests with lot's of job offering :)
FROGGS I am not talking about job offers
testsadasd I know 09:55
FROGGS just about ppl who are interested in learning their (first?) programming language
testsadasd hm
i tried puthon 09:56
it not fits my brain
i tried php
it not fits my brain
i just feel Perl somehow naturally
like OpenBSD... 09:57
10:22 rurban1 joined 11:22 rurban1 joined 11:26 Khisanth joined 11:45 denisboyun joined 12:23 rurban1 joined 13:24 rurban1 joined 14:24 FROGGS joined 14:25 rurban1 joined 15:02 bluescreen joined 15:34 denisboyun joined 15:59 Psyche^ joined 19:43 cooper joined 21:21 webart left 22:16 denisboyun joined
dalek rrot: 69509d5 | rurban++ | docs/pdds/pdd22_io.pod:
[doc] (GH#1005) Fix bad ipv6 examples in pdd22_io, thanks to zefram
22:19
rurban I also changed my mind on #1017 (get_id of proxies) 22:24
22:37 denis_boyun joined
rurban adding tests for get_id #1017 22:51
22:53 travis-ci joined
travis-ci [travis-ci] parrot/parrot#931 (master - 69509d5 : Reini Urban): The build passed. 22:53
[travis-ci] Change view : github.com/parrot/parrot/compare/a...509d5db49a
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/16555441
22:53 travis-ci left
rurban I got two smoke bugs: t/op/string_cclass.t (7,9 cclass whitespace) + t/compilers/pge/perl6regex/01-regex.t 118 23:31
dalek rrot: 0f412b4 | rurban++ | / (6 files):
Bump year to 2014
23:32
23:39 kid51 joined
dalek rrot/rurban/gh1017-proxy-get_id: e397274 | rurban++ | / (2 files):
[WIP] add testcase and comment about get_id on proxied objects

But the test hangs
23:44
rurban but travis is doing fine, ok 23:47
23:52 travis-ci joined
travis-ci [travis-ci] parrot/parrot#932 (master - 0f412b4 : Reini Urban): The build passed. 23:52
[travis-ci] Change view : github.com/parrot/parrot/compare/6...412b4a0bf7
[travis-ci] Build details : travis-ci.org/parrot/parrot/builds/16559325
23:52 travis-ci left
FROGGS rurban: the whitespace fails are probably about U+180e Mongolian Vowel Separator (MVS) 23:56
this is not whitespace anymore, since unicode 6.3 or so
an upgrade of libicu causes fails 23:57
rurban thanks, that's what I suspected 23:59