jhass[m] changed the topic of #ruby to: Rules: https://ruby-community.com | Ruby 3.1.2, 3.0.4, 2.7.6: https://www.ruby-lang.org | Paste 4+ lines to: https://gist.github.com | Books: https://goo.gl/wpGhoQ
ur5us has quit [Ping timeout: 260 seconds]
TrufflePump has quit [Ping timeout: 276 seconds]
jmcgnh has joined #ruby
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 256 seconds]
ur5us has joined #ruby
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 260 seconds]
hololeap has quit [Quit: Bye]
moldorcoder7 has quit [Ping timeout: 246 seconds]
Rounin has quit [Ping timeout: 276 seconds]
hololeap has joined #ruby
typeof[panda] has quit [Quit: Client closed]
pmwals09 has joined #ruby
John_Ivan has quit [Ping timeout: 276 seconds]
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 276 seconds]
TrufflePump has joined #ruby
mahler has joined #ruby
TrufflePump has quit [Ping timeout: 246 seconds]
jpn has joined #ruby
jpn has quit [Ping timeout: 246 seconds]
pmwals09 has quit [Remote host closed the connection]
hololeap has quit [Ping timeout: 240 seconds]
hololeap has joined #ruby
Ziyan has joined #ruby
RickHull has quit [Ping timeout: 244 seconds]
typeof[panda] has joined #ruby
_PSY_ has joined #ruby
typeof[panda] has quit [Quit: Client closed]
typeof[panda] has joined #ruby
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 244 seconds]
TrufflePump has joined #ruby
ur5us has quit [Ping timeout: 260 seconds]
ferr_ has joined #ruby
fercell has quit [Ping timeout: 272 seconds]
Ziyan has quit [Ping timeout: 240 seconds]
Ziyan has joined #ruby
_PSY_ has quit [Quit: .]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
_whitelogger has joined #ruby
typeof[panda] has quit [Quit: Client closed]
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
A_Dragon has quit [*.net *.split]
weaksauce has quit [*.net *.split]
FetidToot has quit [*.net *.split]
jimeh has quit [*.net *.split]
ringo__ has quit [*.net *.split]
pjlsergeant has quit [*.net *.split]
benjaminwil has quit [*.net *.split]
weyhmueller has quit [*.net *.split]
micro has quit [*.net *.split]
clemens3 has quit [*.net *.split]
glider has quit [*.net *.split]
CalimeroTeknik has quit [*.net *.split]
pjlsergeant has joined #ruby
micro has joined #ruby
micro has joined #ruby
micro has quit [Changing host]
jimeh has joined #ruby
weyhmueller has joined #ruby
FetidToot has joined #ruby
A_Dragon has joined #ruby
benjaminwil has joined #ruby
weaksauce has joined #ruby
glider has joined #ruby
clemens3 has joined #ruby
ringo__ has joined #ruby
CalimeroTeknik has joined #ruby
hololeap has quit [Excess Flood]
hololeap has joined #ruby
teclator has joined #ruby
dionysus69 has joined #ruby
dionysus69 has quit [Remote host closed the connection]
dionysus69 has joined #ruby
Rounin has joined #ruby
mixfix41 has joined #ruby
teclator has quit [Ping timeout: 260 seconds]
teclator has joined #ruby
jpn has joined #ruby
protektwar has quit [Ping timeout: 240 seconds]
jpn has quit [Ping timeout: 255 seconds]
jpn_ has joined #ruby
jpn_ has quit [Ping timeout: 255 seconds]
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
CalimeroTeknik has quit [Changing host]
CalimeroTeknik has joined #ruby
Ziyan has joined #ruby
jpn has joined #ruby
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
TruffleP1mp has joined #ruby
TrufflePump has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
moldorcoder7 has joined #ruby
___nick___ has joined #ruby
moldorcoder7 has quit [Ping timeout: 260 seconds]
TruffleP1mp has quit [Ping timeout: 260 seconds]
mbarbar has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
mbarbar has joined #ruby
TrufflePump has joined #ruby
ur5us has quit [Ping timeout: 255 seconds]
TrufflePump has quit [Ping timeout: 258 seconds]
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 260 seconds]
crundar has quit [Quit: Client closed]
dionysus69 has quit [Ping timeout: 258 seconds]
TrufflePump has joined #ruby
ur5us has joined #ruby
oxfuxxx has joined #ruby
TrufflePump has quit [Ping timeout: 260 seconds]
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
<oxfuxxx> heya
mixfix41 has quit [Quit: adios.. off for a few]
<oxfuxxx> heaven you forgot to mention that .to_i can also
<oxfuxxx> nm
<rapha> .to_i, the little method that could
dionysus69 has joined #ruby
ur5us has quit [Ping timeout: 255 seconds]
aeris has quit [Remote host closed the connection]
aeris has joined #ruby
<Cork> ook here is a weird one, why would Net::HTTP fail to connect to one of thousens of A records pointing to the same ip address with "`initialize': execution expired (Net::OpenTimeout)"
<Cork> (curl works just fine for the same address)
<rapha> that's a weird one indeed ... can you share that URI or do you need to keep it to yourself?
<Cork> Net::HTTP.get_response(URI("http://webmail.allt1.se"))
oxfuxxx has quit [Ping timeout: 260 seconds]
<Cork> curl -4v http://webmail.allt1.se works just fine
<rapha> gets me a 301, Cork, not a timeout
<Cork> well i dont...
<rapha> very funky, sorry i'm not able to reproduce it
<rapha> packet inspect the heck out of it then?
titibandit has joined #ruby
<Cork> as it fails on open i don't think there is any packets, but ya might be worth a check
<rapha> i did believe you, Cork :)
<Cork> ya, just wanted to show all of it :)
<rapha> perhaps someone'll have a better idea than me
<Cork> ya, it never gets to the tcp stack
<Cork> tcpdump is completely silent
<Cork> wonder if it is something encoded related
voxxit has quit [Quit: ZNC - https://znc.in]
voxxit has joined #ruby
<rapha> the only difference between what you did and what i did was that i used pry, not urb
<rapha> irb*
<rapha> oh, wait, you have ruby 3.0.0 i have 3.0.2p107
<Cork> rapha: foundit, broken AAAA record
titibandit has quit [Read error: Connection reset by peer]
<Cork> it has an AAAA record that is boorked
titibandit has joined #ruby
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ruby
<rapha> o_O
<rapha> wtf why did it work for me then tho
TrufflePump has joined #ruby
John_Ivan has joined #ruby
TrufflePump has quit [Ping timeout: 258 seconds]
titibandit has quit [Quit: Leaving.]
<adam12> Maybe happy eyeballs related.
RickHull has joined #ruby
Ziyan has joined #ruby
Sankalp- has joined #ruby
Sankalp has quit [Ping timeout: 276 seconds]
jpn has quit [Ping timeout: 244 seconds]
Sankalp- is now known as Sankalp
jpn has joined #ruby
teclator has quit [Remote host closed the connection]
teclator has joined #ruby
RickHull has quit [Ping timeout: 272 seconds]
bit4bit has joined #ruby
fredlinhares has joined #ruby
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
Ziyan has joined #ruby
fredlinhares has quit [Read error: Connection reset by peer]
fredlinhares has joined #ruby
moldorcoder7 has joined #ruby
fredlinhares has quit [Read error: Connection reset by peer]
fredlinhares has joined #ruby
fredlinhares has quit [Read error: Connection reset by peer]
dionysus69 has quit [Ping timeout: 244 seconds]
fredlinhares has joined #ruby
_ht has joined #ruby
fredlinhares has quit [Read error: Connection reset by peer]
fredlinhares has joined #ruby
fredlinhares has quit [Quit: WeeChat 3.5]
TrufflePump has joined #ruby
TrufflePump has quit [Ping timeout: 255 seconds]
TrufflePump has joined #ruby
withanx has joined #ruby
reset has joined #ruby
tumdum has joined #ruby
withanx has quit [Quit: WeeChat 1.9.1]
yxhuvud has quit [Read error: Connection reset by peer]
yxhuvud has joined #ruby
moldorcoder7 has quit [Ping timeout: 256 seconds]
moldorcoder7 has joined #ruby
dionysus69 has joined #ruby
tumdum has quit [Ping timeout: 248 seconds]
Sheilong has joined #ruby
jpn has quit [Ping timeout: 258 seconds]
jpn has joined #ruby
crundar has joined #ruby
RickHull has joined #ruby
Thanzex9 has joined #ruby
Thanzex has quit [Ping timeout: 246 seconds]
Thanzex9 is now known as Thanzex
uvula2 has joined #ruby
tumdum has joined #ruby
uvula2 has quit [Ping timeout: 244 seconds]
floss-jas has quit [Ping timeout: 244 seconds]
TrufflePump has quit [Ping timeout: 272 seconds]
jpn has quit [Ping timeout: 256 seconds]
TrufflePump has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 258 seconds]
jpn has joined #ruby
tumdum has quit [Ping timeout: 260 seconds]
jpn has quit [Ping timeout: 244 seconds]
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
crundar has quit [Quit: Client closed]
jpn has joined #ruby
RickHull has quit [Ping timeout: 255 seconds]
oxfuxxx has joined #ruby
teclator has joined #ruby
TruffleP1mp has joined #ruby
TrufflePump has quit [Ping timeout: 258 seconds]
Jonopoly has joined #ruby
___nick___ has quit [Ping timeout: 255 seconds]
protektwar has quit [Ping timeout: 258 seconds]
_ht has quit [Remote host closed the connection]
stylo has quit [Quit: Connection closed for inactivity]
sgt_chuckles has joined #ruby
Ziyan has quit [Quit: Textual IRC Client: www.textualapp.com]
jpn has quit [Ping timeout: 244 seconds]
oxfuxxx has quit [Ping timeout: 246 seconds]
tumdum has joined #ruby
stylo has joined #ruby
dionysus69 has quit [Ping timeout: 246 seconds]
tumdum has quit [Ping timeout: 255 seconds]
jpn has joined #ruby
Jonopoly has quit [Quit: WeeChat 3.0]
jpn has quit [Ping timeout: 260 seconds]
jpn has joined #ruby
jpn has quit [Ping timeout: 246 seconds]
ur5us has joined #ruby
Guest40 has joined #ruby
jpn has joined #ruby
Guest40 has quit [Ping timeout: 252 seconds]
jpn has quit [Ping timeout: 258 seconds]
Guest40 has joined #ruby
RickHull has joined #ruby
jpn has joined #ruby
Guest40 has quit [Ping timeout: 252 seconds]
jhass has quit [Ping timeout: 260 seconds]
jhass has joined #ruby
jpn has quit [Ping timeout: 240 seconds]
Guest40 has joined #ruby
jpn has joined #ruby
sgt_chuckles has quit [Ping timeout: 252 seconds]
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
jpn has quit [Ping timeout: 272 seconds]
havenwood has quit [Quit: The Lounge - https://thelounge.chat]
havenwood has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 255 seconds]
bit4bit has quit [Remote host closed the connection]
perrierjouet has quit [Remote host closed the connection]
perrierjouet has joined #ruby
jpn has joined #ruby
jpn has quit [Ping timeout: 258 seconds]
John_Ivan has quit [Quit: Leaving]
floss-jas has joined #ruby
cocalero has joined #ruby
jpn has joined #ruby
pmwals09 has joined #ruby
jpn has quit [Ping timeout: 276 seconds]
pmwals09 has quit [Remote host closed the connection]