towski has quit [Remote host closed the connection]
KA_ has joined #ruby-lang
sunaku has joined #ruby-lang
hgf has quit [Quit: hgf]
krohrbaugh has quit [Quit: Leaving.]
KA_ has quit [Client Quit]
woollyams has quit [Quit: Computer has gone to sleep.]
ledao has quit [Quit: Leaving.]
jperry2_ has joined #ruby-lang
ledao has joined #ruby-lang
gsav has joined #ruby-lang
bhrgunatha has joined #ruby-lang
ilyam has joined #ruby-lang
jperry2_ has quit [Client Quit]
jperry2_ has joined #ruby-lang
headius has quit [Quit: headius]
brianpWins has quit [Quit: brianpWins]
thatdutchguy has quit [Ping timeout: 255 seconds]
bfreeman has quit [Quit: bfreeman]
boodle has joined #ruby-lang
bhrgunatha has quit [Quit: ChatZilla 0.9.89 [Firefox 18.0a1/20121005030609]]
woollyams has joined #ruby-lang
stardiviner has joined #ruby-lang
stardiviner has quit [Client Quit]
boodle has quit [Client Quit]
ryanf has joined #ruby-lang
yalue has quit [Remote host closed the connection]
kleech has quit [Ping timeout: 260 seconds]
justinseiter has quit [Remote host closed the connection]
thatdutchguy has joined #ruby-lang
robgleeson__ has quit [Ping timeout: 245 seconds]
kjr has joined #ruby-lang
hgf has joined #ruby-lang
kjr has quit [Quit: kjr]
irleif has quit [Quit: Computer has gone to sleep.]
ilyam has quit [Quit: ilyam]
doug has joined #ruby-lang
<doug>
ok, this is horrible: hs,pt,pw = Mordred::Pasta.configuration.host, Mordred::Pasta.configuration.port, Mordred::Pasta.configuration.password
<doug>
what's the best way to knock that down a bit?
diegoviola has joined #ruby-lang
irleif has joined #ruby-lang
<doug>
or a lot
artOfWar has joined #ruby-lang
rfay has joined #ruby-lang
gmci has quit [Ping timeout: 256 seconds]
havenn has joined #ruby-lang
gmci has joined #ruby-lang
^sandbags^ has quit [Remote host closed the connection]
<matti>
doug: c = Mordred::Pasta.configuration
<matti>
doug: c.host? ... c.port?
<matti>
drbrain, erikh, tenderlove: Did any of you try to use Bignum's C API at any point in time?
<matti>
drbrain, erikh, tenderlove: I am trying to macro a lot to get Fixnum and Bignum working, but it does not seem to be happy later on i.e. cannot find symbols of e.g. rb_big_mul, etc.
* matti
is giving up the fight for today, too tired.
gsav has quit [Quit: Lost terminal]
fletch_ has quit []
gsav has joined #ruby-lang
gsav has quit [Client Quit]
gsav has joined #ruby-lang
gmci has quit [Ping timeout: 240 seconds]
gmci has joined #ruby-lang
artOfWar has quit [Remote host closed the connection]
thatdutchguy has quit [Remote host closed the connection]
artOfWar has joined #ruby-lang
tRAS has joined #ruby-lang
CrazyHorse18 has joined #ruby-lang
datanoise has quit [Ping timeout: 252 seconds]
<doug>
matti: thanks for the try, would prefer a one-liner
jbsan has quit [Ping timeout: 256 seconds]
CrazyHorse18 has quit [Ping timeout: 245 seconds]
CrazyHorse18 has joined #ruby-lang
alvaro_o has quit [Quit: Ex-Chat]
diegoviola has quit [Ping timeout: 264 seconds]
<matti>
doug: LOL, so.. how do you want to improve ugly on-liner?
mpan has joined #ruby-lang
bfreeman has joined #ruby-lang
CrazyHorse18 has quit [Ping timeout: 246 seconds]
savage- has quit [Remote host closed the connection]
CrazyHorse18 has joined #ruby-lang
diegoviola has joined #ruby-lang
VegetableSpoon has quit [Remote host closed the connection]
artOfWar has quit [Remote host closed the connection]
gmci has quit [Ping timeout: 264 seconds]
<doug>
matti: fewer repeats of the same string
<doug>
matti: compressing it
datanoise has joined #ruby-lang
m3nd3s has quit [Remote host closed the connection]
thatdutchguy has joined #ruby-lang
gmci has joined #ruby-lang
swarley has quit [Ping timeout: 245 seconds]
ilyam has joined #ruby-lang
datanoise has quit [Ping timeout: 246 seconds]
ilyam has quit [Client Quit]
cantonic has quit [Quit: cantonic]
BMF has joined #ruby-lang
gmci has quit [Ping timeout: 240 seconds]
gmci has joined #ruby-lang
sunaku has quit [Quit: WeeChat 0.3.9]
sunny1 has joined #ruby-lang
richardjortega has left #ruby-lang [#ruby-lang]
sunny1 has quit [Client Quit]
sunaku has joined #ruby-lang
havenn has quit [Remote host closed the connection]
gmci has quit [Ping timeout: 248 seconds]
jperry2_ has quit [Quit: jperry2_]
Nisstyre-laptop has quit [Quit: Leaving]
CrazyHorse18 has quit [Ping timeout: 246 seconds]
gmci has joined #ruby-lang
sunaku has quit [Quit: WeeChat 0.3.9]
sunaku has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
rfay has quit [Quit: This computer has gone to sleep]
Nisstyre-laptop has quit [Remote host closed the connection]
rfay has joined #ruby-lang
hgf has quit [Quit: hgf]
sandbags has joined #ruby-lang
sandbags has quit [Changing host]
sandbags has joined #ruby-lang
charliesome has joined #ruby-lang
gmci has quit [Ping timeout: 260 seconds]
rfay has quit [Quit: This computer has gone to sleep]
gmci has joined #ruby-lang
woollyams has quit [Quit: Computer has gone to sleep.]
krohrbaugh has joined #ruby-lang
chendo_ has quit [Quit: Leaving...]
robgleeson__ has joined #ruby-lang
sandbags has quit [Ping timeout: 246 seconds]
woollyams has joined #ruby-lang
coryf has quit [Remote host closed the connection]
solondz has joined #ruby-lang
<solondz>
Is it possible to create a hash out of an array by specifying the keys the hash should have and an array with the same number?
<solondz>
for example
<solondz>
make_a_hash(keys, values)
<solondz>
where keys = ["fred", "jim"]
<solondz>
and values = [1,3]
<solondz>
#=> {"fred" => 1, "jim" => 3}
havenn has joined #ruby-lang
<sunaku>
solondz: Hash[ keys.zip(values) ]
irleif has quit [Quit: Computer has gone to sleep.]
CrazyHorse18 has joined #ruby-lang
* solondz
was thinking about zip and transpose
* solondz
reads about zip again
nertzy has joined #ruby-lang
CrazyHorse181 has joined #ruby-lang
CrazyHorse18 has quit [Ping timeout: 255 seconds]
<sunaku>
zip is such an awesome name for what the method does
havenn has quit [Ping timeout: 245 seconds]
* sunaku
has trouble naming things in software
<solondz>
sunaku: yeah, if you think about the teeth of the zip!
nertzy has quit [Client Quit]
* sunaku
would think of a non-awesome name, like "interlace"
<sunaku>
true. it's really clever
* sunaku
loves short, clever names
<solondz>
sunaku: that was totally the method I was thinking; interleave or interlace
irleif has joined #ruby-lang
mistym has quit [Remote host closed the connection]
<sunaku>
alas, i am but an ordinary programmer
brianpWins has joined #ruby-lang
<sunaku>
interleave seems cooler BTW
gsav has quit [Read error: Connection reset by peer]
nertzy has joined #ruby-lang
irleif has quit [Quit: Computer has gone to sleep.]
gaveen has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
kain has quit [Ping timeout: 246 seconds]
gsav has joined #ruby-lang
gmci has quit [Ping timeout: 244 seconds]
gmci has joined #ruby-lang
BMF has quit [Remote host closed the connection]
slyphon has quit [Ping timeout: 245 seconds]
havenn has joined #ruby-lang
nertzy has quit [Quit: This computer has gone to sleep]
woollyams has quit [Quit: Computer has gone to sleep.]
havenn has quit [Ping timeout: 260 seconds]
kain has joined #ruby-lang
cantonic has joined #ruby-lang
robgleeson__ has quit [Ping timeout: 245 seconds]
cantonic has quit [Read error: Connection reset by peer]
cantonic has joined #ruby-lang
woollyams has joined #ruby-lang
kain has quit [Ping timeout: 264 seconds]
ryanlecompte has joined #ruby-lang
zzak_ has quit [Ping timeout: 246 seconds]
zzak has joined #ruby-lang
thatdutchguy has quit [Remote host closed the connection]
woollyams has quit [Quit: Computer has gone to sleep.]
woollyams has joined #ruby-lang
achiu has quit [Quit: WeeChat 0.3.7]
Nisstyre-laptop has quit [Remote host closed the connection]
artOfWar has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
hakunin has quit [Remote host closed the connection]
kain has joined #ruby-lang
rippa has joined #ruby-lang
havenn has joined #ruby-lang
^sandbags^ has joined #ruby-lang
^sandbags^ has quit [Changing host]
^sandbags^ has joined #ruby-lang
T_shang has joined #ruby-lang
T_shang has quit [Max SendQ exceeded]
sandbags_ has joined #ruby-lang
kain has quit [Ping timeout: 240 seconds]
sandbag__ has joined #ruby-lang
T_shang has joined #ruby-lang
T_shang has left #ruby-lang [#ruby-lang]
havenn has quit [Ping timeout: 246 seconds]
^sandbags^ has quit [Ping timeout: 248 seconds]
sandbags_ has quit [Ping timeout: 248 seconds]
achiu has joined #ruby-lang
KA_ has joined #ruby-lang
ledao has quit [Quit: Leaving.]
stardiviner has joined #ruby-lang
ledao has joined #ruby-lang
kain has joined #ruby-lang
jamo has joined #ruby-lang
jamo has quit [Ping timeout: 260 seconds]
kain has quit [Ping timeout: 264 seconds]
ryanf has quit [Quit: leaving]
woollyams has quit [Quit: Computer has gone to sleep.]
dc5ala has joined #ruby-lang
hakunin has joined #ruby-lang
gokul has joined #ruby-lang
<rue>
Actually, those are all slightly inaccurate
<rue>
If you consider it entirely too hard
havenn has joined #ruby-lang
havenn has quit [Ping timeout: 246 seconds]
kain has joined #ruby-lang
ryanlecompte has quit [Remote host closed the connection]
ddd has quit [Quit: Leaving.]
gsav has quit [Read error: Connection reset by peer]
gaveen has quit [Ping timeout: 255 seconds]
Nisstyre-laptop has quit [Read error: Connection reset by peer]
gsav has joined #ruby-lang
kain has quit [Ping timeout: 240 seconds]
piyush has joined #ruby-lang
gaveen has joined #ruby-lang
gaveen has quit [Changing host]
gaveen has joined #ruby-lang
justinmcp has joined #ruby-lang
havenn has joined #ruby-lang
havenn has quit [Remote host closed the connection]
sandbag__ has quit [Remote host closed the connection]
ruurd has joined #ruby-lang
kain has joined #ruby-lang
ananna has quit [Remote host closed the connection]
anon_456 has joined #ruby-lang
anon_456 has quit [Remote host closed the connection]
kain has quit [Ping timeout: 240 seconds]
charlies_ has joined #ruby-lang
charliesome has quit [Disconnected by services]
charlies_ is now known as charliesome
tRAS has quit [Quit: Mother, did it need to be so high?]
ruurd has quit [Read error: Connection reset by peer]
ruurd_ has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
havenn has joined #ruby-lang
justinmcp has joined #ruby-lang
flebel has quit [Ping timeout: 244 seconds]
KA_ has quit [Quit: KA_]
flebel has joined #ruby-lang
<manveru>
type theorists spend all day long trying to come up with clever names like this
kain has joined #ruby-lang
havenn has quit [Remote host closed the connection]
solars has joined #ruby-lang
tRAS has joined #ruby-lang
hakunin has quit [Remote host closed the connection]
hakunin has joined #ruby-lang
kain has quit [Ping timeout: 264 seconds]
doug has left #ruby-lang [#ruby-lang]
toretore has joined #ruby-lang
hakunin has quit [Ping timeout: 260 seconds]
Weems has quit []
jamjam has joined #ruby-lang
workmad3 has quit [Ping timeout: 246 seconds]
KA_ has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
sandbags has joined #ruby-lang
sandbags has joined #ruby-lang
roadt has quit [Ping timeout: 264 seconds]
justinmcp has quit [Ping timeout: 255 seconds]
kain has joined #ruby-lang
justinmcp has joined #ruby-lang
sandbags has quit [Ping timeout: 245 seconds]
justinmcp has quit [Remote host closed the connection]
goshakkk has quit [Quit: Computer has gone to sleep.]
yats_ has quit [Ping timeout: 246 seconds]
roadt has joined #ruby-lang
ledao has quit [Read error: Connection timed out]
yats_ has joined #ruby-lang
yats_ has quit [Read error: Connection reset by peer]
ledao has joined #ruby-lang
yats__ has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
yats__ has quit [Read error: Connection reset by peer]
wyhaines has joined #ruby-lang
HereticDuck has joined #ruby-lang
Guedes has quit [Disconnected by services]
yats__ has joined #ruby-lang
postmodern has quit [Quit: Leaving]
ledao1 has joined #ruby-lang
ledao has quit [Ping timeout: 260 seconds]
sandbags has quit [Remote host closed the connection]
drowningchild has quit [Quit: Leaving]
vlad_starkov has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
benanne has joined #ruby-lang
ledao1 has quit [Ping timeout: 246 seconds]
jxie has quit [Quit: leaving]
ledao has joined #ruby-lang
goshakkk has joined #ruby-lang
yats__ has quit [Ping timeout: 246 seconds]
wyhaines has quit [Remote host closed the connection]
NOKAH has quit [Read error: Connection reset by peer]
Hakon has joined #ruby-lang
ttilley has quit [Quit: ttilley]
Shine-neko_ has joined #ruby-lang
Shine-neko has quit [Ping timeout: 245 seconds]
Shine-neko_ is now known as Shine-neko
CrazyHorse18 has joined #ruby-lang
CrazyHorse181 has joined #ruby-lang
CrazyHorse181 has quit [Client Quit]
CrazyHorse18 has quit [Ping timeout: 260 seconds]
Shine-neko_ has joined #ruby-lang
jperry2_ has joined #ruby-lang
Shine-neko has quit [Ping timeout: 260 seconds]
Shine-neko_ is now known as Shine-neko
tRAS has quit [Quit: Mother, did it need to be so high?]
Shine-neko_ has joined #ruby-lang
Madis has quit [Ping timeout: 246 seconds]
HereticDuck has quit [Quit: leaving]
Shine-neko has quit [Ping timeout: 260 seconds]
Shine-neko_ is now known as Shine-neko
Hakon has quit [Quit: Leaving...]
robgleeson__ has quit [Read error: Connection reset by peer]
gaveen has quit [Ping timeout: 264 seconds]
Asher has quit [Read error: No route to host]
Shine-neko_ has joined #ruby-lang
jwollert has quit [Ping timeout: 264 seconds]
jwollert has joined #ruby-lang
Shine-neko has quit [Ping timeout: 260 seconds]
Shine-neko_ is now known as Shine-neko
goshakkk has quit [Quit: Computer has gone to sleep.]
ddd has joined #ruby-lang
Shine-neko_ has joined #ruby-lang
gaveen has joined #ruby-lang
gaveen has quit [Changing host]
gaveen has joined #ruby-lang
Shine-neko has quit [Ping timeout: 246 seconds]
Shine-neko_ is now known as Shine-neko
datanoise has joined #ruby-lang
Asher has joined #ruby-lang
IPGlider has joined #ruby-lang
sandbags has joined #ruby-lang
sandbags has quit [Changing host]
sandbags has joined #ruby-lang
^sandbags^ has joined #ruby-lang
^sandbags^ has quit [Changing host]
^sandbags^ has joined #ruby-lang
sandbags_ has joined #ruby-lang
sandbag__ has joined #ruby-lang
sandbags has quit [Ping timeout: 256 seconds]
^sandbags^ has quit [Ping timeout: 256 seconds]
Shine-neko_ has joined #ruby-lang
sandbags_ has quit [Ping timeout: 260 seconds]
no_worries has joined #ruby-lang
Shine-neko has quit [Ping timeout: 260 seconds]
Shine-neko_ is now known as Shine-neko
nariyal has joined #ruby-lang
anannie has joined #ruby-lang
anannie has quit [Read error: Connection reset by peer]
tRAS has joined #ruby-lang
anannie has joined #ruby-lang
no_worries has quit [Remote host closed the connection]
undersc0re97 has quit [Read error: Operation timed out]
Asher has quit [Quit: Leaving.]
CrazyHorse18 has joined #ruby-lang
enebo has joined #ruby-lang
Asher has joined #ruby-lang
CrazyHorse18 has quit [Ping timeout: 260 seconds]
no_worries has joined #ruby-lang
no_worries has quit [Remote host closed the connection]
goshakkk has joined #ruby-lang
datanoise has quit [Remote host closed the connection]
undersc0re97 has joined #ruby-lang
hgf has joined #ruby-lang
irleif has joined #ruby-lang
hgf has quit [Client Quit]
Shine-neko_ has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
Shine-neko has quit [Ping timeout: 260 seconds]
Shine-neko_ is now known as Shine-neko
rfay has joined #ruby-lang
hgf has joined #ruby-lang
BMF has joined #ruby-lang
Madis has joined #ruby-lang
ledao has quit [Ping timeout: 256 seconds]
Shine-neko_ has joined #ruby-lang
Shine-neko has quit [Read error: Connection reset by peer]
Shine-neko_ is now known as Shine-neko
ledao has joined #ruby-lang
BMF has quit [Remote host closed the connection]
IPGlider has quit []
sepp2k has quit [Remote host closed the connection]
ledao has quit [Quit: Leaving.]
Shine-neko_ has joined #ruby-lang
ruurd has joined #ruby-lang
Shine-neko has quit [Ping timeout: 240 seconds]
Shine-neko_ is now known as Shine-neko
stiang has quit [Quit: stiang]
jperry2_ has quit [Quit: jperry2_]
DEac- has quit [Read error: Connection reset by peer]
DEac-_ has joined #ruby-lang
Shine-neko_ has joined #ruby-lang
Shine-neko has quit [Ping timeout: 245 seconds]
Shine-neko_ is now known as Shine-neko
sandbag__ has quit [Remote host closed the connection]
tRAS has quit [Quit: Mother, did it need to be so high?]
brotspinne has joined #ruby-lang
<brotspinne>
hello. I have a question about to_s + to_str vs. to_a + to_ary with a rails class. in the rails safebuffer class, to_s returns self and to_str returns a real string. in the ruby array class this is reversed. to_a returns a real array (even with a subclass) and to_ary returns self. code: http://pastie.org/4922274 so my question is now which one is acting wrong? because I think this is inconsistent
<Mon_Ouie>
If you create a subclass of String, both #to_str and #to_s will return String instances
<brotspinne>
Mon_Ouie: yes but not so with the rails safebuffer class and the array class
irleif has quit [Quit: Computer has gone to sleep.]
jtoy has joined #ruby-lang
<Mon_Ouie>
I tend to think the behavior of subclasses of core classes is rather hard to predict. Ideally, code should still work if it always returned an instance of the superclass (except for stuff like #dup and #clone of course)
<brotspinne>
Mon_Ouie: true. but what I want is a method which always returns the superclass. and then I found this inconsistency and how I'm a little bit unsure with this methods
irleif has joined #ruby-lang
<Mon_Ouie>
Is that active record class an actual subclass of String?
<whitequark>
Mon_Ouie: leaking optimizatin in MRI.
<whitequark>
I would expect rbx to act correctly there.
<Mon_Ouie>
Where exactly?
havenn has joined #ruby-lang
<whitequark>
Mon_Ouie: subclasses of string classes
<brotspinne>
Mon_Ouie: yes it's a sublcass
<whitequark>
*builtin classes in general
<brotspinne>
but it has nothing do to with activerecord
<Mon_Ouie>
It has everything to do with it, because that means they redefined #to_s to return self
<Mon_Ouie>
Since the default implementation returns a direct instance of String
gaveen has quit [Remote host closed the connection]
Shine-neko_ has joined #ruby-lang
rindolf has joined #ruby-lang
Shine-neko has quit [Ping timeout: 240 seconds]
Shine-neko_ is now known as Shine-neko
tRAS has joined #ruby-lang
havenn has quit [Remote host closed the connection]
coryf has joined #ruby-lang
solondz has joined #ruby-lang
irleif has joined #ruby-lang
Fullmoon has joined #ruby-lang
BMF has joined #ruby-lang
Fullmoon has quit [Client Quit]
ruurd has quit [Quit: Leaving...]
solars has quit [Ping timeout: 240 seconds]
artOfWar has quit [Remote host closed the connection]
<KA_>
How can I sort the list of methods Kernel.methods
mpan has quit [Ping timeout: 248 seconds]
<KA_>
Morning btw : )
<lianj>
.sort
<KA_>
danke
gsav has joined #ruby-lang
Jay_Levitt has joined #ruby-lang
Jay_Levitt has quit [Client Quit]
Jay_Levitt has joined #ruby-lang
coryf has quit [Remote host closed the connection]
Jay_Levitt has quit [Client Quit]
mpan has joined #ruby-lang
Shine-neko_ has joined #ruby-lang
solars has joined #ruby-lang
Shine-neko has quit [Ping timeout: 255 seconds]
Shine-neko_ is now known as Shine-neko
havenn has joined #ruby-lang
gaveen has joined #ruby-lang
gaveen has joined #ruby-lang
gaveen has quit [Changing host]
Shine-neko_ has joined #ruby-lang
jayeola has joined #ruby-lang
heftig has quit [Quit: leaving]
Shine-neko has quit [Ping timeout: 240 seconds]
Shine-neko_ is now known as Shine-neko
vlad_starkov has quit [Remote host closed the connection]
havenn has quit [Ping timeout: 246 seconds]
Shine-neko_ has joined #ruby-lang
Nisstyre-laptop has quit [Remote host closed the connection]
Nisstyre-laptop has joined #ruby-lang
Shine-neko has quit [Ping timeout: 246 seconds]
Shine-neko_ is now known as Shine-neko
Nisstyre-laptop has quit [Read error: Connection reset by peer]
ruurd has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
heftig has joined #ruby-lang
sush24 has joined #ruby-lang
stiang has joined #ruby-lang
Tearan has joined #ruby-lang
solars has quit [Ping timeout: 245 seconds]
stiang has quit [Quit: stiang]
mbr has joined #ruby-lang
Tearan has quit [Quit: Sleepy Badger....]
Tearan has joined #ruby-lang
Shine-neko has quit [Ping timeout: 246 seconds]
ruurd has quit [Quit: Leaving...]
Shine-neko has joined #ruby-lang
imperator has joined #ruby-lang
Hakon has joined #ruby-lang
nariyal has joined #ruby-lang
ruurd has joined #ruby-lang
havenn has joined #ruby-lang
solars has joined #ruby-lang
havenn has quit [Ping timeout: 240 seconds]
ruurd has quit [Quit: Leaving...]
Shine-neko_ has joined #ruby-lang
Shine-neko has quit [Ping timeout: 248 seconds]
Shine-neko_ is now known as Shine-neko
swarley has joined #ruby-lang
gsav has quit [Quit: Lost terminal]
gsav has joined #ruby-lang
Tearan has quit [Quit: Sleepy Badger....]
solondz has quit [Ping timeout: 246 seconds]
solondz has joined #ruby-lang
sepp2k has joined #ruby-lang
workmad3 has joined #ruby-lang
Shine-neko_ has joined #ruby-lang
Shine-neko has quit [Ping timeout: 240 seconds]
Shine-neko_ is now known as Shine-neko
havenn has joined #ruby-lang
sush24 has quit [Quit: This computer has gone to sleep]
artOfWar has joined #ruby-lang
mistym has quit [Remote host closed the connection]
artOfWar has quit [Remote host closed the connection]
mistym has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
Shine-neko_ has joined #ruby-lang
havenn has quit [Ping timeout: 246 seconds]
havenn has joined #ruby-lang
Shine-neko has quit [Ping timeout: 260 seconds]
Shine-neko_ is now known as Shine-neko
KA_ has quit [Quit: KA_]
jxie has joined #ruby-lang
Shine-neko_ has joined #ruby-lang
imperator has quit [Quit: This computer has gone to sleep]
KA_ has joined #ruby-lang
solondz has quit [Ping timeout: 252 seconds]
mistym has quit [Remote host closed the connection]
Shine-neko has quit [Ping timeout: 246 seconds]
Shine-neko_ is now known as Shine-neko
havenn has quit [Remote host closed the connection]
wabic has joined #ruby-lang
Shine-neko_ has joined #ruby-lang
mpan has quit [Read error: Connection reset by peer]
mpan has joined #ruby-lang
danielmjr has joined #ruby-lang
solondz has joined #ruby-lang
Shine-neko has quit [Ping timeout: 246 seconds]
Shine-neko_ is now known as Shine-neko
anon_456 has joined #ruby-lang
no_worries has joined #ruby-lang
anannie has quit [Remote host closed the connection]
BMF has quit [Remote host closed the connection]
danielmjr has quit [Ping timeout: 246 seconds]
havenn has joined #ruby-lang
irleif has quit [Quit: Computer has gone to sleep.]
voker57 has quit [Remote host closed the connection]
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
anon_456 has quit [Remote host closed the connection]
Shine-neko_ has joined #ruby-lang
tRAS has quit [Quit: Mother, did it need to be so high?]
danielmjr has joined #ruby-lang
no_worries has quit [Remote host closed the connection]
Hakon has quit [Quit: Leaving...]
havenn has quit [Ping timeout: 244 seconds]
Hakon has joined #ruby-lang
Shine-neko has quit [Ping timeout: 260 seconds]
Shine-neko_ is now known as Shine-neko
Hakon has quit [Ping timeout: 240 seconds]
nertzy has joined #ruby-lang
danielmjr has quit [Ping timeout: 240 seconds]
workmad3 has quit [Ping timeout: 256 seconds]
irleif has joined #ruby-lang
mistym has quit [Remote host closed the connection]
valeri_ufo has quit [Read error: Connection reset by peer]
nertzy has quit [Quit: This computer has gone to sleep]
mistym has joined #ruby-lang
vlad_starkov has joined #ruby-lang
mistym has quit [Remote host closed the connection]
piyush has quit [Ping timeout: 264 seconds]
abstr4ct has joined #ruby-lang
KA_ has quit [Quit: KA_]
havenn has joined #ruby-lang
matled- has joined #ruby-lang
wasnotrice_ has joined #ruby-lang
epitron__ has joined #ruby-lang
epitron__ has joined #ruby-lang
epitron__ has quit [Changing host]
bnagy_ has joined #ruby-lang
lzhz_ has joined #ruby-lang
Boohbah_ has joined #ruby-lang
mksm has joined #ruby-lang
mksm is now known as Guest58426
havenn has quit [Ping timeout: 246 seconds]
iosctr_ has joined #ruby-lang
joschi- has joined #ruby-lang
lzhz has quit [*.net *.split]
KillerFox has quit [*.net *.split]
a3li has quit [*.net *.split]
Guest52560 has quit [*.net *.split]
epitron has quit [*.net *.split]
bnagy has quit [*.net *.split]
matled has quit [*.net *.split]
felipe has quit [*.net *.split]
wasnotrice has quit [*.net *.split]
joschi has quit [*.net *.split]
abstr4ct|3 has quit [*.net *.split]
Boohbah has quit [*.net *.split]
iosctr has quit [*.net *.split]
Glass_saga has quit [*.net *.split]
vesan has quit [*.net *.split]
lele|w has quit [*.net *.split]
gianlucadv has quit [*.net *.split]
lele has quit [*.net *.split]
yellow5 has quit [*.net *.split]
_dumfrie- has quit [*.net *.split]
Weems has quit [*.net *.split]
setmeaway has quit [*.net *.split]
gix has quit [*.net *.split]
krohrbaugh has quit [*.net *.split]
kirin` has quit [*.net *.split]
corsican has quit [*.net *.split]
benteaa has quit [*.net *.split]
hackeron has quit [*.net *.split]
fireglow has quit [*.net *.split]
matled- is now known as matled
iosctr_ is now known as iosctr
yellow5 has joined #ruby-lang
lele has joined #ruby-lang
vesan has joined #ruby-lang
gianlucadv has joined #ruby-lang
_dumfrie- has joined #ruby-lang
lele|w has joined #ruby-lang
a3li` has joined #ruby-lang
Weems has joined #ruby-lang
fireglow has joined #ruby-lang
setmeaway has joined #ruby-lang
benteaa has joined #ruby-lang
hackeron has joined #ruby-lang
krohrbaugh has joined #ruby-lang
corsican has joined #ruby-lang
gix has joined #ruby-lang
kirin` has joined #ruby-lang
epitron__ is now known as epitron
<zzak>
steveklabnik: i just committed your thread.c patch, thanks!
Nisstyre-laptop has quit [Remote host closed the connection]
vesan has quit [*.net *.split]
gianlucadv has quit [*.net *.split]
lele|w has quit [*.net *.split]
lele has quit [*.net *.split]
_dumfrie- has quit [*.net *.split]
yellow5 has quit [*.net *.split]
rfay has joined #ruby-lang
yellow5 has joined #ruby-lang
lele has joined #ruby-lang
_dumfrie- has joined #ruby-lang
gianlucadv has joined #ruby-lang
lele|w has joined #ruby-lang
vesan has joined #ruby-lang
valeri_ufo has joined #ruby-lang
Glass_saga has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
<aef>
there is a core library named Etc which is butt ugly. i need to access the usernames of the members of a specific group in my linux system. is there a library with a prettier interface than Etc around which can handle this for me?
swarley has quit [Ping timeout: 240 seconds]
<matti>
aef: None that I know off.
<matti>
aef: But you can write one yourself real quick.
<matti>
aef: Mind you, that Etc is portable.
<aef>
matti: I hoped I could circumvent coding it myself once :)
<matti>
Just use Etc.
<steveklabnik>
zzak: <3
<matti>
aef: Aescetics of Etc are really a problem that you can live with.
<matti>
Ohai zzak
<matti>
steveklabnik: +1
<aef>
matti: speak for yourself if you want. i actually cannot.
<matti>
LOL
<matti>
What is with people nowadays.
<aef>
matti: i don't think those C API names belong in readable Ruby code
<matti>
Fiest, some dude wants to make an utterly idiotic one-line of code more pretty.
<matti>
And now Etc is ugly.
<matti>
Fuck me.
<matti>
aef: Then dude, you have a problem.
<matti>
I am glad I am not you, tho.
<matti>
;]
<matti>
drbrain, erikh, tenderlove: I ended up abusing rb_funcall in a set of macros, in the end.
<matti>
drbrain, erikh, tenderlove: Seems to be the common theme.
KA_ has joined #ruby-lang
gaveen has quit [Remote host closed the connection]
rippa has quit [Ping timeout: 260 seconds]
havenn has joined #ruby-lang
havenn has quit [Ping timeout: 240 seconds]
ilyam has joined #ruby-lang
drowningchild has joined #ruby-lang
drowningchild has quit [Changing host]
drowningchild has joined #ruby-lang
Weems has quit [Remote host closed the connection]
Weems has joined #ruby-lang
Weems has quit [Changing host]
Weems has joined #ruby-lang
drowningchild has quit [Client Quit]
drowningchild has joined #ruby-lang
drowningchild has quit [Changing host]
drowningchild has joined #ruby-lang
anon_456 has joined #ruby-lang
anon_456 has quit [Remote host closed the connection]
rfay has quit [Quit: This computer has gone to sleep]
ruurd has joined #ruby-lang
gix has quit [Quit: Client exiting]
vlad_starkov has quit [Remote host closed the connection]
havenn has joined #ruby-lang
gix has joined #ruby-lang
Shine-neko_ has joined #ruby-lang
irleif has quit [Quit: Computer has gone to sleep.]
irleif has joined #ruby-lang
Shine-neko has quit [Ping timeout: 246 seconds]
Shine-neko_ is now known as Shine-neko
wabic has quit [Quit: Lost terminal]
nariyal has quit [Ping timeout: 255 seconds]
schroedinbug has quit [Ping timeout: 268 seconds]
ryanf has joined #ruby-lang
vlad_starkov has joined #ruby-lang
ilyam has quit [Quit: ilyam]
sush24 has joined #ruby-lang
ruurd has quit [Quit: Leaving...]
felipe has joined #ruby-lang
schroedinbug has joined #ruby-lang
sunaku has quit [Quit: WeeChat 0.3.9]
rindolf has quit [Quit: Leaving]
rindolf has joined #ruby-lang
facest has joined #ruby-lang
irleif has quit [Quit: Computer has gone to sleep.]
workmad3 has joined #ruby-lang
bastilian has quit [Quit: Leaving...]
faces has quit [Ping timeout: 264 seconds]
rfay has joined #ruby-lang
havenn has quit [Remote host closed the connection]
vlad_starkov has quit [Remote host closed the connection]