apeiros changed the topic of #ruby-lang to: Ruby 2.2.2; 2.1.6; 2.0.0-p645: https://ruby-lang.org || Paste code on https://gist.github.com
MVPhelp has joined #ruby-lang
benlovell has quit [Ping timeout: 272 seconds]
michael_mbp has quit [Excess Flood]
gambl0re has quit [Ping timeout: 256 seconds]
michael_mbp has joined #ruby-lang
hahuang65 has quit [Quit: WeeChat 1.1.1]
michaeldeol has quit [Ping timeout: 244 seconds]
tenderlove has quit [Read error: Connection reset by peer]
hahuang65 has joined #ruby-lang
datanois1 has quit [Quit: leaving]
MVPhelp has quit [Remote host closed the connection]
datanoise has joined #ruby-lang
shadowvengence22 has quit [Quit: Leaving]
benlovell has joined #ruby-lang
marr has quit [Read error: Connection reset by peer]
tenderlove has joined #ruby-lang
kfpratt has joined #ruby-lang
benlovell has quit [Ping timeout: 244 seconds]
havenwood has quit [Ping timeout: 272 seconds]
j4cknewt has quit [Remote host closed the connection]
kfpratt has quit [Ping timeout: 264 seconds]
MVPhelp has joined #ruby-lang
ttilley has joined #ruby-lang
baweaver has quit [Remote host closed the connection]
tibig has quit [Ping timeout: 276 seconds]
caseypatrickdris has joined #ruby-lang
nedp has joined #ruby-lang
hahuang65 has quit [Ping timeout: 258 seconds]
kfpratt has joined #ruby-lang
caseypatrickdris has quit [Ping timeout: 272 seconds]
<avdi> Yeah I have all kinds of fun with enumerators on the show
sankaber has joined #ruby-lang
thomaslnx has joined #ruby-lang
kfpratt has quit [Remote host closed the connection]
wallerdev has joined #ruby-lang
<thomaslnx> hi guys. Where can i get some help about ruby for beginners, besides from website?
bruno- has quit [Ping timeout: 246 seconds]
<zenspider> here is good
<pipework> there is good too
<thomaslnx> i already have knowledge about structured languages programming, like c, but i'm punch on the face about oo programming. Any source to help?
havenwood has joined #ruby-lang
<womble> thomaslnx: I still like "The Pickaxe": https://pragprog.com/book/ruby4/programming-ruby-1-9-2-0
<womble> It'll give you a good understanding of Ruby-flavoured OO, at least.
rubyaw has quit [Quit: Leaving...]
<womble> No final const virtual destructors, though.
sankaber has quit [Ping timeout: 240 seconds]
j4cknewt has joined #ruby-lang
bb010g has quit [Quit: Connection closed for inactivity]
gambl0re has joined #ruby-lang
j4cknewt has quit [Read error: Connection reset by peer]
Brazeau has joined #ruby-lang
j4cknewt has joined #ruby-lang
KKKLANSMAN has joined #ruby-lang
<KKKLANSMAN> hello everyone!
shevy has joined #ruby-lang
shevy has left #ruby-lang ["I'll be back ... maybe"]
djbkd has quit [Remote host closed the connection]
j4cknewt_ has joined #ruby-lang
datanoise has quit [Ping timeout: 240 seconds]
j4cknewt has quit [Ping timeout: 276 seconds]
Brazeau has left #ruby-lang ["Leaving"]
kyrylo has joined #ruby-lang
<kyrylo> Hi! Could someone explain what does the number after "trace" represent? In my example, it's number 8. https://gist.github.com/kyrylo/06bb5d160dbaf43a9a46
caseypatrickdris has joined #ruby-lang
<existensil> is this channel going away?
<havenwood> existensil: It's just becoming leaner by five characters.
caseypatrickdris has quit [Ping timeout: 264 seconds]
Forgetful_Lion has quit [Remote host closed the connection]
<existensil> and adding about 800 nicks
<apeiros> closer to 600, due to overlap
<existensil> ah, right
<existensil> I'm not going to wait to be shown the door. I know when I'm not welcome.
existensil has left #ruby-lang ["WeeChat 0.4.2"]
<KKKLANSMAN> the ruby community is not a welcoming one... it's a prejudiced, racist, and intolerant one
<KKKLANSMAN> people in the ruby community are very closed minded
bruno- has joined #ruby-lang
KKKLANSMAN was kicked from #ruby-lang by apeiros [good bye]
car has quit [Ping timeout: 264 seconds]
j4cknewt_ has quit [Read error: Connection reset by peer]
<bnagy> wait wat?
<bnagy> merging with #ruby?
bruno- has quit [Ping timeout: 245 seconds]
ttilley has quit [Changing host]
ttilley has joined #ruby-lang
duderonomy has joined #ruby-lang
<havenwood> bnagy: It took a few years but yup, merging.
<pipework> It's actually happening, or no?
<havenwood> pipework: Actually for really real.
<pipework> havenwood: You do know it's not April 1st, right?
* havenwood checks
<pipework> Don't mess with me, man. I'm rather under the weather.
Alehanz has joined #ruby-lang
Alehanz has quit [Client Quit]
<bnagy> wow
<havenwood> pipework: Get better! But yeah, for real.
<bnagy> I actually gave up #ruby and came here for better SNR :<
<pipework> havenwood: Oh huh. I can't wait to see what the access list is going to have.
<havenwood> bnagy: There's a #ruby-pro with very high signal-to-noise ratio.
<bnagy> is it webby?
<havenwood> bnagy: And #ruby-community with... community stuff.
<havenwood> bnagy: Great folk but not a ton of talk, but that might change.. dunno.
<bnagy> hand wringing about diversity and codes of conduct and such?
<havenwood> bnagy: mostly trying to figure out how to help newcomers
kyrylo has left #ruby-lang ["Konversation terminated!"]
car has joined #ruby-lang
amclain has joined #ruby-lang
<havenwood> bnagy: err, i meant that about #ruby-community, but yeah just request voice on #ruby-pro since it's very little noise
caseypatrickdris has joined #ruby-lang
<havenwood> silent even
benlovell has joined #ruby-lang
djbkd has joined #ruby-lang
<havenwood> bnagy: maybe there'll end up being an offtopic channel, dunno
<bnagy> how would they tell? ;)
datanoise has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
benlovell has quit [Ping timeout: 264 seconds]
djbkd has quit [Ping timeout: 265 seconds]
havenwood has quit []
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
havenwood has joined #ruby-lang
Ropeney has joined #ruby-lang
<zenspider> thomaslnx: learning OO (properly/thoroughly) isn't really (good) book material. I have found the best learning comes from taking an "object walk" with someone and discussing those things you see... what their attributes might be... what their actions might be... how they interact and couple with each other. etc.
<zenspider> bnagy: yes. we're merging the channels and setting up #ruby-lang as a redirect to #ruby
stardiviner has quit [Quit: Weird in coding now, or make love, only two things push me away from IRC.]
<zenspider> in the hopes that it'll reduce confusion
stardiviner has joined #ruby-lang
<zenspider> bnagy: there's active moderation on both channels now, so the SNR should be improved
<zenspider> I've been camping in both for a couple months now and it's changed a lot
alxndr has left #ruby-lang [#ruby-lang]
<bnagy> I was in #ruby for years but eventually the homework-help and webbies got too annoying
<bnagy> plus I kind of stopped writing ruby as a first language
<womble> /join #ruby-no-homework-or-webbies
<bnagy> that used to be here :<
<havenwood> bnagy: i've seen plenty of homework here :P
dorei has quit []
<bnagy> fair, but nowhere near as much
<zenspider> I might encourage there to be a #ruby-chat or #ruby-offtopic when things get too noisy
<bnagy> registration used to cull 95% of it
<bnagy> aint nobody got time for that! There's cheating to be done!
<zenspider> I don't mind homework, as long as they're up front about it and are actually putting in effort and just need some direction
<bnagy> ditto
<bnagy> then again the same probably applies to any question
<zenspider> pretty much.
<zenspider> I don't mind the "where do I start I'm at zero" q's either
bruno- has joined #ruby-lang
<zenspider> if they're really at zero and not just hoping you'll give them a solution
<bnagy> related: is there anything worth recommending for "I am an experienced programmer, I need to grok ruby"?
<bnagy> apart from read quickref then read the docs for Enumerable
<zenspider> hah. that's the usual thing I push. depends on their background
<bnagy> all the old stuff is too 'learn to program while using crap ruby idiom' for my taste
bruno- has quit [Ping timeout: 250 seconds]
sankaber has joined #ruby-lang
j4cknewt has joined #ruby-lang
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
cornerma1 has joined #ruby-lang
j4cknewt has quit [Ping timeout: 256 seconds]
Forgetful_Lion has joined #ruby-lang
cornerman has quit [Ping timeout: 264 seconds]
cornerma1 is now known as cornerman
banister has joined #ruby-lang
kfpratt has joined #ruby-lang
atomical has joined #ruby-lang
dingus_khan has joined #ruby-lang
alphemy has quit [Ping timeout: 246 seconds]
wallerdev has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
banister has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bruno- has joined #ruby-lang
gix has quit [Ping timeout: 244 seconds]
sankaber has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bruno- has quit [Ping timeout: 264 seconds]
gix has joined #ruby-lang
car has quit [Ping timeout: 256 seconds]
vaedd has joined #ruby-lang
<pipework> How about #ruby-for-hipsters?
freedrull has joined #ruby-lang
<duderonomy> bnagy: See the first few chapters of Ruby Metaprogramming 2nd ed.
<pipework> Mmmmm.
<duderonomy> Talks about the object model more than introductory books, I guess
<pipework> ^
<pipework> It's the first book I suggest to people who have already learned at least one programming language.
<pipework> Then the black book.
<duderonomy> which is black book? Elegant ruby or another? Thx btw.
<duderonomy> Ahh.. just googled... "The Well-Grounded Rubyist"
<duderonomy> That will be my next one, then
<pipework> Sorry, yeah. The Whale-Grounded Rubyist.
dingus_khan has quit [Remote host closed the connection]
nedp has quit [Remote host closed the connection]
duderonomy has quit [Ping timeout: 256 seconds]
<bnagy> I don't really recommend books at all
<bnagy> because this is computer programming not Art History
<bnagy> but ymmv I guess
<bnagy> some people have tax deductions to find
thomaslnx has quit [Ping timeout: 276 seconds]
xcesariox has joined #ruby-lang
joaomdmoura has joined #ruby-lang
dingus_khan has joined #ruby-lang
<womble> There's something to be said for a large, coherent explanation of a large topic. Doesn't need to be dead tree, but I think learning something like a programming language from a good(!) book is far superior to learning from a collection of (good!) blog posts and screencasts.
charliesome has joined #ruby-lang
<bnagy> IME it's a great way to get exposed to a lot of one author's style, which is usually quirky
<pipework> bnagy: Without reading the books, what's the value in an opinion that says not to use them?
<pipework> Why bother with anything then?
<pipework> I prefer ebook form, myself.
<pipework> You'll get a good taste of any author's style if you read the written word at all.
<pipework> I'd just suggest finding the medium(s) you learn from best.
<bnagy> sure, but reading real software is a broader sample so the quirks even out
<pipework> I'm not sure I agree.
<pipework> Reading many books could achieve the same effect, plausibly.
<pipework> Instructional texts are geared towards those whose primary desire is to learn or to begin learning.
Ox0dea has joined #ruby-lang
<Ox0dea> pipework: Mediums are people who attempt to communicate with the dead.
<bnagy> you're implicitly positing that _any_ of the books are good, there ;)
<pipework> Ox0dea: Not my fault you're dead inside.
<pipework> bnagy: Seems like you just have some kind of incoherent beef with books you haven't read. :)
<pipework> Nothing but a large amount of prescription medication can fix that kind of thing.
* bnagy yawns
joaomdmoura has quit [Remote host closed the connection]
<pipework> Just the kind of quality discourse you'll find here at #ruby-lang
<freedrull> are these typical speeds for an empty file https://github.com/mcfiredrill/basic_test
kfpratt has quit [Remote host closed the connection]
kfpratt has joined #ruby-lang
duderonomy has joined #ruby-lang
revath has joined #ruby-lang
kfpratt has quit [Remote host closed the connection]
kfpratt has joined #ruby-lang
LBo has quit [Ping timeout: 258 seconds]
kfpratt has quit [Remote host closed the connection]
<womble> freedrull: Define "typical"
hahuang65 has joined #ruby-lang
<Ox0dea> > alias_method(:typical) { |c| c.reduce(:+) / c.size }
<freedrull> i dont really know what im getting at really
<freedrull> i just thought i remember gary's tests running faster in his screencasts
hahuang65 has quit [Ping timeout: 264 seconds]
Ropeney has joined #ruby-lang
shinnya has quit [Ping timeout: 256 seconds]
<womble> freedrull: Probably had a whole heap less gems enabled, or had a faster CPU, or was running everything off a ramdisk, or you're misremembering.
<womble> So very, very many reasons why performance can differ.
gwendall has joined #ruby-lang
revath has quit [Quit: Leaving.]
revath has joined #ruby-lang
<freedrull> womble: one time i removed my stupid fancy git aware PS1 and my shells spawned significantly faster -_-
<freedrull> definitely have alot of gems.....
<freedrull> this macbook air isnt the fastest either
dingus_khan has quit [Remote host closed the connection]
revath has quit [Quit: Leaving.]
ryba has joined #ruby-lang
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
revath has joined #ruby-lang
Ropeney has joined #ruby-lang
revath has quit [Ping timeout: 265 seconds]
MouseTheLuckyDog has joined #ruby-lang
datanoise has quit [Ping timeout: 264 seconds]
leat has joined #ruby-lang
indrajeet has joined #ruby-lang
bruno- has joined #ruby-lang
skade has joined #ruby-lang
<MouseTheLuckyDog> I have a list A. I want to do the following: the_one=nil; A.each{|a| if ( matches(a)) then the_one=a; exit each loop }how do I do it?
caseypatrickdris has quit [Ping timeout: 256 seconds]
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bruno- has quit [Ping timeout: 252 seconds]
<bnagy> MouseTheLuckyDog: assuming I read your pseudocode correctly, the_one = A.find {|e| condition
symm- has quit [Ping timeout: 258 seconds]
bb010g has joined #ruby-lang
<MouseTheLuckyDog> bnagy, ? your code is incomplete. I want to test elements of A till I find a match then stop testing.
<Ox0dea> MouseTheLuckyDog: Then you want #find.
<MouseTheLuckyDog> Ok thanks.
revath has joined #ruby-lang
revath1 has joined #ruby-lang
hahuang65 has joined #ruby-lang
revath has quit [Ping timeout: 276 seconds]
revath1 has quit [Client Quit]
revath has joined #ruby-lang
hahuang65 has quit [Ping timeout: 252 seconds]
VinnyBoy has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
VinnyBoy has joined #ruby-lang
sandelius has joined #ruby-lang
MouseTheLuckyDog has quit [Quit: Leaving]
gianlucadv has joined #ruby-lang
car has joined #ruby-lang
|jemc| has quit [Ping timeout: 252 seconds]
atomical has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
rippa has joined #ruby-lang
danguita has joined #ruby-lang
nedp has joined #ruby-lang
ryba has quit [Ping timeout: 256 seconds]
amclain has quit [Quit: Leaving]
gwendall has quit [Remote host closed the connection]
wallerdev has quit [Quit: wallerdev]
Forgetful_Lion has quit [Remote host closed the connection]
_ht has joined #ruby-lang
datanoise has joined #ruby-lang
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
xcesariox has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sandelius has joined #ruby-lang
Ropeney has joined #ruby-lang
VinnyBoy has quit [Read error: Connection reset by peer]
hahuang65 has joined #ruby-lang
rio has quit [Ping timeout: 265 seconds]
hahuang65 has quit [Ping timeout: 265 seconds]
rio has joined #ruby-lang
dingus_khan has joined #ruby-lang
dingus_khan has quit [Ping timeout: 240 seconds]
j4cknewt has joined #ruby-lang
j4cknewt has quit [Ping timeout: 265 seconds]
woodruffw has quit [Read error: Connection reset by peer]
fusillicode has quit [Quit: Leaving.]
fusillicode has joined #ruby-lang
revath has quit [Quit: Leaving.]
revath has joined #ruby-lang
Ox0dea has left #ruby-lang ["WeeChat 1.2-rc1"]
woodruffw has joined #ruby-lang
<pipework> freedrull: He wasn't loading the whole environment to run tests.
datanoise has quit [Ping timeout: 252 seconds]
michael_mbp has quit [Excess Flood]
michael_mbp has joined #ruby-lang
voxxit has quit [Remote host closed the connection]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
joaomdmoura has joined #ruby-lang
charliesome has quit [Quit: zzz]
joaomdmoura has quit [Ping timeout: 264 seconds]
bruno- has joined #ruby-lang
bruno- is now known as Guest7879
Guest7879 has quit [Ping timeout: 256 seconds]
danguita has left #ruby-lang ["Ciao! (WeeChat 0.4.2)"]
charliesome has joined #ruby-lang
hahuang65 has joined #ruby-lang
hahuang65 has quit [Ping timeout: 264 seconds]
dingus_khan has joined #ruby-lang
skade has quit [Quit: Computer has gone to sleep.]
dingus_khan has quit [Ping timeout: 258 seconds]
hagabaka has joined #ruby-lang
tenderlove has quit [Ping timeout: 250 seconds]
tkuchiki has joined #ruby-lang
tenderlove has joined #ruby-lang
ryba has joined #ruby-lang
tkuchiki has quit [Ping timeout: 265 seconds]
shinnya has joined #ruby-lang
bruno- has joined #ruby-lang
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
chinmay_dd has joined #ruby-lang
bruno- has quit [Ping timeout: 272 seconds]
Missphoenix has joined #ruby-lang
Miphix has quit [Read error: Connection reset by peer]
Phoenixmiss has joined #ruby-lang
Missphoenix has quit [Read error: Connection reset by peer]
centrx has joined #ruby-lang
chinmay_dd has quit []
hahuang65 has joined #ruby-lang
hahuang65 has quit [Ping timeout: 265 seconds]
skade has joined #ruby-lang
k3asd` has joined #ruby-lang
dingus_khan has joined #ruby-lang
datanoise has joined #ruby-lang
dingus_khan has quit [Ping timeout: 250 seconds]
datanoise has quit [Ping timeout: 255 seconds]
sandelius has joined #ruby-lang
ryba has quit [Ping timeout: 246 seconds]
bb010g has quit [Quit: Connection closed for inactivity]
hahuang65 has joined #ruby-lang
ledestin has joined #ruby-lang
tenderlove has quit [Ping timeout: 246 seconds]
Phoenixmiss has quit [Quit: Leaving]
Miphix has joined #ruby-lang
tenderlove has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
skade has quit [Ping timeout: 265 seconds]
ryba has joined #ruby-lang
GBrawl has joined #ruby-lang
<womble> Is it possible to have both keyword arguments and an options hash in a method signature? I'm not finding any Googlejuice, nor is my blind experimentation getting me anywhere.
<apeiros> womble: an option hash is just a single non-keyword arg
<zenspider> ... but... _why_?
<apeiros> womble: so yes. but the {}-less syntax only applies to the last hash passed in, which in case of kwargs is used for those.
<apeiros> and yeah - why? :D
<womble> zenspider: Saves me having to do manual validation on the keyword arguments I want to be mandatory, while still allowing "arbitrary" opts (which I just pass through untouched to a backend call).
<apeiros> womble: **rest
<apeiros> def foo(kwarg1:, kwarg2:, **rest)
<zenspider> womble: seems bad
skade has joined #ruby-lang
<womble> apeiros: Aha! ** was what I hadn't found. Thanks.
<womble> zenspider: It's not great, but it's either that or put the backend-specific opts in their own parameter, like foo(x:, y:, backend_opts: {})
<womble> Which I'm also considering, but the opts I *do* want named specifically, and are mandatory, are *also* passed back, after I've massaged them a bit.
<womble> It's an ugly situation all around, really.
<apeiros> womble: I usually mirror those so errors are easier to follow. even if that's not DRY :(
<womble> apeiros: The problem there is that the exact set of available options varies depending on which version of the backend library people are using.
<zenspider> sounds like bad requirements / design to me
<womble> Like I said... ugly situation.
<zenspider> *nod* sorry
kr3ssh has joined #ruby-lang
t_ has quit [Ping timeout: 240 seconds]
tibig has joined #ruby-lang
skade has quit [Read error: Connection reset by peer]
dingus_khan has joined #ruby-lang
kr3ssh has quit [Ping timeout: 265 seconds]
dingus_khan has quit [Ping timeout: 256 seconds]
tenderlove has quit [Read error: Connection reset by peer]
indrajeet has quit [Quit: Page closed]
sarkyniin has joined #ruby-lang
tenderlove has joined #ruby-lang
hahuang65 has joined #ruby-lang
hahuang65 has quit [Ping timeout: 250 seconds]
bruno- has joined #ruby-lang
tenderlove has quit [Read error: Connection reset by peer]
bruno- has quit [Ping timeout: 256 seconds]
tenderlove has joined #ruby-lang
ht__ has joined #ruby-lang
tkuchiki has joined #ruby-lang
bruno- has joined #ruby-lang
datanoise has joined #ruby-lang
benlovell has joined #ruby-lang
datanoise has quit [Ping timeout: 244 seconds]
sgambino has joined #ruby-lang
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
tkuchiki has quit [Ping timeout: 258 seconds]
Ropeney has joined #ruby-lang
ryba has quit [Ping timeout: 256 seconds]
hahuang65 has joined #ruby-lang
banister has joined #ruby-lang
banister has quit [Max SendQ exceeded]
djbkd has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
tkuchiki has joined #ruby-lang
djbkd has quit [Ping timeout: 265 seconds]
benlovell has quit [Ping timeout: 246 seconds]
banister has joined #ruby-lang
Ropeney has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
gwendall has joined #ruby-lang
gwendall has quit [Remote host closed the connection]
tenderlove has quit [Ping timeout: 252 seconds]
gwendall has joined #ruby-lang
tenderlove has joined #ruby-lang
leat has quit [Ping timeout: 265 seconds]
fusillicode has quit [Quit: Leaving.]
fusillicode has joined #ruby-lang
bruno- has quit [Ping timeout: 252 seconds]
bruno- has joined #ruby-lang
davispuh has joined #ruby-lang
iamninja has quit [Read error: Connection reset by peer]
iamninja has joined #ruby-lang
k3asd` has quit [Remote host closed the connection]
fusillicode has quit [Quit: Leaving.]
fusillicode has joined #ruby-lang
fluchtreflex has joined #ruby-lang
fluchtreflex has quit [Changing host]
fluchtreflex has joined #ruby-lang
GBrawl has quit [Read error: Connection reset by peer]
car has quit [Ping timeout: 272 seconds]
red_menace has joined #ruby-lang
red_menace has left #ruby-lang ["leaving..."]
bruno- has quit [Quit: Lost terminal]
bruno- has joined #ruby-lang
leat has joined #ruby-lang
stan has quit [Ping timeout: 256 seconds]
bruno- has quit [Client Quit]
dorei has joined #ruby-lang
ttilley has quit [Quit: Leaving...]
ttilley has joined #ruby-lang
ttilley has quit [Changing host]
ttilley has joined #ruby-lang
chinmay_dd has joined #ruby-lang
hahuang65 has joined #ruby-lang
stan has joined #ruby-lang
hahuang65 has quit [Ping timeout: 250 seconds]
leat has quit [Remote host closed the connection]
leat has joined #ruby-lang
tenderlove has quit [Read error: Connection reset by peer]
tenderlove has joined #ruby-lang
datanoise has joined #ruby-lang
datanoise has quit [Ping timeout: 265 seconds]
tenderlove has quit [Read error: Connection reset by peer]
michael_mbp has quit [Excess Flood]
k3asd` has joined #ruby-lang
tenderlove has joined #ruby-lang
michael_mbp has joined #ruby-lang
j4cknewt has joined #ruby-lang
symm- has joined #ruby-lang
n0xff has joined #ruby-lang
dingus_khan has joined #ruby-lang
gix has quit [Ping timeout: 244 seconds]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
atomical has joined #ruby-lang
dingus_khan has quit [Ping timeout: 265 seconds]
gix has joined #ruby-lang
<ht__> [gtk3] Is there a reason to use Gtk.init before creating and showing a window and starting the main event loop?
thomaslnx has joined #ruby-lang
<ht__> It seems to work without, but the tutorial suggests to use it (but C and Python tutorial don't)
elia has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
leat has quit [Remote host closed the connection]
djbkd has joined #ruby-lang
leat has joined #ruby-lang
michael_mbp has quit [Excess Flood]
hahuang65 has joined #ruby-lang
<jhass> I think it's deprecated with gtk3?
djbkd has quit [Ping timeout: 246 seconds]
<jhass> so not deprecated, but not required for many things
michael_mbp has joined #ruby-lang
stan has quit [Ping timeout: 256 seconds]
hahuang65 has quit [Ping timeout: 250 seconds]
leat has quit [Ping timeout: 264 seconds]
stan has joined #ruby-lang
kfpratt has joined #ruby-lang
symm- has quit [Ping timeout: 250 seconds]
revath has quit [Ping timeout: 256 seconds]
bruno- has joined #ruby-lang
benlovell has joined #ruby-lang
sandelius has joined #ruby-lang
benlovell has quit [Ping timeout: 258 seconds]
leat has joined #ruby-lang
datanoise has joined #ruby-lang
datanoise has quit [Ping timeout: 244 seconds]
kfpratt has quit [Ping timeout: 265 seconds]
michael_mbp has quit [Excess Flood]
michael_mbp has joined #ruby-lang
leat1 has joined #ruby-lang
leat has quit [Ping timeout: 252 seconds]
chinmay_dd has quit []
dingus_khan has joined #ruby-lang
leat1 has quit [Remote host closed the connection]
j4cknewt_ has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
dingus_khan has quit [Ping timeout: 276 seconds]
j4cknewt has quit [Ping timeout: 265 seconds]
leat1 has joined #ruby-lang
revath has joined #ruby-lang
alestuber has joined #ruby-lang
VinnyBoy has joined #ruby-lang
hahuang65 has joined #ruby-lang
revath has quit [Ping timeout: 256 seconds]
j4cknewt has joined #ruby-lang
revath has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
j4cknewt_ has quit [Ping timeout: 265 seconds]
kr3ssh has joined #ruby-lang
j4cknewt has quit [Read error: Connection reset by peer]
j4cknewt has joined #ruby-lang
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
bruno-_ has joined #ruby-lang
bruno-_ has quit [Client Quit]
arBmind has quit [Quit: Leaving.]
bruno-_ has joined #ruby-lang
bruno-_ has quit [Client Quit]
sandelius has joined #ruby-lang
djbkd has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
j4cknewt has joined #ruby-lang
<ht__> jhass: Ah, thanks
Havenn has joined #ruby-lang
djbkd has quit [Ping timeout: 245 seconds]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
j4cknewt has quit [Read error: Connection reset by peer]
elia has quit [Read error: Connection reset by peer]
shinnya has quit [Ping timeout: 256 seconds]
tkuchiki has quit [Ping timeout: 264 seconds]
j4cknewt has joined #ruby-lang
elia has joined #ruby-lang
cornerma1 has joined #ruby-lang
cornerman has quit [Ping timeout: 265 seconds]
cornerma1 is now known as cornerman
elia has quit [Quit: Computer has gone to sleep.]
lele is now known as Guest24
dingus_khan has joined #ruby-lang
|jemc| has joined #ruby-lang
benlovell has joined #ruby-lang
Ilyes512 has quit [Quit: Textual IRC Client: www.textualapp.com]
dingus_khan has quit [Ping timeout: 265 seconds]
drefined has joined #ruby-lang
leat1 has quit [Ping timeout: 240 seconds]
hahuang65 has joined #ruby-lang
gwendall_ has joined #ruby-lang
gwendall has quit [Read error: Connection reset by peer]
amclain has joined #ruby-lang
banister has quit [Read error: Connection reset by peer]
hahuang65 has quit [Ping timeout: 256 seconds]
fusillicode1 has joined #ruby-lang
banister has joined #ruby-lang
caseypatrickdris has quit [Remote host closed the connection]
tautvydas has joined #ruby-lang
fusillicode has quit [Ping timeout: 265 seconds]
fusillicode1 has quit [Quit: Leaving.]
fusillicode has joined #ruby-lang
datanoise has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
centrx has quit [Quit: Shutting down, Please wait...]
bruno- has quit [Ping timeout: 252 seconds]
datanoise has quit [Ping timeout: 244 seconds]
iamninja has quit [Read error: Connection reset by peer]
iamninja has joined #ruby-lang
datanoise has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
Havenn is now known as havenwood
drefined has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
topher has quit [Quit: Connection closed for inactivity]
ht__ has quit [Quit: Konversation terminated!]
j4cknewt has joined #ruby-lang
nedp has quit [Remote host closed the connection]
caseypatrickdris has quit [Remote host closed the connection]
alestuber has quit [Ping timeout: 256 seconds]
alestuber has joined #ruby-lang
dingus_khan has joined #ruby-lang
charliesome has quit [Quit: zzz]
benlovell has quit [Ping timeout: 255 seconds]
alestuber has quit [Ping timeout: 252 seconds]
dingus_khan has quit [Ping timeout: 256 seconds]
benlovell has joined #ruby-lang
alestuber has joined #ruby-lang
b_hoffman has joined #ruby-lang
alestuber has quit [Read error: Connection reset by peer]
benlovell has quit [Ping timeout: 256 seconds]
j4cknewt has quit [Read error: Connection reset by peer]
caseypatrickdris has joined #ruby-lang
elia has joined #ruby-lang
benlovell has joined #ruby-lang
j4cknewt has joined #ruby-lang
hahuang65 has joined #ruby-lang
havenwood has quit [Quit: Textual IRC Client: www.textualapp.com]
elia has quit [Quit: Computer has gone to sleep.]
hahuang65 has quit [Ping timeout: 265 seconds]
j4cknewt has quit [Remote host closed the connection]
crdpink2 has joined #ruby-lang
crdpink has quit [Ping timeout: 265 seconds]
rippa has joined #ruby-lang
benlovell has quit [Ping timeout: 276 seconds]
BanzaiJoe has joined #ruby-lang
revath has quit [Ping timeout: 265 seconds]
|jemc| has quit [Ping timeout: 272 seconds]
caseypatrickdris has quit [Remote host closed the connection]
g0bl1n has joined #ruby-lang
g0bl1n has joined #ruby-lang
DLSteve has joined #ruby-lang
j4cknewt has joined #ruby-lang
crdpink has joined #ruby-lang
BanzaiJoe has quit [Ping timeout: 265 seconds]
g0bl1n has quit [Quit: Leaving]
crdpink2 has quit [Ping timeout: 265 seconds]
hackeron has quit [Ping timeout: 258 seconds]
hackeron has joined #ruby-lang
b_hoffman has quit [Quit: b_hoffman]
BanzaiJoe has joined #ruby-lang
shinnya has joined #ruby-lang
caseypatrickdris has joined #ruby-lang
caseypatrickdris has quit [Remote host closed the connection]
caseypatrickdris has joined #ruby-lang
revath has joined #ruby-lang
hahuang65 has joined #ruby-lang
havenwood has joined #ruby-lang
konsolebox has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
kr3ssh has quit [Ping timeout: 264 seconds]
joaomdmoura has joined #ruby-lang
benlovell has joined #ruby-lang
k3asd` has quit [Ping timeout: 258 seconds]
sandelius has joined #ruby-lang
benlovell has quit [Ping timeout: 246 seconds]
dede has quit [Quit: Connection closed for inactivity]
davispuh has quit [Remote host closed the connection]
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
weaksauce has quit [Quit: Textual IRC Client: www.textualapp.com]
weaksauce has joined #ruby-lang
davispuh has joined #ruby-lang
joaomdmoura has quit [Remote host closed the connection]
dingus_khan has joined #ruby-lang
bertocode has joined #ruby-lang
dingus_khan has quit [Ping timeout: 250 seconds]
araujo has quit [Ping timeout: 256 seconds]
BanzaiJoe has quit [Read error: Connection reset by peer]
BanzaiJoe has joined #ruby-lang
baweaver has joined #ruby-lang
hahuang65 has joined #ruby-lang
araujo has joined #ruby-lang
araujo has joined #ruby-lang
araujo has quit [Max SendQ exceeded]
symm- has joined #ruby-lang
michaeldeol has joined #ruby-lang
hahuang65 has quit [Ping timeout: 272 seconds]
Asher has quit [Quit: Leaving.]
Asher has joined #ruby-lang
woodruffw has left #ruby-lang ["And then he took off."]
joaomdmoura has joined #ruby-lang
joaomdmoura has quit [Remote host closed the connection]
tenderlove has quit [Quit: Leaving...]
datanoise has quit [Quit: leaving]
joaomdmoura has joined #ruby-lang
michaeldeol has quit [Quit: Textual IRC Client: www.textualapp.com]
kr3ssh has joined #ruby-lang
atomical has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
mcclurmc_ has joined #ruby-lang
mcclurmc has quit [Ping timeout: 252 seconds]
micmus has joined #ruby-lang
rippa has joined #ruby-lang
gwendall_ has quit [Remote host closed the connection]
gwendall has joined #ruby-lang
caseypat_ has joined #ruby-lang
gwendall_ has joined #ruby-lang
hahuang65 has joined #ruby-lang
caseypatrickdris has quit [Ping timeout: 256 seconds]
gwendall_ has quit [Remote host closed the connection]
gwendall_ has joined #ruby-lang
gwendall has quit [Ping timeout: 272 seconds]
gwendall_ has quit [Ping timeout: 272 seconds]
araujo has joined #ruby-lang
araujo has quit [Max SendQ exceeded]
caseypatrickdris has joined #ruby-lang
pipework is now known as grumpowl
kr3ssh has quit [Ping timeout: 272 seconds]
caseypat_ has quit [Ping timeout: 256 seconds]
dingus_khan has joined #ruby-lang
Alehanz has joined #ruby-lang
<Alehanz> Hey everyone!
caseypat_ has joined #ruby-lang
Alehanz has quit [Client Quit]
caseypatrickdris has quit [Ping timeout: 256 seconds]
dingus_khan has quit [Ping timeout: 244 seconds]
ledestin has joined #ruby-lang
<ljarvis> howdy
dingus_khan has joined #ruby-lang
bruno- has joined #ruby-lang
grumpowl is now known as pipework
iamninja has quit [Read error: Connection reset by peer]
iamninja has joined #ruby-lang
hackeron has quit [Ping timeout: 272 seconds]
hackeron has joined #ruby-lang
|jemc| has joined #ruby-lang
Miphix has quit [Quit: Leaving]
konsolebox has quit [Quit: Leaving]
sandelius has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
Miphix has joined #ruby-lang
j4cknewt has quit [Remote host closed the connection]
bruno- has quit [Ping timeout: 258 seconds]
BanzaiJoe has quit [Ping timeout: 276 seconds]
dingus_khan has quit [Remote host closed the connection]
Ilyes512 has joined #ruby-lang
gwendall has joined #ruby-lang
alestuber has joined #ruby-lang
joaomdmoura has quit [Remote host closed the connection]
gwendall has quit [Ping timeout: 272 seconds]
thomaslnx has quit [Ping timeout: 252 seconds]
joaomdmoura has joined #ruby-lang
revath has quit [Ping timeout: 252 seconds]
_ht has quit [Quit: Konversation terminated!]
benlovell has joined #ruby-lang
benlovell has quit [Ping timeout: 245 seconds]
cb__ has joined #ruby-lang
iamninja has quit [Ping timeout: 256 seconds]
bruno- has joined #ruby-lang
Alehanz_ has joined #ruby-lang
Alehanz_ has quit [Client Quit]
tautvydas has quit [Remote host closed the connection]
joaomdmoura has quit [Remote host closed the connection]
n0xff has quit [Quit: leaving]
dingus_khan has joined #ruby-lang
chouhoulis has quit [Remote host closed the connection]
chouhoulis has joined #ruby-lang
Ox0dea has joined #ruby-lang
rippa has quit [Quit: {#`%${%&`+'${`%&NO CARRIER]
chouhoul_ has joined #ruby-lang
chouhoulis has quit [Ping timeout: 255 seconds]
symm- has quit [Ping timeout: 246 seconds]
ledestin has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
michael_mbp has quit [Excess Flood]
kadoppe has quit [Ping timeout: 272 seconds]
michael_mbp has joined #ruby-lang
kadoppe has joined #ruby-lang
micmus has quit [Ping timeout: 250 seconds]
baweaver has quit [Remote host closed the connection]
cb__ has quit [Remote host closed the connection]
bb010g has joined #ruby-lang
thomaslnx has joined #ruby-lang
atomical has joined #ruby-lang
cb__ has joined #ruby-lang
micmus has joined #ruby-lang
gianlucadv has quit [Ping timeout: 264 seconds]
LBo has joined #ruby-lang
crdpink2 has joined #ruby-lang
crdpink has quit [Ping timeout: 265 seconds]
benlovell has joined #ruby-lang
marr has joined #ruby-lang
benlovell has quit [Ping timeout: 240 seconds]
arBmind has joined #ruby-lang
dingus_khan has quit []
caseypat_ has quit [Remote host closed the connection]
arBmind1 has joined #ruby-lang
arBmind has quit [Ping timeout: 258 seconds]
sarkyniin has quit [Ping timeout: 256 seconds]
sarkyniin has joined #ruby-lang
benlovell has joined #ruby-lang
alestuber has quit [Ping timeout: 265 seconds]
benlovell has quit [Ping timeout: 240 seconds]
ItSAN____ has joined #ruby-lang
ItSANgo_ has quit [Ping timeout: 276 seconds]
Olipro_ has joined #ruby-lang
Olipro_ is now known as Guest70052
DLSteve has quit [Quit: Leaving]
symm- has joined #ruby-lang
phizzbuzz has joined #ruby-lang
sarkyniin has quit [Remote host closed the connection]
bertocode has quit [Quit: Nettalk6 - www.ntalk.de]
Forgetful_Lion has joined #ruby-lang
davispuh has quit [Remote host closed the connection]
20WABBVY2 has joined #ruby-lang
ItSAN____ has quit [Ping timeout: 244 seconds]
nedp has joined #ruby-lang
kr3ssh has joined #ruby-lang
joaomdmoura has joined #ruby-lang
joaomdmoura has quit [Ping timeout: 276 seconds]
kstuart has joined #ruby-lang