Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Ping timeout: 268 seconds]
alan_w has joined #ruby
alan_w has quit [Ping timeout: 258 seconds]
Swyper has joined #ruby
ur5us has joined #ruby
Swyper has quit [Remote host closed the connection]
greengriminal has quit [Quit: This computer has gone to sleep]
BH23 has quit [Ping timeout: 245 seconds]
BH23 has joined #ruby
catbusters has quit [Quit: Connection closed for inactivity]
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
hutch has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
ur5us has quit [Remote host closed the connection]
cd has joined #ruby
ur5us has joined #ruby
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
oetjenj has quit [Client Quit]
oetjenj has joined #ruby
ur5us has quit [Ping timeout: 244 seconds]
oetjenj has quit [Client Quit]
gnufied has quit [Ping timeout: 244 seconds]
ravenousmoose has joined #ruby
grilix has quit [Ping timeout: 240 seconds]
hutch has quit [Ping timeout: 252 seconds]
hutch has joined #ruby
ravenousmoose has quit [Ping timeout: 276 seconds]
BH23 has quit [Ping timeout: 246 seconds]
jud has joined #ruby
hutch has quit [Ping timeout: 250 seconds]
dr_mdma_md has joined #ruby
_whitelogger has joined #ruby
BH23 has joined #ruby
dviola has quit [Quit: WeeChat 2.5]
hutch has joined #ruby
vondruch has quit [Ping timeout: 245 seconds]
phroa has quit [Ping timeout: 268 seconds]
hutch has quit [Ping timeout: 264 seconds]
phroa has joined #ruby
Yojimble has quit [Remote host closed the connection]
havenwood has joined #ruby
havenwood has joined #ruby
vondruch has joined #ruby
cd has quit [Quit: cd]
BH23 has quit [Ping timeout: 245 seconds]
tdy1 is now known as tdy
r3m has quit [Quit: WeeChat 2.6-rc2]
r3m has joined #ruby
pep7 has quit [Read error: Connection reset by peer]
ravenousmoose has joined #ruby
spacesuitdiver has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ravenousmoose has quit [Ping timeout: 250 seconds]
ravenousmoose has joined #ruby
ravenousmoose has quit [Ping timeout: 276 seconds]
elphe has joined #ruby
r3m has quit [Quit: WeeChat 2.6-rc2]
r3m has joined #ruby
_whitelogger has joined #ruby
<leftylink>
sometimes I wish there were a Hash#invert that would make arrays out of all former-keys (now values) with a former-value (now key). like `{a: 1, b: 2, c: 2}.my_cool_invert == {2 => %i(b c), 1 => %i(a)}`. probably just have to make it up using each_with_object ... shrug.
<leftylink>
hmm. you know. I write `Hash.new { |h, k| h[k] = [] }` so often that sometimes I wish there were a shortcut for that. you know, like py `defaultdict(list)`
<chalkmonster>
havenwood: yeah I read all attached issues, I get the sense that ruby might be heading too close to its perl heritage than I'd like
<chalkmonster>
but eh, you don't have to use it if you don't want to
ur5us has joined #ruby
<havenwood>
chalkmonster: I definitely like the .: syntax that's been merged.
<chalkmonster>
havenwood: lonk
ur5us has quit [Ping timeout: 258 seconds]
<leftylink>
when you can't read code you wrote months ago
<leftylink>
past me must have overestimated future me's tolerance? patience? intelligence??? who knows
alan_w has joined #ruby
KeyJoo has joined #ruby
elphe has quit [Quit: leaving]
alan_w has quit [Ping timeout: 244 seconds]
ravenousmoose has joined #ruby
marens has quit [Ping timeout: 245 seconds]
marens has joined #ruby
<baweaver>
leftylink: That's why past me started writing documentation for everything
<baweaver>
Then also took up writing notes and design documents
<baweaver>
Context is king, and most of the time I know what the code does but not why I made a certain assumption
<baweaver>
It might be some giant pitfall or bug I don't remember, and changing it to what makes more sense could be real dangerous
sameerynho has joined #ruby
queip has quit [Ping timeout: 244 seconds]
dionysus69 has joined #ruby
BH23 has joined #ruby
chalkmonster has quit [Quit: WeeChat 2.5]
oetjenj has joined #ruby
queip has joined #ruby
sajinmp has joined #ruby
BH23 has quit [Ping timeout: 258 seconds]
baojg has joined #ruby
paprika has joined #ruby
absolutejam1 has joined #ruby
paprika has quit [Client Quit]
Fernando-Basso has joined #ruby
reber has joined #ruby
ravenousmoose has quit [Ping timeout: 252 seconds]
zapata has quit [Quit: WeeChat 2.5]
d^sh has quit [Ping timeout: 245 seconds]
d^sh has joined #ruby
dionysus69 has quit [Ping timeout: 258 seconds]
phroa has quit [Ping timeout: 245 seconds]
FastJack has quit [Ping timeout: 264 seconds]
FastJack has joined #ruby
morozovm has joined #ruby
morozovm has quit [Remote host closed the connection]
AJA4350 has joined #ruby
absolutejam1 has quit [Ping timeout: 244 seconds]
beanie__ has joined #ruby
tpanarch1st_ has quit [Ping timeout: 258 seconds]
hightower3 has joined #ruby
fphilipe_ has quit [Quit: WeeChat 2.4]
dasher00 has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
fphilipe has joined #ruby
hightower3 has quit [Changing host]
hightower3 has joined #ruby
planigan has quit [Ping timeout: 258 seconds]
<Intelo>
havenwood, the gist worked. Now I have to compare the old solution and new solution and find/learn why /how one worked an other didn't. Thanks for the support
schaerli has joined #ruby
planigan has joined #ruby
sajinmp has quit [Ping timeout: 246 seconds]
planigan has quit [Ping timeout: 244 seconds]
schaerli has quit [Ping timeout: 245 seconds]
planigan has joined #ruby
dretnx has joined #ruby
Furai has quit [Remote host closed the connection]
Furai has joined #ruby
planigan has quit [Ping timeout: 246 seconds]
planigan has joined #ruby
poontangmessiah has joined #ruby
planigan has quit [Ping timeout: 244 seconds]
schaerli has joined #ruby
dionysus69 has joined #ruby
dbugger has joined #ruby
_dbugger has joined #ruby
tdy has quit [Ping timeout: 240 seconds]
DTZUZO has joined #ruby
dbugger has quit [Ping timeout: 264 seconds]
schaerli has quit [Ping timeout: 245 seconds]
Esa_ has quit []
_dbugger has quit [Quit: Leaving]
dbugger has joined #ruby
hiroaki has joined #ruby
nowhere_man has joined #ruby
ravenousmoose has joined #ruby
nowhere_man has quit [Read error: Connection reset by peer]
alan_w has joined #ruby
nowhere_man has joined #ruby
planigan has joined #ruby
alan_w has quit [Ping timeout: 244 seconds]
Azure has quit [Read error: Connection reset by peer]
nowhere_man has quit [Ping timeout: 264 seconds]
planigan has quit [Ping timeout: 244 seconds]
nowhereman has joined #ruby
Inline__ has joined #ruby
Azure has joined #ruby
Inline has quit [Ping timeout: 264 seconds]
nowhereman has quit [Ping timeout: 276 seconds]
Azure has quit [Read error: Connection reset by peer]
DTZUZO has quit [Ping timeout: 246 seconds]
schne1der has joined #ruby
InfinityFye has joined #ruby
nowhere_man has joined #ruby
skryking has quit [Ping timeout: 265 seconds]
galeido has quit [Ping timeout: 246 seconds]
planigan has joined #ruby
schne1der has quit [Ping timeout: 268 seconds]
DTZUZO has joined #ruby
planigan has quit [Ping timeout: 244 seconds]
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tsujp has joined #ruby
DTZUZO has quit [Ping timeout: 245 seconds]
skryking has joined #ruby
Azure has joined #ruby
suukim has joined #ruby
geospeck has joined #ruby
skryking has quit [Ping timeout: 268 seconds]
skryking has joined #ruby
zapata has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
Nicmavr has quit [Read error: Connection reset by peer]
Nicmavr has joined #ruby
chalkmonster has joined #ruby
lucasb has joined #ruby
greengriminal has joined #ruby
nowhere_man has quit [Ping timeout: 245 seconds]
geospeck has quit [Remote host closed the connection]
planigan has joined #ruby
queip has quit [Ping timeout: 258 seconds]
planigan has quit [Ping timeout: 268 seconds]
tsujp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
KeyJoo has quit [Quit: KeyJoo]
greengriminal has quit [Quit: Leaving]
tsujp has joined #ruby
queip has joined #ruby
nowhere_man has joined #ruby
sagax has joined #ruby
yokel has quit [Ping timeout: 246 seconds]
gigetoo has quit [Ping timeout: 268 seconds]
gigetoo has joined #ruby
yokel has joined #ruby
schne1der has joined #ruby
skryking has quit [Ping timeout: 245 seconds]
vondruch has quit [Quit: vondruch]
iamayam has joined #ruby
skryking has joined #ruby
iamayam has quit [Quit: Scientology! Join the cult!!!!]
Swyper has joined #ruby
iamayam has joined #ruby
greengriminal has joined #ruby
hutch has joined #ruby
planigan has joined #ruby
InfinityFye has quit [Ping timeout: 245 seconds]
InfinityFye has joined #ruby
MrBismuth has joined #ruby
MrBusiness3 has quit [Ping timeout: 250 seconds]
Fernando-Basso has quit [Remote host closed the connection]
hutch has quit [Ping timeout: 276 seconds]
cd has joined #ruby
nowhere_man has quit [Remote host closed the connection]
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Esa_ has joined #ruby
nowhere_man has joined #ruby
emptyflask has joined #ruby
nowhere_man has quit [Remote host closed the connection]
nowhere_man has joined #ruby
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
Swyper has quit [Read error: Connection reset by peer]
ua has joined #ruby
ua_ has quit [Ping timeout: 268 seconds]
Swyper has joined #ruby
conta has joined #ruby
hutch has joined #ruby
nowhere_man has quit [Remote host closed the connection]
alan_w has joined #ruby
queip has quit [Ping timeout: 244 seconds]
DaRock has quit [Ping timeout: 265 seconds]
jmcgnh has quit [Ping timeout: 245 seconds]
jmcgnh_ has joined #ruby
jmcgnh_ is now known as jmcgnh
alan_w has quit [Ping timeout: 244 seconds]
queip has joined #ruby
planigan has quit [Ping timeout: 246 seconds]
hutch has quit [Ping timeout: 250 seconds]
monika has joined #ruby
monika has quit [Client Quit]
ddffg has joined #ruby
DTZUZO has joined #ruby
hiroaki has quit [Ping timeout: 268 seconds]
poontangmessiah has quit [Remote host closed the connection]
ddffg has quit [Quit: Leaving]
fphilipe has quit [Ping timeout: 250 seconds]
planigan has joined #ruby
rippa has joined #ruby
planigan has quit [Ping timeout: 245 seconds]
dbugger has quit [Quit: Leaving]
chalkmonster has quit [Quit: WeeChat 2.5]
planigan has joined #ruby
conta1 has joined #ruby
conta has quit [Ping timeout: 245 seconds]
conta1 is now known as conta
camilasan has quit [Ping timeout: 240 seconds]
conta has quit [Remote host closed the connection]
dinfuehr has quit [Ping timeout: 240 seconds]
dinfuehr has joined #ruby
suukim has quit [Remote host closed the connection]
fphilipe has joined #ruby
chalkmonster has joined #ruby
skryking has quit [Quit: WeeChat 2.4]
chalkmonster has quit [Client Quit]
dretnx has quit [Quit: Going offline, see ya! (www.adiirc.com)]
<leftylink>
at the risk of great embarrassment to me, I would need to ask what is the significance of those numbers is. if there was something I was supposed to know, it looks like I missed the memo
<leftylink>
... oh, it's not the three numbers that's important. it's the one number (42) that's important