havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com || Ruby 2.5.0, 2.4.3, 2.3.6, 2.6.0-preview1: https://www.ruby-lang.org || Paste 4+ lines of text to https://gist.github.com || Rails questions? Ask in #RubyOnRails || Books: https://goo.gl/wpGhoQ || Logs: https://irclog.whitequark.org/ruby
fyrril has quit [Read error: Connection reset by peer]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
ryandv has quit [Ping timeout: 246 seconds]
roca has joined #ruby
sameerynho has quit [Ping timeout: 264 seconds]
jottr has quit [Ping timeout: 246 seconds]
rikkipitt has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
rikkipitt has quit [Client Quit]
jcarl43 has quit [Quit: WeeChat 2.0.1]
orbyt_ has joined #ruby
ramfjord has quit [Ping timeout: 248 seconds]
ramfjord has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
SeepingN has quit [Quit: The system is going down for reboot NOW!]
rexb0t has joined #ruby
jottr has joined #ruby
roca has quit [Quit: roca]
dmitriy_ has joined #ruby
dmitriy_ has quit [Write error: Connection reset by peer]
rexb0t has quit [Quit: Mutter: www.mutterirc.com]
jottr has quit [Ping timeout: 260 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
cagomez has quit [Remote host closed the connection]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
hahuang61 has joined #ruby
ChaosBringer has quit [Ping timeout: 264 seconds]
dmitriy_ has joined #ruby
ryzokuken has quit [Quit: Connection closed for inactivity]
dmitriy_ has quit [Read error: Connection reset by peer]
jottr has joined #ruby
RedNifre has joined #ruby
yashi has joined #ruby
ChaosBringer has joined #ruby
<yashi> Is there something like ruby -run -e httpd . -p 9090, but for https?
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<RedNifre> Hi. Is there a way to convert a string with length 14 bytes to an integer and back? Just by interpreting all the bytes as one big number? E.g. 65 should turn into a string with A and 13 NUL bytes.
<RedNifre> I mean I guess I can do it manually somehow but I was wondering if there was an elegant way to do this.
hahuang61 has quit [Ping timeout: 264 seconds]
jottr has quit [Ping timeout: 240 seconds]
<RedNifre> Hm, looks like I could use Array#pack and String#unpack...
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
phaul has quit [Ping timeout: 256 seconds]
kapil___ has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
<RedNifre> ...but what's the inverse of "Hey".bytes.to_a ?
<eam> RedNifre: [72, 101, 121].pack "c*"
<eam> and "Hey".bytes.to_a is rewritten as "Hey".unpack "c*"
<RedNifre> eam nice, I only have to add a .force_encoding('utf-8') to that to deal with the multi byte characters :)
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
<eam> `perldoc -f pack` will show you how to use pack/unpack
<eam> c is for 8 bit bytes, s is for 16bit, l is for 32bit, etc
<RedNifre> hm, unpack gives me negative numbers.
jottr has joined #ruby
<eam> you can use C for unsigned 8 bit
<eam> c is signed
<eam> check perldoc -f pack :)
<RedNifre> :)
<RedNifre> I'll play around with it :)
bambanx has joined #ruby
<zenspider> eam: perldoc??
<eam> I mean, do you know of a better doc for pack? :)
<zenspider> ri pack
<zenspider> VERY detailed
<eam> that is ... actually not bad at all
jenrzzz has joined #ruby
<zenspider> (almost too detailed... at least it needs some good examples)
<RedNifre> Is there a simple way to convert an int to a byte array or do I have to chip away at it with modulo?
<zenspider> um... maybe you're not getting through, eam. :P
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<havenwood> 42.digits(2) #=> [0, 1, 0, 1, 0, 1]
<RedNifre> magic!
<eam> [2054450793].pack "l"
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
<havenwood> #=> "intz"
bmurt has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
<eam> [1919116659, 1663071333, 1684366447, 1936026912, 1701273971, 1868832883, 544483182, 1819043188, 1701344288, 1634038816, 1919248483].pack "l*"
bambanx has quit [Quit: Leaving]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
workmad3 has joined #ruby
goatish has quit [Quit: bye]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
RedNifre has quit [Quit: zzzz]
workmad3 has quit [Ping timeout: 246 seconds]
ramfjord has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
RyanMcCoskrie has quit [Remote host closed the connection]
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
captainproton_ has joined #ruby
ramfjord has quit [Ping timeout: 264 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
jottr has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
bmurt has joined #ruby
Mike11 has quit [Quit: Leaving.]
alfiemax has joined #ruby
houhoulis has joined #ruby
tolerablyjake has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
arescorpio has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
nowhereman_ has joined #ruby
nowhere_man has quit [Ping timeout: 256 seconds]
captainproton_ has quit [Quit: captainproton_]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
jottr has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
jenrzzz has quit [Ping timeout: 248 seconds]
jeffreylevesque has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
hahuang61 has joined #ruby
jottr has joined #ruby
hahuang61 has quit [Ping timeout: 246 seconds]
cdg has quit [Ping timeout: 248 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
xuyuheng has joined #ruby
xuyuheng has quit [Client Quit]
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alfiemax has quit [Remote host closed the connection]
jottr has quit [Ping timeout: 260 seconds]
marxarelli is now known as marxarelli|afk
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
eckhardt_ has quit [Quit: Textual IRC Client: www.textualapp.com]
n0m4d1c has joined #ruby
jottr has joined #ruby
c0ncealed has quit [Remote host closed the connection]
marr has quit [Ping timeout: 256 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
c0ncealed has joined #ruby
esObe has quit [Ping timeout: 256 seconds]
Guest35741 is now known as mrush
jottr has quit [Ping timeout: 264 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
hahuang65 has quit [Quit: WeeChat 2.0.1]
Psybur_ has quit [Ping timeout: 260 seconds]
darkhanb has joined #ruby
hahuang65 has joined #ruby
hahuang65 has quit [Client Quit]
hahuang65 has joined #ruby
alfiemax has joined #ruby
hahuang65 has quit [Remote host closed the connection]
jottr has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
hahuang65 has joined #ruby
cschneid has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
dmitriy_ has joined #ruby
pastorin_ has quit [Remote host closed the connection]
gil_ has quit [Ping timeout: 252 seconds]
dinfuehr_ has joined #ruby
dmitriy_ has quit [Ping timeout: 240 seconds]
jeffreylevesque_ has joined #ruby
dinfuehr has quit [Ping timeout: 260 seconds]
jottr has joined #ruby
envex has quit []
tvw has quit [Ping timeout: 246 seconds]
jeffreylevesque_ has quit [Client Quit]
hahuang65 has quit [Quit: ZNC 1.6.6 - http://znc.in]
jottr has quit [Ping timeout: 264 seconds]
hahuang65 has joined #ruby
alfiemax has quit [Ping timeout: 260 seconds]
RalfieRoo has joined #ruby
n0m4d1c has quit [Ping timeout: 256 seconds]
pilne has quit [Quit: Leaving]
RalfieRoo has left #ruby [#ruby]
jottr has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
jottr has joined #ruby
mtkd has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
raul782 has quit []
jottr has joined #ruby
gizmore|2 has joined #ruby
jottr has quit [Ping timeout: 248 seconds]
cdg has joined #ruby
gizmore has quit [Ping timeout: 246 seconds]
jenrzzz has joined #ruby
workmad3 has joined #ruby
mrBen2k2k2k has joined #ruby
jameser has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
jordanm has quit [Remote host closed the connection]
jordanm has joined #ruby
workmad3 has quit [Ping timeout: 264 seconds]
jottr has joined #ruby
John__ has quit [Read error: Connection reset by peer]
jottr has quit [Ping timeout: 240 seconds]
houhoulis has quit [Remote host closed the connection]
jottr has joined #ruby
mrush has quit [Ping timeout: 246 seconds]
jenrzzz has quit [Ping timeout: 256 seconds]
jottr has quit [Ping timeout: 264 seconds]
jottr has joined #ruby
n0m4d1c has joined #ruby
milardovich has joined #ruby
mrush has joined #ruby
mrush is now known as Guest27029
jottr has quit [Ping timeout: 264 seconds]
jottr has joined #ruby
nadir has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
Yxhuvud has joined #ruby
codelurker has joined #ruby
jottr has joined #ruby
milardov_ has joined #ruby
nullset681 has joined #ruby
lytol has quit [Remote host closed the connection]
milardovich has quit [Ping timeout: 264 seconds]
jottr has quit [Ping timeout: 248 seconds]
codelurker has quit [Quit: Leaving]
jottr has joined #ruby
Gnut has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 246 seconds]
kn-928 has joined #ruby
dr3w_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jottr has joined #ruby
govg has joined #ruby
cschneid has quit [Remote host closed the connection]
jottr has quit [Ping timeout: 240 seconds]
cagomez has joined #ruby
Yxhuvud has quit [Quit: No Ping reply in 180 seconds.]
cschneid has joined #ruby
kn-928 has quit [Ping timeout: 264 seconds]
Yxhuvud has joined #ruby
pastorinni has joined #ruby
jottr has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nachoman has joined #ruby
nullset681 has quit [Quit: WeeChat 1.4]
jottr has quit [Ping timeout: 260 seconds]
Puffball has quit [Remote host closed the connection]
detectiveaoi has joined #ruby
jottr has joined #ruby
milardov_ has quit [Remote host closed the connection]
jottr has quit [Ping timeout: 246 seconds]
Mia has quit [Read error: Connection reset by peer]
gix has joined #ruby
kn-928 has joined #ruby
gil_ has joined #ruby
gil_ has joined #ruby
gil_ has quit [Changing host]
gix- has quit [Ping timeout: 240 seconds]
elcontrastador has quit [Ping timeout: 240 seconds]
AJA4350 has quit [Quit: AJA4350]
eam has quit [Ping timeout: 240 seconds]
eam has joined #ruby
CodeBug has joined #ruby
jottr has joined #ruby
CodeBug has quit [Client Quit]
CodeBug has joined #ruby
CodeBug has quit [Client Quit]
arescorpio has quit [Quit: Leaving.]
pastorinni has quit [Remote host closed the connection]
kapil___ has quit [Quit: Connection closed for inactivity]
jottr has quit [Ping timeout: 246 seconds]
trautwein has joined #ruby
milardovich has joined #ruby
Puffball has joined #ruby
jottr has joined #ruby
milardovich has quit [Read error: Connection reset by peer]
milardovich has joined #ruby
milardovich has quit [Remote host closed the connection]
cschneid has quit [Remote host closed the connection]
jottr has quit [Ping timeout: 240 seconds]
cschneid has joined #ruby
jottr has joined #ruby
mtkd has quit [Ping timeout: 264 seconds]
jottr has quit [Ping timeout: 260 seconds]
mtkd has joined #ruby
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
Dimik has quit [Ping timeout: 240 seconds]
cschneid has quit [Remote host closed the connection]
n0m4d1c has quit []
jottr has joined #ruby
workmad3 has joined #ruby
gix- has joined #ruby
gix has quit [Disconnected by services]
cschneid has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
Puffball has quit [Remote host closed the connection]
workmad3 has quit [Ping timeout: 246 seconds]
cagomez has quit [Remote host closed the connection]
cagomez has joined #ruby
cagomez has quit [Ping timeout: 260 seconds]
jottr has joined #ruby
nickjj has quit [Read error: Connection reset by peer]
jottr has quit [Ping timeout: 246 seconds]
mjolnird has joined #ruby
anisha has joined #ruby
detectiveaoi has quit [Read error: Connection reset by peer]
cschneid has quit [Remote host closed the connection]
sauvin_ has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
advorak has joined #ruby
jottr has joined #ruby
advorak has quit [Client Quit]
jottr has quit [Ping timeout: 246 seconds]
sidx64 has joined #ruby
jottr has joined #ruby
kn-928 has quit [Ping timeout: 264 seconds]
jottr has quit [Ping timeout: 248 seconds]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jottr has joined #ruby
sidx64 has joined #ruby
kapil___ has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
oleo has quit [Quit: Leaving]
cdg has joined #ruby
ryzokuken has joined #ruby
eckhardt_ has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jcarl43 has joined #ruby
sidx64 has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
RougeR has quit [Ping timeout: 256 seconds]
jottr has joined #ruby
ali_g has quit [Quit: Connection closed for inactivity]
sauvin_ is now known as bocaneri
jottr has quit [Ping timeout: 240 seconds]
RougeR has joined #ruby
RougeR has joined #ruby
RougeR has quit [Changing host]
Gnut has joined #ruby
jottr has joined #ruby
jameser_ has joined #ruby
jameser has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 264 seconds]
jameser_ has quit [Ping timeout: 248 seconds]
jottr has joined #ruby
Yzguy has joined #ruby
nowhere_man has joined #ruby
nowhereman_ has quit [Ping timeout: 240 seconds]
aufi has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
luminous has joined #ruby
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64_ has joined #ruby
guacamole has joined #ruby
guacamole has joined #ruby
matti has quit [Ping timeout: 268 seconds]
matti has joined #ruby
matti has quit [Changing host]
matti has joined #ruby
sidx64 has quit [Read error: Connection reset by peer]
guacamole has quit [Client Quit]
KeyJoo has joined #ruby
sidx64 has joined #ruby
helpa-bot has joined #ruby
jottr has joined #ruby
rahul_bajaj has joined #ruby
apeiros__ has joined #ruby
roshanavand has joined #ruby
sidx64_ has quit [Ping timeout: 268 seconds]
mahlon_ has joined #ruby
mtkd has quit [Ping timeout: 260 seconds]
rabajaj has quit [Read error: Connection reset by peer]
mahlon has quit [Read error: Connection reset by peer]
helpa has quit [Read error: Connection reset by peer]
morfin has quit [Read error: Connection reset by peer]
solocshaw has quit [Read error: Connection reset by peer]
Cu5tosLimen has quit [Excess Flood]
helpa-bot has quit [Remote host closed the connection]
Cu5tosLimen has joined #ruby
helpa has joined #ruby
morfin has joined #ruby
apeiros has quit [Ping timeout: 248 seconds]
cliluw has quit [Ping timeout: 248 seconds]
weaksauce has quit [Ping timeout: 248 seconds]
cliluw has joined #ruby
mtkd has joined #ruby
jottr has quit [Ping timeout: 268 seconds]
ta_ has quit [Remote host closed the connection]
workmad3 has joined #ruby
alex`` has joined #ruby
workmad3 has quit [Ping timeout: 264 seconds]
jottr has joined #ruby
aufi_ has joined #ruby
troys has quit [Quit: Bye]
jottr has quit [Ping timeout: 264 seconds]
aufi has quit [Remote host closed the connection]
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eckhardt_ has joined #ruby
sidx64_ has joined #ruby
jottr has joined #ruby
sidx64 has quit [Read error: Connection reset by peer]
andikr has joined #ruby
sidx64_ has quit [Ping timeout: 252 seconds]
sidx64 has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
reber has joined #ruby
jottr has joined #ruby
armyriad has quit [Ping timeout: 240 seconds]
armyriad has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
\void has joined #ruby
suukim has joined #ruby
conta has joined #ruby
\void has quit [Client Quit]
jottr has joined #ruby
jottr has quit [Ping timeout: 245 seconds]
Yzguy has quit [Quit: Zzz...]
moei has quit [Quit: Leaving...]
Yzguy has joined #ruby
Yzguy has quit [Client Quit]
guardianx has joined #ruby
jottr has joined #ruby
riotjones has joined #ruby
ta_ has joined #ruby
jottr has quit [Ping timeout: 268 seconds]
jottr has joined #ruby
dionysus69 has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
jottr has joined #ruby
cdg has joined #ruby
guardianx has quit []
phaul has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
Gnut has quit [Ping timeout: 246 seconds]
Burgestrand has joined #ruby
TomyWork has joined #ruby
rahul_bajaj has quit [Remote host closed the connection]
rahul_bajaj has joined #ruby
ramfjord has quit [Ping timeout: 240 seconds]
cschneid has joined #ruby
alex`` has quit [Quit: WeeChat 2.0.1]
jottr has joined #ruby
cschneid has quit [Ping timeout: 264 seconds]
Gnut has joined #ruby
oetjenj has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
oetjenj has quit [Client Quit]
sylario has joined #ruby
jottr has joined #ruby
infernix has quit [Ping timeout: 276 seconds]
jcarl43 has quit [Quit: WeeChat 2.0.1]
jameser has joined #ruby
klaas has quit [Quit: ZNC - http://znc.sourceforge.net]
RougeR has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 256 seconds]
aupadhye has joined #ruby
jottr has joined #ruby
klaas has joined #ruby
willmichael has quit [Ping timeout: 260 seconds]
morfin60 has joined #ruby
<morfin60> hello
moei has joined #ruby
infernix has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
jottr has joined #ruby
workmad3 has joined #ruby
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mr_rich101 has quit [Ping timeout: 265 seconds]
mr_rich101 has joined #ruby
claudiuinberlin has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
workmad3 has quit [Ping timeout: 265 seconds]
RougeR has joined #ruby
willmichael has joined #ruby
mtkd has quit []
yohji has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mikecmpbll has joined #ruby
RougeR has quit [Ping timeout: 256 seconds]
jottr has joined #ruby
guille-moe has joined #ruby
schneider has joined #ruby
jottr has quit [Ping timeout: 260 seconds]
jottr has joined #ruby
uplime has quit [Quit: So long and thanks for all the fish!]
ChaosBringer has quit [Quit: Leaving]
ule has quit [Ping timeout: 268 seconds]
cdg has joined #ruby
cdg_ has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
ule has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
imode has quit [Ping timeout: 268 seconds]
oetjenj has joined #ruby
cdg has joined #ruby
cdg_ has quit [Ping timeout: 240 seconds]
Papierkorb has joined #ruby
willmichael has quit [Ping timeout: 246 seconds]
willmichael has joined #ruby
Papierkorb has left #ruby ["Konversation terminated!"]
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
n008f4g_ has joined #ruby
RougeR has joined #ruby
jottr has joined #ruby
cdg_ has joined #ruby
cdg has quit [Ping timeout: 240 seconds]
tomphp has joined #ruby
cdg has joined #ruby
nchambers has joined #ruby
cdg_ has quit [Ping timeout: 240 seconds]
jottr has quit [Ping timeout: 256 seconds]
marr has joined #ruby
tomphp has quit [Client Quit]
qba73 has joined #ruby
qba73 has quit [Read error: Connection reset by peer]
cdg has quit [Ping timeout: 240 seconds]
willmichael has quit [Ping timeout: 246 seconds]
jameser has joined #ruby
jameser has quit [Client Quit]
qba73 has joined #ruby
jottr has joined #ruby
qba73 has quit [Read error: Connection reset by peer]
jameser has joined #ruby
jameser has quit [Client Quit]
jenrzzz has quit [Ping timeout: 240 seconds]
tomphp has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
mtkd has joined #ruby
tomphp has quit [Client Quit]
jottr has joined #ruby
willmichael has joined #ruby
willmichael has quit [Read error: Connection reset by peer]
willmichael has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
Beams has joined #ruby
dr3w_ has joined #ruby
soniya29 has joined #ruby
jottr has joined #ruby
yohji has quit [Ping timeout: 256 seconds]
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
n008f4g_ has quit [Ping timeout: 240 seconds]
yohji has joined #ruby
nachoman has quit []
jottr has joined #ruby
troulouliou_div2 has joined #ruby
oetjenj has joined #ruby
ramfjord has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #ruby
tomphp has joined #ruby
morfin60 has quit [Remote host closed the connection]
ramfjord has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 264 seconds]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
roshanavand has quit [Ping timeout: 240 seconds]
jottr has joined #ruby
karapetyan has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
KeyJoo has quit [Ping timeout: 256 seconds]
jottr has joined #ruby
soniya29 has quit [Quit: Leaving]
rahul_bajaj has quit [Ping timeout: 240 seconds]
am55 has quit [Quit: am55]
jottr has quit [Ping timeout: 260 seconds]
schneider has quit [Ping timeout: 248 seconds]
am55 has joined #ruby
clemens3 has joined #ruby
sidx64 has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has quit [Client Quit]
jameser has joined #ruby
boshhead has joined #ruby
tcopeland has quit [Quit: tcopeland]
marius has quit [Quit: baj]
jottr has joined #ruby
marius has joined #ruby
schneider has joined #ruby
workmad3 has joined #ruby
amatas_ has joined #ruby
sidx64 has joined #ruby
jottr has quit [Ping timeout: 240 seconds]
jottr has joined #ruby
sidx64 has quit [Client Quit]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
workmad3 has quit [Ping timeout: 246 seconds]
amatas_ has quit [Quit: amatas_]
ledestin has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jottr has quit [Ping timeout: 240 seconds]
sidx64 has joined #ruby
amatas_ has joined #ruby
nowhere_man has quit [Ping timeout: 260 seconds]
workmad3 has joined #ruby
jottr has joined #ruby
schneider has quit [Quit: WeeChat 2.0.1]
schneider has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
sidx64 has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
karapetyan has quit [Remote host closed the connection]
kapil___ has quit [Quit: Connection closed for inactivity]
luminous has quit [Quit: Connection closed for inactivity]
karapetyan has joined #ruby
jottr has joined #ruby
jottr has quit [Ping timeout: 256 seconds]
oetjenj has joined #ruby
tomphp has joined #ruby
jottr has joined #ruby
tomphp has quit [Client Quit]
goatish has joined #ruby
tomphp has joined #ruby
tomphp has quit [Client Quit]
KeyJoo has joined #ruby
jottr has quit [Ping timeout: 265 seconds]
tomphp has joined #ruby
ldnunes has joined #ruby
tomphp has quit [Client Quit]
morfin60 has joined #ruby
<morfin60> can i somehow count objects allocated by Ruby by types?
tomphp has joined #ruby
<dminuoso> morfin60: ObjectSpace
<dminuoso> morfin60: I hope this is for playing/debugging only, and not some feature.
<dminuoso> >> ObjectSpace.each_object(String).count
<ruby[bot]> dminuoso: # => 10603 (https://eval.in/971760)
jottr has joined #ruby
esObe has joined #ruby
n008f4g_ has joined #ruby
<morfin60> dminuoso, well i just want to find out which objects count is constantly growing
SynSynack has quit [Quit: Не разучиться мечтать... любить...]
amatas_ has quit [Ping timeout: 240 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<dminuoso> morfin60: If applicable ruby-prof could be of interest.
jottr has quit [Ping timeout: 248 seconds]
<morfin60> i suspect something "leak"
am55 has quit [Quit: am55]
AJA4350 has joined #ruby
Cavallari has joined #ruby
<morfin60> i have Sidekiq performing some tasks and eventually it consumed all memory + all swap
Cavallari1 has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
am55 has joined #ruby
herbmillerjr has quit [Quit: Konversation terminated!]
Cavallari has quit [Ping timeout: 248 seconds]
Cavallari1 is now known as Cavallari
shinnya has joined #ruby
jottr has joined #ruby
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
jottr has quit [Ping timeout: 256 seconds]
roshanavand has joined #ruby
roshanavand has quit [Client Quit]
roshanavand has joined #ruby
jottr has joined #ruby
mikecmpb_ has joined #ruby
mikecmpbll has quit [Ping timeout: 246 seconds]
synthroid has joined #ruby
sonOfRa has quit [Remote host closed the connection]
nadir has quit [Quit: Connection closed for inactivity]
sonOfRa has joined #ruby
dr3w_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ramfjord has joined #ruby
karapetyan has quit [Remote host closed the connection]
chouhoulis has joined #ruby
dr3w_ has joined #ruby
karapetyan has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
nickjj has joined #ruby
n0m4d1c has joined #ruby
kapil___ has joined #ruby
ta_ has quit [Quit: Leaving...]
ta_ has joined #ruby
Psybur_ has joined #ruby
karapetyan has quit [Remote host closed the connection]
KeyJoo has quit [Read error: Connection reset by peer]
keyjoo_ has joined #ruby
Zaab1t has joined #ruby
willmichael has quit [Ping timeout: 240 seconds]
luminous has joined #ruby
karapetyan has joined #ruby
bmurt has joined #ruby
<dminuoso> morfin60: Then ObjectSpace is your better friend (if its an object leak)
<dminuoso> morfin60: There is a gem called memory_profiler, but I have no experience with it
<dminuoso> If its a memory leak, then you have to valgrind it.
tvw has joined #ruby
_aeris_ has quit [Remote host closed the connection]
keyjoo_ has quit [Quit: keyjoo_]
karapetyan has quit [Remote host closed the connection]
_aeris_ has joined #ruby
karapetyan has joined #ruby
chouhoulis has quit [Ping timeout: 260 seconds]
karapetyan has quit [Remote host closed the connection]
troulouliou_div2 has quit [Remote host closed the connection]
karapetyan has joined #ruby
chouhoulis has joined #ruby
mikecmpb_ has quit [Quit: inabit. zz.]
howdoi has quit [Quit: Connection closed for inactivity]
mikecmpbll has joined #ruby
tcopeland has joined #ruby
cdg has joined #ruby
<morfin60> not sure it's real leak
<morfin60> well, i know some native extension can allocate and do not free memory but there is pretty low chance of this because whole thing consumes bunch of memory
<dminuoso> &ri ObjectSpace.trace_object_allocations_start
Burgestrand has quit [Quit: Closing time!]
psychicist__ has joined #ruby
<dminuoso> morfin60: You can do other things do (just look at the class description), and finally `dump` it into a file (either human readable or json), and then work with that
willmichael has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
<morfin60>
cdg has quit [Ping timeout: 240 seconds]
ramfjord has joined #ruby
<dminuoso> morfin60: In my experience the most common cause is somehow maintaing references to objects where you shouldn't (or sometimes where you should be using WeakRef instead)
<dminuoso> morfin60: But use ObjectSpace to trace it down.
<dminuoso> morfin60: It's also possible the GC is misbehaving, so be sure to look at it too
mtkd has quit [Ping timeout: 252 seconds]
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby
mtkd has joined #ruby
alex`` has joined #ruby
ramfjord has quit [Ping timeout: 260 seconds]
dviola has joined #ruby
chouhoulis has quit [Ping timeout: 240 seconds]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
oetjenj has joined #ruby
mrproper has joined #ruby
<mrproper> hello there
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mrproper> Need help with this. I'm using Resolv.getaddress and rescuing from Resolv::ResolvError to see if a hostname exists but this is not handling problems with the DNS server itself (not listening, timeouts, filtered...) how should I control those problems? I can't find any suitable exception in the documentation apart from ResolvTimeout
bmurt has joined #ruby
<dminuoso> mrproper: Dont rethrow `Resolv::...` exceptions. Just make your own
jcalla has joined #ruby
<mrproper> dminuoso: I'm not trying to rethrow anything. I'm just catching that exception to get a list of hosts not in the dns
<dminuoso> mrproper: guard it with a `begin; rescue; ...; end`
mtkd has quit []
<mrproper> dminuoso: wait, I'll paste the code in a gist. Will be way easier
<dminuoso> =)
tomphp has joined #ruby
mtkd has joined #ruby
<mrproper> dminuoso: so this is part of the code https://gist.github.com/anonymous/a81d252184c62ca71d920a00474a56e7 I check fo a list of hosts and if they are not in the dns I add them to an array to deal with them later. Now, if the dns is not available or I have a timeout or the url of the dns is wrong, the host will be added to the list too
<mrproper> I would like to control it in a better way
dionysus69 has quit [Ping timeout: 248 seconds]
karapetyan has quit [Remote host closed the connection]
<mrproper> imagine that the ip of the dns server answers to pings but the server is down. I don't want to remove hosts just because of this
cdg has joined #ruby
karapetyan has joined #ruby
gregf_ has joined #ruby
desperek has joined #ruby
desperek has quit [Remote host closed the connection]
desperek has joined #ruby
dr3w_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
willmichael has quit [Read error: Connection reset by peer]
willmichael has joined #ruby
jameser has joined #ruby
axsuul has quit [Ping timeout: 256 seconds]
karapetyan has quit [Remote host closed the connection]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dr3w_ has joined #ruby
tomphp has joined #ruby
axsuul has joined #ruby
tomphp has quit [Client Quit]
DLSteve_ has joined #ruby
tomphp has joined #ruby
karapetyan has joined #ruby
Psybur_ is now known as Psybur
Psybur has quit [Changing host]
Psybur has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jameser has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Ltem has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sidx64 has joined #ruby
n008f4g_ has quit [Ping timeout: 260 seconds]
memo1 has joined #ruby
govg has quit [Quit: leaving]
synthroid has quit [Remote host closed the connection]
andikr has quit [Remote host closed the connection]
shinnya has quit [Ping timeout: 256 seconds]
synthroid has joined #ruby
jottr has joined #ruby
oetjenj has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
tomphp has quit [Client Quit]
ryandv has joined #ruby
tomphp has joined #ruby
John_Ivan has joined #ruby
ryandv has quit [Ping timeout: 248 seconds]
ledestin has joined #ruby
jrafanie has joined #ruby
ryandv has joined #ruby
rafik has joined #ruby
<X-Jester> when using something like net-http or rest-client, is there a way to ignore a certain content type? specifically, can i configure one of these libraries to skip downloading a binary file if the link redirects to one? to save time and bandwidth?
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alex`` has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 264 seconds]
alfiemax has joined #ruby
rafik has quit [Ping timeout: 276 seconds]
sidx64 has joined #ruby
bocaneri has quit [Ping timeout: 246 seconds]
chouhoulis has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jottr has joined #ruby
fribmendes_away is now known as fribmendes
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Rapture has joined #ruby
alex`` has joined #ruby
oetjenj has joined #ruby
tomphp has joined #ruby
hogetaro_ has quit [Quit: Leaving...]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
Burgestrand has joined #ruby
jottr has quit [Ping timeout: 264 seconds]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
n008f4g_ has joined #ruby
ltt has joined #ruby
tomphp has joined #ruby
chouhoulis has quit [Remote host closed the connection]
jrafanie_ has joined #ruby
bocaneri has joined #ruby
chouhoulis has joined #ruby
jrafanie has quit [Ping timeout: 252 seconds]
marius has quit [Quit: baj]
marius has joined #ruby
netherwolfe has joined #ruby
Psybur has quit [Read error: Connection reset by peer]
Psybur has joined #ruby
kn-928 has joined #ruby
bocaneri has quit [Ping timeout: 256 seconds]
chouhoulis has quit [Ping timeout: 264 seconds]
kn-928_ has joined #ruby
rafik has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
duckpuppy has joined #ruby
kn-928 has quit [Ping timeout: 248 seconds]
cdg has quit [Remote host closed the connection]
deathwishdave has joined #ruby
rafik has quit [Ping timeout: 264 seconds]
nowhere_man has joined #ruby
alex`` has quit [Ping timeout: 264 seconds]
synthroi_ has joined #ruby
bocaneri has joined #ruby
bocaneri has quit [Max SendQ exceeded]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
synthroid has quit [Ping timeout: 240 seconds]
tomphp has joined #ruby
cschneid has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jrafanie has joined #ruby
oleo has joined #ruby
cschneid has quit [Ping timeout: 268 seconds]
oetjenj has joined #ruby
alfiemax has quit [Remote host closed the connection]
cschneid has joined #ruby
alfiemax has joined #ruby
oetjenj has quit [Client Quit]
ta_ has quit [Ping timeout: 276 seconds]
alex`` has joined #ruby
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kn-928_ has quit [Quit: WeeChat 2.0.1]
kn-928 has joined #ruby
ansraliant has joined #ruby
ansraliant has joined #ruby
ansraliant has quit [Changing host]
ltt has joined #ruby
mrproper has quit [Ping timeout: 260 seconds]
ryandv has quit [Ping timeout: 260 seconds]
goatish has quit [Quit: bye]
n008f4g_ has quit [Ping timeout: 276 seconds]
Cavallari has quit [Quit: Cavallari]
aufi_ has quit [Remote host closed the connection]
raynold has quit [Quit: Connection closed for inactivity]
mzo has joined #ruby
aufi has joined #ruby
rafik has joined #ruby
oetjenj has joined #ruby
SteenJobs has joined #ruby
ixti has joined #ruby
mzo has quit [Quit: :*]
rafik has quit [Ping timeout: 240 seconds]
mzo has joined #ruby
pastorinni has joined #ruby
mzo has quit [Client Quit]
mzo has joined #ruby
synthroi_ has quit [Remote host closed the connection]
n0m4d1c has quit [Read error: Connection reset by peer]
jottr has joined #ruby
mzo has quit [Quit: awoo :3]
mzo has joined #ruby
synthroid has joined #ruby
lytol has joined #ruby
rafik has joined #ruby
benharri has joined #ruby
morfin60 has quit [Remote host closed the connection]
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
oetjenj has joined #ruby
rafik has quit [Ping timeout: 240 seconds]
cdg has joined #ruby
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<ineb> X-Jester: no, what instance would do the content-type checking? in http, you make a request and get a response (commonly via tcp)
cdg has quit [Ping timeout: 276 seconds]
rafik has joined #ruby
ryandv has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
tolerablyjake has joined #ruby
rafik has quit [Ping timeout: 246 seconds]
tomphp has quit [Client Quit]
fribmendes is now known as fribmendes_away
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
troys has joined #ruby
rabajaj has joined #ruby
schneider has quit [Ping timeout: 256 seconds]
cagomez has joined #ruby
solocshaw has joined #ruby
alfiemax has quit [Remote host closed the connection]
rafik has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Asher1 has joined #ruby
kn-928 has quit [Ping timeout: 240 seconds]
rabajaj has quit [Remote host closed the connection]
Asher has quit [Ping timeout: 246 seconds]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
darkhanb has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Quit: conta]
conta has joined #ruby
raynold has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
rippa has joined #ruby
ltt has joined #ruby
conta has quit [Client Quit]
mikecmpbll has joined #ruby
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
roca has joined #ruby
<X-Jester> is there any break between the MIME type being sent and the download continuing, or does it all come together?
KeyJoo has joined #ruby
fiachetti has quit [Remote host closed the connection]
fiachetti has joined #ruby
oetjenj has joined #ruby
remix2000 has quit [Quit: WeeChat 1.6]
remix2000 has joined #ruby
benharri has quit [Quit: benharri]
benharri has joined #ruby
nowhereman_ has joined #ruby
jottr has quit [Ping timeout: 246 seconds]
nowhere_man has quit [Ping timeout: 260 seconds]
chouhoulis has joined #ruby
rafik has quit [Ping timeout: 248 seconds]
n0m4d1c has joined #ruby
luminous has quit [Quit: Connection closed for inactivity]
karapetyan has quit [Remote host closed the connection]
pilne has joined #ruby
Burgestrand has quit [Quit: Closing time!]
tomphp has joined #ruby
karapetyan has joined #ruby
John_Ivan has quit [Ping timeout: 264 seconds]
jcarl43 has joined #ruby
RougeR has quit [Ping timeout: 240 seconds]
solocshaw has quit [Ping timeout: 246 seconds]
darkhanb has joined #ruby
cdg has joined #ruby
oetjenj has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
[Butch] has joined #ruby
John_Ivan has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mzo has quit [Ping timeout: 264 seconds]
cdg has quit [Ping timeout: 276 seconds]
nachoman has joined #ruby
aufi has quit [Quit: Leaving]
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
eckhardt_ has joined #ruby
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
rafik has joined #ruby
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
mgraf has joined #ruby
<mgraf> Hello, all
mahlon_ is now known as mahlon
marius has quit [Quit: baj]
imode has joined #ruby
marxarelli|afk is now known as marxarelli
alex`` has quit [Quit: WeeChat 2.0.1]
<apeiros__> hi mgraf
willmichael has quit [Ping timeout: 264 seconds]
yohji has quit [Remote host closed the connection]
RougeR has joined #ruby
RougeR has joined #ruby
RougeR has quit [Changing host]
jamesaxl has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
Rapture has joined #ruby
deathwishdave has quit [Ping timeout: 260 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
\void has joined #ruby
mtkd has quit [Ping timeout: 276 seconds]
Asher1 is now known as Asher
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mtkd has joined #ruby
kn-928 has joined #ruby
ramfjord has joined #ruby
TomyWork has quit [Ping timeout: 240 seconds]
ltt has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
kn-928 has quit [Ping timeout: 246 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marius has joined #ruby
willmichael has joined #ruby
aupadhye has quit [Ping timeout: 246 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
marius has quit [Client Quit]
jenrzzz has joined #ruby
jenrzzz has joined #ruby
jenrzzz has quit [Changing host]
yashi has left #ruby [#ruby]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
cdg has joined #ruby
jottr has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
deathwishdave has joined #ruby
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
Beams has quit [Quit: .]
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
cdg has quit [Ping timeout: 276 seconds]
Rapture has joined #ruby
ltt has joined #ruby
postmodern has joined #ruby
jamesaxl has quit [Ping timeout: 260 seconds]
jottr has quit [Ping timeout: 256 seconds]
jamesaxl has joined #ruby
memo1 has quit [Ping timeout: 246 seconds]
ramfjord has quit [Ping timeout: 276 seconds]
Strepsils has joined #ruby
orbyt_ has joined #ruby
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
workmad3_ has joined #ruby
conta has joined #ruby
workmad3 has quit [Ping timeout: 252 seconds]
Mia has quit [Read error: Connection reset by peer]
Flisk has quit [Read error: Connection reset by peer]
guacamole has joined #ruby
guacamole has joined #ruby
graft has joined #ruby
claudiuinberlin has joined #ruby
mikecmpbll has joined #ruby
<graft> hey anyone ever work with hexadecimal floats? e.g. 0x3.243f
roca has quit [Quit: roca]
<graft> ruby doesn't like it
<graft> but i'm wondering how one would go from hex-float to decimal-float
<apeiros__> graft: no, no one *ever* did
<apeiros__> and yeah, ruby does not have a literal for hex floats
apeiros__ is now known as apeiros
Mia has joined #ruby
Mia has joined #ruby
Mia has quit [Changing host]
<graft> i meant "anyone who is here and awake"
<graft> "and cares to comment"
tomphp has joined #ruby
jamesaxl has quit [Read error: Connection reset by peer]
Flisk has joined #ruby
<apeiros> and the way you go from one base to another is always the same. a number is built as: ∑ digit * base ** position
<graft> yeah, i can write it myself if need be
<graft> just wondering if there is any nice builtin to help
<graft> so far i have found "%a" % myfloat, which goes decimal => float
<apeiros> but what would actually be nice is Float#to_s supporting a base
<graft> yeah also that
<apeiros> oh, didn't know about %a
SeepingN has joined #ruby
<graft> the inverse does not appear to exist
jamesaxl has joined #ruby
<mgraf> has anyone tried https://railslts.com/ ?
<apeiros> ?rails mgraf
<ruby[bot]> mgraf: Please join #RubyOnRails for Rails questions. You need to be identified with NickServ, see /msg NickServ HELP
karapetyan has quit [Remote host closed the connection]
Rapture has quit [Quit: Textual IRC Client: www.textualapp.com]
<mgraf> I'll avoid a long-winded retort – about how Rails is written in ruby, and that this channel should be open to those questions too, and just say: thanks. :-)
ramfjord has joined #ruby
<apeiros> mgraf: good decision :-p
<apeiros> mgraf: anyway, you had a question, and you got help. that help was getting directed at a better place.
<mgraf> I disagree, I got an answer, an answer is not _nesessarly_ help, but an answer none the less
<apeiros> *necessarily
<mgraf> so, thank you.
<mgraf> If it's not a method name, I may mispell it
<mgraf> :)
<apeiros> you may also misspell a method name
<apeiros> the world won't end either
<elomatreb> But your script probably wil
<elomatreb> (I'll claim that was an intentional mistake)
s1detracking has quit [Remote host closed the connection]
nadir has joined #ruby
jenrzzz has quit [Ping timeout: 246 seconds]
dr3w_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
marius has joined #ruby
cdg has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
rafik has quit [Read error: Connection reset by peer]
duckpuppy has quit [Ping timeout: 248 seconds]
mgraf has quit [Ping timeout: 264 seconds]
ltt has joined #ruby
cdg has quit [Ping timeout: 276 seconds]
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
softpedia_webapp has joined #ruby
schneider has joined #ruby
rafik has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
pavelz has joined #ruby
guacamole has joined #ruby
connor_goodwolf has quit [Ping timeout: 255 seconds]
connor_goodwolf has joined #ruby
rafik has quit [Ping timeout: 256 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
rafik has joined #ruby
synthroid has quit []
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
softpedia_webapp has quit [Remote host closed the connection]
Strepsils has quit [Ping timeout: 276 seconds]
willmichael has quit [Ping timeout: 264 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
John_Ivan has quit [Ping timeout: 264 seconds]
mgraf has joined #ruby
workmad3_ has quit [Ping timeout: 276 seconds]
Dimik has joined #ruby
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
conta has quit [Remote host closed the connection]
CrazyEddy has quit [Ping timeout: 245 seconds]
alex`` has joined #ruby
anisha has quit [Ping timeout: 256 seconds]
Yzguy has joined #ruby
cagomez has quit [Remote host closed the connection]
duckpuppy has joined #ruby
cagomez has joined #ruby
suukim has quit [Quit: Konversation terminated!]
mgraf has quit [Ping timeout: 240 seconds]
aufi has joined #ruby
dionysus69 has joined #ruby
rafik has quit [Ping timeout: 276 seconds]
dr3w_ has joined #ruby
cagomez has quit [Ping timeout: 260 seconds]
duckpuppy has quit [Ping timeout: 246 seconds]
rafik has joined #ruby
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sameerynho has joined #ruby
mgraf has joined #ruby
eckhardt_ has joined #ruby
kn-928 has joined #ruby
duckpuppy has joined #ruby
axsuul has quit [Ping timeout: 264 seconds]
mgraf has quit [Ping timeout: 264 seconds]
anisha has joined #ruby
kn-928 has quit [Ping timeout: 246 seconds]
axsuul has joined #ruby
karapetyan has joined #ruby
c0ncealed has quit [Remote host closed the connection]
duckpuppy has quit [Ping timeout: 260 seconds]
c0ncealed has joined #ruby
schneider has quit [Ping timeout: 246 seconds]
karapetyan has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
dviola has quit [Quit: WeeChat 2.0.1]
am55 has quit [Quit: am55]
RougeR has quit [Ping timeout: 276 seconds]
memo1 has joined #ruby
am55 has joined #ruby
tolerablyjake has joined #ruby
RougeR has joined #ruby
cdg has joined #ruby
solocshaw has joined #ruby
cagomez has joined #ruby
roshanavand has quit [Ping timeout: 256 seconds]
orbyt_ has joined #ruby
cdg has quit [Ping timeout: 276 seconds]
jenrzzz has joined #ruby
cagomez has quit [Ping timeout: 276 seconds]
pastorinni has quit [Remote host closed the connection]
solocshaw has quit [Ping timeout: 248 seconds]
marxarelli is now known as marxarelli|afk
tvw has quit []
marxarelli|afk is now known as marxarelli
mgraf has joined #ruby
pavelz has quit [Quit: leaving]
dionysus69 has quit [Ping timeout: 276 seconds]
Psybur has quit [Ping timeout: 263 seconds]
netherwolfe has quit [Ping timeout: 256 seconds]
schneider has quit [Ping timeout: 240 seconds]
duckpuppy has joined #ruby
mgraf has quit [Ping timeout: 276 seconds]
n0m4d1c has quit [Remote host closed the connection]
Mike11 has joined #ruby
sidx64 has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duckpuppy has quit [Ping timeout: 246 seconds]
anisha has quit [Quit: This computer has gone to sleep]
Mike11 has quit [Quit: Leaving.]
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Mike11 has joined #ruby
sidx64 has joined #ruby
cagomez has joined #ruby
ryandv has quit [Ping timeout: 246 seconds]
volix has quit [Ping timeout: 240 seconds]
ryandv has joined #ruby
mgraf has joined #ruby
weaksauce has joined #ruby
orbyt_ has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
schneider has joined #ruby
p0p0pr37 has joined #ruby
nor_ has joined #ruby
nor_ has left #ruby [#ruby]
solocshaw has joined #ruby
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
ryandv has quit [Ping timeout: 256 seconds]
schneider has quit [Ping timeout: 246 seconds]
solocshaw has quit [Client Quit]
karapetyan has joined #ruby
duckpuppy has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
schneider has joined #ruby
Tempesta has quit [Quit: See ya!]
John_Ivan has joined #ruby
John_Ivan has joined #ruby
John_Ivan has quit [Changing host]
karapetyan has quit [Ping timeout: 246 seconds]
duckpuppy has quit [Ping timeout: 246 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
schneider has quit [Ping timeout: 264 seconds]
karapetyan has joined #ruby
Tempesta has joined #ruby
kapil___ has quit [Quit: Connection closed for inactivity]
deathwishdave has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
lytol has quit [Remote host closed the connection]
ramfjord has quit [Quit: Lost terminal]
<zenspider> hah
schneider has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
<zenspider> mgraf: dude. please upgrade. Pay someone to do just that if you have to.
<mgraf> Yeah, I'm at a coffee shop. I'll log off
<mgraf> see ya guys :)
<zenspider> I am too? How is that relevant? I'm just saying that being on rails 3.2 these days doesn't make sense
<mgraf> Oh, you're talking about [redacted] - I thought you were talking about my crappy internet
<mgraf> Yes... we need to, we're going to move to 5 by Q4
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mgraf> We had a candidate tell us in some really kind words that we needed to upgrade _badly_ (we are aware) - on top of everything, it looks poor to potential canidates...
pastorinni has joined #ruby
schneider has quit [Ping timeout: 264 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
nicesignal has quit [Remote host closed the connection]
nicesignal has joined #ruby
schneider has joined #ruby
rafik has quit [Ping timeout: 264 seconds]
cdg has joined #ruby
guille-moe has quit [Ping timeout: 260 seconds]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
reber has quit [Remote host closed the connection]
ltt has joined #ruby
netherwolfe has joined #ruby
tolerablyjake has quit [Ping timeout: 276 seconds]
<mgraf> @zenspider, where does Unit testing fall, #ruby or #rails?
schneider has quit [Ping timeout: 240 seconds]
cdg has quit [Ping timeout: 276 seconds]
<zenspider> it doesn't just look poor to candidates... the longer you go, the harder it'll be to upgrade.
schneider has joined #ruby
<zenspider> mgraf: we're happy to answer unit testing questions here... but not rails questions. If you're gonna ask things like "how do I test my controller action when it does X", then that really isn't a testing question and is more of a rails question
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
<mgraf> of course... It's insult to injury when we have people turn us down because of it...
<zenspider> I was going to offer my consulting services for said upgrade... but you're also hinting you don't have test coverage... THAT also looks bad to candidates
sanscoeu_ has joined #ruby
jottr has joined #ruby
<zenspider> like you're carrying a lit match walking through the middle of a gassy swamp
<mgraf> Huh, we actually _do_ have the test coverage. We're rocking 94%
<zenspider> that means nothing
jcalla has quit [Quit: Leaving]
<zenspider> less than nothing. if you think that means something, THAT means something, but the number is meaningless at this point.
workmad3 has joined #ruby
<mgraf> How else could I convey that our test coverage is nearly the entire monolith ?
<mgraf> In this light conversation :)
<mgraf> I'd be interested to hear about your services, though. We could actually use it.
sanscoeur has quit [Ping timeout: 245 seconds]
<zenspider> it doesn't say anything about the quality of your tests nor does it say that it is accurate. test coverage tools are a lie. You could have one controller test that winds up hitting all your models and you'll think that they're actually tested. That's a lie.
dr3w_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duckpuppy has joined #ruby
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
ryandv has joined #ruby
KeyJoo has quit [Read error: Connection reset by peer]
Zaab1t has quit [Quit: Zaab1t]
<mgraf> I completely agree. Our recent (past 1.5 years) - have been very explicit. We're hitting every exception, both red and green path testing. We do have some code that is very old (when we were a scrapy start-up), that covers depricated controllers and models. Our clients are still using (some) of the old endpoints, but we're in the process of yanking them. It just takes time...
dr3w_ has joined #ruby
workmad3 has quit [Ping timeout: 276 seconds]
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tomphp has joined #ruby
alex`` has quit [Quit: WeeChat 2.0.1]
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
memo1 has quit [Ping timeout: 276 seconds]
duckpuppy has quit [Ping timeout: 264 seconds]
<desperek> hi
dmitriy_ has joined #ruby
<desperek> how can i do something in .each only if it's not last element?
dmitriy_ has quit [Read error: Connection reset by peer]
<mgraf> can you give an example?
rafik has joined #ruby
<desperek> mgraf, [1,2,3].each do |n| \- n.capitalize (something that's quite logic here) \- if not last -> ',' \ end
<desperek> let me do a gist
<mgraf> yeah, that'd be helpful
<dminuoso> desperek: a[1..-2]
<desperek> something like that
tolerablyjake has joined #ruby
<desperek> yup, i have it in haml, i suppose that may complicate some things
<dminuoso> >> arr = [1,2,3]; arr.take(arr.length - 1)
<ruby[bot]> dminuoso: # => [1, 2] (https://eval.in/972109)
<dminuoso> >> arr = [1,2,3]; arr[0..-2]
<ruby[bot]> dminuoso: # => [1, 2] (https://eval.in/972110)
<desperek> dminuoso, but i want it in .each, hopefully
<dminuoso> desperek: ...
<desperek> dminuoso, i mean, i want to add this piece simultaneously
<zenspider> you can always use each_with_index... but this sounds ill-specced
dmitriy_ has joined #ruby
dmitriy_ has quit [Read error: Connection reset by peer]
<mgraf> I don't want to contribute to the X-Y problem here... What are you trying to do exactly?
<apeiros> !fixcon dmitriy_
<mgraf> It seems like a poor approach... but you could always do
<dminuoso> apeiros: get weechat.
<desperek> mgraf, list roles and add removal func if it's permitted
sidx64 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<desperek> it's rails part, actually. but the problem itself is ruby, i believe at least
<desperek> note i don't want to join them, because i need some more things to do in the loop
<apeiros> dminuoso: what for?
<ruby[bot]> mgraf: we in #ruby do not like pastebin.com, it loads slowly for most, has ads which are distracting and has terrible formatting. Please use https://gist.github.com
<dminuoso> apeiros: smart filter
<apeiros> ok. that's a good reason.
<mgraf> I gotta create a gist one sec
<apeiros> mgraf: the bot already did
<apeiros> oh
<zenspider> haha! reverse.drop.reverse
<apeiros> it didn't
<dminuoso> zenspider: we need #init
<dminuoso> >> [1,2,3,4].init
<ruby[bot]> dminuoso: # => undefined method `init' for [1, 2, 3, 4]:Array (NoMethodError) ...check link for more (https://eval.in/972111)
<dminuoso> Ah well. Guess not.
<desperek> mgraf, i believe thats dminuoso's approach
<dminuoso> Except I dont copy an array around twice.
mjolnird has quit [Remote host closed the connection]
<desperek> mhm
<mgraf> you don't need ot
<mgraf> to*
<mgraf> thats a silly, but easy solution
memo1 has joined #ruby
<dminuoso> mgraf: And that's better than arr[0..-2] how exactly?
<zenspider> exactly.
<desperek> i want to eval them all tho :/
<mgraf> I'd actually just do this
kn-928 has joined #ruby
<mgraf> '-2' is silly
<zenspider> desperek: why do you think it's ok to come in here and ask a question and then drop a trail of breadcrumbs of extra requirements?
<desperek> zenspider, hey, i asked it in the first place
<dminuoso> Yes, because ... is such an obvious visual clue that its an exclusive range over ..
<mgraf> lol
<dminuoso> =)
<zenspider> either take our advice and run with it or just stop. Don't expect us to do your work for you one step at a time. we're not psychic.
<zenspider> desperek: no, what you asked initially was "how can i do something in .each only if it's not last element?"
<mgraf> desperek - what do you mean you want to eval them?
<zenspider> and you got 3-5 answers on that
mtkd has quit [Ping timeout: 246 seconds]
aufi has quit [Remote host closed the connection]
<desperek> mgraf, i want to evaluate everything in an array/hash and then ommit one thing for last one
<desperek> zenspider, im just bad at asking. sorry :p
<zenspider> then get better
<zenspider> last_idx = arr.size - 1; arr.each_with_index do |o, i| if i == last_idx then ... else ... end; end
<mgraf> nah, homie you need a collect
<desperek> zenspider, that's not a clean attempt
<zenspider> "evaluate" means something in ruby (and most dynamic languages)
marxarelli is now known as marxarelli|afk
sanscoeu_ has quit [Remote host closed the connection]
gil_ has quit [Ping timeout: 240 seconds]
<desperek> okay, then "do something" zenspider
<zenspider> and it isn't what you want to do... you have values. They are evaluated already. You probably mean "process" or something
sanscoeur has joined #ruby
<desperek> eh, okay okay.. process
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<zenspider> fuck your "clean attempt". it works. it meets your initial "requirements".
mtkd has joined #ruby
gil_ has joined #ruby
gil_ has joined #ruby
tolerablyjake has joined #ruby
<desperek> but its ruby after all, isnt it
<zenspider> ?answers
<ruby[bot]> How to ask the right questions to get you the right answer: https://www.mikeash.com/getting_answers.html
<mgraf> damn dude, calm down
kn-928 has quit [Ping timeout: 264 seconds]
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
<zenspider> I highly recommend ..-2 over your ...-1
<mgraf> We have a brittle community, and this dude is new
<mgraf> that's fine, either works
<zenspider> idiomatic ruby is ..-2
<mgraf> Something tells me desperek does not care. but you're right
guacamole has quit [Client Quit]
<desperek> zenspider, here's what i can do https://gist.githubusercontent.com/dracconi/349427b3663e7b680f4a0a3b1e54d77b/raw/62bd392c1f26e17116b2ebc580060c36d31813f5/make%2520it%2520work.rb ; i just ask if there's cleaner way to do it. to be precise regarding my question
<desperek> or wait that doesn't work
<dminuoso> desperek: x.join(", ")
<desperek> dminuoso, i would do it but i have some logic there
maxvaillancourt1 has joined #ruby
<dminuoso> So your pastie is not represenative of your code..
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
<zenspider> yeah. literally x.join ", " at this point
remix2000 has quit [Quit: The Lounge - https://thelounge.github.io]
<mgraf> ^ yeah
remix2000 has joined #ruby
remix2000 has quit [Changing host]
remix2000 has joined #ruby
<desperek> okay, i corrected it
duckpuppy has joined #ruby
<desperek> zenspider, tho i have this dillema if it is a good idea to store a big array
<desperek> cause i would need to collect it then
<zenspider> ? not following
<desperek> zenspider, i add a html element to each record
<desperek> and it could be quite long...
<zenspider> so?
<desperek> zenspider, is it even clean?
<desperek> i mean
<zenspider> time ruby -e '1_000_000.times.map { |n| n.to_s }.join ", "' # => 0.419s
<zenspider> meh
IshMael_ has joined #ruby
remix2000 has quit [Client Quit]
<zenspider> 3.675s for 10m
remix2000 has joined #ruby
<zenspider> IOW, you don't have a problem until you actually have a problem.
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
remix2000 has quit [Changing host]
remix2000 has joined #ruby
<dminuoso> Write code that works, write tests for code, profile, optimize.
<dminuoso> In that order.
<zenspider> NOooooo
<dminuoso> (Or flip first two if you are doing TDD)
<zenspider> Yeeesssss
<dminuoso> Heh.
duckpuppy has quit [Ping timeout: 246 seconds]
jrafanie has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<clemens3> if you bother to write test code, then definitely write that first
<clemens3> dminuoso: ah, parsed the second line just now ;)
<zenspider> "Yeeesssss" says the guy who's currently trying to fix my client's test coverage... :/
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
claudiuinberlin has quit [Quit: Textual IRC Client: www.textualapp.com]
banisterfiend has joined #ruby
rafik has quit [Ping timeout: 264 seconds]
karapetyan has quit [Remote host closed the connection]
rafik has joined #ruby
anjen has joined #ruby
ltt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
guacamole has quit [Client Quit]
karapetyan has joined #ruby
duckpuppy has joined #ruby
guacamole has joined #ruby
tomphp has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duckpuppy has quit [Ping timeout: 246 seconds]
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nfsnobody has quit [Ping timeout: 256 seconds]
phaul has quit [Ping timeout: 256 seconds]
rafik has quit [Ping timeout: 276 seconds]
tcopeland has quit [Quit: tcopeland]
nfsnobody has joined #ruby
schneider has quit [Ping timeout: 240 seconds]
cdg has joined #ruby
<mgraf> zenspider, if you're interested in talking about consulting, DM me
ixti has quit [Ping timeout: 276 seconds]
schneider has joined #ruby
DLSteve_ has quit [Quit: All rise, the honorable DLSteve has left the channel.]
milardovich has joined #ruby
volix has joined #ruby
rafik has joined #ruby
cdg has quit [Ping timeout: 276 seconds]
schneider has quit [Ping timeout: 240 seconds]
ta_ has joined #ruby
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
goatish has joined #ruby
anjen has quit [Quit: anjen]
schneider has joined #ruby
remix2000 has quit [Quit: The Lounge - https://thelounge.github.io]
remix2000 has joined #ruby
ta_ has quit [Remote host closed the connection]
ta_ has joined #ruby
marxarelli|afk is now known as marxarelli
psychicist__ has quit [Ping timeout: 255 seconds]
Ltem has quit [Quit: good night]
banisterfiend has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
schneider has quit [Ping timeout: 264 seconds]
mtkd has quit []
guacamole has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Yzguy has quit [Quit: Zzz...]
schneider has joined #ruby
sameerynho has quit [Ping timeout: 246 seconds]
<weaksauce> anyone like fxruby in here or use something else?
bmurt has quit [Remote host closed the connection]
mjolnird has joined #ruby
bmurt has joined #ruby
kn-928 has joined #ruby
shinnya has joined #ruby
banisterfiend has joined #ruby
kn-928 has quit [Ping timeout: 246 seconds]
clemens3 has quit [Ping timeout: 246 seconds]
Rubemlrm has joined #ruby
ldnunes has quit [Read error: Connection reset by peer]
jeffreylevesque has quit [Read error: Connection reset by peer]
ldnunes has joined #ruby
RougeR has quit [Ping timeout: 276 seconds]
duckpuppy has joined #ruby
willmichael has joined #ruby
jamesaxl has quit [Quit: WeeChat 2.0.1]
rafik has quit [Ping timeout: 246 seconds]
zeds has joined #ruby
willmichael has quit [Read error: Connection reset by peer]
Mike11 has quit [Quit: Leaving.]
rafik has joined #ruby
duckpuppy has quit [Ping timeout: 246 seconds]
am55 has quit [Quit: am55]
netherwolfe has quit [Ping timeout: 240 seconds]
IshMael_ has left #ruby ["WeeChat 2.0.1"]
karapetyan has quit [Remote host closed the connection]
karapetyan has joined #ruby
ryandv has quit [Ping timeout: 264 seconds]
phaul has joined #ruby
tcopeland has joined #ruby
memo1 has quit [Ping timeout: 264 seconds]
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
cdg has joined #ruby
eckhardt_ has joined #ruby
mgraf has left #ruby [#ruby]
workmad3 has joined #ruby
Yzguy has joined #ruby
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
RougeR has joined #ruby
RougeR has joined #ruby
RougeR has quit [Changing host]
cdg_ has joined #ruby
nadir has quit [Quit: Connection closed for inactivity]
jottr has quit [Ping timeout: 276 seconds]
workmad3 has quit [Ping timeout: 246 seconds]
cdg has quit [Read error: Connection reset by peer]
guacamole has joined #ruby
guacamole has joined #ruby
guacamole has quit [Changing host]
cschneid has quit [Remote host closed the connection]
ta_ has quit [Read error: Connection reset by peer]
ta_ has joined #ruby
jottr has joined #ruby
guacamole has quit [Client Quit]
bambanx has joined #ruby
Psybur has joined #ruby
Psybur has joined #ruby
Psybur has quit [Changing host]
bambanx has quit [Client Quit]
bambanx has joined #ruby
bambanx has quit [Max SendQ exceeded]
bambanx has joined #ruby
bambanx has quit [Max SendQ exceeded]
rafik has quit [Ping timeout: 248 seconds]
KeyJoo has joined #ruby
bambanx has joined #ruby
bambanx has quit [Client Quit]
kapil___ has joined #ruby
bambanx has joined #ruby
bambanx has quit [Max SendQ exceeded]
bambanx has joined #ruby
bambanx has quit [Max SendQ exceeded]
bambanx has joined #ruby
bambanx has quit [Max SendQ exceeded]
ryzokuken has quit [Quit: Connection closed for inactivity]
bambanx has joined #ruby
bambanx has quit [Max SendQ exceeded]
Psybur_ has joined #ruby
pastorinni has quit [Remote host closed the connection]
desperek has quit [Quit: xoxo]
kn-928 has joined #ruby
pastorinni has joined #ruby
willmichael has joined #ruby
willmichael has quit [Read error: Connection reset by peer]
bambanx has joined #ruby
Psybur has quit [Ping timeout: 264 seconds]
tolerablyjake has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bambanx has quit [Client Quit]
bambanx has joined #ruby
Dark_Arc has quit [Quit: ZNC 1.6.5 - http://znc.in]
bambanx has quit [Client Quit]
Dark_Arc has joined #ruby
kn-928 has quit [Ping timeout: 276 seconds]
SteenJobs has quit [Quit: SteenJobs]
schneider has quit [Ping timeout: 276 seconds]
willmichael has joined #ruby
tolerablyjake has joined #ruby
gbaptista has joined #ruby
am55 has joined #ruby
pastorin_ has joined #ruby
mikecmpbll has quit [Quit: inabit. zz.]
pastorinni has quit [Ping timeout: 276 seconds]
eckhardt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duckpuppy has joined #ruby
orbyt_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xorgnak has joined #ruby
RedNifre has joined #ruby
<RedNifre> Hello #ruby !
marxarelli is now known as marxarelli|afk
eckhardt_ has joined #ruby
<havenwood> RedNifre: hi!
<dminuoso> havenwood: bye.
<havenwood> o/
<RedNifre> My joke project is nearing completion, I just have to create the command line inferface for it. Is there something in the standard library for this or should I just handle ARGV myself?
<RedNifre> (I'm aware of good cli gems, but I want this to be one tiny self contained script)
cschneid has joined #ruby
duckpuppy has quit [Ping timeout: 264 seconds]
Dark_Arc has quit [Quit: ZNC 1.6.5 - http://znc.in]
<weaksauce> RedNifre OptionParser would be built in
Dark_Arc has joined #ruby
ldnunes has quit [Quit: Leaving]
<RedNifre> Thank you, I'll have a look.
cschneid has quit [Ping timeout: 260 seconds]