havenwood changed the topic of #ruby to: Rules & more: https://ruby-community.com | Ruby 2.7.2, 2.6.6, 3.0.0-preview1: https://www.ruby-lang.org | Paste 4+ lines of text to https://dpaste.de/ and select Ruby as the language | Rails questions? Ask in #RubyOnRails | Books: https://goo.gl/wpGhoQ | Logs: https://irclog.whitequark.org/ruby | Can't talk? Register/identify with Nickserv first!
donofrio has quit [Remote host closed the connection]
alexherbo2 has quit [Ping timeout: 240 seconds]
Garb0_ has joined #ruby
Garb0_ has quit [Client Quit]
Garb0__ has quit [Ping timeout: 240 seconds]
<s_> is there a debian+1 channel or similar
<s_> wrong channel
elcuervo has joined #ruby
cuerbot has quit [Ping timeout: 272 seconds]
Pyrophilia has joined #ruby
Pyrophilia_ has joined #ruby
Pyrophilia__ has joined #ruby
Pyrophilia___ has joined #ruby
Pyrophilia____ has joined #ruby
Pyrophilia_____ has joined #ruby
Pyrophilia_ has quit [Client Quit]
Pyrophilia_____ has quit [Client Quit]
Pyrophilia____ has quit [Client Quit]
Pyrophilia___ has quit [Client Quit]
Pyrophilia__ has quit [Client Quit]
Pyrophilia has quit [Client Quit]
Pyrophilia has joined #ruby
elxbarbosa has quit [Read error: No route to host]
hwdyki has joined #ruby
<hwdyki> hi.. i'm trying to migrate some stuff from ubuntu 16.04 to 20.04 that uses ruby-builder. looks like the paths have changed. on ub16, ruby-builder has /usr/lib/ruby/vendor_ruby/builder, but on ub20 this has moved to /usr/share/rubygems-integration/all/gems/builder-3.2.4/lib and my app is complaining about builder missing.
cthulchu_ has quit [Ping timeout: 240 seconds]
_whitelogger has joined #ruby
cliluw has joined #ruby
cliluw has quit [Ping timeout: 240 seconds]
derpadmin has joined #ruby
chromis has left #ruby [#ruby]
davispuh has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
LtHummus has quit [Quit: ZNC 1.8.2 - https://znc.in]
LtHummus has joined #ruby
gix- has quit [Ping timeout: 258 seconds]
wallace_mu has quit [Remote host closed the connection]
wallace_mu has joined #ruby
wallace_mu has quit [Remote host closed the connection]
wallace_mu has joined #ruby
wallace_mu has quit [Ping timeout: 240 seconds]
ur5us has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
zacts has joined #ruby
ChmEarl has quit [Quit: Leaving]
Swyper has joined #ruby
orbyt99 has quit [Quit: Textual IRC Client: www.textualapp.com]
<Swyper> havenwood:
<Swyper> whats the runtime complexity on say two arrays a and b if we used the union operator on it i.e x = a | b ?
<Swyper> or if anyone else knows feel free to answer :P
<havenwood> Swyper O(n+m)
<havenwood> Swyper: Whatcha wanna know time complexity for?
<Swyper> I'm doing a take-home assignment for a new grad job
<Swyper> You can use a library, but don’t trivialize the problem with the use of a library, as we won't get much sense of how you write code. xD
<Swyper> Given two lists of student names, return a merged list of all the names combined. Order of the merged list is not important. Names in the merged list should only appear once, even if they appeared in both input lists.
<Swyper> ^^ is the question
<havenwood> Swyper: Then that first link I gave you is along the lines of what they want, I presume?
<Swyper> ruby has so many nice one liners for this, my initial solution was to push list A onto list B flatten then call uniq and assign the result to a new variable
<Swyper> yeah
<havenwood> Swyper: Show `a | b` then show how to implement Array#|.
<havenwood> Swyper: I hate this type of homework problem, but a nice solution to its nebulousness is to show the actual solution then show a pure Ruby implementation of the methods you'd use.
<havenwood> Swyper: Have you looked at TruffleRuby's implementation of Array#|?
<Swyper> I have not
<Swyper> I was thinking of also just throwing everything into a set then converting it back into an array
<Swyper> I guess thats something I could break up into an extra method so it looks like I write good code which is what they want, I think
<havenwood> Swyper: Clever ^, huh?
zacts has quit [Ping timeout: 256 seconds]
<Swyper> that looks nice! :)
<Swyper> I wish I just got a longer homework problem so I'm not guessing what the perfect LOC range they want >_>
<havenwood> Swyper: Throwing into a Set and converting back into an Array is a nice idea. As is adding both to a Hash and checking the keys.
<havenwood> Swyper: Maybe show a variety of ways?
<havenwood> Swyper: Then do one at lower level, since inevitably they actually want this problem solved in C. :P
<Swyper> lol
dionysus69 has quit [Ping timeout: 240 seconds]
alfiemax has joined #ruby
cd has quit [Quit: cd]
jenrzzz has quit [Ping timeout: 260 seconds]
alfiemax has quit [Ping timeout: 272 seconds]
Swyper has quit [Remote host closed the connection]
zacts has joined #ruby
Liothen has quit [Quit: Liothen]
alfiemax has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
wallace_mu has joined #ruby
wallace_mu has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
zacts has quit [Quit: leaving]
_whitelogger has joined #ruby
jenrzzz has quit [Ping timeout: 272 seconds]
dhollinger has quit [Ping timeout: 272 seconds]
ramfjord has joined #ruby
meinside has joined #ruby
dfucci has joined #ruby
dfucci has quit [Ping timeout: 240 seconds]
dhollinger has joined #ruby
zacts has joined #ruby
burgestrand has joined #ruby
zacts has quit [Quit: leaving]
dfucci has joined #ruby
_whitelogger has joined #ruby
hiroaki has joined #ruby
wallace_mu has joined #ruby
wallace_mu has quit [Ping timeout: 256 seconds]
jenrzzz has joined #ruby
ta has quit [Quit: WeeChat 2.9]
ta has joined #ruby
jenrzzz has quit [Ping timeout: 260 seconds]
teclator has joined #ruby
ap4y has quit [Ping timeout: 272 seconds]
Rudd0 has quit [Ping timeout: 240 seconds]
ur5us has joined #ruby
ap4y has joined #ruby
cnsvc has quit [Ping timeout: 240 seconds]
vondruch has joined #ruby
mikecmpbll has joined #ruby
cloud6ix9ine has quit [Quit: Connection closed for inactivity]
ap4y has quit [Ping timeout: 272 seconds]
alfiemax has quit [Remote host closed the connection]
imode has quit [Ping timeout: 256 seconds]
akem_ has quit [Quit: Leaving]
alfiemax has joined #ruby
akem has joined #ruby
_aeris has joined #ruby
hwdyki has left #ruby ["WeeChat 2.8"]
_aeris_ has quit [Ping timeout: 240 seconds]
_aeris is now known as _aeris_
wallace_mu has joined #ruby
wallace_mu has quit [Ping timeout: 240 seconds]
nofxx__ has joined #ruby
nofxx_ has quit [Ping timeout: 240 seconds]
gray-_-wolf has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dfucci has quit [Ping timeout: 265 seconds]
alfiemax has quit [Remote host closed the connection]
duderonomy has joined #ruby
fercell has joined #ruby
duderonomy has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
duderonomy has joined #ruby
duderonomy has quit [Client Quit]
gray-_-wolf has quit [Quit: WeeChat 2.9]
akem has quit [Ping timeout: 256 seconds]
sarna has joined #ruby
dionysus69 has joined #ruby
rippa has joined #ruby
alfiemax has joined #ruby
ur5us has quit [Ping timeout: 240 seconds]
yasumi2136 has joined #ruby
alfiemax has quit [Remote host closed the connection]
mikecmpbll has quit [Ping timeout: 256 seconds]
fercell has quit [Ping timeout: 256 seconds]
fercell has joined #ruby
mikecmpbll has joined #ruby
troulouliou_div2 has joined #ruby
_whitelogger has joined #ruby
Rudd0 has joined #ruby
burgestrand has quit [Quit: burgestrand]
alfiemax has joined #ruby
alfiemax has quit [Ping timeout: 260 seconds]
jenrzzz has joined #ruby
yasumi2136 has quit [Quit: Konversation terminated!]
alexherbo2 has joined #ruby
alfiemax has joined #ruby
lxsameer has quit [Ping timeout: 264 seconds]
alexherbo29 has joined #ruby
alexherbo2 has quit [Ping timeout: 240 seconds]
alexherbo29 is now known as alexherbo2
jenrzzz has quit [Ping timeout: 240 seconds]
troulouliou_div2 has quit [Quit: Leaving]
leitz has joined #ruby
lxsameer has joined #ruby
TCZ has joined #ruby
<leitz> How divided are the Ruby and Mruby (MrubyC) capabilities? Or is there another lightweight Ruby to look at?
vondruch has quit [Ping timeout: 256 seconds]
fercell has quit [Ping timeout: 256 seconds]
fercell has joined #ruby
lxsameer has quit [Ping timeout: 258 seconds]
burgestrand has joined #ruby
lxsameer has joined #ruby
drincruz has joined #ruby
henninb has joined #ruby
vondruch has joined #ruby
henninb has quit [Client Quit]
wallace_mu has joined #ruby
henninb has joined #ruby
drincruz has quit [Ping timeout: 272 seconds]
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
henninb has quit [Quit: leaving]
henninb has joined #ruby
akem has joined #ruby
Swyper has joined #ruby
wallace_mu has quit [Remote host closed the connection]
wallace_mu has joined #ruby
jinie has quit [Quit: ZNC 1.6.1 - http://znc.in]
henninb has quit [Quit: leaving]
henninb has joined #ruby
henninb has quit [Client Quit]
Swyper has quit [Remote host closed the connection]
wallace_mu has quit [Ping timeout: 260 seconds]
Swyper has joined #ruby
drincruz has joined #ruby
henninb has joined #ruby
henninb has quit [Client Quit]
henninb has joined #ruby
henninb has quit [Client Quit]
henninb has joined #ruby
henninb has quit [Client Quit]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
compufreak26 has joined #ruby
TCZ has quit [Quit: Leaving]
jenrzzz has joined #ruby
<compufreak26> I'm trying to call an external auth cli that requires interactive input and capture the output. I tried Open3.capture3 but can't seem to get the stream redirected right. Kernel.system basically does what I want with pipes except not capturing the command output. IO.popen seems like it might work but I'm a bit confused what the object the block
<compufreak26> returns is
<jhass> leitz: I never took a deep look, but I believe on the Ruby side of things mruby is a subset of Ruby. What do you need a "lightweight ruby" for? (lightweight is a quite vague requirement, I would describe mruby as an "embeddable" Ruby runtime maybe)
jenrzzz has quit [Ping timeout: 264 seconds]
<jhass> compufreak26: I believe it's just an IO where writing to it writes to the child's stdin and reading from it reads from the childs stdout. stderr access is thus probably not given unless you used the options (see docs on spawn) to redirect stderr to stdout
<yxhuvud> compufreak26: I can recommend checking out the spawn method. It is simpler to use.
Pyrophilia has quit [Ping timeout: 260 seconds]
Pyrophilia has joined #ruby
<leitz> jhass, I dislike the expectation of requiring a user to load dozens of gems onto their machine to get an application to work. Even with building a website, I prefer fewer gems and dependencies.
drincruz has quit [Ping timeout: 240 seconds]
<jhass> leitz: mruby vs ruby doesn't change this at all
<jhass> yxhuvud: I believe spawn and popen have the same signature, it's just that spawn requires you to manually setup the pipes?
drincruz has joined #ruby
<yxhuvud> jhass: problem is that there is a billion different variants of popen, with slightly different behaviour.
<yxhuvud> whereas spawn is a single interface that handles them all with minimum fuss.
<jhass> yxhuvud: I think you might be mixing up open3 and IO.popen :)
<yxhuvud> perhaps, but that makes my point too :)
<jhass> IO.popen has the same signature as spawn/system :)
Rudd0 has quit [Ping timeout: 244 seconds]
<compufreak26> With spawn I'd need to wire up all the pipes correctly tho 🤔
compufreak26 has quit [Remote host closed the connection]
<yxhuvud> the ones you care about, yes.
cd has joined #ruby
cuerbot has joined #ruby
Swyper has quit [Remote host closed the connection]
elcuervo has quit [Ping timeout: 256 seconds]
brendan- has joined #ruby
akem has quit [Read error: Connection reset by peer]
donofrio has joined #ruby
gensym has joined #ruby
sarna has quit [Quit: Connection closed]
vondruch has quit [Quit: vondruch]
vondruch has joined #ruby
BSaboia has joined #ruby
<leitz> jhass, it would seem that the culture of an mruby type project would be much more understanding of trying to minimize dependencies.
BSaboia has quit [Quit: Leaving]
BSaboia has joined #ruby
aesthe has joined #ruby
compufreak65 has joined #ruby
Swyper has joined #ruby
Swyper has quit [Remote host closed the connection]
tobiasvl has quit [Ping timeout: 240 seconds]
TCZ has joined #ruby
alfiemax has quit [Remote host closed the connection]
fercell has quit [Ping timeout: 240 seconds]
Swyper has joined #ruby
akem has joined #ruby
ChmEarl has joined #ruby
fandre1986 has joined #ruby
jenrzzz has joined #ruby
Swyper has quit [Remote host closed the connection]
jenrzzz has quit [Ping timeout: 240 seconds]
Swyper has joined #ruby
bmurt has joined #ruby
roshanavand has quit [Ping timeout: 272 seconds]
burgestrand has quit [Quit: burgestrand]
phaul has quit [Ping timeout: 240 seconds]
rubydoc has quit [Ping timeout: 260 seconds]
moeSizlak has joined #ruby
<moeSizlak> if i want to use ruby (not rails) as a replacement for php on an apache server, whats best way to do so
fandre198649 has joined #ruby
fandre1986 has quit [Ping timeout: 240 seconds]
phaul has joined #ruby
rubydoc has joined #ruby
duderonomy has joined #ruby
<apotheon> moeSizlak: That's a very nonspecific question, and I'm not sure how to answer it.
<apotheon> moeSizlak: Are you saying you want nothing but a templating system?
<apotheon> moeSizlak: If so, you could read the "Embedded Ruby" and perhaps "Rack" sections of this: http://webapps-for-beginners.rubymonstas.org/index.html
<apotheon> moeSizlak: . . . but if you want just a little more friendliness for things, you could try Sinatra.
<apotheon> moeSizlak: Sinatra separates concerns a little more than just a basic template approach, but it's not terribly difficult to just use it for basic templates.
Rubzz has joined #ruby
<Rubzz> adam12: I just wanted to say, thanks for the assistance on Friday. I went with define_singleton_method.
fandre1986 has joined #ruby
<adam12> Rubzz: Awesome.
fandre198649 has quit [Ping timeout: 260 seconds]
zacts has joined #ruby
Rubzz has quit [Remote host closed the connection]
uplime is now known as Frankenstein
zacts has quit [Client Quit]
zacts has joined #ruby
alexherbo2 has quit [Quit: The Lounge - https://thelounge.chat]
Swyper has quit [Remote host closed the connection]
Swyper has joined #ruby
cthu| has joined #ruby
Swyper has quit [Ping timeout: 240 seconds]
Liothen has joined #ruby
Eiam has joined #ruby
Garb0 has joined #ruby
s2013 has joined #ruby
FastJack has quit [Ping timeout: 240 seconds]
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
Rudd0 has joined #ruby
bvdw has joined #ruby
phaul has quit [Ping timeout: 244 seconds]
rubydoc has quit [Ping timeout: 244 seconds]
FastJack has joined #ruby
Garb0 has quit [Read error: Connection reset by peer]
compufreak65 has quit [Remote host closed the connection]
dka- has quit [Ping timeout: 240 seconds]
TCZ has quit [Quit: Leaving]
howdoi has joined #ruby
exkith has joined #ruby
Lachezar has joined #ruby
* Lachezar waves.
* apotheon particles.
rubydoc has joined #ruby
<Lachezar> I'm trying to recreate an encrypt/decrypt scheme that has been developed in Ruby.
<Lachezar> It does: `cipher = OpenSSL::Cipher.new('AES-128-CBC')` `cipher.encrypt()` `cipher.key = generation_procedure()` and then returns `Base64.encode64(cipher.update(data) + cipher.final)`
<Lachezar> Seems right, but when I try to replicate it (in Java) I get something unexpected: the java code returns different data every time I call it, while Ruby code returns the same encrypted text every time.
jenrzzz has joined #ruby
<Lachezar> Is there something specific about padding or secure-random implementation that I need to know?
<pabs> Lachezar: my recommendation would be to not roll your own crypto implementation, and use something like libsodium instead
<pabs> the problem with trying to create your own implementation by picking algorithms and modes is you'll almost certainly guess wrong or forget to account for something
<pabs> versus relying on a higher-level library, which will take care of most of those annoyances for you
<pabs> (for example, if you just aes-128-cbc encrypt something, and i come along, i can reliably flip bits in the encrypted data without knowing the key, because it's not AEAD)
<Lachezar> pabs: Not my choice. Already done by devs, and I need to integrate :-/
<Lachezar> I am currently wondering how is the IV set in Ruby when encrypting using 'AES-128-CBC'.
davispuh has joined #ruby
* Lachezar curses badly.
phaul has joined #ruby
ruby-lang442 has joined #ruby
<Lachezar> So if I fix the IV in Java to be all zero I get the same encrypted as the Ruby.
* Lachezar curses again, but a bit less aggressive
exkith has quit [Quit: exkith]
exkith has joined #ruby
exkith has quit [Client Quit]
exkith has joined #ruby
ldepandis has joined #ruby
ta has quit [Quit: WeeChat 2.9]
ta has joined #ruby
* Lachezar wishes everyone a nice time-of-day.
Lachezar has quit [Quit: Going home.]
elcontrastador has joined #ruby
ruby-lang442 has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
troulouliou_div2 has joined #ruby
alfiemax has joined #ruby
jenrzzz has quit [Ping timeout: 265 seconds]
dka- has joined #ruby
jenrzzz has joined #ruby
zacts has quit [Quit: leaving]
BSaboia has quit [Quit: This computer has gone to sleep]
bocaneri has quit [Read error: Connection reset by peer]
<apotheon> It seems Lachezar's situation is kinda unfortunate.
imode has joined #ruby
troulouliou_div2 has quit [Quit: Leaving]
troulouliou_dev has joined #ruby
<havenwood> Ah, they left. Luckily I answered 11 months ago before they left. https://gist.github.com/havenwood/5bf440a7d7e2b73f8feb7865ad660734
* havenwood notes that time travel once again overshot too far into the past
cnsvc has joined #ruby
roshanavand has joined #ruby
<apotheon> havenwood: nice
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #ruby
madsobel has joined #ruby
troulouliou_dev has quit [Quit: Leaving]
cuerbot has quit [Ping timeout: 244 seconds]
elcuervo has joined #ruby
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #ruby
aesthe has quit [Quit: Leaving]
derpadmin has quit [Remote host closed the connection]
Scient has quit [Ping timeout: 260 seconds]
Scient has joined #ruby
roshanavand has quit [Ping timeout: 256 seconds]
BSaboia has joined #ruby
RoSeH_DaS_aRaBia has joined #ruby
Sina has joined #ruby
troulouliou_dev has joined #ruby
gix has joined #ruby
troulouliou_dev has quit [Client Quit]
troulouliou_dev has joined #ruby
RoSeH_DaS_aRaBia is now known as RoSeH
troulouliou_dev has quit [Remote host closed the connection]
RoSeH has quit [Quit: RoSeH]
ap4y has joined #ruby
RoSeH has joined #ruby
jenrzzz has quit [Read error: Connection reset by peer]
jenrzzz has joined #ruby
<jrhorn424> til, thanks
TCZ has joined #ruby
dka- has quit [Quit: My Ex-Girlfriend once told me: I'm not a slut, I'm just popular]
burgestrand has joined #ruby
ur5us has joined #ruby
vondruch has quit [Ping timeout: 256 seconds]
dka- has joined #ruby
darris_ has joined #ruby
r3my_ has joined #ruby
Guest41501_ has joined #ruby
rusua_ has joined #ruby
zapata_ has joined #ruby
Hien has joined #ruby
TheBrayn2 has joined #ruby
darris has quit [Ping timeout: 244 seconds]
Fire-Dragon-DoL has quit [Ping timeout: 244 seconds]
thecoffemaker has quit [Ping timeout: 244 seconds]
rusua has quit [Ping timeout: 244 seconds]
Guest41501 has quit [Ping timeout: 244 seconds]
Hien_ has quit [Ping timeout: 244 seconds]
kashike has quit [Ping timeout: 244 seconds]
jokester has quit [Ping timeout: 244 seconds]
zapata has quit [Ping timeout: 244 seconds]
vqrs has quit [Ping timeout: 244 seconds]
TheBrayn has quit [Ping timeout: 244 seconds]
r3my has quit [Ping timeout: 244 seconds]
mnemon has quit [Ping timeout: 244 seconds]
darris_ is now known as darris
r3my_ is now known as r3my
thecoffemaker has joined #ruby
vqrs has joined #ruby
jokester_ has joined #ruby
mnem has joined #ruby
kiwiandrew has joined #ruby
kashike has joined #ruby
madsobel has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Fire-Dragon-DoL has joined #ruby
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
troulouliou_dev has joined #ruby
ramfjord has quit [Ping timeout: 256 seconds]
BSaboia has quit [Quit: This computer has gone to sleep]
BSaboia has joined #ruby
kristian_on_linu has joined #ruby
ramfjord has joined #ruby
troulouliou_dev has quit [Quit: Leaving]
fandre1986 has quit [Quit: Connection closed]
alfiemax has quit [Remote host closed the connection]
SeepingN has joined #ruby
alfiemax has joined #ruby
BSaboia has quit [Ping timeout: 240 seconds]
orbyt99 has joined #ruby
TCZ has quit [Quit: Leaving]
dionysus69 has quit [Ping timeout: 260 seconds]
Pyrophilia has quit [Ping timeout: 272 seconds]
Sina has quit [Quit: Connection closed for inactivity]
dka- has quit [Quit: My Ex-Girlfriend once told me: I'm not a slut, I'm just popular]
cnsvc has quit [Quit: WeeChat 2.9]
TCZ has joined #ruby
alfiemax has quit [Remote host closed the connection]
alfiemax has joined #ruby
dka- has joined #ruby
alfiemax has quit [Ping timeout: 256 seconds]
Cork has quit [Ping timeout: 256 seconds]
GankMove has quit [Read error: Connection reset by peer]
Cork has joined #ruby
JayDoubleu has quit [Ping timeout: 272 seconds]
RoSeH has quit [Ping timeout: 258 seconds]
JayDoubleu has joined #ruby
gorsuch has quit [Ping timeout: 272 seconds]
gorsuch has joined #ruby
r3my has quit [Ping timeout: 272 seconds]
r3my has joined #ruby
Pyrophilia has joined #ruby
JayDoubleu has quit [Excess Flood]
bmurt has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
AutomationD has quit [Ping timeout: 272 seconds]
JayDoubleu has joined #ruby
JayDoubleu has quit [Excess Flood]
en10n has quit [Ping timeout: 272 seconds]
JayDoubleu has joined #ruby
Phoebus has quit [Ping timeout: 272 seconds]
en10n has joined #ruby
AutomationD has joined #ruby
con3_ has joined #ruby
Phoebus has joined #ruby
meinside has quit [Ping timeout: 272 seconds]
Pyrophilia_ has joined #ruby
ldepandis has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
r3my has quit [Ping timeout: 272 seconds]
GodFather has joined #ruby
meinside has joined #ruby
r3my has joined #ruby
con3 has quit [Ping timeout: 272 seconds]
Cork has quit [Ping timeout: 258 seconds]
Cork has joined #ruby
bvdw has quit [Quit: The Lounge - https://thelounge.chat]
bvdw has joined #ruby
ramfjord has quit [Ping timeout: 272 seconds]
ramfjord has joined #ruby
jenrzzz has quit [Ping timeout: 244 seconds]
zapata_ is now known as zapata
tv- has joined #ruby
Scient has quit [Ping timeout: 240 seconds]
TCZ has quit [Quit: Leaving]
dka- has quit [Quit: My Ex-Girlfriend once told me: I'm not a slut, I'm just popular]
Scient has joined #ruby
jenrzzz has joined #ruby
dka- has joined #ruby
burgestrand has quit [Quit: burgestrand]
TCZ has joined #ruby
mikecmpbll has quit [Ping timeout: 260 seconds]
Cork has quit [Ping timeout: 258 seconds]
mikecmpbll has joined #ruby
dka- has quit [Quit: My Ex-Girlfriend once told me: I'm not a slut, I'm just popular]
tv- has quit [Quit: WeeChat 2.8]
tv- has joined #ruby
dka- has joined #ruby
kiwiandrew has quit [Ping timeout: 240 seconds]
Cork has joined #ruby
Pyrophilia__ has joined #ruby
_whitelogger has joined #ruby
Cork has quit [Remote host closed the connection]
leitz has quit [Quit: Leaving]
kristian_on_linu has quit [Remote host closed the connection]
Cork has joined #ruby
justache has quit [Ping timeout: 260 seconds]