00:00
joshuawscott_ has joined #ruby-lang
00:07
joshuawscott_ has quit [Quit: joshuawscott_]
00:08
vlad_starkov has joined #ruby-lang
00:08
joshuawscott has joined #ruby-lang
00:09
DarkBushido has quit [Quit: Leaving...]
00:10
joshuawscott has left #ruby-lang [#ruby-lang]
00:10
joshuawscott has joined #ruby-lang
00:10
andrewvos has joined #ruby-lang
00:14
fragamus has joined #ruby-lang
00:15
ivanoats has joined #ruby-lang
00:15
ivanoats has joined #ruby-lang
00:15
ivanoats has quit [Changing host]
00:15
<
slowhands >
am I identified yet?
00:16
<
slowhands >
is that article just about the repository pattern?
00:17
joshuawscott has quit [Quit: joshuawscott]
00:17
vlad_starkov has quit [Ping timeout: 256 seconds]
00:18
<
whitequark >
19>> true if /a/
00:18
<
eval-in >
whitequark => /tmp/execpad-04b137874770/source-04b137874770:2: warning: regex literal in condition ... (
https://eval.in/33653)
00:18
<
whitequark >
interesting
00:23
jsullivandigs has joined #ruby-lang
00:24
r0bby has quit [Read error: Connection reset by peer]
00:24
r0bby has joined #ruby-lang
00:28
<
slowhands >
anyone use BerkeleyDB?
00:29
runeb has quit [Remote host closed the connection]
00:30
mdedetrich has joined #ruby-lang
00:38
stamina has joined #ruby-lang
00:39
<
erikh >
not without crying
00:40
<
whitequark >
nested flip-flops
00:46
spcshpopr8r has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
00:47
dingus_khan has joined #ruby-lang
00:53
joshuawscott has joined #ruby-lang
00:54
brushbox has quit [Quit: Leaving.]
00:56
invariant has joined #ruby-lang
00:57
dingus_khan has quit [Remote host closed the connection]
00:57
invariant has quit [Client Quit]
00:58
ruby-lang909 has joined #ruby-lang
01:04
<
erikh >
remind me what flip-flop is? I've seen it before but I can't ever remember it
01:05
<
whitequark >
perlism
01:05
t_ has quit [Ping timeout: 245 seconds]
01:05
<
whitequark >
foo while bar..baz
01:05
<
whitequark >
basically a flip-flop is what a range literal becomes when it's used in a conditional context
01:06
<
whitequark >
it has a hidden variable inside
01:06
<
erikh >
oh, so two conditionals that end up resolving to an aggregate
01:07
<
whitequark >
you can say it so, I guess
01:07
<
whitequark >
it's a really obscure feature
01:07
<
erikh >
yeah, silly stuff.
01:07
<
whitequark >
and it seems that matz agreed to remove it from 3.0
01:08
<
erikh >
here's hoping they remove and clean up a lot of cruft.
01:08
andrewvos has quit [Ping timeout: 240 seconds]
01:08
<
whitequark >
indeed
01:08
<
whitequark >
my hopes are kind of lost on ruby's though.
01:08
<
erikh >
kind of hoping mruby bucks the trend there
01:08
<
whitequark >
it's old (20 years duh), it was never designed (but was evolved), there's no process...
01:09
<
whitequark >
erikh: unlikely.
01:09
<
erikh >
well, mruby is not any of those things
01:09
<
erikh >
hence my optimism, but you're probably right
01:09
<
whitequark >
oh, it's all of three
01:09
stamina has quit [Ping timeout: 245 seconds]
01:09
<
whitequark >
mruby is built according to ISO standard
01:09
<
erikh >
hm? it's from scratch
01:09
<
erikh >
oh, i see what you're saying
01:09
<
whitequark >
and ISO standard is written so that MRI will be compliant
01:10
<
whitequark >
it has
*much* less cruft than MRI itself, mostly by leaving huge areas unspecified
01:10
<
erikh >
honestly, i'm more concerned about the internals
01:10
<
whitequark >
erikh: oh, internals are basically MRI but tidyed up
01:10
<
erikh >
which looked pretty good last time I checked.
01:10
<
erikh >
it's been a good 6mo though.
01:10
<
whitequark >
i.e. it is a very dumb VM and a really far descendant to emacs lisp VM
01:11
<
whitequark >
which is slightly less unwieldy than MRI.
01:11
<
whitequark >
mruby ~ little MRI.
01:11
<
whitequark >
we don't really need another MRI :)
01:11
<
erikh >
I'm ok with that -- I don't want to use ruby for performance applications.
01:11
<
erikh >
I want to use it for what it's good at -- simple applications and tooling.
01:11
<
whitequark >
mruby is applicable for neither
01:12
<
whitequark >
tooling? the IO, String, Encoding APIs are at the bare minimum, or even below
01:12
<
erikh >
well, I've been thinking about a process supervisor in go that uses it as a configuration language.
01:12
<
erikh >
and chef is pretty awesome
01:12
<
erikh >
it's erlang backed on the server side these days.
01:12
<
whitequark >
simple applications? well... no gems will really work on it, not even rubygems itself, plus there's no posix apis
01:12
<
whitequark >
(there was some work on the latter)
01:12
<
erikh >
that's ok by me for my needs
01:13
<
whitequark >
erikh: oh, a configuration language
01:13
<
whitequark >
try libconfig
01:13
<
erikh >
I was using lua last time I tried
01:13
<
erikh >
nah, I want real programmability
01:13
<
erikh >
but I can look, at least.
01:13
<
whitequark >
ah, turing-completeness
01:13
<
whitequark >
I'd take... lisp?
01:13
<
whitequark >
there ought to be an implementation of something really simple, idk, scheme, in go
01:14
<
whitequark >
ideal for your use case
01:14
<
erikh >
well, ops people these days are generally writing ruby
01:14
<
whitequark >
or you could just take one of literally dozens of tiny scheme implementations in C and bind it to go
01:14
<
erikh >
so it's a better target than scheme
01:14
Caius has quit [Ping timeout: 240 seconds]
01:14
<
erikh >
but I get what you're saying.
01:15
<
whitequark >
same here
01:15
<
erikh >
and ops people -- less than devs -- move languages very slowly
01:15
<
erikh >
less spending all day in languages... doing other things too.
01:15
ruby-lang909 has left #ruby-lang [#ruby-lang]
01:15
<
whitequark >
noticed, yeah.
01:16
<
whitequark >
lisps are really simple, but I can see very well how this kind of simplicity may miss an ops guy
01:16
<
erikh >
the shift from python to ruby is still happening, really.
01:16
yxhuvud has joined #ruby-lang
01:16
<
erikh >
yeah, I mean, stick to what works and all that.
01:16
<
whitequark >
why did it start?
01:17
<
erikh >
ops people are generally context switching hard
01:17
<
erikh >
whitequark: chef and puppet mostly
01:17
<
whitequark >
python's used in a lot of scripts, for example... where bash is too obscure
01:17
<
whitequark >
and perl
01:17
ruby-lang247 has joined #ruby-lang
01:17
<
erikh >
perl gave way to python, by and large
01:17
<
erikh >
shell gave way to perl
01:18
Caius has joined #ruby-lang
01:18
<
erikh >
there are a few die-hard perl shops out there, but it's a very rare thing these days.
01:18
<
whitequark >
so... is it shell->perl->python->ruby?
01:18
<
erikh >
that's my stance
01:18
<
erikh >
obviously others may disagree
01:18
<
whitequark >
generally shifting to a single-language world?
01:19
<
erikh >
so, ops people spend most of their time learning new configuration syntax
01:19
<
erikh >
and sometimes they duck in and edit something some dev did
01:19
ruby-lang247 has quit [Client Quit]
01:19
<
erikh >
but most frequently, for consistency's sake they have a lingua franca
01:19
<
erikh >
and ops is much more homogenized than development is
01:20
<
erikh >
ops is very much about process and structure in a lot of places.
01:20
<
erikh >
devs can get away with more, is what i'm saying.
01:20
<
erikh >
this is why, regardless of the whole noops thing, there's a stark contrast between environments that have dedicated ops people and those who don't
01:21
* whitequark
could never be an ops guy (or perform his duties)... not organized enough.
01:21
<
erikh >
anyhow sorry for the 20 kilotons of opinion
01:21
<
whitequark >
so, I respect them. :)
01:21
<
erikh >
dunno, it's kind of fun. things are a lot more varied, work wise
01:21
bzalasky has quit [Remote host closed the connection]
01:22
<
erikh >
breaks up the day nicely, hard(er) to get rabbit holed on something.
01:22
<
whitequark >
though, it really seems to me more as a feature of mindset (i.e. innate), than as a learned skill.
01:22
<
erikh >
yep, it's totally mindset.
01:22
<
erikh >
most good ops people can do dev work, and most good devs can do ops work.
01:22
<
erikh >
it's all about where your focus is
01:25
jsullivandigs has quit [Remote host closed the connection]
01:25
jsullivandigs has joined #ruby-lang
01:26
sepp2k1 has quit [Quit: Leaving.]
01:27
brushbox has joined #ruby-lang
01:29
duper has quit [Quit: leaving]
01:30
jsullivandigs has quit [Ping timeout: 252 seconds]
01:30
<
whitequark >
I really hate ruby right now
01:30
<
whitequark >
>> def f; if /(?<foo>bar)/.=~('foobar') && p(foo); foo; end; end; f
01:30
<
whitequark >
>> def f; if /(?<foo>bar)/ =~('foobar') && p(foo); foo; end; end; f
01:30
brushbox has quit [Read error: Connection reset by peer]
01:31
tkuchiki has quit [Remote host closed the connection]
01:32
Aria has joined #ruby-lang
01:32
<
whitequark >
so... ugly...
01:42
hogeo has joined #ruby-lang
01:44
vlad_starkov has joined #ruby-lang
01:44
malev has quit [Remote host closed the connection]
01:45
hogeo_ has quit [Ping timeout: 252 seconds]
01:50
vlad_starkov has quit [Ping timeout: 245 seconds]
01:51
jsullivandigs has joined #ruby-lang
01:51
gja has joined #ruby-lang
01:51
gja has quit [Changing host]
01:51
gja has joined #ruby-lang
01:57
dingus_khan has joined #ruby-lang
02:02
dingus_khan has quit [Ping timeout: 245 seconds]
02:07
gja has quit [Quit: This computer has gone to sleep]
02:15
joshuawscott has quit [Quit: joshuawscott]
02:18
joshuawscott has joined #ruby-lang
02:20
bzalasky has joined #ruby-lang
02:23
mahlon_ is now known as mahlon
02:29
GeissT has joined #ruby-lang
02:32
machuga|away is now known as machuga
02:35
symm- has quit [Ping timeout: 252 seconds]
02:39
barttenbrinke has joined #ruby-lang
02:39
hashkey has joined #ruby-lang
02:45
barttenbrinke has quit [Ping timeout: 264 seconds]
02:47
vlad_starkov has joined #ruby-lang
02:51
vlad_starkov has quit [Ping timeout: 246 seconds]
02:53
vbatts|work has joined #ruby-lang
02:58
dingus_khan has joined #ruby-lang
03:01
danrabinowitz has joined #ruby-lang
03:02
dingus_khan has quit [Ping timeout: 252 seconds]
03:04
crackity_jones has joined #ruby-lang
03:07
Taranis has left #ruby-lang [#ruby-lang]
03:08
ikrima has joined #ruby-lang
03:09
tkuchiki has joined #ruby-lang
03:11
joshuawscott has quit [Quit: joshuawscott]
03:11
hashkey has quit [Quit: Leaving]
03:12
havenwood has joined #ruby-lang
03:13
joshuawscott has joined #ruby-lang
03:13
tsou has quit [Quit: off]
03:14
jekyll_xyz has quit []
03:15
dingus_khan has joined #ruby-lang
03:15
tkuchiki has quit [Remote host closed the connection]
03:15
dingus_khan has quit [Read error: Connection reset by peer]
03:16
dingus_khan has joined #ruby-lang
03:16
gja has joined #ruby-lang
03:16
gja has quit [Changing host]
03:16
gja has joined #ruby-lang
03:16
tkuchiki has joined #ruby-lang
03:16
havenwood has quit [Remote host closed the connection]
03:22
justinmb_ has joined #ruby-lang
03:23
vbatts|work has quit [Ping timeout: 245 seconds]
03:24
nathanstitt has quit [Quit: I growing sleepy]
03:24
justinmb_ has quit [Remote host closed the connection]
03:29
Squarepy has joined #ruby-lang
03:36
dingus_khan has quit [Remote host closed the connection]
03:39
fragamus has quit [Quit: Computer has gone to sleep.]
03:40
Squarepy has quit [Read error: Connection reset by peer]
03:47
vlad_starkov has joined #ruby-lang
03:52
dankest has quit [Quit: Leaving...]
03:52
vlad_starkov has quit [Ping timeout: 268 seconds]
03:57
havenwood has joined #ruby-lang
04:14
joshuawscott has quit [Quit: joshuawscott]
04:28
kgrz has joined #ruby-lang
04:37
machuga is now known as machuga|away
04:38
Mon_Ouie has quit [Ping timeout: 245 seconds]
04:46
tRAS has joined #ruby-lang
04:46
dingus_khan has joined #ruby-lang
04:48
crackity_jones has quit [Quit: Computer has gone to sleep.]
04:50
dingus_khan has quit [Ping timeout: 241 seconds]
04:51
ivanoats has quit [Remote host closed the connection]
04:51
ikrima has quit [Ping timeout: 248 seconds]
04:52
Mon_Ouie has joined #ruby-lang
04:54
ivanoats has joined #ruby-lang
04:54
ivanoats has joined #ruby-lang
04:54
r0bby is now known as robbyoconnor
04:55
ia___ has joined #ruby-lang
04:58
kgrz has quit [Ping timeout: 256 seconds]
05:04
pipework has joined #ruby-lang
05:06
benlovell has joined #ruby-lang
05:11
benlovell has quit [Ping timeout: 264 seconds]
05:15
tarruda has quit [Ping timeout: 252 seconds]
05:19
tarruda has joined #ruby-lang
05:24
gregmoreno has joined #ruby-lang
05:29
gregmoreno has quit [Ping timeout: 256 seconds]
05:32
rikai has quit [Read error: Connection reset by peer]
05:32
rikai has joined #ruby-lang
05:32
mistym has quit [Remote host closed the connection]
05:35
mistym has joined #ruby-lang
05:35
mistym has joined #ruby-lang
05:35
mistym has quit [Changing host]
05:40
mistym has quit [Remote host closed the connection]
05:45
zachlatta has joined #ruby-lang
05:48
vlad_starkov has joined #ruby-lang
05:51
jsullivandigs has quit [Remote host closed the connection]
05:51
jsullivandigs has joined #ruby-lang
05:51
hashkey has joined #ruby-lang
05:52
hashkey is now known as Guest52240
05:53
vlad_starkov has quit [Ping timeout: 248 seconds]
05:53
macmartine has joined #ruby-lang
05:54
ia___ has quit [Quit: ia___]
05:55
jsullivandigs has quit [Ping timeout: 248 seconds]
05:57
tbuehlmann has joined #ruby-lang
05:59
Guest52240 has quit [Remote host closed the connection]
06:06
Aria has quit [Remote host closed the connection]
06:07
hahuang65 has joined #ruby-lang
06:10
mdedetrich has quit [Quit: Computer has gone to sleep.]
06:11
GarethAdams has joined #ruby-lang
06:18
mdedetrich has joined #ruby-lang
06:21
tomzx_mac has quit [Ping timeout: 245 seconds]
06:24
sush24 has joined #ruby-lang
06:28
mdedetrich has quit [Quit: Computer has gone to sleep.]
06:29
ikrima has joined #ruby-lang
06:31
zachlatta has quit [Remote host closed the connection]
06:32
ivanoats has quit [Remote host closed the connection]
06:35
Gues_____ has joined #ruby-lang
06:36
Gues_____ is now known as Guest10754
06:37
zmike123 has joined #ruby-lang
06:37
dingus_khan has joined #ruby-lang
06:37
macmartine has quit [Quit: Computer has gone to sleep.]
06:42
mdedetrich has joined #ruby-lang
06:45
sush24 has quit [Ping timeout: 240 seconds]
06:47
sush24 has joined #ruby-lang
06:49
vlad_starkov has joined #ruby-lang
06:49
sush24 has quit [Client Quit]
06:52
xuser has quit [Remote host closed the connection]
06:53
<
yorickpeterse >
morning
06:53
vlad_starkov has quit [Ping timeout: 256 seconds]
06:54
mdedetrich has quit [Quit: Computer has gone to sleep.]
06:57
pipework has quit [Remote host closed the connection]
07:08
DomKM has quit [Quit: Leaving.]
07:09
mistym has joined #ruby-lang
07:09
GeissT_ has joined #ruby-lang
07:11
hashkey has joined #ruby-lang
07:11
GeissT has quit [Ping timeout: 248 seconds]
07:11
hashkey is now known as Guest94704
07:13
jxie has quit [Quit: leaving]
07:13
jds_ has joined #ruby-lang
07:14
zzak_ has joined #ruby-lang
07:15
jinie- has joined #ruby-lang
07:15
Guest94704 has quit [Client Quit]
07:15
weeb1e has joined #ruby-lang
07:16
jinie_ has quit [Ping timeout: 264 seconds]
07:16
weeb1e_ has quit [Read error: Connection reset by peer]
07:16
zzak has quit [Read error: Connection reset by peer]
07:16
PaulePanter has quit [Ping timeout: 264 seconds]
07:16
segy has quit [Ping timeout: 264 seconds]
07:16
mbr has quit [Ping timeout: 264 seconds]
07:16
jds has quit [Ping timeout: 264 seconds]
07:16
mbr has joined #ruby-lang
07:16
mistym has quit [Remote host closed the connection]
07:17
segy has joined #ruby-lang
07:17
mistym has joined #ruby-lang
07:18
Nisstyre has joined #ruby-lang
07:19
ffio has joined #ruby-lang
07:20
dingus_khan has quit [Remote host closed the connection]
07:24
dingus_khan has joined #ruby-lang
07:30
gr4yscale has joined #ruby-lang
07:31
GeissT_ has quit [Quit: MillBroChat AdIRC User]
07:31
GeissT has joined #ruby-lang
07:32
solars has joined #ruby-lang
07:33
GeissT has quit [Read error: No route to host]
07:34
GeissT has joined #ruby-lang
07:42
hogeo_ has joined #ruby-lang
07:44
dingus_khan has quit [Remote host closed the connection]
07:44
hogeo has quit [Ping timeout: 245 seconds]
07:45
hhatch has joined #ruby-lang
07:46
havenwood has quit [Remote host closed the connection]
07:46
havenwood has joined #ruby-lang
07:49
tenderlove has quit [Remote host closed the connection]
07:59
wallerdev has quit [Quit: wallerdev]
08:02
toretore has joined #ruby-lang
08:04
bzalasky has quit [Remote host closed the connection]
08:05
gr4yscale has quit [Quit: Computer has gone to sleep.]
08:06
gr4yscale has joined #ruby-lang
08:16
ia___ has joined #ruby-lang
08:17
chorkpop has quit [Read error: Connection reset by peer]
08:18
mistym has quit [Remote host closed the connection]
08:19
tenderlove has joined #ruby-lang
08:19
mistym has joined #ruby-lang
08:20
ruurd has joined #ruby-lang
08:20
vlad_starkov has joined #ruby-lang
08:22
elia has joined #ruby-lang
08:23
stamina has joined #ruby-lang
08:23
mistym has quit [Remote host closed the connection]
08:24
vlad_starkov has quit [Ping timeout: 252 seconds]
08:27
yorickpeterse has quit [Quit: Who cares about these quit messages?]
08:28
tenderlove has quit [Ping timeout: 260 seconds]
08:30
mdedetrich has joined #ruby-lang
08:31
mdedetrich has quit [Max SendQ exceeded]
08:31
bzalasky has joined #ruby-lang
08:31
PaulePanter has joined #ruby-lang
08:32
adambeynon has joined #ruby-lang
08:32
mdedetrich has joined #ruby-lang
08:37
elia has quit [Quit: Computer has gone to sleep.]
08:37
mdedetrich has quit [Quit: Computer has gone to sleep.]
08:38
ridders24 has joined #ruby-lang
08:38
vlad_starkov has joined #ruby-lang
08:40
mdedetrich has joined #ruby-lang
08:44
bzalasky has quit [Remote host closed the connection]
08:46
zmike123 has quit [Ping timeout: 252 seconds]
08:46
mdedetrich has quit [Ping timeout: 240 seconds]
08:47
G________ has joined #ruby-lang
08:48
ikrima has quit [Quit: Computer has gone to sleep.]
08:48
dc5ala has joined #ruby-lang
08:54
dingus_khan has joined #ruby-lang
08:55
benanne has joined #ruby-lang
08:55
tenderlove has joined #ruby-lang
08:59
dingus_khan has quit [Ping timeout: 252 seconds]
08:59
tenderlove has quit [Ping timeout: 240 seconds]
09:00
zmike123 has joined #ruby-lang
09:04
Rizzle has quit [Read error: Connection reset by peer]
09:05
Rizzle has joined #ruby-lang
09:06
havenwood has quit [Remote host closed the connection]
09:23
JohnBat26 has joined #ruby-lang
09:26
tenderlove has joined #ruby-lang
09:28
jsullivandigs has joined #ruby-lang
09:30
tenderlove has quit [Ping timeout: 268 seconds]
09:32
jsullivandigs has quit [Ping timeout: 252 seconds]
09:34
yorickpeterse has joined #ruby-lang
09:35
sepp2k has joined #ruby-lang
09:41
skade has joined #ruby-lang
09:47
xxaM has quit [Remote host closed the connection]
09:47
mikewintermute has joined #ruby-lang
09:50
smook3 has joined #ruby-lang
09:50
danguita has joined #ruby-lang
09:52
gja has quit [Quit: This computer has gone to sleep]
09:53
mbj has joined #ruby-lang
09:54
jco has joined #ruby-lang
09:57
tenderlove has joined #ruby-lang
09:58
mytrile has joined #ruby-lang
09:59
vlad_starkov has quit [Remote host closed the connection]
09:59
zmike123 has quit [Quit: Выходжу]
09:59
zmike123 has joined #ruby-lang
10:00
danguita has quit [Quit: leaving]
10:04
skade has quit [Quit: Computer has gone to sleep.]
10:06
ia___ has quit [Quit: ia___]
10:07
tenderlove has quit [Ping timeout: 268 seconds]
10:07
havenwood has joined #ruby-lang
10:09
danguita has joined #ruby-lang
10:10
havenwood has quit [Remote host closed the connection]
10:10
havenwood has joined #ruby-lang
10:22
GarethAdams has quit [Quit: Leaving...]
10:29
cmackinnon has joined #ruby-lang
10:31
havenwood has quit [Remote host closed the connection]
10:32
smook3 has quit [Ping timeout: 255 seconds]
10:32
tenderlove has joined #ruby-lang
10:33
ffio_ has joined #ruby-lang
10:34
ffio has quit [Ping timeout: 256 seconds]
10:35
smook3 has joined #ruby-lang
10:36
stamina has quit [Ping timeout: 276 seconds]
10:37
tenderlove has quit [Ping timeout: 246 seconds]
10:40
Kabaka has quit [Remote host closed the connection]
10:43
Kabaka has joined #ruby-lang
10:44
stamina has joined #ruby-lang
10:49
gr4yscale has quit [Quit: Computer has gone to sleep.]
10:50
hashkey has joined #ruby-lang
10:50
hashkey is now known as Guest62270
10:51
Guest62270 has quit [Client Quit]
10:59
jinie has joined #ruby-lang
11:03
JohnBat26 has quit [Ping timeout: 268 seconds]
11:05
ruurd has quit [Read error: Connection reset by peer]
11:10
mdedetrich has joined #ruby-lang
11:13
Gues_____ has joined #ruby-lang
11:13
Gues_____ is now known as Guest82343
11:14
Guest82343 has quit [Client Quit]
11:14
relix has joined #ruby-lang
11:16
vlad_starkov has joined #ruby-lang
11:19
ikrima has joined #ruby-lang
11:21
ajack has joined #ruby-lang
11:21
ajack has quit [Client Quit]
11:23
ia___ has joined #ruby-lang
11:28
mbj has quit [Quit: Lost terminal]
11:29
ikrima has quit [Quit: Computer has gone to sleep.]
11:30
ikrima has joined #ruby-lang
11:33
stamina has quit [Ping timeout: 248 seconds]
11:39
ikrima has quit [Quit: Computer has gone to sleep.]
11:39
ikrima has joined #ruby-lang
11:48
ikrima has quit [Quit: Computer has gone to sleep.]
11:48
ikrima has joined #ruby-lang
11:49
skade has joined #ruby-lang
11:51
tRAS has quit [Quit: Mother, did it need to be so high?]
11:51
Nisstyre has quit [Quit: Leaving]
11:57
ikrima has quit [Quit: Computer has gone to sleep.]
11:58
ikrima has joined #ruby-lang
12:04
tenderlove has joined #ruby-lang
12:05
GeissT_ has joined #ruby-lang
12:06
danguita has quit [Ping timeout: 276 seconds]
12:06
GeissT_ has quit [Client Quit]
12:06
ikrima has quit [Quit: Computer has gone to sleep.]
12:07
ikrima has joined #ruby-lang
12:07
mikewintermute has quit [Quit: mikewintermute]
12:08
GeissT has quit [Ping timeout: 248 seconds]
12:09
tenderlove has quit [Ping timeout: 248 seconds]
12:13
skade has quit [Quit: Computer has gone to sleep.]
12:15
rikai_ has joined #ruby-lang
12:15
ikrima has quit [Quit: Computer has gone to sleep.]
12:18
rikai has quit [Ping timeout: 276 seconds]
12:20
mdedetrich has quit [Ping timeout: 252 seconds]
12:20
stef_204 has joined #ruby-lang
12:22
danguita has joined #ruby-lang
12:22
tbuehlmann has quit [Remote host closed the connection]
12:22
ridders24 has quit [Ping timeout: 268 seconds]
12:23
mdedetrich has joined #ruby-lang
12:23
tkuchiki_ has joined #ruby-lang
12:26
tkuchiki has quit [Ping timeout: 276 seconds]
12:27
tkuchiki_ has quit [Ping timeout: 268 seconds]
12:32
black_mambba has joined #ruby-lang
12:33
danguita has quit [Quit: leaving]
12:35
black_mambba has quit [Quit: Chatmosphere for Blackberry]
12:38
jco has quit [Ping timeout: 240 seconds]
12:40
ikrima has joined #ruby-lang
12:40
JohnBat26 has joined #ruby-lang
12:41
vlad_starkov has quit [Remote host closed the connection]
12:42
vlad_starkov has joined #ruby-lang
12:46
jco has joined #ruby-lang
12:46
rikai has joined #ruby-lang
12:47
rikai_ has quit [Ping timeout: 268 seconds]
12:48
tonni has quit [Ping timeout: 246 seconds]
12:48
ikrima has quit [Quit: Computer has gone to sleep.]
12:49
relix has quit [Ping timeout: 248 seconds]
12:53
rikai_ has joined #ruby-lang
12:54
Legit has joined #ruby-lang
12:55
rikai has quit [Ping timeout: 252 seconds]
12:55
Legit is now known as Guest97441
12:57
mytrile has quit [Remote host closed the connection]
12:58
adwhit has joined #ruby-lang
12:59
relix has joined #ruby-lang
13:03
apeiros has quit [Read error: Connection reset by peer]
13:03
apeiros_ has joined #ruby-lang
13:04
apeiros has joined #ruby-lang
13:05
jsullivandigs has joined #ruby-lang
13:06
postmodern has quit [Quit: Leaving]
13:06
tenderlove has joined #ruby-lang
13:07
apeiros has quit [Read error: Connection reset by peer]
13:07
apeiros__ has joined #ruby-lang
13:07
hashkey has joined #ruby-lang
13:09
apeiros_ has quit [Ping timeout: 264 seconds]
13:09
jsullivandigs has quit [Ping timeout: 240 seconds]
13:10
mbj has joined #ruby-lang
13:10
tenderlove has quit [Ping timeout: 252 seconds]
13:12
skade has joined #ruby-lang
13:16
Guest97441 has quit [Remote host closed the connection]
13:18
fragamus has joined #ruby-lang
13:18
tonni has joined #ruby-lang
13:18
Ethan has joined #ruby-lang
13:19
Ethan is now known as Guest1882
13:19
mdedetrich has quit [Quit: Computer has gone to sleep.]
13:20
mdedetrich has joined #ruby-lang
13:20
jinie is now known as jinie_
13:21
elia has joined #ruby-lang
13:21
mdedetrich has quit [Client Quit]
13:24
elia has quit [Client Quit]
13:24
vlad_sta_ has joined #ruby-lang
13:25
Aria has joined #ruby-lang
13:25
elia has joined #ruby-lang
13:25
joshuawscott has joined #ruby-lang
13:27
vlad_starkov has quit [Ping timeout: 256 seconds]
13:31
skade has quit [Quit: Computer has gone to sleep.]
13:32
ikrima has joined #ruby-lang
13:33
Guest1882 has quit [Remote host closed the connection]
13:33
jxie has joined #ruby-lang
13:36
tenderlove has joined #ruby-lang
13:38
rue has quit [Remote host closed the connection]
13:41
tenderlove has quit [Ping timeout: 256 seconds]
13:41
ikrima has quit [Quit: Computer has gone to sleep.]
13:42
hogeo has joined #ruby-lang
13:43
Squarepy has joined #ruby-lang
13:43
rue has joined #ruby-lang
13:45
hogeo_ has quit [Ping timeout: 256 seconds]
13:55
symm- has joined #ruby-lang
13:55
smook3 has quit [Ping timeout: 255 seconds]
13:57
joshuawscott has quit [Quit: joshuawscott]
13:59
daniel has joined #ruby-lang
13:59
daniel is now known as Guest54996
14:00
Guest54996 has quit [Remote host closed the connection]
14:07
tenderlove has joined #ruby-lang
14:09
cmackinnon has quit [Ping timeout: 240 seconds]
14:09
DomKM has joined #ruby-lang
14:10
ikrima has joined #ruby-lang
14:12
tenderlove has quit [Ping timeout: 268 seconds]
14:13
stamina has joined #ruby-lang
14:13
Aaaarg has quit [Quit: Aaaarg]
14:13
Aaaarg has joined #ruby-lang
14:14
vlad_sta_ has quit [Remote host closed the connection]
14:14
vlad_starkov has joined #ruby-lang
14:15
vlad_sta_ has joined #ruby-lang
14:19
vlad_starkov has quit [Ping timeout: 264 seconds]
14:24
stardiviner has joined #ruby-lang
14:25
ikrima has quit [Quit: Computer has gone to sleep.]
14:26
stardiviner has quit [Remote host closed the connection]
14:28
jco has quit [Quit: Lost terminal]
14:32
stardiviner has joined #ruby-lang
14:33
alekst has joined #ruby-lang
14:38
tenderlove has joined #ruby-lang
14:39
toretore has quit [Quit: Leaving]
14:42
tenderlove has quit [Ping timeout: 256 seconds]
14:46
x0f has quit [Ping timeout: 264 seconds]
14:47
skade has joined #ruby-lang
14:48
x0f has joined #ruby-lang
14:48
cmackinnon has joined #ruby-lang
14:49
matled has quit [Remote host closed the connection]
14:51
alekst has quit [Quit: Leaving...]
14:53
x0f has quit [Ping timeout: 276 seconds]
14:53
x0f has joined #ruby-lang
14:53
banisterfiend has joined #ruby-lang
14:58
x0f has quit [Ping timeout: 276 seconds]
15:00
x0f has joined #ruby-lang
15:00
Ethan has joined #ruby-lang
15:01
Ethan is now known as Guest15036
15:02
vlad_sta_ has quit [Remote host closed the connection]
15:02
vlad_starkov has joined #ruby-lang
15:04
elia has quit [Quit: Computer has gone to sleep.]
15:04
banisterfiend has quit [Read error: Connection reset by peer]
15:09
tenderlove has joined #ruby-lang
15:09
smook3 has joined #ruby-lang
15:13
tenderlove has quit [Ping timeout: 252 seconds]
15:14
wallerdev has joined #ruby-lang
15:15
justinmburrous has joined #ruby-lang
15:16
matled has joined #ruby-lang
15:17
Voker57|2 has left #ruby-lang [#ruby-lang]
15:18
nertzy has joined #ruby-lang
15:19
nathanstitt has joined #ruby-lang
15:19
elia has joined #ruby-lang
15:20
nathanstitt has quit [Client Quit]
15:20
elia has quit [Client Quit]
15:22
apeiros has joined #ruby-lang
15:25
apeiros__ has quit [Ping timeout: 246 seconds]
15:27
Guest15036 has quit [Remote host closed the connection]
15:30
<
yorickpeterse >
I keep finding it interesting to see how dead IRC generally is during the weekends
15:31
relix has joined #ruby-lang
15:32
<
Aria >
Yeah. It used to be all night and weekend.
15:32
<
Aria >
Now it's used more professionally than not.
15:32
<
Aria >
how's that for a turnaround?
15:33
<
yorickpeterse >
damn you!
15:33
tRAS has joined #ruby-lang
15:34
<
yxhuvud >
I have notice the same effect at certain message boards, which get 10x the traffic during work days.
15:34
GarethAdams has joined #ruby-lang
15:35
Squarepy has quit [Remote host closed the connection]
15:37
banisterfiend has joined #ruby-lang
15:38
ffio_ has quit [Ping timeout: 246 seconds]
15:39
tenderlove has joined #ruby-lang
15:41
Kabaka has quit [Remote host closed the connection]
15:44
tenderlove has quit [Ping timeout: 248 seconds]
15:44
Kabaka has joined #ruby-lang
15:45
Mon_Ouie has quit [Ping timeout: 264 seconds]
15:49
wallerdev has quit [Quit: wallerdev]
15:52
cirenyc has joined #ruby-lang
15:54
skade has quit [Ping timeout: 240 seconds]
15:54
jstemmer has joined #ruby-lang
15:54
<
yorickpeterse >
whitequark: ping
15:55
<
yorickpeterse >
hm nevermind, this appears to be a bug in my own code
15:56
vlad_sta_ has joined #ruby-lang
15:58
<
yorickpeterse >
did seem to've found another bug though
15:59
vlad_starkov has quit [Ping timeout: 252 seconds]
15:59
<
yorickpeterse >
Oh no derp, that's a (begin) node wrapping everything for some reason
16:01
havenwood has joined #ruby-lang
16:05
<
yorickpeterse >
So tl;dr: I did not understand that #begin_pos is different than #column
16:05
<
yorickpeterse >
which is annoying if they return different values
16:06
JpC0utur3 has joined #ruby-lang
16:08
vlad_sta_ has quit [Remote host closed the connection]
16:10
vlad_starkov has joined #ruby-lang
16:14
Ethan has joined #ruby-lang
16:14
Ethan is now known as Guest937
16:15
Guest937 has quit [Read error: Connection reset by peer]
16:19
swav has quit [Remote host closed the connection]
16:20
hahuang65 has quit [Quit: Computer has gone to sleep.]
16:21
jsullivandigs has joined #ruby-lang
16:22
tbuehlmann has joined #ruby-lang
16:22
vlad_starkov has quit [Remote host closed the connection]
16:25
gregmoreno has joined #ruby-lang
16:26
sush24 has joined #ruby-lang
16:31
relix has joined #ruby-lang
16:31
poga has quit [Remote host closed the connection]
16:35
hahuang65 has joined #ruby-lang
16:37
stamina has quit [Read error: Operation timed out]
16:38
wallerdev has joined #ruby-lang
16:39
gja has joined #ruby-lang
16:41
tenderlove has joined #ruby-lang
16:43
nathanstitt has joined #ruby-lang
16:44
glebm has quit [Ping timeout: 256 seconds]
16:46
tenderlove has quit [Ping timeout: 260 seconds]
16:51
meizaps has quit [Ping timeout: 256 seconds]
16:53
gr4yscale has joined #ruby-lang
16:57
meizaps has joined #ruby-lang
17:00
glebm has joined #ruby-lang
17:07
banisterfiend has quit [Read error: Connection reset by peer]
17:09
sush24_ has joined #ruby-lang
17:09
sush24 has quit [Ping timeout: 248 seconds]
17:12
tenderlove has joined #ruby-lang
17:12
ia___ has quit [Quit: ia___]
17:13
pskosinski has joined #ruby-lang
17:17
tenderlove has quit [Ping timeout: 276 seconds]
17:18
skade has joined #ruby-lang
17:19
justinmburrous has quit [Remote host closed the connection]
17:20
bzalasky has joined #ruby-lang
17:27
bzalasky has quit [Remote host closed the connection]
17:30
jsullivandigs has quit [Remote host closed the connection]
17:30
jsullivandigs has joined #ruby-lang
17:35
jsullivandigs has quit [Ping timeout: 276 seconds]
17:38
gr4yscale has quit [Ping timeout: 240 seconds]
17:40
Squarepy has joined #ruby-lang
17:41
jsullivandigs has joined #ruby-lang
17:41
skade has quit [Ping timeout: 240 seconds]
17:42
tenderlove has joined #ruby-lang
17:43
swav has joined #ruby-lang
17:44
saarinen has joined #ruby-lang
17:47
tenderlove has quit [Ping timeout: 248 seconds]
17:50
solars has quit [Ping timeout: 252 seconds]
17:53
mistym has joined #ruby-lang
17:55
Linkedipsoul has quit [Ping timeout: 240 seconds]
17:57
jsullivandigs has quit [Remote host closed the connection]
17:58
jsullivandigs has joined #ruby-lang
17:58
crackity_jones has joined #ruby-lang
17:59
havenwood has quit [Remote host closed the connection]
18:02
Voker57 has joined #ruby-lang
18:02
swav has quit [Remote host closed the connection]
18:03
jsullivandigs has quit [Ping timeout: 268 seconds]
18:07
ikrima has joined #ruby-lang
18:07
saarinen has quit [Quit: saarinen]
18:07
joshuawscott has joined #ruby-lang
18:12
joshuawscott has quit [Client Quit]
18:16
joshuawscott has joined #ruby-lang
18:19
joshuawscott has quit [Client Quit]
18:23
jinie_ is now known as jinie
18:30
tomzx_mac has joined #ruby-lang
18:31
barttenbrinke has joined #ruby-lang
18:32
relix has joined #ruby-lang
18:32
bzalasky has joined #ruby-lang
18:32
x0f has quit [Ping timeout: 245 seconds]
18:34
bzalasky has quit [Remote host closed the connection]
18:34
vlad_starkov has joined #ruby-lang
18:35
mikko has quit [Remote host closed the connection]
18:35
benanne has quit [Quit: kbai]
18:35
x0f has joined #ruby-lang
18:35
MaddinXx_ has joined #ruby-lang
18:35
stamina has joined #ruby-lang
18:36
tRAS has quit [Ping timeout: 245 seconds]
18:36
Linkedipsoul has joined #ruby-lang
18:38
rippa has joined #ruby-lang
18:39
vlad_starkov has quit [Ping timeout: 260 seconds]
18:41
ridders24 has joined #ruby-lang
18:42
<
ridders24 >
hi all, how can i detect a keypress such as space bar to stop the script from executing?
18:43
tenderlove has joined #ruby-lang
18:43
Voker57 has quit []
18:43
Voker57 has joined #ruby-lang
18:45
tRAS has joined #ruby-lang
18:46
hhatch has quit [Read error: Operation timed out]
18:46
x0f has quit [Ping timeout: 252 seconds]
18:47
x0f has joined #ruby-lang
18:47
tenderlove has quit [Ping timeout: 256 seconds]
18:52
Voker57|2 has joined #ruby-lang
18:52
<
whitequark >
yorickpeterse: (begin) node?
18:52
<
whitequark >
parser version?
18:54
Voker57 has quit [Ping timeout: 268 seconds]
18:55
<
yorickpeterse >
whitequark: 2.0 beta5, and let me check if I can reproduce it outside of ruby-lint
18:55
vlad_starkov has joined #ruby-lang
18:57
elia has joined #ruby-lang
18:57
<
whitequark >
well, what did you expect?
18:58
<
yorickpeterse >
I didn't expect the begin node there
18:58
barttenbrinke has quit [Remote host closed the connection]
18:59
<
whitequark >
well, you have to group the two top-level statements somehow
18:59
<
whitequark >
begin serves exactly that purpose
18:59
<
yorickpeterse >
hmm, good point
18:59
<
yorickpeterse >
also
19:00
<
yorickpeterse >
I'm so getting that
19:02
rippa has quit [Ping timeout: 248 seconds]
19:11
vlad_starkov has quit [Remote host closed the connection]
19:12
zmike123 has quit [Quit: Выходжу]
19:13
JpC0utur3 has quit [Ping timeout: 245 seconds]
19:13
swav has joined #ruby-lang
19:14
tenderlove has joined #ruby-lang
19:16
swav has quit [Read error: Operation timed out]
19:17
x0f has quit [Ping timeout: 245 seconds]
19:18
tenderlove has quit [Ping timeout: 240 seconds]
19:18
Linkedipsoul has quit [Quit: Leaving]
19:19
x0f has joined #ruby-lang
19:20
Linkedipsoul has joined #ruby-lang
19:20
wallerdev has quit [Quit: wallerdev]
19:23
Linkedipsoul has quit [Client Quit]
19:24
Linkedipsoul has joined #ruby-lang
19:29
Squarepy has quit [Quit: Leaving]
19:30
tRAS has quit [Quit: Mother, did it need to be so high?]
19:30
<
yorickpeterse >
haven't experienced it myself yet
19:31
<
yorickpeterse >
also not sure if I'd want either (nil) or nil
19:31
<
yorickpeterse >
the latter would make it easier to check if something is there though
19:32
sepp2k has quit [Ping timeout: 248 seconds]
19:32
jstemmer has quit [Ping timeout: 256 seconds]
19:32
<
whitequark >
yeah, not sure either
19:32
sepp2k has joined #ruby-lang
19:32
<
whitequark >
the (nil) or nil can appear in these cases:
19:33
<
whitequark >
1. a body where there is nothing inside. `class Foo; end` ← (nil)
19:33
<
whitequark >
2. empty grouping expression (sometimes). `begin end`, `()` ← (nil)
19:33
smook3 has quit [Ping timeout: 255 seconds]
19:34
<
whitequark >
3. well, nil. `nil` ← (nil)
19:34
smook3 has joined #ruby-lang
19:34
<
whitequark >
4. nonexistent branch of conditional. `if true; end` ← (if (true) (nil) nil); second nil.
19:34
achiu has quit [Quit: WeeChat 0.4.1]
19:35
<
yorickpeterse >
I'd say in case of 4) `nil` makes more sense than `(nil)`
19:35
<
whitequark >
in particular, cases 2 and 3 will have source maps, whereas cases 1 and 4 won't.
19:35
achiu has joined #ruby-lang
19:35
<
whitequark >
yorickpeterse: don't think so.
19:35
<
yorickpeterse >
well, compare this:
19:35
<
whitequark >
`if true; end` is not semantically different from `if true; else; end`
19:35
<
yorickpeterse >
`if if_node.else; ...; end` vs `if if_node.else.type != :nil; ...; end` (pseudo code)
19:36
<
yorickpeterse >
this makes more sense for method calls:
19:36
<
yorickpeterse >
receiver, name = node; if receiver; ...; end
19:36
<
yorickpeterse >
opposed to `if receiver.type != :nil; ...; end`
19:37
<
whitequark >
makes sense. and I never liked the (nil) without source maps, i.e. synthesized nil.
19:37
<
whitequark >
what about removing the (nil) appearing from an empty compound statement whatsoever?
19:37
<
whitequark >
if there is no text, there are no nodes.
19:37
<
whitequark >
and the `()` or `begin end` will be translated to (begin), or (begin nil)... not sure which is better.
19:38
jstemmer has joined #ruby-lang
19:40
<
whitequark >
since it didn't have any source maps to begin with, I won't be losing any additional info.
19:40
<
whitequark >
thoughts?
19:43
hogeo_ has joined #ruby-lang
19:43
ridders24 has quit [Quit: Leaving]
19:44
tenderlove has joined #ruby-lang
19:46
hogeo has quit [Ping timeout: 248 seconds]
19:48
Mon_Ouie has joined #ruby-lang
19:48
Mon_Ouie has joined #ruby-lang
19:48
Mon_Ouie has quit [Changing host]
19:49
<
yorickpeterse >
I'm fine with that
19:49
wallerdev has joined #ruby-lang
19:49
tenderlove has quit [Ping timeout: 264 seconds]
19:49
tenderlove has joined #ruby-lang
19:50
x0f has quit [Ping timeout: 240 seconds]
19:51
netShadow has joined #ruby-lang
19:51
x0f has joined #ruby-lang
19:52
smook3 has quit [Ping timeout: 255 seconds]
19:56
tbuehlmann has quit [Remote host closed the connection]
20:00
countdigi has quit [Ping timeout: 264 seconds]
20:04
<
whitequark >
ugh. this is so bad
20:04
<
whitequark >
I
*cannot* implement post-condition until/while without either
20:05
<
whitequark >
a) losing my sanity
20:05
<
whitequark >
b) turning the code to a complete mess
20:05
<
whitequark >
c) exposing implementation details to consumers.
20:06
workmad3 has joined #ruby-lang
20:07
<
yorickpeterse >
how about option d) buy some beer, approach Balmer peak, profit
20:07
bzalasky has joined #ruby-lang
20:07
ezkl has quit [Ping timeout: 240 seconds]
20:09
<
whitequark >
this error makes completely no sense
20:09
<
whitequark >
>> 1.times { p(if true; break; end) }
20:09
<
whitequark >
>> 1.times { p(if true; break; 1; end) }
20:10
<
whitequark >
18>> 1.times { p(if true; break; end) }
20:10
* whitequark
shrugs
20:10
dc5ala has quit [Quit: Ex-Chat]
20:11
<
yorickpeterse >
meanwhile Github seems to be ninja-ing stylesheet changes into their website
20:11
<
yorickpeterse >
I wish GH had some extra colours in it, this gray-ish layout is so boring
20:11
<
whitequark >
true neutral
20:12
vlad_starkov has joined #ruby-lang
20:12
<
whitequark >
lemme check what ruby_parser does with the post-while...
20:12
<
whitequark >
oh right, c). randomly inserted (begin) nodes around which are semantically equivalent to (block)
20:12
<
whitequark >
yet aren't removed.
20:13
<
whitequark >
oh they are also sometimes removed.
20:13
<
yorickpeterse >
gem install headache
20:13
<
yorickpeterse >
heh, it's not actually there yet
20:16
vlad_starkov has quit [Ping timeout: 245 seconds]
20:19
Voker57|2 has quit []
20:20
Voker57 has joined #ruby-lang
20:21
x0f has quit [Ping timeout: 246 seconds]
20:22
x0f has joined #ruby-lang
20:22
vlad_starkov has joined #ruby-lang
20:26
vlad_starkov has quit [Remote host closed the connection]
20:26
vlad_starkov has joined #ruby-lang
20:29
henrikhodne has joined #ruby-lang
20:34
jinie is now known as jinie_
20:34
sush24_ has quit [Quit: This computer has gone to sleep]
20:34
marr has joined #ruby-lang
20:34
vlad_starkov has quit [Remote host closed the connection]
20:44
gja has quit [Quit: This computer has gone to sleep]
20:45
MaddinXx_ has quit [Remote host closed the connection]
20:47
JpC0utur3 has joined #ruby-lang
20:53
jinie_ is now known as jinie
20:53
pskosinski has quit [Remote host closed the connection]
20:54
pskosinski has joined #ruby-lang
20:54
jinie is now known as jinie_
20:54
x0f has quit [Ping timeout: 260 seconds]
20:55
vlad_starkov has joined #ruby-lang
20:55
x0f has joined #ruby-lang
20:56
jsullivandigs has joined #ruby-lang
21:01
Squarepy has joined #ruby-lang
21:06
barttenbrinke has joined #ruby-lang
21:06
crackity_jones has quit [Quit: Computer has gone to sleep.]
21:08
relix has joined #ruby-lang
21:09
workmad3 has quit [Ping timeout: 245 seconds]
21:14
smook3 has joined #ruby-lang
21:15
s0ber has quit [Read error: Connection reset by peer]
21:17
s0ber has joined #ruby-lang
21:19
barttenbrinke has quit [Remote host closed the connection]
21:21
barttenbrinke has joined #ruby-lang
21:22
barttenbrinke has quit [Remote host closed the connection]
21:24
postmodern has joined #ruby-lang
21:24
barttenbrinke has joined #ruby-lang
21:26
countdigi has joined #ruby-lang
21:27
x0f has quit [Ping timeout: 276 seconds]
21:27
a3li has quit [Ping timeout: 246 seconds]
21:27
workmad3 has joined #ruby-lang
21:29
x0f has joined #ruby-lang
21:29
jstemmer has quit [Quit: leaving]
21:35
ikrima has quit [Quit: Computer has gone to sleep.]
21:35
jsullivandigs has quit [Remote host closed the connection]
21:35
jsullivandigs has joined #ruby-lang
21:37
Aria has quit [Remote host closed the connection]
21:38
adambeynon has joined #ruby-lang
21:38
randallagordon has joined #ruby-lang
21:38
gregmoreno has quit [Read error: Connection reset by peer]
21:39
gregmoreno has joined #ruby-lang
21:39
randallagordon has quit [Client Quit]
21:39
jsullivandigs has quit [Ping timeout: 246 seconds]
21:40
snk has quit [Remote host closed the connection]
21:42
henrikhodne has quit [Quit: Goodbye.]
21:43
stamina has quit [Ping timeout: 268 seconds]
21:43
mbj has quit [Ping timeout: 276 seconds]
21:45
henrikhodne has joined #ruby-lang
21:46
joshuawscott has joined #ruby-lang
21:50
swav has joined #ruby-lang
21:51
ikrima has joined #ruby-lang
21:55
ikrima has quit [Ping timeout: 246 seconds]
21:57
Linkedipsoul has quit [Quit: Leaving]
21:57
a3li has joined #ruby-lang
21:57
Linkedipsoul has joined #ruby-lang
21:59
Linkedipsoul has quit [Client Quit]
22:00
Linkedipsoul has joined #ruby-lang
22:00
workmad3 has quit [Ping timeout: 240 seconds]
22:00
x0f has quit [Ping timeout: 246 seconds]
22:02
barttenbrinke has quit [Remote host closed the connection]
22:03
henrikhodne has quit [Quit: Goodbye.]
22:03
KM has joined #ruby-lang
22:03
barttenbrinke has joined #ruby-lang
22:03
x0f has joined #ruby-lang
22:03
KM is now known as Guest27874
22:04
apeiros has quit [Ping timeout: 276 seconds]
22:04
apeiros has joined #ruby-lang
22:04
henrikhodne has joined #ruby-lang
22:05
andrewvos has joined #ruby-lang
22:08
barttenbrinke has quit [Ping timeout: 276 seconds]
22:10
atmosx has joined #ruby-lang
22:11
jacknagel_ has left #ruby-lang [#ruby-lang]
22:12
jacknagel has joined #ruby-lang
22:13
apeiros has quit [Read error: Connection reset by peer]
22:14
apeiros has joined #ruby-lang
22:14
workmad3 has joined #ruby-lang
22:21
symm- has quit [Ping timeout: 264 seconds]
22:23
andrewvos has quit [Ping timeout: 264 seconds]
22:23
workmad3 has quit [Ping timeout: 240 seconds]
22:25
mikewintermute has joined #ruby-lang
22:27
mbj has joined #ruby-lang
22:29
mikewintermute has quit [Quit: mikewintermute]
22:30
randallagordon has joined #ruby-lang
22:35
vlad_starkov has quit [Remote host closed the connection]
22:37
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
22:38
lsegal` has joined #ruby-lang
22:39
lsegal` has quit [Client Quit]
22:39
lsegal has joined #ruby-lang
22:40
dominikh has quit [Read error: Operation timed out]
22:40
matti has quit [Read error: Operation timed out]
22:40
Rubennn has quit [Read error: Operation timed out]
22:40
matti has joined #ruby-lang
22:40
matti has joined #ruby-lang
22:41
ammar has quit [Read error: Operation timed out]
22:41
dominikh has joined #ruby-lang
22:41
ammar has joined #ruby-lang
22:41
Rubennn has joined #ruby-lang
22:45
elia has quit [Quit: Computer has gone to sleep.]
22:48
x0f has quit [Ping timeout: 248 seconds]
22:48
nathanstitt has quit [Quit: I growing sleepy]
22:50
x0f has joined #ruby-lang
22:51
wallerdev has quit [Quit: wallerdev]
22:54
JpC0utur3 has quit [Ping timeout: 268 seconds]
22:54
Averna has joined #ruby-lang
22:55
ikrima has joined #ruby-lang
22:56
dingus_khan has joined #ruby-lang
23:02
scottschecter has quit [Read error: Connection reset by peer]
23:05
northelks_ has quit [Quit: ...]
23:06
nathanstitt has joined #ruby-lang
23:12
havenwood has joined #ruby-lang
23:15
havenn_ has joined #ruby-lang
23:15
havenwood has quit [Read error: Connection reset by peer]
23:15
nathanstitt has quit [Ping timeout: 256 seconds]
23:18
x0f has quit [Ping timeout: 248 seconds]
23:19
nathanstitt has joined #ruby-lang
23:19
x0f has joined #ruby-lang
23:25
mdedetrich has joined #ruby-lang
23:26
pygmael has left #ruby-lang [#ruby-lang]
23:31
bzalasky has quit [Remote host closed the connection]
23:33
pygmael has joined #ruby-lang
23:34
hogeo_ has quit [Remote host closed the connection]
23:36
vlad_starkov has joined #ruby-lang
23:36
vlad_starkov has quit [Read error: Connection reset by peer]
23:36
pskosinski has quit [Ping timeout: 240 seconds]
23:36
vlad_starkov has joined #ruby-lang
23:39
pygmael has quit [Quit: --]
23:39
Squarepy has quit [Quit: Leaving]
23:40
pygmael has joined #ruby-lang
23:42
bzalasky has joined #ruby-lang
23:46
vlad_starkov has quit [Ping timeout: 248 seconds]
23:46
rikai_ is now known as rikai
23:48
apeiros has quit [Remote host closed the connection]
23:48
apeiros has joined #ruby-lang
23:49
joshuawscott has quit [Quit: joshuawscott]
23:53
mrfelix has joined #ruby-lang