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
jpn_ has joined #ruby
jpn has quit [Ping timeout: 248 seconds]
jpn_ has quit [Ping timeout: 252 seconds]
RickHull has quit [Ping timeout: 240 seconds]
ur5us has quit [Ping timeout: 250 seconds]
Rounin has quit [Ping timeout: 250 seconds]
ur5us has joined #ruby
darkstardevx has joined #ruby
Sankalp has quit [Ping timeout: 246 seconds]
Sankalp has joined #ruby
Ziyan has joined #ruby
Ziyan has quit [Ping timeout: 252 seconds]
Ziyan has joined #ruby
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
pfharlock has joined #ruby
Ziyan has joined #ruby
stylo has quit []
stylo has joined #ruby
teclator has joined #ruby
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
protektwar has joined #ruby
protektwar has quit [Changing host]
protektwar has joined #ruby
ur5us has quit [Ping timeout: 250 seconds]
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 256 seconds]
Guest26nakilon has joined #ruby
Guest26nakilon has quit [Quit: Client closed]
henk has left #ruby [WeeChat 2.3]
wand_ has joined #ruby
wand has quit [Ping timeout: 240 seconds]
oxfuxxx has joined #ruby
white_magic has quit [Ping timeout: 252 seconds]
oxfuxxx has quit [Ping timeout: 240 seconds]
jmcgnh has joined #ruby
dionysus69 has joined #ruby
oxfuxxx has joined #ruby
oxfuxxx has quit [Remote host closed the connection]
Rounin has joined #ruby
oxfuxxx has joined #ruby
N_3Do has joined #ruby
oxfuxxx has quit [Ping timeout: 248 seconds]
N_3Do has quit [Remote host closed the connection]
Ziyan_ has quit [Quit: Textual IRC Client: www.textualapp.com]
N_3Do has joined #ruby
N_3Do has quit [Ping timeout: 252 seconds]
N_3Do has joined #ruby
slightlypandaish has joined #ruby
pfharlock has quit [Remote host closed the connection]
Ziyan has joined #ruby
TomyWork has joined #ruby
jpn has joined #ruby
jpn has quit [Quit: leaving]
<perrierjouet> rbenv no such file or directory .rbenv/version
N_3Do has quit [Remote host closed the connection]
N_3Do has joined #ruby
N_3Do has quit [Remote host closed the connection]
N_3Do has joined #ruby
slightlypandaish has quit [Quit: Client closed]
Ziyan has quit [Ping timeout: 246 seconds]
ur5us has joined #ruby
<ox1eef> perrierjouet: can you elaborate on that, what's the problem
Thanzex has quit [Read error: Connection reset by peer]
<ox1eef> adam12: net/http is my default, i even use it in gems, because i hate a dependency graph i can avoid.
Thanzex has joined #ruby
<ox1eef> i think there's gems in learning it as well, because i understood matz wrote it - so to an extent, it is how he saw ruby.
Tempesta has quit [Read error: Connection reset by peer]
<ox1eef> which is kinda ironic, since most people complain about its API.
oxfuxxx has joined #ruby
oxfuxxx has quit [Ping timeout: 246 seconds]
peder has quit [Ping timeout: 252 seconds]
oxfuxxx has joined #ruby
peder has joined #ruby
pfharlock has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
pfharlock has quit [Remote host closed the connection]
pfharlock has joined #ruby
Ziyan has joined #ruby
N_3Do has quit [Quit: WeeChat 2.5]
fef has joined #ruby
fef has quit [Ping timeout: 240 seconds]
Ziyan has quit [Quit: My iMac has gone to sleep. ZZZzzz…]
fef has joined #ruby
protektwar has quit [Ping timeout: 248 seconds]
Ziyan has joined #ruby
dka has quit [Quit: My Ex-Girlfriend once told me: I'm not a slut, I'm just popular]
dka has joined #ruby
dka has quit [Remote host closed the connection]
dka has joined #ruby
Tempesta has joined #ruby
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 276 seconds]
szkl has joined #ruby
oxfuxxx has quit [Ping timeout: 252 seconds]
<adam12> ox1eef: I didn't realize it was originally written by Matz. Interesting.
oxfuxxx has joined #ruby
<leah2> i think the ruby core devs are not among the best ruby devs ;)
<leah2> (this applies to most scripting languages)
wand_ has quit [Remote host closed the connection]
wand has joined #ruby
Bounga has quit [Remote host closed the connection]
matta has quit [Remote host closed the connection]
graemefawcett has quit [Remote host closed the connection]
g_sg has quit [Remote host closed the connection]
srushe has quit [Remote host closed the connection]
hwrd has quit [Remote host closed the connection]
KOTP has quit [Remote host closed the connection]
Bounga has joined #ruby
graemefawcett has joined #ruby
srushe has joined #ruby
matta has joined #ruby
hwrd has joined #ruby
g_sg has joined #ruby
KOTP has joined #ruby
Sankalp has quit [Ping timeout: 256 seconds]
Sankalp has joined #ruby
wand has quit [Remote host closed the connection]
fef has quit [Remote host closed the connection]
wand has joined #ruby
fef has joined #ruby
dionysus69 has quit [Ping timeout: 240 seconds]
protektwar has joined #ruby
protektwar has joined #ruby
Rounin has quit [Ping timeout: 260 seconds]
Ziyan_ has quit [Ping timeout: 256 seconds]
_ht has joined #ruby
oxfuxxx has quit [Ping timeout: 252 seconds]
oxfuxxx has joined #ruby
<ox1eef> well, let's consider: res = http.request(req); case res; when Net::HTTPOK; etc... end - that works quite like pattern matching in Rust. it's easy to complain, and miss the genius behind it all.
Ziyan has joined #ruby
Rounin has joined #ruby
fef has quit [Ping timeout: 240 seconds]
fef has joined #ruby
Ziyan_ has joined #ruby
Ziyan has quit [Ping timeout: 240 seconds]
Ziyan_ has quit [Read error: Connection reset by peer]
mdemo has joined #ruby
dviola has quit [Quit: WeeChat 3.5]
sylario has joined #ruby
dionysus69 has joined #ruby
slightlypandaish has joined #ruby
teclator has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
trillp has joined #ruby
___nick___ has joined #ruby
cahoots has joined #ruby
<cahoots> hi, how can i get two very large ints to divide without normal integer truncating divison?
<cahoots> they're too big to express as doubles
<adam12> cahoots: BigDecimal?
<adam12> cahoots: Example?
TomyWork has quit [Quit: Leaving]
wand has quit [Ping timeout: 240 seconds]
axisys has quit [Remote host closed the connection]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #ruby
dka has quit [Quit: My Ex-Girlfriend once told me: I'm not a slut, I'm just popular]
dka has joined #ruby
cahoots has quit [Ping timeout: 240 seconds]
dka has quit [Remote host closed the connection]
cahoots has joined #ruby
dka has joined #ruby
howdoi has joined #ruby
cahoots has quit [Ping timeout: 240 seconds]
cahoots has joined #ruby
gr33n7007h has joined #ruby
gr33n7007h has quit [Client Quit]
wand has joined #ruby
oxfuxxx has quit [Read error: Connection reset by peer]
oxfuxxx has joined #ruby
trillp has quit [Quit: Leaving]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
cahoots has quit [Quit: leaving]
___nick___ has joined #ruby
fef has quit [Quit: Killer]
oxfuxxx has quit [Read error: Connection reset by peer]
oxfuxxx has joined #ruby
slightlypandaish has quit [Quit: Client closed]
oxfuxxx has quit [Client Quit]
___nick___ has quit [Ping timeout: 246 seconds]
axisys has joined #ruby
dviola has joined #ruby
_ht has quit [Remote host closed the connection]
oxfuxxx has joined #ruby
oxfuxxx has quit [Read error: Connection reset by peer]
oxfuxxx has joined #ruby
oxfuxxx has quit [Ping timeout: 252 seconds]
RickHull has joined #ruby
oxfuxxx has joined #ruby
oxfuxxx has quit [Quit: quit]
oxfuxxx has joined #ruby
tacoda has joined #ruby
oxfuxxx has quit [Ping timeout: 248 seconds]
protektwar has quit [Ping timeout: 248 seconds]
oxfuxxx has joined #ruby
ur5us has joined #ruby
szkl has quit [Quit: Connection closed for inactivity]
howdoi has quit [Quit: Connection closed for inactivity]
<RickHull> leah2, would you like to talk about simplex?
oxfuxxx has quit [Quit: quit]
oxfuxxx has joined #ruby
<RickHull> (or anyone else :)
mixfix41 has quit [Quit: hit]
<leah2> you always ask when i'm heading to bed ;) tomorrow maybe
jmcgnh has quit [Ping timeout: 250 seconds]
<RickHull> no prob, I'm learning more as I go
jmcgnh has joined #ruby
FetidToot4 has joined #ruby
FetidToot has quit [Ping timeout: 260 seconds]
FetidToot4 is now known as FetidToot
tacoda has quit [Quit: Textual IRC Client: www.textualapp.com]
oxfuxxx has quit [Remote host closed the connection]
John_Ivan has quit [Read error: Connection reset by peer]