00:00
<
phaul >
havenwood: seems that Integer itself includes comparable so doing Comparable implementation with use if comparing [-1,0,1] against 0 doesn't work, unless Integer implements pritive <, > etc.
00:01
<
phaul >
shame I thought it was a nifty way of implementing it
00:02
davidw has quit [Ping timeout: 265 seconds]
00:09
thenori has joined #ruby
00:10
phaul has quit [Ping timeout: 240 seconds]
00:11
phaul has joined #ruby
00:14
<
phaul >
&>> Integer.ancestors.include? Comparable # is what I missed ^
00:15
royal_screwup21 has quit [Remote host closed the connection]
00:16
_phaul has joined #ruby
00:17
mossplix has joined #ruby
00:18
<
_phaul >
I'm having connection issues. what was my last message that appeared on the channel?
00:19
phaul has quit [Ping timeout: 265 seconds]
00:20
<
_phaul >
nvm. ignore me. time to bed. the logger moved on to the next day :)
00:25
alex`` has quit [Ping timeout: 268 seconds]
00:25
<
leftylink >
hmm. I don't think I ever found my personal magic number yet, have I
00:25
alexherbo2 has quit [Ping timeout: 268 seconds]
00:26
<
leftylink >
haven't made my computer work hard enough yet apparently. will start it off searching for my number, will report back when it's found something
00:26
<
havenwood >
leftylink: what's that number about?
00:26
alfiemax has joined #ruby
00:28
stryek has quit [Quit: Connection closed for inactivity]
00:30
ur5us has joined #ruby
00:30
alfiemax has quit [Ping timeout: 240 seconds]
00:31
DaRock has joined #ruby
00:31
davidw has joined #ruby
00:33
<
leftylink >
the random seed that generates my username... though I think my username is so long that this will take so long to find. maybe I'll just settle for "lefty" or "ray" instead
00:33
<
leftylink >
but "ray" seems a little easy so....
00:35
mossplix has quit [Ping timeout: 265 seconds]
00:35
<
leftylink >
to make it not completely absurd I'm going to have to limit it to lowercase letters so I'm not trying to hit 128**9, just 26**9
00:36
<
leftylink >
oh good, it only took 6 minutes to find lefty
00:36
gdonald has quit [Remote host closed the connection]
00:36
<
leftylink >
&>> r = Random.new(8753452); 5.times.map { r.rand(97..122).chr }.join
00:37
<
leftylink >
it will only take 456976x as long to find leftylink
00:37
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
00:37
<
havenwood >
&>> srand 7650910; [*?a..?z].sample(5)
00:37
gdonald has joined #ruby
00:37
<
leftylink >
too bad I can't use sample for leftylink
00:38
<
leftylink >
just one letter off
00:38
<
leftylink >
from being able to use sample
00:38
<
leftylink >
stupid alliteration. if only I hadn't insisted on it
00:39
<
leftylink >
okay so it's 1904 days to find leftylink
00:39
<
leftylink >
probably have to give up.
00:39
<
leftylink >
unless I can harness a few hundred machines nonstop?
00:40
<
leftylink >
and divide up the search space between them
00:42
mossplix has joined #ruby
00:43
<
leftylink >
I can make it a lot easier by only using the letters that appear in my username anyway, but then it would be too obvious that that's what I'm doing
00:44
royal_screwup21 has joined #ruby
00:46
cliluw has quit [Ping timeout: 268 seconds]
00:46
<
leftylink >
yeah found an answer withiin a few seconds for that one
00:47
mossplix has quit [Ping timeout: 268 seconds]
00:47
<
leftylink >
&>> [101, 102, 105, 107, 108, 108, 110, 116, 121].shuffle(random: Random.new(132850)).map(&:chr).join
00:47
<
leftylink >
but I guess I'll take that over a problem that will take years to finish
00:48
lucasb has quit [Quit: Connection closed for inactivity]
00:49
cliluw has joined #ruby
00:52
<
leftylink >
suggestions for other numbers I can associate with myself welcome. maybe I can rand from e..y, ho wmany letters is that... that takes off 4 letters from the front and 1 from the end, so now it's only 21**9
00:53
spacesuitdiver has joined #ruby
00:53
<
leftylink >
then it'd only take 46 days to find my magic number
00:57
mossplix has joined #ruby
00:58
cd has quit [Quit: cd]
00:58
houhoulis has quit [Ping timeout: 265 seconds]
01:02
mossplix has quit [Ping timeout: 265 seconds]
01:03
thenori has quit [Remote host closed the connection]
01:05
VlanX has quit [Ping timeout: 265 seconds]
01:06
<
leftylink >
yeah dunno, every other way I can think of to make the problem easier seems too contrived, I think it is just my punishment for having a long username
01:06
royal_screwup21 has quit [Remote host closed the connection]
01:07
mossplix has joined #ruby
01:08
skryking_ has joined #ruby
01:09
skryking has quit [Ping timeout: 265 seconds]
01:11
nowhere_man has quit [Ping timeout: 272 seconds]
01:13
greengriminal has quit [Quit: This computer has gone to sleep]
01:14
<
al2o3-cr >
i want some of what you've been smoking :P
01:15
mossplix has quit [Ping timeout: 268 seconds]
01:15
wallace_mu has joined #ruby
01:17
tryhard21 has joined #ruby
01:18
tryhard211 has quit [Ping timeout: 268 seconds]
01:19
mossplix has joined #ruby
01:19
<
baweaver >
al2o3-cr / leftylink: havenwood may have done this to FizzBuzz
01:23
zlogan has quit [Ping timeout: 265 seconds]
01:23
evdubs has quit [Remote host closed the connection]
01:24
evdubs has joined #ruby
01:24
mossplix has quit [Ping timeout: 265 seconds]
01:25
gix- has joined #ruby
01:25
gix has quit [Disconnected by services]
01:28
<
havenwood >
yeah... I paid a bit more for that compute unit running for months than I meant to...
01:28
<
havenwood >
baweaver: But at what cost?
01:31
orbyt_ has joined #ruby
01:31
akem has quit [Ping timeout: 240 seconds]
01:37
davidw has quit [Ping timeout: 268 seconds]
01:42
renatoalencar has joined #ruby
01:44
<
havenwood >
renatoalencar: welcome!
01:47
bvdw has quit [Read error: Connection reset by peer]
01:48
bvdw has joined #ruby
01:48
mossplix has joined #ruby
01:50
ctOS has joined #ruby
01:54
sarink has quit [Remote host closed the connection]
01:55
sarink has joined #ruby
01:55
mossplix has quit [Remote host closed the connection]
02:00
madper has joined #ruby
02:00
sarink has quit [Ping timeout: 268 seconds]
02:05
cliluw has quit [Ping timeout: 265 seconds]
02:06
duderonomy has joined #ruby
02:14
renatoalencar has quit [Ping timeout: 272 seconds]
02:19
sergioro has joined #ruby
02:20
gix- has quit [Ping timeout: 260 seconds]
02:21
johnny56 has joined #ruby
02:24
johnny56_ has quit [Ping timeout: 240 seconds]
02:28
sarink has joined #ruby
02:29
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:29
robscomputer has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
02:33
sarink has quit [Ping timeout: 260 seconds]
02:48
ttoocs has joined #ruby
02:55
bsdbandit-01 has quit [Quit: -a- Connection Timed Out]
02:57
SeepingN has quit [Read error: Connection reset by peer]
02:58
SeepingN has joined #ruby
03:02
bsdbandit-01 has joined #ruby
03:06
madper is now known as imadper
03:06
imadper has quit [Changing host]
03:06
imadper has joined #ruby
03:06
imadper has quit [Remote host closed the connection]
03:06
snuz has quit [Read error: Connection reset by peer]
03:06
imadper has joined #ruby
03:08
lycid has joined #ruby
03:14
alfiemax has joined #ruby
03:16
lycid has quit [Quit: leaving]
03:18
lycid has joined #ruby
03:19
ooheitooh has quit [Ping timeout: 240 seconds]
03:26
lycid has quit [Quit: leaving]
03:30
sarink has joined #ruby
03:33
DaRock has quit [Ping timeout: 268 seconds]
03:34
spacesuitdiver has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
03:35
sarink has quit [Ping timeout: 268 seconds]
03:37
robscomputer has joined #ruby
03:41
gnufr33d0m has quit [Quit: gnufr33d0m]
03:55
bsdbandit-01 has quit [Quit: -a- Connection Timed Out]
03:55
bsdbandit-01 has joined #ruby
04:05
ur5us has quit [Ping timeout: 265 seconds]
04:05
braincrash has quit [Quit: bye bye]
04:09
braincrash has joined #ruby
04:16
ooheitooh has joined #ruby
04:21
NODE has quit [Quit: Benett]
04:26
houhoulis has joined #ruby
04:31
Benett has quit [Quit: ]
04:32
gnufr33d0m has joined #ruby
04:38
Benett has joined #ruby
04:40
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
04:41
NODE has joined #ruby
04:50
Benett has quit [Ping timeout: 265 seconds]
04:51
NODE has quit [Ping timeout: 246 seconds]
04:53
Benett has joined #ruby
04:55
ctOS has quit [Quit: Connection closed for inactivity]
05:03
mr_rich101 has joined #ruby
05:07
Benett has quit [Remote host closed the connection]
05:08
Benett has joined #ruby
05:09
SeepingN has quit [Quit: The system is going down for reboot NOW!]
05:11
NODE has joined #ruby
05:14
Black has joined #ruby
05:15
Arahael has quit [Ping timeout: 252 seconds]
05:15
Benett has quit [Ping timeout: 265 seconds]
05:16
Black is now known as Benett
05:17
NODE has quit [Ping timeout: 246 seconds]
05:18
chalkmonster has joined #ruby
05:21
NODE has joined #ruby
05:22
NODE has quit [Client Quit]
05:22
Benett has quit [Quit: ]
05:24
gnufr33d0m has quit [Quit: gnufr33d0m]
05:24
Benett has joined #ruby
05:26
ooheitooh has joined #ruby
05:27
Arahael has joined #ruby
05:31
NODE has joined #ruby
05:45
NODE has quit [Quit: changing servers]
05:46
NODE has joined #ruby
05:53
edwardly has quit [Ping timeout: 268 seconds]
05:56
edwardly has joined #ruby
05:56
edwardly has quit [Changing host]
05:56
edwardly has joined #ruby
06:02
cliluw has joined #ruby
06:03
ewanchic has quit [Ping timeout: 268 seconds]
06:03
ewanchic has joined #ruby
06:04
ewanchic has left #ruby [#ruby]
06:07
akemhp has joined #ruby
06:08
zapata has quit [Quit: WeeChat 2.7]
06:10
chalkmonster has quit [Quit: WeeChat 2.7]
06:13
fig-le-deunch has quit [Quit: Konversation terminated!]
06:21
dStromboli has joined #ruby
06:24
houhoulis has quit [Remote host closed the connection]
06:30
zapata has joined #ruby
06:31
dStromboli has quit [Ping timeout: 265 seconds]
06:31
dStromboli has joined #ruby
06:34
cthu| has quit [Ping timeout: 265 seconds]
06:37
mossplix has joined #ruby
06:42
_whitelogger has joined #ruby
06:42
Azure has quit [Ping timeout: 265 seconds]
06:44
Exuma has joined #ruby
06:49
mossplix has quit [Remote host closed the connection]
06:49
Azure has joined #ruby
06:54
mossplix has joined #ruby
06:57
alfiemax has quit [Remote host closed the connection]
06:57
sarink has joined #ruby
06:57
pandakekok9 has joined #ruby
06:58
alfiemax has joined #ruby
07:00
sarink has quit [Remote host closed the connection]
07:00
sarink has joined #ruby
07:01
sarink has quit [Remote host closed the connection]
07:02
sarink has joined #ruby
07:03
alfiemax has quit [Ping timeout: 265 seconds]
07:07
meinside has joined #ruby
07:13
zlogan has joined #ruby
07:14
ldepandis has joined #ruby
07:15
ldepandis has quit [Client Quit]
07:15
sarink has quit [Remote host closed the connection]
07:15
mossplix has quit [Remote host closed the connection]
07:16
ldepandis has joined #ruby
07:17
teardown has quit [Ping timeout: 268 seconds]
07:18
sarink has joined #ruby
07:18
sarink has quit [Remote host closed the connection]
07:19
sarink has joined #ruby
07:20
alfiemax has joined #ruby
07:22
sarink has quit [Remote host closed the connection]
07:23
sarink has joined #ruby
07:27
ldepandis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
07:28
sarink has quit [Ping timeout: 268 seconds]
07:28
Business1 has joined #ruby
07:32
Sauvin has quit [Ping timeout: 240 seconds]
07:32
howdoi has quit [Quit: Connection closed for inactivity]
07:35
shalok has quit [Ping timeout: 265 seconds]
07:39
fercell has joined #ruby
07:39
shalok has joined #ruby
07:40
al2o3-cr has quit [Quit: WeeChat 2.7]
07:40
x0n has joined #ruby
07:41
<
Business1 >
hey guys, can y'all please give a programming sources for ruby except emacs
07:43
al2o3-cr has joined #ruby
07:44
sarink has joined #ruby
07:47
bvdw has quit [Read error: Connection reset by peer]
07:47
sarink has quit [Remote host closed the connection]
07:47
bvdw has joined #ruby
07:47
sarink has joined #ruby
07:49
sauvin_ has joined #ruby
07:51
DaRock has joined #ruby
07:52
sarink has quit [Ping timeout: 268 seconds]
08:00
glytchbinary has joined #ruby
08:05
dStromboli has quit [Ping timeout: 265 seconds]
08:05
dStrombo1 has joined #ruby
08:05
ldepandis has joined #ruby
08:07
dionysus69 has joined #ruby
08:08
sdu has joined #ruby
08:08
cliluw has quit [Ping timeout: 268 seconds]
08:09
Business1 has quit [Quit: Leaving]
08:09
_phaul has quit [Ping timeout: 265 seconds]
08:09
ur5us has joined #ruby
08:12
pandakekok9 has quit [Ping timeout: 240 seconds]
08:14
pandakekok9 has joined #ruby
08:15
sarink has joined #ruby
08:17
sarink has quit [Remote host closed the connection]
08:17
sarink has joined #ruby
08:21
schne1der has joined #ruby
08:22
sarink has quit [Ping timeout: 240 seconds]
08:23
sauvin_ is now known as Sauvin
08:26
fphilipe_ has joined #ruby
08:27
rubydoc has quit [Remote host closed the connection]
08:29
fphilipe has quit [Ping timeout: 265 seconds]
08:29
mossplix has joined #ruby
08:30
sarink has joined #ruby
08:33
sarink has quit [Remote host closed the connection]
08:34
sarink has joined #ruby
08:39
sarink has quit [Ping timeout: 265 seconds]
08:39
gigetoo has quit [Ping timeout: 268 seconds]
08:41
gigetoo has joined #ruby
08:43
mossplix has quit [Remote host closed the connection]
08:45
gigetoo has quit [Ping timeout: 246 seconds]
08:47
Bounga has joined #ruby
08:48
madhatter has quit [Remote host closed the connection]
08:52
gigetoo has joined #ruby
08:58
rubydoc has joined #ruby
09:04
glytchbinary has quit [Quit: glytchbinary]
09:04
mikecmpbll has joined #ruby
09:09
teardown has joined #ruby
09:09
_phaul has joined #ruby
09:19
madhatter has joined #ruby
09:21
cnsvc_ has quit [Ping timeout: 240 seconds]
09:25
alfiemax has quit [Remote host closed the connection]
09:26
lxsameer has joined #ruby
09:28
ur5us has quit [Ping timeout: 265 seconds]
09:32
alfiemax has joined #ruby
09:33
conta has joined #ruby
09:36
<
leftylink >
I don't thin this question is answerable because we don't know what load is. but may I mention that Array#push and Array#delete both mutate their receiver?
09:37
<
leftylink >
maybe that will lead to some fruitful discoveries
09:37
<
leftylink >
wishing luck
09:39
Jonopoly has joined #ruby
09:47
greengriminal has joined #ruby
09:49
mossplix has joined #ruby
09:50
Hien has joined #ruby
09:57
chalkmonster has joined #ruby
09:59
markopasha has joined #ruby
09:59
phaul_ has joined #ruby
10:00
GodFather has quit [Read error: Connection reset by peer]
10:00
GodFather has joined #ruby
10:03
mossplix has quit [Remote host closed the connection]
10:07
conta has quit [Quit: conta]
10:08
cisco has joined #ruby
10:09
cisco is now known as Guest43700
10:13
plutes has quit [Remote host closed the connection]
10:14
plutes has joined #ruby
10:16
<
IGnorAND >
How do you do RUN bundle install --jobs 20 --retry 5 --with development test with 2.7? is it "bundle config set without 'production'"?
10:18
mossplix has joined #ruby
10:18
Guest43700 has quit [Ping timeout: 268 seconds]
10:29
cisco has joined #ruby
10:30
m_antis has joined #ruby
10:30
m_antis is now known as m_antis[away]
10:31
alexherbo2 has joined #ruby
10:31
Fernando-Basso has joined #ruby
10:34
greengriminal has quit [Quit: This computer has gone to sleep]
10:35
alex`` has joined #ruby
10:36
<
im0nde >
what am I doing wrong here?
10:36
<
im0nde >
I'm trying to recreate what I do in the browser to login: Enter pass and user in the correct fields, then click the login button
10:40
m_antis[away] has quit [Quit: m_antis[away]]
10:44
royal_screwup21 has joined #ruby
10:45
william1 has joined #ruby
10:46
ratah has joined #ruby
10:48
pandakekok9 has quit [Ping timeout: 240 seconds]
10:50
Helenah has quit [Read error: Connection reset by peer]
10:50
pandakekok9 has joined #ruby
10:52
Helenah has joined #ruby
10:54
<
al2o3-cr >
im0nde: change line 17 to: mechanize.submit(form, login_button)
10:55
<
al2o3-cr >
yeah, i think that should do it.
10:56
<
im0nde >
al2o3-cr: I changed it to page = mechanize.submit(form, login_button)
10:56
chalkmonster has quit [Quit: WeeChat 2.7]
10:56
<
im0nde >
but when doing "puts page.title" e.g. after that, I still get "login to xing"
10:56
<
al2o3-cr >
no, just mechanize.submit(form, login_button)
10:56
<
im0nde >
ok, trying agin
10:57
<
im0nde >
al2o3-cr: how can I verify I'm logged in?
10:57
chalkmonster has joined #ruby
10:57
<
al2o3-cr >
check the contents of the page i suppose.
10:58
<
im0nde >
but why don't i need the ' page = ' then?
10:59
<
al2o3-cr >
im0nde: then page won't be a Mechanize::Page object
11:00
<
im0nde >
So just do another get after the submit ?
11:00
<
al2o3-cr >
look at the page after the submit, does it change?
11:01
<
im0nde >
That shows my name
11:01
<
im0nde >
I'm logged it seems, thanks!
11:01
<
al2o3-cr >
seems so ;)
11:07
Inoperable has joined #ruby
11:07
Inoperable has quit [Client Quit]
11:14
alex`` has quit [*.net *.split]
11:14
Helenah has quit [*.net *.split]
11:14
ratah has quit [*.net *.split]
11:14
alfiemax has quit [*.net *.split]
11:14
madhatter has quit [*.net *.split]
11:14
teardown has quit [*.net *.split]
11:14
x0n has quit [*.net *.split]
11:14
dionysus69 has quit [*.net *.split]
11:14
dStrombo1 has quit [*.net *.split]
11:14
schne1der has quit [*.net *.split]
11:14
Azure has quit [*.net *.split]
11:14
NODE has quit [*.net *.split]
11:14
Arahael has quit [*.net *.split]
11:14
ooheitooh has quit [*.net *.split]
11:14
Benett has quit [*.net *.split]
11:14
rubydoc has quit [*.net *.split]
11:14
shah^ has quit [*.net *.split]
11:14
dan64 has quit [*.net *.split]
11:14
cvz has quit [*.net *.split]
11:14
hays has quit [*.net *.split]
11:14
matti has quit [*.net *.split]
11:14
FastJack has quit [*.net *.split]
11:14
darris has quit [*.net *.split]
11:14
jerme_ has quit [*.net *.split]
11:14
ctp has quit [*.net *.split]
11:14
Yxhuvud has quit [*.net *.split]
11:14
Mrgoose845701915 has quit [*.net *.split]
11:14
reaVer has quit [*.net *.split]
11:14
envex has quit [*.net *.split]
11:14
DTZUZU has quit [*.net *.split]
11:14
klaas has quit [*.net *.split]
11:14
JayDoubleu has quit [*.net *.split]
11:14
kapil_ has quit [*.net *.split]
11:14
meinside has quit [*.net *.split]
11:14
LtHummus has quit [*.net *.split]
11:14
salvor has quit [*.net *.split]
11:14
SoF has quit [*.net *.split]
11:14
bluetown has quit [*.net *.split]
11:14
Flonk has quit [*.net *.split]
11:14
_vircung_ has quit [*.net *.split]
11:14
mcspud has quit [*.net *.split]
11:14
uplime has quit [*.net *.split]
11:14
`Alison has quit [*.net *.split]
11:14
freshmaker666 has quit [*.net *.split]
11:14
kloeri has quit [*.net *.split]
11:14
vrih_ has quit [*.net *.split]
11:14
evdubs has quit [*.net *.split]
11:14
timmow_ has quit [*.net *.split]
11:14
ReinH has quit [*.net *.split]
11:14
wbnns has quit [*.net *.split]
11:14
pabs has quit [*.net *.split]
11:14
towo_ has quit [*.net *.split]
11:14
CustosLimen has quit [*.net *.split]
11:14
fowlduck has quit [*.net *.split]
11:14
entel has quit [*.net *.split]
11:14
Mutsuhito has quit [*.net *.split]
11:14
danguita has quit [*.net *.split]
11:14
gorsuch has quit [*.net *.split]
11:14
evert_ has quit [*.net *.split]
11:14
kp666[m] has quit [*.net *.split]
11:14
mnemon has quit [*.net *.split]
11:14
jhass has quit [*.net *.split]
11:14
Rush has quit [*.net *.split]
11:14
aloy has quit [*.net *.split]
11:14
JoL1hAHN has quit [*.net *.split]
11:14
RushPL has quit [*.net *.split]
11:14
lucas_ has quit [*.net *.split]
11:14
rapha has quit [*.net *.split]
11:14
laudecay has quit [*.net *.split]
11:14
mjacob_ has quit [*.net *.split]
11:14
csaunders_ has quit [*.net *.split]
11:14
havenwood has quit [*.net *.split]
11:14
phaul_ has quit [*.net *.split]
11:14
Kuukunen- has quit [*.net *.split]
11:14
spectra has quit [*.net *.split]
11:14
Hien has quit [*.net *.split]
11:14
braincrash has quit [*.net *.split]
11:14
zlogan has quit [*.net *.split]
11:14
turbo_choo has quit [*.net *.split]
11:14
d0liver has quit [*.net *.split]
11:14
grvgr has quit [*.net *.split]
11:14
oncall-pokemon has quit [*.net *.split]
11:14
maxmanders has quit [*.net *.split]
11:14
Argorok has quit [*.net *.split]
11:14
Sina has quit [*.net *.split]
11:14
nofxx has quit [*.net *.split]
11:14
mistym has quit [*.net *.split]
11:14
TheBrayn has quit [*.net *.split]
11:14
liKe2k1- has quit [*.net *.split]
11:14
thebananaking has quit [*.net *.split]
11:14
RiPuk_ has quit [*.net *.split]
11:14
mozzarella has quit [*.net *.split]
11:14
PikaChokeMe has quit [*.net *.split]
11:14
Raboo has quit [*.net *.split]
11:14
infinity2022 has quit [*.net *.split]
11:14
kermit has quit [*.net *.split]
11:14
Iambchop has quit [*.net *.split]
11:14
jnix has quit [*.net *.split]
11:14
jtperreault has quit [*.net *.split]
11:14
tweaks has quit [*.net *.split]
11:14
strmpnk has quit [*.net *.split]
11:14
kaleido has quit [*.net *.split]
11:14
c0san0stra has quit [*.net *.split]
11:14
ruby[bot] has quit [*.net *.split]
11:14
zipkid has quit [*.net *.split]
11:14
claw has quit [*.net *.split]
11:14
dostoyevsky has quit [*.net *.split]
11:14
Fusl has quit [*.net *.split]
11:14
spk has quit [*.net *.split]
11:14
PaulePanter has quit [*.net *.split]
11:14
woodruffw has quit [*.net *.split]
11:14
jhill has quit [*.net *.split]
11:14
lol768_ has quit [*.net *.split]
11:14
n1v has quit [*.net *.split]
11:14
asio has quit [*.net *.split]
11:14
segy has quit [*.net *.split]
11:14
Mon_Ouie has quit [*.net *.split]
11:14
d10n-work has quit [*.net *.split]
11:14
Net has quit [*.net *.split]
11:14
hsiktas has quit [*.net *.split]
11:14
tag has quit [*.net *.split]
11:14
twodayslate has quit [*.net *.split]
11:14
chromis has quit [*.net *.split]
11:14
gajus has quit [*.net *.split]
11:14
integral has quit [*.net *.split]
11:14
Pillus has quit [*.net *.split]
11:14
al2o3-cr has quit [*.net *.split]
11:15
alex` has joined #ruby
11:16
alex` is now known as Guest34893
11:16
Guest34893 is now known as alex``
11:16
shalok has quit [Ping timeout: 268 seconds]
11:17
shah^ has joined #ruby
11:17
turt2live has quit [*.net *.split]
11:17
shah^ has quit [Excess Flood]
11:17
mikecmpbll has quit [Ping timeout: 268 seconds]
11:17
evdubs has joined #ruby
11:17
meinside has joined #ruby
11:17
rapha has joined #ruby
11:17
timmow_ has joined #ruby
11:17
ReinH has joined #ruby
11:17
towo_ has joined #ruby
11:17
wbnns has joined #ruby
11:17
pabs has joined #ruby
11:17
danguita has joined #ruby
11:17
fowlduck has joined #ruby
11:17
CustosLimen has joined #ruby
11:17
entel has joined #ruby
11:17
gorsuch has joined #ruby
11:17
Mutsuhito has joined #ruby
11:17
kp666[m] has joined #ruby
11:17
evert_ has joined #ruby
11:17
mnemon has joined #ruby
11:17
laudecay has joined #ruby
11:17
RushPL has joined #ruby
11:17
jhass has joined #ruby
11:17
aloy has joined #ruby
11:17
Rush has joined #ruby
11:17
JoL1hAHN has joined #ruby
11:17
csaunders_ has joined #ruby
11:17
mjacob_ has joined #ruby
11:17
lucas_ has joined #ruby
11:17
havenwood has joined #ruby
11:17
spectra has joined #ruby
11:17
Kuukunen- has joined #ruby
11:18
shah^ has joined #ruby
11:18
Fernando-Basso has quit [*.net *.split]
11:18
chalkmonster has quit [*.net *.split]
11:18
cisco has quit [*.net *.split]
11:18
r3m has quit [*.net *.split]
11:18
Emmanuel_Chanel has quit [*.net *.split]
11:18
dinfuehr_ has quit [*.net *.split]
11:18
mkroman has quit [*.net *.split]
11:18
BTRE has quit [*.net *.split]
11:18
teclator has quit [*.net *.split]
11:18
zululee_ has quit [*.net *.split]
11:18
funnel has quit [*.net *.split]
11:18
hramrach has quit [*.net *.split]
11:18
lightstalker has quit [*.net *.split]
11:18
SCHAPiE has quit [*.net *.split]
11:18
Seich has quit [*.net *.split]
11:18
helpa has quit [*.net *.split]
11:18
ablackack has quit [*.net *.split]
11:18
ozzloy has quit [*.net *.split]
11:18
Milos has quit [*.net *.split]
11:18
dalpo has quit [*.net *.split]
11:18
JasonO- has quit [*.net *.split]
11:18
mkaito- has quit [*.net *.split]
11:18
Spitfire has quit [*.net *.split]
11:18
Scient has quit [*.net *.split]
11:18
miah has quit [*.net *.split]
11:18
jtdowney has quit [*.net *.split]
11:18
nchambers has quit [*.net *.split]
11:18
jidar has quit [*.net *.split]
11:18
arthurnn has quit [*.net *.split]
11:18
KramerC has quit [*.net *.split]
11:18
ta has quit [*.net *.split]
11:18
pavelz has quit [*.net *.split]
11:18
Nowaker has quit [*.net *.split]
11:18
lypsis has quit [*.net *.split]
11:18
ammar has quit [*.net *.split]
11:18
rheddry has quit [*.net *.split]
11:18
shortdudey123 has quit [*.net *.split]
11:18
trif has quit [*.net *.split]
11:18
bga57 has quit [*.net *.split]
11:18
iamayam has quit [*.net *.split]
11:18
xpitr has quit [*.net *.split]
11:18
kenichi has quit [*.net *.split]
11:18
Jello_Raptor has quit [*.net *.split]
11:18
sapphyrus_ has quit [*.net *.split]
11:18
tw1sted has quit [*.net *.split]
11:18
Junaos has quit [*.net *.split]
11:18
CustosLimen has quit [Max SendQ exceeded]
11:18
al2o3-cr has joined #ruby
11:18
robscomputer has quit [Ping timeout: 270 seconds]
11:18
pavelz_ has joined #ruby
11:18
Spitfire_ has joined #ruby
11:18
trif_ has joined #ruby
11:18
Seich_ has joined #ruby
11:18
nowaker_ has joined #ruby
11:18
Jello_Raptor_ has joined #ruby
11:18
cisco_ has joined #ruby
11:18
shortdudey123_ has joined #ruby
11:18
alex`` has quit [Client Quit]
11:18
helpa has joined #ruby
11:18
teardown has joined #ruby
11:18
NODE has joined #ruby
11:18
Junaos has joined #ruby
11:18
ratah has joined #ruby
11:18
madhatter has joined #ruby
11:18
rubydoc has joined #ruby
11:18
schne1der has joined #ruby
11:18
Helenah has joined #ruby
11:18
dionysus69 has joined #ruby
11:18
Arahael has joined #ruby
11:18
alfiemax has joined #ruby
11:18
Azure has joined #ruby
11:18
dStrombo1 has joined #ruby
11:18
ooheitooh has joined #ruby
11:18
x0n has joined #ruby
11:18
FastJack has joined #ruby
11:18
cvz has joined #ruby
11:18
hays has joined #ruby
11:18
dan64 has joined #ruby
11:18
jerme_ has joined #ruby
11:18
Yxhuvud has joined #ruby
11:18
darris has joined #ruby
11:18
DTZUZU has joined #ruby
11:18
reaVer has joined #ruby
11:18
Mrgoose845701915 has joined #ruby
11:18
klaas has joined #ruby
11:18
ctp has joined #ruby
11:18
envex has joined #ruby
11:18
Benett has joined #ruby
11:18
LtHummus has joined #ruby
11:18
Spitfire_ has joined #ruby
11:18
Spitfire_ has quit [Changing host]
11:18
helpa has joined #ruby
11:18
funnel_ has joined #ruby
11:18
hramrach has joined #ruby
11:18
helpa has quit [Changing host]
11:18
Seich_ is now known as Seich
11:18
arthurnn has joined #ruby
11:18
ta has joined #ruby
11:18
KramerC has joined #ruby
11:18
chalkmonster has joined #ruby
11:18
salvor has joined #ruby
11:18
freshmaker666 has joined #ruby
11:18
Flonk has joined #ruby
11:18
bluetown has joined #ruby
11:18
SoF has joined #ruby
11:18
_vircung_ has joined #ruby
11:18
mcspud has joined #ruby
11:18
uplime has joined #ruby
11:18
vrih_ has joined #ruby
11:18
kloeri has joined #ruby
11:18
`Alison has joined #ruby
11:18
dinfuehr has joined #ruby
11:18
zlogan has joined #ruby
11:18
Hien has joined #ruby
11:18
maxmanders has joined #ruby
11:18
braincrash has joined #ruby
11:18
Sina has joined #ruby
11:18
phaul_ has joined #ruby
11:18
woodruffw has joined #ruby
11:18
segy has joined #ruby
11:18
lol768_ has joined #ruby
11:18
chromis has joined #ruby
11:18
spk has joined #ruby
11:18
PaulePanter has joined #ruby
11:18
turbo_choo has joined #ruby
11:18
PikaChokeMe has joined #ruby
11:18
nofxx has joined #ruby
11:18
mozzarella has joined #ruby
11:18
RiPuk_ has joined #ruby
11:18
Raboo has joined #ruby
11:18
thebananaking has joined #ruby
11:18
infinity2022 has joined #ruby
11:18
Iambchop has joined #ruby
11:18
jnix has joined #ruby
11:18
jtperreault has joined #ruby
11:18
tweaks has joined #ruby
11:18
kaleido has joined #ruby
11:18
c0san0stra has joined #ruby
11:18
strmpnk has joined #ruby
11:18
zipkid has joined #ruby
11:18
claw has joined #ruby
11:18
liKe2k1- has joined #ruby
11:18
jhill has joined #ruby
11:18
Argorok has joined #ruby
11:18
mistym has joined #ruby
11:18
asio has joined #ruby
11:18
n1v has joined #ruby
11:18
dostoyevsky has joined #ruby
11:18
oncall-pokemon has joined #ruby
11:18
Fusl has joined #ruby
11:18
ruby[bot] has joined #ruby
11:18
grvgr has joined #ruby
11:18
d0liver has joined #ruby
11:18
TheBrayn has joined #ruby
11:18
kermit has joined #ruby
11:18
Net has joined #ruby
11:18
tag has joined #ruby
11:18
twodayslate has joined #ruby
11:18
Mon_Ouie has joined #ruby
11:18
gajus has joined #ruby
11:18
integral has joined #ruby
11:19
funnel_ is now known as funnel
11:19
kenichi has joined #ruby
11:19
matti has joined #ruby
11:19
r3m has joined #ruby
11:19
matti has quit [Changing host]
11:19
matti has joined #ruby
11:19
levifig has joined #ruby
11:19
KramerC has quit [Changing host]
11:19
KramerC has joined #ruby
11:19
teclator has joined #ruby
11:19
tw1sted has joined #ruby
11:19
Arahael has quit [Max SendQ exceeded]
11:19
NODE has quit [Excess Flood]
11:19
iamayam has joined #ruby
11:19
Jello_Raptor_ is now known as Jello_Raptor
11:19
alex`` has joined #ruby
11:19
r3m is now known as Guest69116
11:19
dostoyevsky has quit [Max SendQ exceeded]
11:19
jhill has quit [Max SendQ exceeded]
11:19
shortdudey123_ is now known as shortdudey123
11:19
hramrach has quit [Changing host]
11:19
hramrach has joined #ruby
11:19
dostoyevsky has joined #ruby
11:20
dostoyevsky has quit [Changing host]
11:20
dostoyevsky has joined #ruby
11:20
BTRE has joined #ruby
11:20
Emmanuel_Chanel has joined #ruby
11:20
nchambers has joined #ruby
11:20
ablackack has joined #ruby
11:20
graphicsv has quit [Ping timeout: 245 seconds]
11:20
itok has quit [Ping timeout: 245 seconds]
11:20
Fenhl has quit [Ping timeout: 245 seconds]
11:20
KnownSyntax has quit [Ping timeout: 246 seconds]
11:20
mkaito_ has joined #ruby
11:20
Arahael has joined #ruby
11:20
entel has quit [Ping timeout: 248 seconds]
11:20
rann has quit [Ping timeout: 260 seconds]
11:20
BuildTheRobots has quit [Ping timeout: 268 seconds]
11:21
CustosLimen has joined #ruby
11:21
jetpack_joe has quit [Ping timeout: 245 seconds]
11:21
Mutsuhito has quit [Ping timeout: 248 seconds]
11:21
Pillus has joined #ruby
11:21
gsingh93 has quit [Ping timeout: 268 seconds]
11:21
matthewd has quit [Ping timeout: 268 seconds]
11:21
CustosLimen has quit [Changing host]
11:21
CustosLimen has joined #ruby
11:21
CustosLimen has joined #ruby
11:21
bga57 has joined #ruby
11:21
NODE has joined #ruby
11:21
nuck has quit [Ping timeout: 245 seconds]
11:21
xpitr has joined #ruby
11:21
sapphyrus has joined #ruby
11:21
meinside has quit [Ping timeout: 248 seconds]
11:21
fowlduck has quit [Ping timeout: 248 seconds]
11:21
ratah has quit [Ping timeout: 257 seconds]
11:21
ctp has quit [Ping timeout: 257 seconds]
11:21
Liothen has quit [Ping timeout: 246 seconds]
11:21
jtdowney has joined #ruby
11:21
lightstalker has joined #ruby
11:21
maxmanders has quit [Ping timeout: 244 seconds]
11:21
oncall-pokemon has quit [Ping timeout: 244 seconds]
11:21
Sina has quit [Ping timeout: 244 seconds]
11:21
Argorok has quit [Ping timeout: 244 seconds]
11:21
jnix has quit [Ping timeout: 244 seconds]
11:21
shalok has joined #ruby
11:22
meinside has joined #ruby
11:22
lypsis has joined #ruby
11:22
mkroman has joined #ruby
11:22
SCHAPiE has joined #ruby
11:22
solars has quit [Ping timeout: 260 seconds]
11:22
jhill has joined #ruby
11:22
jetpack_joe has joined #ruby
11:22
Milos has joined #ruby
11:22
matthewd has joined #ruby
11:22
ctp has joined #ruby
11:22
Scient has joined #ruby
11:22
nuck has joined #ruby
11:23
twodayslate has quit [Ping timeout: 272 seconds]
11:23
dalpo has joined #ruby
11:23
miah has joined #ruby
11:23
jidar has joined #ruby
11:23
gsingh93 has joined #ruby
11:23
NODE has quit [Excess Flood]
11:23
Liothen has joined #ruby
11:23
solars has joined #ruby
11:23
ratah has joined #ruby
11:23
entel has joined #ruby
11:23
mikecmpbll has joined #ruby
11:23
Fenhl has joined #ruby
11:23
twodayslate has joined #ruby
11:24
JayDoubleu has joined #ruby
11:24
NODE has joined #ruby
11:24
JasonO has joined #ruby
11:24
tag has quit [Ping timeout: 272 seconds]
11:24
Mutsuhito has joined #ruby
11:24
d10n-work has joined #ruby
11:24
jnix has joined #ruby
11:24
hsiktas has joined #ruby
11:25
tag has joined #ruby
11:25
oncall-pokemon has joined #ruby
11:25
BuildTheRobots has joined #ruby
11:25
ammar has joined #ruby
11:25
fowlduck has joined #ruby
11:25
itok has joined #ruby
11:26
rann has joined #ruby
11:26
Sina has joined #ruby
11:27
Argorok has joined #ruby
11:27
maxmanders has joined #ruby
11:28
ozzloy has joined #ruby
11:28
KnownSyntax has joined #ruby
11:28
ozzloy has quit [Changing host]
11:28
ozzloy has joined #ruby
11:28
graphicsv has joined #ruby
11:28
kapil_ has joined #ruby
11:30
vondruch_ has joined #ruby
11:32
xco has joined #ruby
11:33
vondruch has quit [Ping timeout: 265 seconds]
11:33
vondruch_ is now known as vondruch
11:33
sergioro has quit [Quit: leaving]
11:35
greengriminal has joined #ruby
11:37
xpitr has quit [Changing host]
11:37
xpitr has joined #ruby
11:44
alex`` has quit [Quit: WeeChat 2.7]
11:44
alex` has joined #ruby
11:45
alex` is now known as Guest25912
11:45
Guest25912 is now known as alex``
11:45
mossplix has quit [Remote host closed the connection]
12:03
NODE has quit [Quit: changing servers]
12:03
pandakekok9 has quit [Quit: bye]
12:04
NODE has joined #ruby
12:04
vondruch has quit [Quit: vondruch]
12:04
vondruch has joined #ruby
12:07
royal_screwup21 has quit [Remote host closed the connection]
12:11
greengriminal has quit [Read error: Connection reset by peer]
12:11
greengriminal has joined #ruby
12:12
NODE has quit [Quit: changing servers]
12:12
NODE has joined #ruby
12:16
imadper has quit [Remote host closed the connection]
12:19
chalkmonster has quit [Quit: WeeChat 2.7]
12:21
greengriminal has quit [Read error: Connection reset by peer]
12:26
greengriminal has joined #ruby
12:34
royal_screwup21 has joined #ruby
12:35
sarink has joined #ruby
12:38
troulouliou_dev has joined #ruby
12:38
surendra has joined #ruby
12:39
sarink has quit [Ping timeout: 240 seconds]
12:42
troulouliou_dev has quit [Ping timeout: 265 seconds]
12:43
royal_screwup21 has quit [Remote host closed the connection]
12:46
alfiemax has quit [Remote host closed the connection]
12:52
mossplix has joined #ruby
12:52
royal_screwup21 has joined #ruby
12:57
mossplix_ has joined #ruby
13:00
mossplix has quit [Ping timeout: 240 seconds]
13:01
royal_screwup21 has quit [Remote host closed the connection]
13:09
lucasb has joined #ruby
13:10
conta1 has joined #ruby
13:13
Fridtjof has joined #ruby
13:22
troulouliou_dev has joined #ruby
13:24
troulouliou_dev has quit [Client Quit]
13:24
surendra has quit [Remote host closed the connection]
13:27
cisco_ is now known as cisco
13:33
rkoller has joined #ruby
13:45
NODE has quit [Quit: changing servers]
13:46
NODE has joined #ruby
13:47
bvdw has quit [Read error: Connection reset by peer]
13:47
bvdw has joined #ruby
13:48
bsdbandit-01 has quit [Quit: -a- Connection Timed Out]
13:52
bsdbandit-01 has joined #ruby
14:01
Bounga has quit [Read error: Connection reset by peer]
14:02
Bounga has joined #ruby
14:04
NODE has quit [Quit: changing servers]
14:05
NODE has joined #ruby
14:08
william1 has quit [Quit: WeeChat 2.6]
14:16
alfiemax has joined #ruby
14:24
Guest69116 has quit [Quit: WeeChat 2.8-dev]
14:24
r3m has joined #ruby
14:26
royal_screwup21 has joined #ruby
14:28
alfiemax has quit [Remote host closed the connection]
14:31
royal_screwup21 has quit [Remote host closed the connection]
14:37
hutch has joined #ruby
14:40
jmcgnh has quit [Ping timeout: 260 seconds]
14:42
jmcgnh_ has joined #ruby
14:42
jmcgnh_ is now known as jmcgnh
14:42
mc-guest-46 has joined #ruby
14:46
<
dreamreal >
baweaver: hi. I'm reading the illustrated guide to ruby - may I pm you?
14:49
FastJack has quit [Ping timeout: 265 seconds]
14:52
conta1 has quit [Quit: conta1]
14:54
hutch has quit [Ping timeout: 272 seconds]
14:56
fphilipe has joined #ruby
14:56
turbo_choo has quit [Read error: Connection reset by peer]
14:57
turbo_choo has joined #ruby
14:58
fphilipe_ has quit [Ping timeout: 260 seconds]
14:58
fluxAeon has joined #ruby
15:11
twobitsprite has joined #ruby
15:12
Brite79 has joined #ruby
15:12
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
15:16
FastJack has joined #ruby
15:16
jmcgnh has quit [Read error: Connection reset by peer]
15:17
n45199 has joined #ruby
15:18
Brite79 has quit [Ping timeout: 268 seconds]
15:19
troulouliou_dev has joined #ruby
15:21
n45199 has quit [Remote host closed the connection]
15:21
<
twobitsprite >
are there any good libraries to help with writing a parser in ruby?
15:21
greengriminal has quit [Read error: Connection reset by peer]
15:21
Brite79 has joined #ruby
15:22
<
twobitsprite >
any I find on google seem to be dead probjects
15:22
<
phaul_ >
I used parslet before
15:22
greengriminal has joined #ruby
15:22
<
Brite79 >
ruby_code
15:23
<
phaul_ >
whittle is another one
15:23
Brite79 has quit [Remote host closed the connection]
15:24
<
twobitsprite >
hmm... both seem to be unmaintained, but I guess I can look in to them anyway. thanks
15:24
Brite79 has joined #ruby
15:29
Brite79 has quit [Remote host closed the connection]
15:30
jmcgnh has joined #ruby
15:34
meinside has quit [Quit: Connection closed for inactivity]
15:36
<
lucasb >
see also "Treetop"
15:39
spacesuitdiver has joined #ruby
15:41
drincruz has joined #ruby
15:42
fphilipe_ has joined #ruby
15:45
fphilipe has quit [Ping timeout: 246 seconds]
15:48
fphilipe_ has quit [Ping timeout: 246 seconds]
15:49
fphilipe_ has joined #ruby
15:54
GodFather has quit [Ping timeout: 265 seconds]
15:55
phaul_ has quit [Ping timeout: 272 seconds]
15:55
conta has joined #ruby
15:55
DaRock has quit [Ping timeout: 268 seconds]
15:57
alfiemax has joined #ruby
16:00
phaul_ has joined #ruby
16:00
sarink has joined #ruby
16:01
greengriminal has quit [Quit: This computer has gone to sleep]
16:05
sdu has quit [Remote host closed the connection]
16:06
greengriminal has joined #ruby
16:07
ttoocs has quit [Ping timeout: 268 seconds]
16:07
conta has quit [Quit: conta]
16:12
Bounga has quit [Ping timeout: 272 seconds]
16:22
wallace_mu has quit [Remote host closed the connection]
16:23
wallace_mu has joined #ruby
16:26
mikecmpbll has quit [Quit: inabit. zz.]
16:27
wallace_mu has quit [Ping timeout: 268 seconds]
16:29
bradland has joined #ruby
16:29
SeepingN has joined #ruby
16:31
mikecmpbll has joined #ruby
16:32
davidw has joined #ruby
16:34
duderonomy has joined #ruby
16:36
sarink has quit [Remote host closed the connection]
16:37
sarink has joined #ruby
16:37
troulouliou_dev has quit [Quit: Leaving]
16:37
mc-guest-46 has quit [Ping timeout: 265 seconds]
16:38
sarink has quit [Remote host closed the connection]
16:38
sarink has joined #ruby
16:38
alfiemax has quit [Remote host closed the connection]
16:38
sarink has quit [Remote host closed the connection]
16:39
sarink has joined #ruby
16:40
wallace_mu has joined #ruby
16:42
greengriminal has quit [Quit: Leaving]
16:44
sarink has quit [Ping timeout: 265 seconds]
16:55
sarink has joined #ruby
16:57
fercell has quit [Quit: WeeChat 2.7]
16:58
cthu| has joined #ruby
16:59
phaul_ has quit [Ping timeout: 265 seconds]
17:00
matti has joined #ruby
17:03
greypack has quit [Ping timeout: 268 seconds]
17:06
Jonopoly has quit [Quit: WeeChat 2.5]
17:07
conta has joined #ruby
17:10
greypack has joined #ruby
17:11
phaul_ has joined #ruby
17:24
conta has quit [Quit: conta]
17:27
troulouliou_dev has joined #ruby
17:34
phaul_ has quit [Ping timeout: 260 seconds]
17:35
fercell has joined #ruby
17:38
mikecmpbll has quit [Quit: inabit. zz.]
17:45
fluxAeon has quit [Ping timeout: 248 seconds]
17:45
dmitrycy has joined #ruby
17:47
<
adam12 >
. .. hello-world
17:51
<
havenwood >
do you always type `ls` after a `cd`, even if you just did a `mkdir`?
17:51
<
havenwood >
Prove it's empty!!!
17:51
<
dmitrycy >
yep, it's a reflex
17:52
<
dmitrycy >
trying to get a handle on irssi...it's been a while
17:53
<
adam12 >
dmitrycy: fwiw, i find weechat a bit more intuitive.
17:54
lxsameer has quit [Ping timeout: 268 seconds]
17:54
phaul_ has joined #ruby
17:55
gix has joined #ruby
17:57
wildtrees has joined #ruby
18:00
<
dmitrycy >
i know, but i feel like playing around with something terminal-based
18:00
<
adam12 >
dmitrycy: Weechat is terminal based :) But it has web frontends too.
18:01
<
adam12 >
dmitrycy: It's almost 1-for-1 irssi but actually has good help messages and configuring it is easier, imho. Anyways...
18:01
<
dmitrycy >
ahhh, i saw it's web frontend, that's why i thought it's web-centric
18:02
cisco has quit [Ping timeout: 268 seconds]
18:08
Bounga has joined #ruby
18:12
Bounga has quit [Ping timeout: 246 seconds]
18:14
dmitrycy has quit [Quit: Lost terminal]
18:15
fluxAeon has joined #ruby
18:16
plutes has quit [Ping timeout: 260 seconds]
18:17
sarink has quit [Remote host closed the connection]
18:22
alfiemax has joined #ruby
18:27
sarink has joined #ruby
18:28
davispuh has joined #ruby
18:30
yokel has quit [Ping timeout: 268 seconds]
18:33
dinfuehr_ has joined #ruby
18:33
dinfuehr has quit [Ping timeout: 265 seconds]
18:34
phaul_ has quit [Ping timeout: 268 seconds]
18:35
Exuma has joined #ruby
18:37
yokel has joined #ruby
18:37
troulouliou_dev has quit [Read error: Connection reset by peer]
18:38
GodFather has joined #ruby
18:39
phaul_ has joined #ruby
18:39
troulouliou_dev has joined #ruby
18:43
troulouliou_dev has quit [Ping timeout: 240 seconds]
18:44
phaul_ has quit [Ping timeout: 265 seconds]
18:50
Exuma has quit [Read error: Connection timed out]
18:53
chamunks has quit [Ping timeout: 250 seconds]
18:54
chamunks has joined #ruby
18:54
howdoi has joined #ruby
18:54
cliluw has joined #ruby
18:54
dionysus69 has quit [Ping timeout: 265 seconds]
18:55
Exuma has joined #ruby
18:59
lxsameer has joined #ruby
18:59
ruskie has quit [Ping timeout: 250 seconds]
19:00
timmow has joined #ruby
19:00
turbo_choo has quit [*.net *.split]
19:00
dostoyevsky has quit [*.net *.split]
19:00
evdubs has quit [*.net *.split]
19:00
timmow_ has quit [*.net *.split]
19:00
ReinH has quit [*.net *.split]
19:00
wbnns has quit [*.net *.split]
19:00
pabs has quit [*.net *.split]
19:00
towo_ has quit [*.net *.split]
19:00
danguita has quit [*.net *.split]
19:00
gorsuch has quit [*.net *.split]
19:00
evert_ has quit [*.net *.split]
19:00
kp666[m] has quit [*.net *.split]
19:00
mnemon has quit [*.net *.split]
19:00
jhass has quit [*.net *.split]
19:00
RushPL has quit [*.net *.split]
19:00
Rush has quit [*.net *.split]
19:00
aloy has quit [*.net *.split]
19:00
JoL1hAHN has quit [*.net *.split]
19:00
rapha has quit [*.net *.split]
19:00
laudecay has quit [*.net *.split]
19:00
mjacob_ has quit [*.net *.split]
19:00
havenwood has quit [*.net *.split]
19:00
csaunders_ has quit [*.net *.split]
19:00
lucas_ has quit [*.net *.split]
19:00
Kuukunen- has quit [*.net *.split]
19:00
spectra has quit [*.net *.split]
19:02
wbnns has joined #ruby
19:02
ReinH has joined #ruby
19:02
dostoyevsky has joined #ruby
19:02
rapha has joined #ruby
19:02
evdubs has joined #ruby
19:02
kp666[m] has joined #ruby
19:02
danguita has joined #ruby
19:02
jhass has joined #ruby
19:02
RushPL has joined #ruby
19:02
JoL1hAHN has joined #ruby
19:02
aloy has joined #ruby
19:02
mjacob_ has joined #ruby
19:02
pabs has joined #ruby
19:02
Rush has joined #ruby
19:02
evert_ has joined #ruby
19:02
gorsuch has joined #ruby
19:02
towo_ has joined #ruby
19:02
mnemon has joined #ruby
19:02
havenwood has joined #ruby
19:02
laudecay has joined #ruby
19:02
csaunders_ has joined #ruby
19:02
lucas_ has joined #ruby
19:02
Kuukunen- has joined #ruby
19:02
spectra has joined #ruby
19:02
dostoyevsky has joined #ruby
19:03
lightstalker has quit [Ping timeout: 268 seconds]
19:03
pizzaiolo has quit [Ping timeout: 268 seconds]
19:03
baweaver has quit [Ping timeout: 268 seconds]
19:04
spacesuitdiver has quit [Ping timeout: 268 seconds]
19:05
baweaver has joined #ruby
19:05
lightstalker has joined #ruby
19:05
baweaver is now known as Guest47155
19:05
spacesuitdiver has joined #ruby
19:06
pizzaiolo has joined #ruby
19:08
alfiemax has quit [Remote host closed the connection]
19:11
sarink has quit [Remote host closed the connection]
19:12
VlanX has joined #ruby
19:18
drincruz has quit [Read error: No route to host]
19:18
drincruz has joined #ruby
19:25
ruskie has joined #ruby
19:33
<
dreamreal >
havenwood: hi, I'm reading the illustrated guide to ruby now
19:34
<
havenwood >
dreamreal: that's baweaver's book :)
19:34
<
dreamreal >
well dang it it lists you too!
19:34
<
havenwood >
dreamreal: oh, wow! I feel honored. :)
19:34
sarink has joined #ruby
19:34
sarink has quit [Remote host closed the connection]
19:34
<
havenwood >
dreamreal: baweaver is usually here, but looks like he hasn't reconnected yet after everyone dropped ealier today.
19:35
sarink has joined #ruby
19:35
<
dreamreal >
*nod* Well, I'm an editor IRL (among many, many, many other hats I wear) and I had a few questions/comments as I went through
19:35
<
havenwood >
dreamreal: ah, nice!
19:35
<
havenwood >
dreamreal: i'm sure baweaver would love to hear those. i'm curious too! :)
19:36
<
dreamreal >
but if you're not a primary author, eh, what do YOU matter, I need to talk to important people </sneer>
19:38
turbo_choo has joined #ruby
19:39
<
dreamreal >
ah, how far along is this? How often does it update?
19:40
<
dreamreal >
looks like it starts to get... scant... around exceptions
19:40
<
dreamreal >
starts devolving into TOCs and that's about it
19:43
alfiemax has joined #ruby
19:43
alfiemax has quit [Remote host closed the connection]
19:47
bvdw has quit [Read error: Connection reset by peer]
19:47
bvdw has joined #ruby
19:55
Guest47155 is now known as baweaver
19:55
baweaver has quit [Changing host]
19:55
baweaver has joined #ruby
19:55
<
baweaver >
dreamreal: ohai
19:56
<
baweaver >
Consider that version defunct
19:56
<
baweaver >
and there is a good reason for that, mind.
19:56
<
baweaver >
Mostly in working with a publisher to get a full version of it out
19:56
<
baweaver >
Speaking of which, I should really get back to writing more on that
19:56
<
baweaver >
Also havenwood was at one point a potential co-author :P
19:57
<
dreamreal >
oh nice. Which publisher, if I may ask? If not, tell me to shaddap :)
19:58
<
baweaver >
Mostly because not sure how publicly I can mention it yet :)
20:06
hiroaki has joined #ruby
20:10
cliluw has quit [Ping timeout: 272 seconds]
20:12
johnny56 has quit [Remote host closed the connection]
20:14
johnny56 has joined #ruby
20:16
hiroaki has quit [Ping timeout: 248 seconds]
20:19
drincruz_ has joined #ruby
20:20
rippa has joined #ruby
20:22
drincruz has quit [Ping timeout: 260 seconds]
20:28
bsdbandit-01 has quit [Quit: -a- Connection Timed Out]
20:29
hiroaki has joined #ruby
20:31
cd has joined #ruby
20:32
cd has quit [Client Quit]
20:33
bsdbandit-01 has joined #ruby
20:36
<
Net >
is there a better way to write array.map { |elem| [elem[:foo], elem.except(:foo) ] }.to_h ?
20:36
<
Net >
specifically the [elem[:foo], elem.except(:foo)] part
20:44
ur5us has joined #ruby
20:45
ldepandis has quit [Read error: Connection reset by peer]
20:47
hiroaki has quit [Ping timeout: 252 seconds]
20:48
Benett has quit [Remote host closed the connection]
20:53
heth has quit [Ping timeout: 265 seconds]
20:55
heth has joined #ruby
20:55
cd has joined #ruby
20:56
<
havenwood >
Net: Just for thought:
20:56
<
havenwood >
&>> [{:a=>1, :b=>2, :c=>3, :foo=>42}].to_h { |foo:, **kwargs| [foo, kwargs] }
20:56
<
rubydoc >
# => {42=>{:a=>1, :b=>2, :c=>3}} stderr: -e:4: warning: Using the last argument as keyword parameters is... check link for more (
https://carc.in/#/r/8igs )
20:57
<
havenwood >
Net: Or how about #partition with a #transform_values instead? Hem.
20:57
<
Net >
I didn't know to_h took a block
20:57
<
havenwood >
Net: It does in 2.6+.
20:58
<
havenwood >
&26>> [{:a=>1, :b=>2, :c=>3, :foo=>42}].to_h { |foo:, **kwargs| [foo, kwargs] }
20:59
<
Net >
lovely. if only we were on 2.6
20:59
<
havenwood >
Then there's be pattern matching as an option too. ;)
20:59
<
havenwood >
there'd*
21:04
<
Net >
any idea what the performance characteristics of ** is over my original implementation?
21:04
sergioro has joined #ruby
21:04
sarink has quit [Remote host closed the connection]
21:04
<
Net >
I vaguely recall techniques like that not performing very well in ruby
21:05
<
Net >
actually that doesn't work for me—the keys are strings :/
21:06
jenrzzz has joined #ruby
21:08
Guest48 has joined #ruby
21:08
rem_ has joined #ruby
21:08
Guest48 is now known as smurfke
21:08
smurfke has quit [Client Quit]
21:14
cnsvc_ has joined #ruby
21:14
cnsvc_ has quit [Client Quit]
21:14
cnsvc has joined #ruby
21:15
code_zombie has joined #ruby
21:15
cliluw has joined #ruby
21:16
im0nde_ has joined #ruby
21:18
im0nde has quit [Ping timeout: 240 seconds]
21:19
fphilipe has joined #ruby
21:21
<
lmat >
adam12: Post install message from ruby-sass: "Ruby Sass has reached end-of-life and should no longer be used." bahaha!
21:21
<
adam12 >
lmat: facepalm.gif
21:22
<
adam12 >
lmat: I don't have that issue since I use Tailwind. It's the bestest.
21:22
fphilipe_ has quit [Ping timeout: 245 seconds]
21:22
jenrzzz has quit [Ping timeout: 268 seconds]
21:22
<
havenwood >
Net: map { |h| h.partition { |k, _| k == 'foo' } }.to_h.transform_keys(&:last)
21:23
<
lmat >
adam12: Ahh, nice!
21:24
<
havenwood >
oops, need another transform_keys(&:last), haha
21:26
<
havenwood >
&>> [{'a'=>1, 'b'=>2, 'c'=>3, 'foo'=>42}].map { |h| h.partition { |k, _| k == 'foo' } }.to_h.transform_keys { |(k, _), _| k }
21:26
impermanence has joined #ruby
21:26
<
havenwood >
&25>> [{'a'=>1, 'b'=>2, 'c'=>3, 'foo'=>42}].map { |h| h.partition { |k, _| k == 'foo' } }.to_h.transform_keys { |(k, _), _| k }
21:26
s2013 has joined #ruby
21:26
sarink has joined #ruby
21:26
<
havenwood >
ah, yeah, the hash value too >.>
21:27
<
havenwood >
&>> [{'a'=>1, 'b'=>2, 'c'=>3, 'foo'=>42}].map { |h| h.partition { |k, _| k == 'foo' } }.to_h.transform_keys { |(k, _), _| k }.transform_values(&:to_h)
21:31
<
Net >
havenwood: it's beautiful
21:37
Benett has joined #ruby
21:38
<
leftylink >
I think the one with `except` was more easily understandable, but since I don't have `except` I'd have to refine it onto my hashes or something, dunno
21:39
<
havenwood >
&>> [{'a'=>1, 'b'=>2, 'c'=>3, 'foo'=>42}].map { |h| key, value = h.partition { |k, _| k == 'foo' }; [key.first.first, value.to_h] }.to_h
21:39
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
21:39
<
havenwood >
leftylink: I like options in newer Rubies best. :)
21:39
<
leftylink >
but come to think of it, I find myself often wanting a shortcut of group_by { ... }.transform_values(&:first) a lot
21:40
<
havenwood >
&>> [{'a'=>1, 'b'=>2, 'c'=>3, 'foo'=>42}].map { |h| key, value = h.partition { |k, _| k == 'foo' }; [key.first.last, value.to_h] }.to_h
21:40
<
havenwood >
I mean ^
21:40
oncall-pokemon has quit [Quit: Connection closed for inactivity]
21:41
NODE has joined #ruby
21:41
schne1der has quit [Ping timeout: 265 seconds]
21:41
<
Net >
quite honestly, I find ruby to be frustratingly lacking in this area
21:41
<
Net >
lacking and inconsistent
21:41
<
havenwood >
Net: Seems pretty elegant in the latest stable Ruby.
21:42
<
Net >
your solution for this specific case is
21:42
<
havenwood >
Net: What language does it better than Ruby 2.7?
21:42
<
Net >
haven't played with 2.7 though so I can't comment
21:42
<
Net >
Elixir is really nice in this regard
21:43
<
havenwood >
Net: Look at the difference from 1.9, 2.0, 2.2, 2.4 and finally a super elegant 2.7.
21:43
<
leftylink >
computer locked w/o my consent
21:44
sarink has quit [Remote host closed the connection]
21:44
<
havenwood >
Net: The movement toward elegance is guided by real world use and need. It's working well.
21:44
<
Net >
Map.new(list, &Map.pop(&1, :foo))
21:45
<
havenwood >
I did the fun parts.
21:45
sarink has joined #ruby
21:45
<
Net >
things just fit together in elixir
21:45
<
Net >
well, at least enum and map functions do
21:45
<
Net >
I don't think it's a perfect language
21:45
<
havenwood >
Net: I'd compare latest Elixir to latest Ruby. Both have evolved a lot lately.
21:49
<
havenwood >
I like Elixir's unfold.
21:49
xco has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
21:49
<
Net >
Yes, Stream is nice
21:50
<
Net >
I do enjoy writing enumerators in Ruby though
21:51
<
Net >
one place where I like not passing state
21:51
<
havenwood >
&>> Enumerator.produce([0, 1]) { |(a, b)| [b, a + b] }.lazy.map(&:first).first(10)
21:52
<
havenwood >
lazyibonacci
21:54
sarink has quit [Remote host closed the connection]
21:54
<
leftylink >
hmm, guess you can't flatten an Enumerator::Lazy, too bad
21:54
<
leftylink >
oh well, flat_map(&:itself) I guess...
21:55
NODE has quit [Quit: changing servers]
21:55
rem_ has quit [Ping timeout: 240 seconds]
21:56
NODE has joined #ruby
21:56
sarink has joined #ruby
21:56
<
havenwood >
leftylink: But then you'd need to each_slice(2) and map(&:first), since you really want every other.
21:56
<
havenwood >
leftylink: lazy.flat_map(&:itself).each_slice(2).map(&:first)
21:56
<
havenwood >
shorter to: lazy.map(&:first)
21:57
mossplix_ has quit [Remote host closed the connection]
21:57
<
havenwood >
leftylink: oh, you probably just mean generally :)
21:58
<
havenwood >
Enumerator.produce with a tuple and lazy.map(&:first) is Stream/unfold.
22:00
<
leftylink >
well if I didn't mean generally and meant for fibonacci, there's a way we can get around it
22:00
<
leftylink >
&>> Enumerator.produce([0, 1]) { |(a, b)| [a + b, a + b + b] }.lazy.flat_map(&:itself).first(10)
22:01
<
leftylink >
might as well, right?
22:02
sarink_ has joined #ruby
22:02
<
havenwood >
leftylink: ooooohh
22:02
<
havenwood >
leftylink: nice!
22:03
<
leftylink >
I LEARNED THIS TRICK FROM... hmm. I've forgotten where I learned it
22:04
Rudd0 has quit [Ping timeout: 268 seconds]
22:04
<
leftylink >
kinda wish I could say "hey I'm smart enough to think of it myself" but nooooooooo
22:05
sarink has quit [Ping timeout: 260 seconds]
22:07
sarink has joined #ruby
22:09
<
havenwood >
&>> Enumerator.produce([0, 1]) { |a, b| a += b; [a, a + b] }.lazy.flat_map(&:itself).first(10)
22:09
<
havenwood >
Or more confusingly:
22:09
<
havenwood >
&>> Enumerator.produce([0, 1]) { |a, b| [a += b, a + b] }.lazy.flat_map(&:itself).first(10)
22:10
<
havenwood >
Or just weird:
22:10
<
havenwood >
&>> Enumerator.produce([0, 1]) { |a, b| [a += b, a += b] }.lazy.flat_map(&:itself).first(10)
22:10
sarink_ has quit [*.net *.split]
22:10
sarink_ has joined #ruby
22:11
sarink_ has quit [Ping timeout: 260 seconds]
22:11
<
havenwood >
&>> Enumerator.produce([0, 1]) { [_1 + _2, _1 + _2 + _2] }.lazy.flat_map(&:itself).first(10)
22:13
drincruz_ has quit [Ping timeout: 252 seconds]
22:14
impermanence has quit [Ping timeout: 265 seconds]
22:14
<
havenwood >
&>> Enumerator.produce([0, 1]) { [_1 + _2, _1 + _2 + _2] }.lazy.first(5).flatten
22:15
Helenah has quit [Read error: Connection reset by peer]
22:17
Helenah has joined #ruby
22:20
jenrzzz has joined #ruby
22:20
Rudd0 has joined #ruby
22:20
mossplix has joined #ruby
22:27
bsdbandit-01 has quit [Ping timeout: 252 seconds]
22:34
cd has quit [Quit: cd]
22:39
tdy has quit [Quit: WeeChat 1.9.1]
22:43
bsdbandit-01 has joined #ruby
22:48
spacesuitdiver has quit [Ping timeout: 240 seconds]
22:59
wallace_mu has quit [Remote host closed the connection]
23:04
jenrzzz has quit [Ping timeout: 272 seconds]
23:05
turbo_choo has quit [Read error: Connection reset by peer]
23:06
jenrzzz has joined #ruby
23:09
tdy has joined #ruby
23:14
jenrzzz has quit [Ping timeout: 268 seconds]
23:15
fig-le-deunch has joined #ruby
23:19
lucasb has quit [Quit: Connection closed for inactivity]
23:23
greengriminal has joined #ruby
23:24
jenrzzz has joined #ruby
23:28
sarink has quit [Remote host closed the connection]
23:30
cnsvc has quit [Quit: WeeChat 2.7]
23:33
gix- has joined #ruby
23:33
gix has quit [Disconnected by services]
23:35
sarink has joined #ruby
23:39
twobitsprite has quit [Ping timeout: 272 seconds]
23:39
sarink has quit [Ping timeout: 272 seconds]
23:43
smurfke has joined #ruby
23:45
smurfke has quit [Remote host closed the connection]
23:45
ur5us has quit [Ping timeout: 265 seconds]
23:51
cliluw has quit [Ping timeout: 268 seconds]
23:56
zlogan has quit [Quit: Leaving]
23:57
cliluw has joined #ruby