ChanServ changed the topic of #ruby-lang to: Ruby 1.9.3-p125: http://ruby-lang.org | Paste >3 lines of text on http://pastie.org or use a gist
crackity_jones has joined #ruby-lang
tooky has joined #ruby-lang
josh^ has joined #ruby-lang
alexkira has quit [Remote host closed the connection]
Theueip_ has joined #ruby-lang
tooky has quit [Ping timeout: 264 seconds]
Theueip has quit [Ping timeout: 264 seconds]
coryf has quit [Remote host closed the connection]
snk_ has joined #ruby-lang
gsav has quit [Read error: Connection reset by peer]
snk_ is now known as snk
Axsuul has quit [Ping timeout: 245 seconds]
RegEchse has quit [Quit: <3 WeeChat (v0.3.9-rc2)]
Theueip has joined #ruby-lang
alexkira has joined #ruby-lang
Theueip_ has quit [Ping timeout: 265 seconds]
Axsuul has joined #ruby-lang
Criztian has quit [Remote host closed the connection]
crackity_jones has quit [Quit: Computer has gone to sleep.]
swarley has quit [Ping timeout: 260 seconds]
seoaqua has joined #ruby-lang
Moses has joined #ruby-lang
seoaqua has quit [Ping timeout: 268 seconds]
postmodern has joined #ruby-lang
Moses has quit [Client Quit]
Moses has joined #ruby-lang
artOfWar has joined #ruby-lang
havenn has quit [Remote host closed the connection]
artOfWar has quit [Ping timeout: 244 seconds]
swarley has joined #ruby-lang
sent-hil has joined #ruby-lang
artOfWar has joined #ruby-lang
towski has quit [Remote host closed the connection]
swarley has quit [Ping timeout: 245 seconds]
ryanlecompte has quit [Remote host closed the connection]
eban has quit [Quit: WeeChat 0.3.7]
eban has joined #ruby-lang
<rindolf> Hi all. How can I install the ruby-debug gem on ruby-1.9.3.p194-9.mga3 ?
justinmcp has quit [Remote host closed the connection]
mattyoho has joined #ruby-lang
justinmcp has joined #ruby-lang
seanstickle has quit [Quit: seanstickle]
tomzx_ has joined #ruby-lang
gsav has joined #ruby-lang
lcdhoffman has quit [Quit: lcdhoffman]
Rakko has joined #ruby-lang
felixc has joined #ruby-lang
brunocoelho has joined #ruby-lang
ryanlecompte has joined #ruby-lang
seoaqua has joined #ruby-lang
brunocoelho has quit [Remote host closed the connection]
sn0wb1rd has quit [Quit: sn0wb1rd]
elux has joined #ruby-lang
artOfWar has quit [Remote host closed the connection]
tomzx_ has quit [Ping timeout: 245 seconds]
tRAS has joined #ruby-lang
<Rakko> OK... anyone know how to install ri docs for JRuby (core and stdlib)?
<Rakko> especially with rvm
wyhaines has joined #ruby-lang
<stardiviner> how to set ruby configurations to let ruby interpret use 1.9 by default instead of 1.8 when I execute `$ ruby count.rb` ?
<Rakko> do you have rvm, stardiviner ?
<stardiviner> Rakko: no, should I use rvm ?
<Rakko> depends
<Rakko> you should if you want to regularly switch between different versions of ruby
<stardiviner> Rakko: I mostly use 1.9
lsegal` has joined #ruby-lang
lsegal has quit [Read error: Connection reset by peer]
<Rakko> you basically just need to make sure ruby 1.9 is ahead of 1.8 in your path
<Rakko> or uninstall 1.8
<Rakko> are you on a mac?
<stardiviner> Rakko: I'm on Ubuntu 12.10
arooni-mobile has quit [Ping timeout: 246 seconds]
gllmpn has quit [Ping timeout: 248 seconds]
<Rakko> I think you can uninstall 1.8 from that
<stardiviner> Rakko: thanks
ryanlecompte has quit [Remote host closed the connection]
imajes has quit [Excess Flood]
ryanf_ has joined #ruby-lang
imajes has joined #ruby-lang
arooni-mobile has joined #ruby-lang
flebel has joined #ruby-lang
coryf has joined #ruby-lang
elux has quit [Quit: Bye!]
towski has joined #ruby-lang
artOfWar has joined #ruby-lang
Moses has quit [Quit: Page closed]
rindolf has quit [Quit: Yay! I'm a llama again. http://www.shlomifish.org/]
arooni-mobile has quit [Ping timeout: 256 seconds]
artOfWar has quit [Ping timeout: 244 seconds]
tRAS has quit [Quit: Mother, did it need to be so high?]
swarley_ has joined #ruby-lang
<stardiviner> ri_vim.rb:5: undefined method `gem' for main:Object (NoMethodError) || Did I miss something ?
seoaqua has quit [Ping timeout: 260 seconds]
guns has quit [Quit: guns]
alexkira has quit [Remote host closed the connection]
tRAS has joined #ruby-lang
felixc has quit [Quit: Leaving.]
felixc has joined #ruby-lang
lsegal` has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
lsegal has joined #ruby-lang
<stardiviner> How to install rdoc 3.8 ? I have not found this version rdoc. I have searched gems with `$ gem search rdoc`
alexkira has joined #ruby-lang
<stardiviner> but the results only has rdoc (3.12)
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
piyush has joined #ruby-lang
coryf has quit [Remote host closed the connection]
woollyams has joined #ruby-lang
seoaqua has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
seoaqua has quit [Ping timeout: 260 seconds]
krohrbaugh has quit [Quit: Leaving.]
Sambalero has quit [Remote host closed the connection]
erintl has joined #ruby-lang
Sambalero has joined #ruby-lang
Sambalero has quit [Remote host closed the connection]
<Rakko> I think you use --version 3.8, stardiviner
ryanf_ has quit [Quit: broken pipes |||]
<stardiviner> Rakko: I installed it with --version 3.8 now, but still get that error.
<Rakko> hmm :/
<stardiviner> Rakko: I have reported this issus on github repo.
tRAS has quit [Quit: Mother, did it need to be so high?]
spuk has quit [Quit: Human beings were created by water to transport it uphill.]
chendo has quit [Ping timeout: 256 seconds]
chendo_ has joined #ruby-lang
spuk has joined #ruby-lang
felixc has quit [Quit: Leaving.]
felixc has joined #ruby-lang
A124 has quit [Ping timeout: 244 seconds]
crackity_jones has joined #ruby-lang
mistym has quit [Remote host closed the connection]
A124 has joined #ruby-lang
bfreeman has quit [Quit: bfreeman]
tRAS has joined #ruby-lang
<solondz> I've got an array of strings; I want to return another array of captures from a regex applied to each string. I can't quite get there:
<solondz> %w{ruby python lisp}.map { |e| /(..)/.match(e) }
<solondz> => [#<MatchData "ru" 1:"ru">, #<MatchData "py" 1:"py">, #<MatchData "li" 1:"li">]
<solondz> I understand $1 is the bit I captured
<solondz> but trying to get that into the array is puzzling me.
dhruvasagar has joined #ruby-lang
justinmcp has joined #ruby-lang
<solondz> oh [1] not [0]
swarley_ has quit [Ping timeout: 256 seconds]
<solondz> %w{ruby python lisp}.map { |e| /(..)/.match(e)[1] }
<solondz> =)
sent-hil has quit [Remote host closed the connection]
<solondz> is there a prettier way than that?
<Rakko> cool
<Rakko> [1]? I would have thought it was [0]
<solondz> me too
<solondz> that's what I tried first!
<solondz> hmm... seems 0 works too; now I'm puzzled... /me looks at the documentation
erintl has quit [Ping timeout: 246 seconds]
<solondz> right - so my test data had a first value that didn't match; so there wan't a match object, which I didn't note
<Rakko> ah
artOfWar has joined #ruby-lang
<solondz> this doesn't feel quite right; i have to rescue the case where the regex doesn't match, and then I get nil in my array. I must be doing this the wrong way.
tRAS has quit [Quit: Mother, did it need to be so high?]
crackity_jones has quit [Quit: Computer has gone to sleep.]
JohnBat26 has joined #ruby-lang
<Rakko> hmm
<solondz> Rakko: btw I think $0 is the string we matched against, and $1 is the first match
Assurbanipal_ has joined #ruby-lang
whitequark has quit [Read error: Connection reset by peer]
<bnagy> %w{ruby python lisp}.map {|e| e[/^(..)/,1]} => ["ru", "py", "li"]
whitequark has joined #ruby-lang
crackity_jones has joined #ruby-lang
Assurbanipal has quit [Ping timeout: 256 seconds]
<solondz> %w{ruby python lisp c}.map {|e| e[/^(..)/,1]}
<solondz> ["ru", "py", "li", nil]
<bnagy> c has only one letter, it won't match
<solondz> I'd like to not have nils in the array
<solondz> yes
<solondz> exactly
<bnagy> I wasn't trying to design your regex for you :)
<bnagy> if you don't want nils then #compact
<Rakko> rupylinil... I should get a Rx for that
<solondz> that's quite deliberate! what I'm trying to do is filter the input array so the output array contains only the matches.
<solondz> I tried #compact, but how can I do that within the map function?
<bnagy> just do it at the end
<solondz> I get that [1,2,3,nil].compact => [1,2,3]
<bnagy> map {blah}.compact
wallerdev has joined #ruby-lang
<solondz> ah!
<solondz> ok!
seoaqua has joined #ruby-lang
diegoviola has quit [Ping timeout: 256 seconds]
xyzodiac has quit [Quit: Computer has gone to sleep.]
justinmcp has quit [Remote host closed the connection]
sent-hil has joined #ruby-lang
woollyams has quit [Quit: Computer has gone to sleep.]
woollyams has joined #ruby-lang
tRAS has joined #ruby-lang
wallerdev has quit [Ping timeout: 256 seconds]
wallerdev has joined #ruby-lang
justinmcp has joined #ruby-lang
josh^ has quit [Ping timeout: 244 seconds]
wallerdev_ has joined #ruby-lang
wallerdev has quit [Ping timeout: 268 seconds]
seoaqua has quit [Ping timeout: 246 seconds]
josh^ has joined #ruby-lang
crackity_jones has quit [Quit: Computer has gone to sleep.]
seoaqua has joined #ruby-lang
|Vargas| has joined #ruby-lang
|Vargas| has quit [Changing host]
|Vargas| has joined #ruby-lang
piyush has quit [Ping timeout: 248 seconds]
wallerdev_ has quit [Ping timeout: 256 seconds]
tooky has joined #ruby-lang
wallerdev has joined #ruby-lang
artOfWar has quit [Remote host closed the connection]
Assurbanipal_ has quit [Ping timeout: 256 seconds]
bfreeman has joined #ruby-lang
tRAS has quit [Ping timeout: 240 seconds]
tRAS has joined #ruby-lang
wallerdev has quit [Ping timeout: 268 seconds]
wallerdev has joined #ruby-lang
Tearan has joined #ruby-lang
wallerdev_ has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 246 seconds]
wallerdev has quit [Ping timeout: 245 seconds]
wallerdev has joined #ruby-lang
wallerdev_ has quit [Ping timeout: 264 seconds]
heftig has joined #ruby-lang
wallerdev has quit [Ping timeout: 256 seconds]
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
Tearan has quit [Quit: Sleepy Badger....]
nXqd has joined #ruby-lang
Nisstyre has quit [Read error: Connection reset by peer]
sent-hil has quit [Remote host closed the connection]
artOfWar has joined #ruby-lang
Nisstyre has joined #ruby-lang
artOfWar has quit [Ping timeout: 248 seconds]
towski has quit [Remote host closed the connection]
mytrile has joined #ruby-lang
sepp2k has joined #ruby-lang
certainty has quit [Remote host closed the connection]
seoaqua has quit [Ping timeout: 260 seconds]
zmack has joined #ruby-lang
certainty has joined #ruby-lang
cndiv has quit []
dr_bob has joined #ruby-lang
areil has joined #ruby-lang
piyush has joined #ruby-lang
cantonic_ has joined #ruby-lang
dc5ala has joined #ruby-lang
yats has joined #ruby-lang
cantonic has quit [Ping timeout: 244 seconds]
cantonic_ is now known as cantonic
Criztian has joined #ruby-lang
Criztian has quit [Remote host closed the connection]
woollyams has quit [Quit: Computer has gone to sleep.]
towski has joined #ruby-lang
<yorickpeterse> Morning
justinmcp has quit [Remote host closed the connection]
tooky has quit [Remote host closed the connection]
solars has joined #ruby-lang
justinmcp has joined #ruby-lang
dvorak has quit [Ping timeout: 268 seconds]
yats has quit [Ping timeout: 268 seconds]
tooky has joined #ruby-lang
ryanf has quit [Quit: leaving]
nXqd has quit [Remote host closed the connection]
justinmcp has quit [Remote host closed the connection]
justinmcp has joined #ruby-lang
vlad_starkov has joined #ruby-lang
wyhaines has quit [Remote host closed the connection]
arkiver has joined #ruby-lang
stardiviner has joined #ruby-lang
<dr_bob> Morning
rue|w has joined #ruby-lang
Rakko has quit [Quit: This computer has gone to sleep]
<stardiviner> Why I can not get emails from ruby-talk ? I have already subscribed the mailing list. (I get reply which said I was automatically added).
rolfb has joined #ruby-lang
vlad_starkov has quit [Remote host closed the connection]
<dr_bob> stardiviner, did you check your junk mail folder?
<stardiviner> dr_bob: Yes, I use Gmail, I checked spam mailbox
<stardiviner> dr_bob: and all other mailboxes, and I searched with from:ruby-talk, and ruby-talk, nothing except reply emails which I send to subscribe command
<dr_bob> Hmm...
<dr_bob> Did you try posting to the list? If so, what happened?
sepp2k has quit [Remote host closed the connection]
towski has quit [Remote host closed the connection]
<stardiviner> dr_bob: Yes, nothing back ...
<dr_bob> Could you find your posting in the archives?
niel has joined #ruby-lang
niel has left #ruby-lang [#ruby-lang]
<stardiviner> dr_bob: wait, let me have a search
<stardiviner> dr_bob: seems have not found
<dr_bob> certainty, not sure. I leave out brackets for keyword like things and use them, if I feel it makes things more readable + when it is required (i.e. when I want to chain calls).
lsegal has quit [Quit: Quit: Quit: Quit: Stack Overflow.]
<dr_bob> stardiviner, at the moment I am out of ideas. You could use ruby-forum in the meantime.
justinmcp has quit [Ping timeout: 256 seconds]
<stardiviner> dr_bob: Yeah, I search my emails in ruby-forum, I guess must somewhere is wrong. I will find it out. thanks still.
justinmcp has joined #ruby-lang
<dr_bob> stardiviner, if you have a google account you can easily use single sign on with the forum. Very convenient.
stepnem has joined #ruby-lang
dr_bob has quit [Quit: Tune in next week when you'll hear Dr. Bob say...]
<stardiviner> dr_bob: good, thanks
<certainty> dr_bob: i have other rules as well. I think it's, erm, wrong to do it the way the guy suggests it.
esad has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<bnagy> afaik 'best practice' is use () iff required by syntax, or I guess where it is _really_ nonobvious what's happening
<bnagy> which is not often
cdt has joined #ruby-lang
cdt has quit [Remote host closed the connection]
justinmcp has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
tooky has quit [Remote host closed the connection]
Nisstyre_ has joined #ruby-lang
Nisstyre has quit [Ping timeout: 248 seconds]
tooky has joined #ruby-lang
workmad3 has joined #ruby-lang
Assurbanipal has joined #ruby-lang
judofyr has joined #ruby-lang
rue|w has quit [Remote host closed the connection]
rue|w has joined #ruby-lang
seoaqua has joined #ruby-lang
felixc has quit [Quit: Leaving.]
mytrile has quit [Remote host closed the connection]
<judofyr> hey folks
<matti> Hi
<matti> How's life judofyr?
<judofyr> pretty well
<matti> Nice!
mytrile has joined #ruby-lang
<judofyr> :)
felixc has joined #ruby-lang
jarib has quit [Excess Flood]
jarib has joined #ruby-lang
justinmcp has joined #ruby-lang
<judofyr> whitequark: is it done yey?
<judofyr> yet*
jbsan has quit [Quit: jbsan]
mytrile has quit [Remote host closed the connection]
toretore has joined #ruby-lang
<judofyr> whitequark: sorry. I'll stop.
<matti> LOL
yats has joined #ruby-lang
towski has joined #ruby-lang
mytrile has joined #ruby-lang
abletony84 has joined #ruby-lang
<abletony84> good morning..
<abletony84> judofyr: hey you around? was curious about your translate_with_link, is this how i'd make a similar translate_with_ruby? http://pastie.org/4790058
<judofyr> abletony84: morning
seoaqua has quit [Quit: 离开]
<abletony84> kudos for translate_with_link by the way, you left before i got the chance to thank you
Criztian has joined #ruby-lang
<judofyr> abletony84: ah, you're welcome :)
<abletony84> gift is in the pm
justinmcp has quit [Remote host closed the connection]
towski has quit [Remote host closed the connection]
<judofyr> abletony84: so, where does the href come from?
<judofyr> oh, it's not a link anymore?
<abletony84> nope
yats_ has joined #ruby-lang
<abletony84> still gonna keep translate_with_link though.. just need this other one as well
<judofyr> I'd probably use procs
yats has quit [Ping timeout: 246 seconds]
<judofyr> <%= t :where_would_you_like_to_post, :category_name => proc { "#{@category.name} " if current_step?(:choose_subcategory) }, :category_type => proc { params[:category_type].singularize } %>
<abletony84> oooh lah lah
<judofyr> then you can use command[$1.to_sym].call to invoke the Ruby code
<judofyr> it's a little ugly
<erikh> a little?
<judofyr> although in 1.9 you can use the stabby lambda syntax: :category_name => -> { "#{@category.name} " if current_step?(:choose_subcategory) }
<judofyr> but the double arrow isn't pretty either :/
<abletony84> hehe
woollyams has joined #ruby-lang
<abletony84> very very nice
dhruvasagar has quit [Ping timeout: 240 seconds]
<abletony84> judofyr: http://pastie.org/4790058 how am i doing :)
mytrile has quit [Remote host closed the connection]
<abletony84> tihi
kain has quit [Ping timeout: 246 seconds]
x0F has quit [Disconnected by services]
x0F_ has joined #ruby-lang
x0F_ is now known as x0F
dju has quit [Ping timeout: 240 seconds]
felixc has quit [Quit: Leaving.]
postmodern has quit [Quit: Leaving]
dju has joined #ruby-lang
GarethAdams has joined #ruby-lang
dhruvasagar has joined #ruby-lang
arkiver has quit [Quit: Leaving]
kain has joined #ruby-lang
justinmcp has joined #ruby-lang
|Vargas| has quit [Quit: ...]
Madis has joined #ruby-lang
robhu has joined #ruby-lang
robhu has left #ruby-lang [#ruby-lang]
robhu has joined #ruby-lang
<robhu> I believe this is a bug: `mkdir doesntexist; ln -s doesntexist mysymlink; rmdir doesntexist`; File.readlink('mysymlink') gives 'Errno::ENOENT: No such file or directory - mysymlink'
<robhu> File.exists?('mysymlink') gives false, while File.symlink?('mysymlink') gives true !
<workmad3> robhu: you created a symbolic link
<workmad3> robhu: so when you deleted the original dir, the symlink broke
<workmad3> robhu: however, it is still a symlink
<robhu> The symlink still exists and refers to a file which does not exist. File.readlink should return the name of the non-existent file.
<robhu> That's the bug.
<workmad3> hmm, possibly
jarib has quit [Excess Flood]
jarib has joined #ruby-lang
<robhu> Possibly?
<robhu> If I do ls -l I get "mysymlink -> doesntexist" … is it even possible to tell where it points in Ruby?
<judofyr> robhu: it works fine here in 1.9.3
<robhu> I'm on jruby. What platform are you on?
<judofyr> MRI OS X
<judofyr> probably a JRuby bug then
sush24 has joined #ruby-lang
tonni has quit [Read error: Connection reset by peer]
voker57 has quit [Remote host closed the connection]
yalue has joined #ruby-lang
tonni has joined #ruby-lang
tooky has quit [Remote host closed the connection]
Mon_Ouie has joined #ruby-lang
<whitequark> judofyr: np :)
<whitequark> I'm mostly idling on IRC, so RTT can be sky high
<judofyr> whitequark: I kinda want to implement my own little language using the same approach now
<whitequark> judofyr: go ahead :) implementing programming languages is fun
<judofyr> whitequark: I should probably read up on some type inference stuff though. got any resources?
Hakon has joined #ruby-lang
duard has joined #ruby-lang
<whitequark> judofyr: EOPL3!
<whitequark> absolutely awesome book, contains most of the things you would need :)
<judofyr> ooo, Friedman
<whitequark> it can be kinda in depth at times, through
<whitequark> like Mariana Trench deep :p
<whitequark> still, very rewarding
nertzy has joined #ruby-lang
Hakon has quit [Client Quit]
<judofyr> whitequark: have you tried the Kindle version?
<judofyr> whitequark: also, any thoughts on ed2 vs ed3?
<judofyr> "The third edition loses the simplicity and elegance of the second, replacing it with unnecessary abstraction and complexity (expressed versus denoted values), and treating the fun, hands-on part (implementation in Scheme) almost as an afterthought."
Hakon has joined #ruby-lang
arkiver has joined #ruby-lang
<whitequark> judofyr: I consider Kindle pretty evil. whatever way, I just bought the paper version to avoid problems with DRM.
<whitequark> as per ed2 vs ed3, I won't pull my reasoning from my memory right now (it's been a while since I bought it), but I've considered buying either of them and decided that ed3 suited my goals better
mwjcomputing has joined #ruby-lang
<msch> whitequark: i buy kindle books as long as removing the DRM remains as easy as it is right now.
<masterkorp> msch: i hope so
<masterkorp> i wish they read epub format
<msch> masterkorp: sorry, need to clarify. right now i buy the book, remove the DRM and save the unprotected file. once the DRM changes so you can't remove it (easily) any more i won't buy any more books
<msch> masterkorp: why? all the places that sell ebooks sell mobi too in my experience
<whitequark> msch: is that legal at all?
<masterkorp> whitequark: no
<msch> whitequark: i think it is, right to private copy and all that. but i'm in the EU
<masterkorp> msch: no even in the EU
<masterkorp> well i prefer epub because its a open format
<masterkorp> and DRM-free
<msch> masterkorp: i need to look into that, just a moment
Jay_Levitt has joined #ruby-lang
Jay_Levitt has quit [Client Quit]
<whitequark> well seriously, fuck that. I'm buying either a DRM-free PDF or the paper book. I have completely no incentive to deal with all that.
<masterkorp> but pdf sucks on ereaders
<whitequark> indeed
<masterkorp> the advantage of e-ink ereaders is the outside use
<msch> masterkorp: ok, seems like in austria what i'm doing is legal according to the letter of the law, but there haven't been any court cases yet.
tooky has joined #ruby-lang
<whitequark> the advantage of paper books is the outside use and absence of weird restrictions.
<judofyr> whitequark: Amazon has shown me that they actually care about the DRM'd products, so I'm fine with that. although I find it more useful to have reference books as paper books.
<whitequark> judofyr: DRM is broken by design
<whitequark> Amazon has deleted Orwell's 1984 remotely and without asking its users.
<masterkorp> whitequark: well but they weight as shit, and suck on the beach
<whitequark> haha
<masterkorp> tried reading a 900 pages book on the beach?
<masterkorp> it sucks
<whitequark> masterkorp: kinda
woollyams has quit [Quit: Computer has gone to sleep.]
<masterkorp> i love the kindle for that
<masterkorp> i cycle to beach, read and do my notes there
* whitequark shrugs
<masterkorp> still having a productive weekend
<whitequark> that's your choice
<judofyr> whitequark: yes, and they have created top-notch products to Android, iOS, Mac, PC *and* Web. I'm more than satisfied with what they've done.
<judofyr> it's not optimal, but I don't have a big problem with it
<masterkorp> anyways i am getting way too much offtopic
<whitequark> judofyr: Amazon's electronic products are convenient, but still broken by design. whatever, I'm not really going to discuss it
<whitequark> too offtopic here
<masterkorp> fuck the police tough http://i.imgur.com/prPWR.jpg
<judofyr> whitequark: anyway, thanks for the tip!
<judofyr> whitequark: any other books (in general) you would recommend me to read? :P
tooky has quit [Remote host closed the connection]
<bnagy> are there any ways to use asm from ruby, ideally with jruby / FFI ?
<bnagy> all I am seeing is metasm
<judofyr> bnagy: there's Wilson
<judofyr> but it's kinda brittle: https://github.com/seattlerb/wilson
<bnagy> link? There's some singer called Ruby Wilson, apparently :(
<judofyr> "No dependencies. No system calls."
<bnagy> ha thx :)
<judofyr> not sure if it works in 1.9
yats_ has quit [Ping timeout: 244 seconds]
yats_ has joined #ruby-lang
<bnagy> uhhhh that looks scarily unportable :D
<judofyr> :D
<bnagy> I guess I only need x86 but I need ia32 ia64 ideally
<judofyr> ah
<whitequark> judofyr: http://www.google.ru/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&ved=0CEgQFjAE&url=http%3A%2F%2Fwww.iro.umontreal.ca%2F~feeley%2Fpapers%2FStAmourFeeleyIFL09.pdf&ei=WktgUNamK6eg4gSsxYG4DQ&usg=AFQjCNEVh6Biw9oTeGCk88wXry5nYDWTIg
<whitequark> errrr
<judofyr> google copy-paste :)
<whitequark> well, the git repo https://github.com/stamourv/picobit has all the links
<whitequark> I've found some articles on SKI calculus and such somewhat interesting, but pretty unwiely and not very easy to comprehend
<whitequark> EOPL3 should have all the required background
<whitequark> if you'll feel yourself adventurous, you could always follow the references in the Squeak article or others :)
<judofyr> whitequark: thanks!
<judofyr> whitequark: I'll probably never finish it though. I rarely finish projects :(
<whitequark> judofyr: well, I expect that to be honest. There were probably ten or so such projects already, with varying degree of complexity/usefulness
<judofyr> whitequark: did I ask about your GC plan? did you answer?
<whitequark> Crystal, Opal, @headius's one, Ruby2C just from the top of my head
codefyre has joined #ruby-lang
<whitequark> ah, GC. well, for JS backend that doesn't matter obviously, and for embedded I'd use some well-known, stable GC
abletony84 has quit [Ping timeout: 248 seconds]
sailias has joined #ruby-lang
<whitequark> not sure yet. Boehm maybe, through the one within Rubinius seems pretty nice too
<whitequark> I'd still need to evaluate the performance in extreme low memory conditions. (well, "extreme" would be for desktops)
Hakon has quit [Quit: Leaving...]
<judofyr> whitequark: just make it pretty "pluggable" so you can easily implement different versions
Hakon has joined #ruby-lang
<judofyr> I've always been a fan of Erez Petrank: http://www.cs.technion.ac.il/~erez/projects.html
<judofyr> he has some interesting thoughts on GC
sush24 has quit [Quit: This computer has gone to sleep]
<whitequark> judofyr: sure thing
<whitequark> thanks for the link btw
<judofyr> whitequark: I've always wanted to have a really simple language where I could play with GC algorithms :P
Hakon has quit [Quit: Leaving...]
<judofyr> whitequark: Petrank's sliding-views concepts are pretty smart if you want to support multiple cores
<judofyr> "Sliding views collectors do not need to stop all the threads at a specific point in time to read their local variables. Thus, they allow extremely short pause times."
<whitequark> judofyr: multiple cores are probably out of the scope yet
josh^ has quit [Remote host closed the connection]
<whitequark> I'm not going to try to bite the JVM's field
<judofyr> hehe
<judofyr> whitequark: what do you think about _why's Potion?
<whitequark> actually, I'm not competing with any existing implementations at all
codefyre has quit [Quit: Leaving]
<whitequark> judofyr: well... that's _why's project. It's nice and it has interesting facets... but really, no error handling?
<whitequark> besides that, it can be quite unintuitive in its core concepts
yats_ has quit [Ping timeout: 256 seconds]
arkiver has quit [Quit: Leaving]
<judofyr> whitequark: I was interested in the whole mixin-concept, but it doesn't seem to be complete :/
<whitequark> it takes 80% of time to begin a project and another 80% to complete it :)
<judofyr> so true
<whitequark> jwz's software development law :)
ricardovaleriano has joined #ruby-lang
ricardovaleriano has quit [Remote host closed the connection]
ricardovaleriano has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
xyzodiac has joined #ruby-lang
<judofyr> so, anyone else has book recommendations (now that I'm buying paper books from Amazon)?
nertzy has quit [Quit: This computer has gone to sleep]
stardiviner has quit [Quit: my website: http://stardiviner.dyndns-blog.com/]
<whitequark> judofyr: EOPL3 will keep you busy for quite a while IMO :)
dr_bob has joined #ruby-lang
Mon_Ouie has quit [Ping timeout: 264 seconds]
Nisstyre_ has quit [Ping timeout: 244 seconds]
mistym has quit [Remote host closed the connection]
sailias has quit [Quit: Leaving.]
sailias has joined #ruby-lang
hhatch has joined #ruby-lang
zwerg has joined #ruby-lang
ricardovaleriano has quit [Remote host closed the connection]
Nisstyre_ has joined #ruby-lang
carloslopes has joined #ruby-lang
Harzilein has joined #ruby-lang
<Harzilein> hi
<Harzilein> is there a way i can "suspend" and "continue" an irb-session? currently i do puts "expecting your modifications to @foo" ; IRB.start ; do_calculations(@foo) ; IRB.start and get warnings about reinitialized constants
sailias has quit [Quit: Leaving.]
<judofyr> Harzilein: use pry instead
Nisstyre_ has quit [Ping timeout: 268 seconds]
<masterkorp> Harzilein: http://pryrepl.org/
<judofyr> Harzilein: "gem install pry"
<judofyr> Harzilein: then: require 'pry' and `binding.pry` where you want to open it
<judofyr> use Ctrl-D to "suspend it"
wyhaines has joined #ruby-lang
<Harzilein> i'd prefer to use irb
<Harzilein> i like to use irb+bond instead of pry
<Harzilein> and yeah, ^D is the user interface i want to implement. currently it works, but i get those warnings
<judofyr> Harzilein: what does bond give you?
<Harzilein> programmable completions
<Harzilein> like require 'some/long/requi^I
<Harzilein> or rather require 'som^I/lo^I/req^I
wyhaines has quit [Remote host closed the connection]
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
tubbo`werk is now known as tubbo
JustinCampbell has joined #ruby-lang
sailias has joined #ruby-lang
sailias has quit [Client Quit]
ricardovaleriano has joined #ruby-lang
ricardovaleriano has quit [Remote host closed the connection]
dr_bob has quit [Ping timeout: 260 seconds]
sailias has joined #ruby-lang
Nisstyre_ has joined #ruby-lang
<Harzilein> hmm
<Harzilein> it looks like irb really isn't optimal for this stuff... i should maybe attempt to port/find an equivalent for bond in ripl or pry
xyzodiac has quit [Quit: Computer has gone to sleep.]
<Harzilein> heh, it _does_ work on ripl
<Harzilein> so i guess i'll use that
ricardovaleriano has joined #ruby-lang
gsav has quit [Ping timeout: 260 seconds]
<darix> i am sure those would be easy to implement in pry too.
<darix> maybe even via a plugin
ricardovaleriano has quit [Remote host closed the connection]
rolfb has quit [Quit: Leaving...]
itcharlie has joined #ruby-lang
piyush has quit [Ping timeout: 246 seconds]
anannie has joined #ruby-lang
<whitequark> judofyr: as per contributions, yeah, you'd need to sign CLA.
<whitequark> not actual yet, through.
<judofyr> whitequark: that's small bummer, but yeah
<whitequark> and a checkbox in a web form has legal force, so that'll look like it. no nasty pdfs or stupid faxed forms.
<judofyr> whitequark: how much will it cost?
<whitequark> $0, obviously:) just a checkbox
<judofyr> I meant, for the commercial version
<whitequark> ahhh
<whitequark> the pricing is not ready yet.
Nisstyre_ has quit [Quit: Leaving]
<whitequark> but it'll probably be on the high side. GPL3 is perfect for hobbyists, and embedded world is kind of used to paying a lot.
<whitequark> e.g check how much Keil costs
<whitequark> and that's a trivial and required tool
outoftime has joined #ruby-lang
tooky has joined #ruby-lang
adambeynon has joined #ruby-lang
<darix> whitequark: isnt embedded world about using busybox and then getting sued over it?
<whitequark> darix: don't confuse embedded development with a bunch of chinese folks copy-pasting router schematics
yats_ has joined #ruby-lang
<darix> ah
zwerg has quit [Remote host closed the connection]
areil has quit [Ping timeout: 246 seconds]
areil_ has joined #ruby-lang
mistym has quit [Remote host closed the connection]
felixc has joined #ruby-lang
cdt has joined #ruby-lang
piyush has joined #ruby-lang
nofxx has quit [Ping timeout: 246 seconds]
Assurbanipal has quit [Quit: Konversation terminated!]
areil_ has quit []
felixc has quit [Quit: Leaving.]
Mon_Ouie has joined #ruby-lang
ryanlecompte has joined #ruby-lang
justinmcp has quit [Remote host closed the connection]
justinmcp has joined #ruby-lang
felixc has joined #ruby-lang
zz_chrismcg is now known as chrismcg
coryf has joined #ruby-lang
voker57 has joined #ruby-lang
voker57 has quit [Changing host]
voker57 has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
areil has joined #ruby-lang
yats_ has quit [Ping timeout: 246 seconds]
yats_ has joined #ruby-lang
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
mistym has quit [Remote host closed the connection]
felixc has quit [Quit: Leaving.]
felixc has joined #ruby-lang
icooba has quit [Ping timeout: 256 seconds]
<andrewvos> OHhh man I'm doing some Android stuff
<andrewvos> Wowweeee wow
mattyoho has quit [Quit: mattyoho]
headius has joined #ruby-lang
gsav has joined #ruby-lang
gsav_ has joined #ruby-lang
gsav has quit [Client Quit]
achiu has quit [Quit: WeeChat 0.3.7]
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
icooba has joined #ruby-lang
ricardovaleriano has joined #ruby-lang
thone_ has joined #ruby-lang
jarib has quit [Excess Flood]
ricardovaleriano has quit [Remote host closed the connection]
jarib has joined #ruby-lang
dr_bob has joined #ruby-lang
thone has quit [Ping timeout: 246 seconds]
<wmoxam> andrewvos: it's THAT fun?
dhruvasagar has quit [Read error: Operation timed out]
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
wallerdev has joined #ruby-lang
achiu has joined #ruby-lang
mantono has joined #ruby-lang
<judofyr> wmoxam: it's the anti-Apple effect
<wmoxam> heh
<wmoxam> I wonder when there will be an anti-google backlash?
tRAS has quit [Quit: Mother, did it need to be so high?]
pri has joined #ruby-lang
imajes has quit [Excess Flood]
xyzodiac has joined #ruby-lang
cndiv has joined #ruby-lang
<pri> hi folks - what (or is there even any?) would be the advised/best way to create a _fully_ portable ruby binary including all extensions (zlib, openssl) + rubygems? I'd love to have it completely static ie. I can run it on any distro as long as the architecture is the same
piyush has quit [Ping timeout: 246 seconds]
ryanlecompte has quit [Remote host closed the connection]
catmtking has joined #ruby-lang
<judofyr> pri: https://github.com/dakrone/crate (although it's not maintained)
<judofyr> pri: and maybe ruby2exe
imajes has joined #ruby-lang
<pri> judofyr: I know about all the ruby2exe / allinoneruby stuff .. and it's either too old, or unmaintainable
<pri> I dont need any framework .. I'd just like to know how to get things working from the start ie. the native ruby way
<pri> Makefile adaptions wont work here .. libc6 linking throws errors and such
<pri> I wonder if anybody from the ruby dev's ever considered such a usecase or if I am just doing something wrong here
<judofyr> pri: you should read about Tokaido: http://yehudakatz.com/2012/08/06/august-tokaido-update/
<pri> I know tokaido
<pri> ;)
<judofyr> Papis from the rvm-team has done a lot of work on statically compiled binaries
<pri> yea
<pri> talked to him yesterday
<Spaceghostc2c> judofyr: They're interesting, but I'm still going to compile locally myself.
MrOnFireMr has joined #ruby-lang
<judofyr> Spaceghostc2c: where did you come from? :S
<pri> the point is, that rvm's static builds are not real static
<Harzilein> judofyr: hmm... any idea how i could track your quest? sounds like an interesting question
<judofyr> ah
<Spaceghostc2c> judofyr: My mother and father.
<judofyr> Harzilein: what quest? :S
<Harzilein> oh, sorry
<Harzilein> s/judofyr/pri/
<judofyr> ah
<judofyr> *puh*
<Spaceghostc2c> pri: They're mostly precompiled, but not statically linked.
<pri> yea
<wmoxam> pri: maybe jruby would work for this?
<pri> from my current pov it's not possible to link ruby statically at all
<pri> the problem with jruby is the j
<pri> :)
<wmoxam> pri: yeah, you'd need java installed, but most desktop users have it
<pri> it's not for desktop users
<wmoxam> :/
<Spaceghostc2c> wmoxam: I'm impressed. I thought you hated jruby. :D
<pri> I am just curious why this usecase of a completely portable ruby did not come up yet in a more or less global manner
<wmoxam> Spaceghostc2c: how'd you get that impression?
mytrile has joined #ruby-lang
<Spaceghostc2c> pri: The JVM is great, java the language isn't.
<Spaceghostc2c> wmoxam: I just figured.
elux has joined #ruby-lang
<wmoxam> Spaceghostc2c: also, I'm more impressed by jruby the more I use it
<pri> Spaceghostc2c: be that as it may .. there is no JVM .. nor do I want to introduce even more clutter
<pri> :p
<wmoxam> Spaceghostc2c: that java lib integration is great
cndiv has quit []
<Spaceghostc2c> pri: Alright, I don't know your project, but my architecture with jruby is infinitely simpler and better than typical ruby apps.
<wmoxam> Spaceghostc2c: I've been using it with Slick, it's been fun so far :D
<pri> all I want is a predefined, statically-linked ruby setup which I can simply drop onto a machine and it's working
<Spaceghostc2c> wmoxam: I haven't seen it! I'll look.
<Spaceghostc2c> Oh!
<Spaceghostc2c> Nifty.
<wmoxam> :D
<pri> Spaceghostc2c: the 'project' is to have ruby available on a brought amount of machines (which unfortunately are anything but alike only the arch is, and the whole setup lacks any kind of orchestration and/or configuration management framework)
havenn has joined #ruby-lang
<Spaceghostc2c> pri: Ah. Deployment stuff.
<pri> yup :|
<wmoxam> pri: sounds like a nightmare
<pri> it is
<pri> believe me..
<pri> I want to change that situation .. but in order to get going with puppet/mcollective/chef/whatsoever .. I'd need ruby first :D
<pri> and no, packages are not an option
<wmoxam> pri: why no packages?
diegoviola has joined #ruby-lang
<pri> the infrastructure is anything but homogeneous
<pri> there are even no ssh keys on the machines ..
solars has quit [Ping timeout: 260 seconds]
<pri> believe me, you dont want to go down that route without configuration management
diegoviola has quit [Client Quit]
<pri> besides I suspect there are machines where I wouldnt even get packages for .. would need to build them, maintain the life cycle of these packages .. introduce proper update mechanisms etc. .. too much hassle .. a 'ruby-blob' so to speak which will work on any system is much easier to get going in the first place
wyhaines has joined #ruby-lang
Aaaarg has joined #ruby-lang
Aaaarg has quit [Excess Flood]
felixc has quit [Quit: Leaving.]
Aaaarg has joined #ruby-lang
Aaaarg has quit [Excess Flood]
ricardovaleriano has joined #ruby-lang
<pri> besides the method should -practically- as less invasive as possible
Aaaarg has joined #ruby-lang
robhu has quit [Quit: robhu]
mytrile has quit [Remote host closed the connection]
enebo has joined #ruby-lang
Aaaarg_ has joined #ruby-lang
Skif has joined #ruby-lang
Aaaarg has quit [Ping timeout: 246 seconds]
Aaaarg_ is now known as Aaaarg
JohnBat26 has quit [Ping timeout: 264 seconds]
ricardovaleriano has quit [Remote host closed the connection]
rippa has joined #ruby-lang
havenn has quit [Remote host closed the connection]
RegEchse has joined #ruby-lang
LanceHaig has left #ruby-lang ["Leaving"]
workmad3 has quit [Ping timeout: 240 seconds]
macmartine has joined #ruby-lang
sepp2k has joined #ruby-lang
bougyman has quit [Remote host closed the connection]
nofxx has quit [Ping timeout: 256 seconds]
xyzodiac has quit [Quit: Computer has gone to sleep.]
<wmoxam> ok, can somebody look at this and tell me why I'm crazy to think this should work? https://gist.github.com/3776660
ryanlecompte has joined #ruby-lang
fra000 has joined #ruby-lang
bougyman has joined #ruby-lang
bougyman has quit [Changing host]
bougyman has joined #ruby-lang
judofyr has quit [Remote host closed the connection]
<andrewvos> wmoxam: It's sooo bad.
judofyr has joined #ruby-lang
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
<wmoxam> andrewvos: :D
tRAS has joined #ruby-lang
<wmoxam> andrewvos: I dabbled in it a while back
<wmoxam> not so fun
solars has joined #ruby-lang
<andrewvos> Extremely unfun.
<andrewvos> Can't stop laughing about it actually.
<andrewvos> Might be because I haven't slept much.
<wmoxam> ha
<andrewvos> Button button = (Button)findViewById(R.id.hello);
<andrewvos> Like that ^
yats_ has quit [Ping timeout: 246 seconds]
<andrewvos> That's just Java, but it adds to the hilarity.
judofyr has quit [Ping timeout: 256 seconds]
yats_ has joined #ruby-lang
<heftig> andrewvos: i wonder how many weird contortions the framework does just to evade patents
carloslopes has quit [Quit: Leaving.]
<andrewvos> heftig: Indeed.
fra000 has quit [Quit: Leaving]
<reactormonk> heftig: let's see how long it takes to get this hilarity to spread towards europe
<heftig> reactormonk: already has
tubbo has quit [Remote host closed the connection]
diegoviola has joined #ruby-lang
mcooper has joined #ruby-lang
FiXato has quit [Quit: If you see this, I'll be gone. But I'll probably soon back after a restart of my client.]
FiXato has joined #ruby-lang
xyzodiac has joined #ruby-lang
macmartine has quit [Quit: Computer has gone to sleep.]
cdt has quit [Quit: Ex-Chat]
GarethAdams has quit [Quit: Leaving...]
gsav_ has quit [Quit: Lost terminal]
gsav_ has joined #ruby-lang
gsav has joined #ruby-lang
adambeynon has quit [Quit: Computer has gone to sleep.]
chrismcg is now known as zz_chrismcg
JohnBat26 has joined #ruby-lang
zmack has quit [Remote host closed the connection]
alexkira has quit [Remote host closed the connection]
mattyoho has joined #ruby-lang
alexkira has joined #ruby-lang
tooky has quit [Remote host closed the connection]
ryanf has joined #ruby-lang
xyzodiac has quit [Quit: Computer has gone to sleep.]
alexkira has quit [Read error: Operation timed out]
krohrbaugh has joined #ruby-lang
tubbo has joined #ruby-lang
catmtking_ has joined #ruby-lang
catmtking has quit [Ping timeout: 246 seconds]
catmtking_ is now known as catmtking
alexkira has joined #ruby-lang
sush24 has joined #ruby-lang
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
catmtking_ has joined #ruby-lang
towski has joined #ruby-lang
catmtking has quit [Ping timeout: 245 seconds]
catmtking_ is now known as catmtking
gsav has quit [Quit: Lost terminal]
gregmore_ has quit [Remote host closed the connection]
vlad_starkov has quit [Remote host closed the connection]
mk03 has joined #ruby-lang
yats has joined #ruby-lang
thatdutchguy has joined #ruby-lang
rolfb has joined #ruby-lang
yats_ has quit [Ping timeout: 246 seconds]
jbsan has joined #ruby-lang
<whitequark> heftig: I guess that Java was kind of first with all of that patent madness
artOfWar_ has joined #ruby-lang
<whitequark> so the one to be afraid of Oracle is MS with their C#
carloslopes has joined #ruby-lang
piyush has joined #ruby-lang
artOfWar_ has quit [Ping timeout: 260 seconds]
gregmoreno has joined #ruby-lang
jarib has quit [Excess Flood]
tooky has joined #ruby-lang
jarib has joined #ruby-lang
towski has quit [Remote host closed the connection]
areil has quit [Remote host closed the connection]
ricardovaleriano has joined #ruby-lang
xyzodiac has joined #ruby-lang
xyzodiac has quit [Max SendQ exceeded]
xyzodiac has joined #ruby-lang
tooky has quit [Ping timeout: 264 seconds]
xyzodiac has quit [Client Quit]
sepp2k1 has joined #ruby-lang
butchanton has joined #ruby-lang
sepp2k has quit [Ping timeout: 246 seconds]
trietptm has joined #ruby-lang
lcdhoffman_ has joined #ruby-lang
alexkira has quit [Remote host closed the connection]
lcdhoffman_ has quit [Client Quit]
alexkira has joined #ruby-lang
tooky has joined #ruby-lang
alexkira_ has joined #ruby-lang
voker57 has quit [Remote host closed the connection]
alexkira has quit [Ping timeout: 240 seconds]
sush24 has quit [Ping timeout: 248 seconds]
rue|w has quit [Remote host closed the connection]
headius has quit [Quit: headius]
JohnBat26 has quit [Remote host closed the connection]
tooky has quit [Ping timeout: 264 seconds]
piyush has quit [Ping timeout: 246 seconds]
alvaro_o has joined #ruby-lang
JohnBat26 has joined #ruby-lang
qpingu has joined #ruby-lang
triet has joined #ruby-lang
slaytanic has joined #ruby-lang
vlad_starkov has joined #ruby-lang
catmtking has quit [Remote host closed the connection]
catmtking has joined #ruby-lang
triet has quit []
Mon_Ouie has quit [Ping timeout: 246 seconds]
vlad_starkov has quit [Ping timeout: 264 seconds]
vlad_starkov has joined #ruby-lang
lonelydimple has joined #ruby-lang
postmodern has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
trietptm has quit [Quit: Page closed]
lonelydimple has quit [Remote host closed the connection]
vlad_starkov has quit [Ping timeout: 260 seconds]
solars has quit [Ping timeout: 268 seconds]
s0ber_ has joined #ruby-lang
RegEchse has quit [Quit: <3 WeeChat (v0.3.9-rc2)]
melter_ has joined #ruby-lang
Tearan has joined #ruby-lang
Spaceghostc2c_ has joined #ruby-lang
Spaceghostc2c_ has quit [Changing host]
Spaceghostc2c_ has joined #ruby-lang
vlad_sta_ has quit [Ping timeout: 248 seconds]
vlad_starkov has joined #ruby-lang
thone has joined #ruby-lang
ahf__ has joined #ruby-lang
swarley_ has joined #ruby-lang
tubbo`work has joined #ruby-lang
corundum has quit [Disconnected by services]
lcdhoffman has joined #ruby-lang
ricardov_ has joined #ruby-lang
corundum has joined #ruby-lang
solars has joined #ruby-lang
jaska__ has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
ricardovaleriano has quit [Ping timeout: 256 seconds]
heftig_ has joined #ruby-lang
heftig has quit [Disconnected by services]
heftig_ is now known as heftig
FastJack_ has joined #ruby-lang
dr_bob_ has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 256 seconds]
th_ has joined #ruby-lang
no_i_wont_ has joined #ruby-lang
tubbo has quit [Disconnected by services]
L0rdShrek_ has joined #ruby-lang
tubbo`work is now known as tubbo
anannie has quit [Remote host closed the connection]
melter has quit [Ping timeout: 245 seconds]
s0ber has quit [Ping timeout: 245 seconds]
Spaceghostc2c has quit [Ping timeout: 245 seconds]
50UABP4LP has joined #ruby-lang
thone_ has quit [Ping timeout: 245 seconds]
ahf has quit [Ping timeout: 245 seconds]
tallship has quit [Ping timeout: 245 seconds]
50UABP4LP has quit [*.net *.split]
tRAS has quit [*.net *.split]
MrOnFireMr has quit [*.net *.split]
dr_bob has quit [*.net *.split]
snk has quit [*.net *.split]
yalue has quit [*.net *.split]
cldwalker has quit [*.net *.split]
FastJack has quit [*.net *.split]
L0rdShrek has quit [*.net *.split]
bmaland has quit [*.net *.split]
jaska has quit [*.net *.split]
MSU has quit [*.net *.split]
drbrain has quit [*.net *.split]
perry has quit [*.net *.split]
hachiya has quit [*.net *.split]
b3nt_pin has quit [*.net *.split]
no_i_wont has quit [*.net *.split]
nibbo has quit [*.net *.split]
sora_h_ has quit [*.net *.split]
th___ has quit [*.net *.split]
Spaceghostc2c_ is now known as Spaceghostc2c
s0ber_ is now known as s0ber
snk has joined #ruby-lang
tallship has joined #ruby-lang
jaska__ has left #ruby-lang [#ruby-lang]
jaska has joined #ruby-lang
mattyoho has quit [Quit: mattyoho]
tRAS has joined #ruby-lang
MrOnFireMr has joined #ruby-lang
dr_bob has joined #ruby-lang
cldwalker has joined #ruby-lang
yalue has joined #ruby-lang
bmaland has joined #ruby-lang
sora_h_ has joined #ruby-lang
MSU has joined #ruby-lang
b3nt_pin has joined #ruby-lang
hachiya has joined #ruby-lang
nibbo has joined #ruby-lang
dr_bob has quit [Ping timeout: 250 seconds]
MrOnFireMr has quit [Excess Flood]
perryh has joined #ruby-lang
vlad_sta_ has quit [Ping timeout: 260 seconds]
gearaholic has joined #ruby-lang
Carnage\ has joined #ruby-lang
jarib has quit [Excess Flood]
MrOnFireMr has joined #ruby-lang
gix has quit [Quit: Client exiting]
jarib has joined #ruby-lang
zmack has joined #ruby-lang
solars has quit [Ping timeout: 240 seconds]
gearahol_ has joined #ruby-lang
yxhvuud has joined #ruby-lang
s0ber_ has joined #ruby-lang
savage- has joined #ruby-lang
solars has joined #ruby-lang
L0rdShrek__ has joined #ruby-lang
vlad_starkov has joined #ruby-lang
tRAS has quit [Quit: Mother, did it need to be so high?]
mk03_ has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
headius has joined #ruby-lang
ramonmaruko1 has joined #ruby-lang
ramonmaruko has quit [Disconnected by services]
itcharlie1 has joined #ruby-lang
gearahol_ has left #ruby-lang [#ruby-lang]
gearahol_ has joined #ruby-lang
gearaholic has quit [Remote host closed the connection]
gearaholic has left #ruby-lang [#ruby-lang]
yxhuvud has quit [Ping timeout: 246 seconds]
L0rdShrek_ has quit [Ping timeout: 246 seconds]
mk03 has quit [Ping timeout: 246 seconds]
chendo_ has quit [Ping timeout: 246 seconds]
ryanlecompte has quit [Ping timeout: 246 seconds]
itcharlie has quit [Ping timeout: 246 seconds]
duard has quit [Ping timeout: 246 seconds]
dc5ala has quit [Ping timeout: 246 seconds]
agile has quit [Ping timeout: 246 seconds]
jarib has quit [Ping timeout: 246 seconds]
setmeaway has quit [Ping timeout: 246 seconds]
fbernier has quit [Ping timeout: 246 seconds]
mcooper has quit [Ping timeout: 246 seconds]
s0ber has quit [Ping timeout: 246 seconds]
coryf has quit [Ping timeout: 246 seconds]
s0ber_ is now known as s0ber
chendo_ has joined #ruby-lang
sepp2k1 has quit [Ping timeout: 246 seconds]
setmeaway has joined #ruby-lang
coryf has joined #ruby-lang
fbernier has joined #ruby-lang
jarib has joined #ruby-lang
sepp2k has joined #ruby-lang
agile has joined #ruby-lang
dc5ala has joined #ruby-lang
sepp2k has quit [Remote host closed the connection]
deryl has quit [Quit: Leaving.]
sailias has quit [Ping timeout: 240 seconds]
elux has quit [Read error: Connection reset by peer]
elux_ has joined #ruby-lang
zmack has quit [Remote host closed the connection]
jtoy has joined #ruby-lang
EvilJStoker has quit [Ping timeout: 244 seconds]
warri0r26 has joined #ruby-lang
VGoff has quit [Read error: Connection reset by peer]
Guedes has quit [Excess Flood]
tooky has joined #ruby-lang
Guedes has joined #ruby-lang
Guedes has quit [Changing host]
Guedes has joined #ruby-lang
VGoff has joined #ruby-lang
gix has joined #ruby-lang
wallerdev has quit [Ping timeout: 264 seconds]
wallerdev_ has joined #ruby-lang
adambeynon has joined #ruby-lang
tooky has quit [Ping timeout: 264 seconds]
Skif has quit [Quit: Leaving...]
jperry2_ has joined #ruby-lang
alexkira has joined #ruby-lang
bfreeman_ has joined #ruby-lang
EvilJStoker has joined #ruby-lang
d-snp has quit [Ping timeout: 265 seconds]
deryl has joined #ruby-lang
gearahol_ has quit []
gearaholic has joined #ruby-lang
jxie_ has joined #ruby-lang
Mch1 has joined #ruby-lang
ltd- has joined #ruby-lang
andrewvo1 has joined #ruby-lang
gearaholic has quit [Remote host closed the connection]
tallship has quit [Ping timeout: 274 seconds]
alexkira_ has quit [Ping timeout: 274 seconds]
imajes has quit [Ping timeout: 274 seconds]
bfreeman has quit [Ping timeout: 274 seconds]
jxie has quit [Ping timeout: 274 seconds]
canton7 has quit [Ping timeout: 274 seconds]
ltd has quit [Ping timeout: 274 seconds]
andrewvos has quit [Ping timeout: 274 seconds]
Mchl has quit [Write error: Connection reset by peer]
jperry2 has quit [Write error: Connection reset by peer]
jperry2_ is now known as jperry2
rue|w has joined #ruby-lang
imajes has joined #ruby-lang
tallship has joined #ruby-lang
abletony84 has joined #ruby-lang
<abletony84> hey guys
<matti> Hey
<abletony84> whats good? anything fun happening?
ahf__ has quit [Quit: Bye]
ahf has joined #ruby-lang
ahf has quit [Changing host]
ahf has joined #ruby-lang
workmad3 has joined #ruby-lang
dc5ala has quit [Quit: Ex-Chat]
<matti> abletony84: Not much, really.
Nisstyre has joined #ruby-lang
rue|w has quit [Ping timeout: 264 seconds]
Skif has joined #ruby-lang
Skif has quit [Ping timeout: 240 seconds]
cout has quit [Ping timeout: 244 seconds]
Guest32003 has quit [Ping timeout: 240 seconds]
cout has joined #ruby-lang
mksm has joined #ruby-lang
mksm is now known as Guest18053
cw has joined #ruby-lang
cw has left #ruby-lang [#ruby-lang]
cw has joined #ruby-lang
solars has quit [Ping timeout: 245 seconds]
codewrangler has joined #ruby-lang
dfr|mac has joined #ruby-lang
s0ber_ has joined #ruby-lang
jtoy has quit [Quit: jtoy]
lele|w has quit [Ping timeout: 272 seconds]
lele|w has joined #ruby-lang
dfr|mac_ has joined #ruby-lang
s0ber has quit [Remote host closed the connection]
s0ber_ is now known as s0ber
dfr|mac_ has quit [Read error: Connection reset by peer]
dfr|mac_ has joined #ruby-lang
dfr|mac has quit [Ping timeout: 240 seconds]
Skif has joined #ruby-lang
sailias has joined #ruby-lang
solars has joined #ruby-lang
adambeynon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
yats has quit [Ping timeout: 246 seconds]
canton7 has joined #ruby-lang
dfr|mac_ has quit [Remote host closed the connection]
benanne has joined #ruby-lang
jtoy has joined #ruby-lang
tooky has joined #ruby-lang
dfr|mac has joined #ruby-lang
mwjcomputing has quit [Quit: Leaving]
macmartine has joined #ruby-lang
tooky has quit [Ping timeout: 264 seconds]
rippa has quit [Ping timeout: 256 seconds]
macmarti_ has joined #ruby-lang
Austin__ has joined #ruby-lang
d-snp has joined #ruby-lang
hinbody_ has joined #ruby-lang
macmartine has quit [Ping timeout: 241 seconds]
hinbody has quit [Ping timeout: 241 seconds]
foca_ has quit [Ping timeout: 241 seconds]
piyush has joined #ruby-lang
itcharlie1 has quit [Quit: Leaving.]
foca has joined #ruby-lang
rolfb has quit [Quit: Linkinus - http://linkinus.com]
drbrain has joined #ruby-lang
cw has left #ruby-lang [#ruby-lang]
Austin__ has left #ruby-lang [#ruby-lang]
jtoy has quit [Quit: jtoy]
macmarti_ has quit [Quit: Computer has gone to sleep.]
jaimef is now known as ober
icooba has quit [Quit: Textual IRC Client: www.textualapp.com]
andrewvo1 has quit [Quit: Reconnecting]
andrewvos has joined #ruby-lang
<andrewvos> Seems like ec2 wetn down
<andrewvos> went*
<matti> ;/
RegEchse has joined #ruby-lang
<andrewvos> Oh wait, it was a freenode thing.
d-snp has quit [Ping timeout: 268 seconds]
<zzak> andrewvos: no problems here
nofxx has quit [Ping timeout: 248 seconds]
abletony84 has quit [Ping timeout: 268 seconds]
emanon_ has joined #ruby-lang
matled- has joined #ruby-lang
d-snp has joined #ruby-lang
epitron__ has joined #ruby-lang
epitron__ has quit [Changing host]
epitron__ has joined #ruby-lang
dfr|mac has quit [Remote host closed the connection]
<andrewvos> Hey, I want to set up mail forwarding from a domain I own to my gmail account. Any thoughts on what a good service for this is. I'm about to go with fastmail.
<andrewvos> There should be a ? up in there ^
wasnotrice_ has joined #ruby-lang
DEac-_ has joined #ruby-lang
ammar has joined #ruby-lang
mtkd has joined #ruby-lang
CoverSli1e has joined #ruby-lang
ericwood_ has joined #ruby-lang
bluemonk_ has joined #ruby-lang
Kuukunen- has joined #ruby-lang
pcboy__ has joined #ruby-lang
mephux_ has joined #ruby-lang
miah_ has joined #ruby-lang
Kero has joined #ruby-lang
cantonic_ has joined #ruby-lang
<matti> Is this a Ruby question? ;]
rheddry has joined #ruby-lang
rtl_ has joined #ruby-lang
<zzak> andrewvos: are you trying to forward your own domain to gmail?
<matti> andrewvos: Configure your MUA and/or MTA to forward to your GMail.
yeltzooo has joined #ruby-lang
<matti> andrewvos: Or, add your external account to GMail (POP, etc).
mtkd_ has quit [Ping timeout: 252 seconds]
knu has quit [*.net *.split]
kalleth has quit [*.net *.split]
hackeron has quit [*.net *.split]
corsican has quit [*.net *.split]
pabs has quit [*.net *.split]
mihar_ has quit [*.net *.split]
threedaymonk has quit [*.net *.split]
blowmage has quit [*.net *.split]
dagobah has quit [*.net *.split]
ReinH has quit [*.net *.split]
dRbiG has quit [*.net *.split]
_ko1 has quit [*.net *.split]
mephux has quit [Remote host closed the connection]
davidbalbert has quit [Ping timeout: 252 seconds]
mitchty has quit [Ping timeout: 252 seconds]
DEac- has quit [Ping timeout: 252 seconds]
djinni`_ has quit [Ping timeout: 252 seconds]
CoverSlide has quit [Disconnected by services]
ammar_ has quit [Ping timeout: 252 seconds]
ericwood has quit [Ping timeout: 252 seconds]
levifig has quit [Ping timeout: 252 seconds]
TylerGillies has quit [Ping timeout: 252 seconds]
mephux_ is now known as mephux
epitron has quit [Ping timeout: 252 seconds]
Silex has quit [Ping timeout: 257 seconds]
matled has quit [Ping timeout: 279 seconds]
pcboy_ has quit [Ping timeout: 257 seconds]
yeltzooo7 has quit [Ping timeout: 257 seconds]
bluemonk has quit [Ping timeout: 279 seconds]
miah has quit [Ping timeout: 279 seconds]
rtl has quit [Ping timeout: 257 seconds]
Kuukunen has quit [Ping timeout: 257 seconds]
matled- is now known as matled
conceal_rs_ has quit [Ping timeout: 257 seconds]
Kero_ has quit [Ping timeout: 353 seconds]
CoverSli1e is now known as CoverSlide
TylerGillies has joined #ruby-lang
<matti> andrewvos: Or get free Google Apps and move your domain to host MX for you there.
<zzak> i like to use google apps
wasnotrice has quit [Read error: No buffer space available]
djinni` has joined #ruby-lang
<matti> zzak: I not so much.
conceal_rs_ has joined #ruby-lang
Silex has joined #ruby-lang
<matti> zzak: They always seem to miss common sense features.
mitchty has joined #ruby-lang
mitchty is now known as Guest1354
davidbalbert has joined #ruby-lang
cantonic has quit [Ping timeout: 264 seconds]
cantonic_ is now known as cantonic
havenn has joined #ruby-lang
<matti> zzak: Hey! Anything to fix in Ruby as of late? Looking at the bug tracker does not yield anything obvious.
yeltzooo has quit [Max SendQ exceeded]
<andrewvos> matti: Nope sorry, it's not :)
<andrewvos> matti: I have a domain, and I just want my mail forwarded to my gmail account.
<andrewvos> It's a non-apps account.
Carnage\ has quit [Read error: Connection reset by peer]
Axsuul has quit [Ping timeout: 240 seconds]
tooky has joined #ruby-lang
knu has joined #ruby-lang
threedaymonk has joined #ruby-lang
pabs has joined #ruby-lang
corsican has joined #ruby-lang
kalleth has joined #ruby-lang
hackeron has joined #ruby-lang
blowmage has joined #ruby-lang
ReinH has joined #ruby-lang
_ko1 has joined #ruby-lang
mihar_ has joined #ruby-lang
dagobah has joined #ruby-lang
dRbiG has joined #ruby-lang
epitron__ has quit [Ping timeout: 240 seconds]
Skif has quit [Remote host closed the connection]
Axsuul has joined #ruby-lang
tenderlove has joined #ruby-lang
Skif has joined #ruby-lang
Carnage\ has joined #ruby-lang
epitron has joined #ruby-lang
epitron has quit [Changing host]
epitron has joined #ruby-lang
yeltzooo has joined #ruby-lang
<andrewvos> Seems dnsimple actually does this!
<matti> ;d
<andrewvos> But only 1000 emails, hmm. Wonder if they'll jst stop delivering them after that.
nofxx has joined #ruby-lang
nofxx has quit [Changing host]
nofxx has joined #ruby-lang
<andrewvos> Damn, I love giving dnsimple my money. Their site is just so simple.
alexkira_ has joined #ruby-lang
snuxoll_ has joined #ruby-lang
thorncp_ has joined #ruby-lang
tooky has quit [Ping timeout: 264 seconds]
jtoy has joined #ruby-lang
alexkira has quit [Read error: Connection reset by peer]
snuxoll has quit [Ping timeout: 256 seconds]
thorncp has quit [Ping timeout: 256 seconds]
CoverSlide has quit [Ping timeout: 256 seconds]
CoverSli1e has joined #ruby-lang
wyhaines has quit [Remote host closed the connection]
diegoviola has quit [Quit: Reconnecting]
diegoviola has joined #ruby-lang
jtoy has quit [Client Quit]
erics has joined #ruby-lang
CoverSli1e is now known as CoverSlide
jtoy has joined #ruby-lang
Skif has quit [Ping timeout: 240 seconds]
MrOnFireMr has quit [Ping timeout: 256 seconds]
babinho_ has joined #ruby-lang
babinho has quit [Ping timeout: 240 seconds]
akahn has quit [Ping timeout: 240 seconds]
crankharder has quit [Ping timeout: 240 seconds]
hinbody_ has left #ruby-lang [#ruby-lang]
crankharder has joined #ruby-lang
akahn has joined #ruby-lang
<postmodern> is sdoc even needed anymore, given the updates to rdoc/
<postmodern> ?
hinbody has joined #ruby-lang
macmartine has joined #ruby-lang
Xzyx987X_ has joined #ruby-lang
cantonic_ has joined #ruby-lang
Tearan has quit [Quit: Sleepy Badger....]
gix- has joined #ruby-lang
gix has quit [Disconnected by services]
A1241 has joined #ruby-lang
gregmoreno has quit [Remote host closed the connection]
ltd-- has joined #ruby-lang
JohnBat26 has quit [Read error: Operation timed out]
A124 has quit [Read error: Connection reset by peer]
gmci has quit [Ping timeout: 248 seconds]
cantonic has quit [Ping timeout: 248 seconds]
ltd- has quit [Ping timeout: 248 seconds]
ober has quit [Ping timeout: 248 seconds]
Xzyx987X has quit [Ping timeout: 248 seconds]
outoftime has quit [Ping timeout: 248 seconds]
anildigital_work has quit [Max SendQ exceeded]
cantonic_ is now known as cantonic
<steveklabnik> postmodern: right
gmci has joined #ruby-lang
<steveklabnik> :p
yxhvuud has quit [Remote host closed the connection]
anildigital_work has joined #ruby-lang
outoftime has joined #ruby-lang
yxhuvud has joined #ruby-lang
jaimef has joined #ruby-lang
dr_bob_ has quit [Quit: Tune in next week when you'll hear Dr. Bob say...]
s0ber_ has joined #ruby-lang
tonni_ has joined #ruby-lang
catmtking_ has joined #ruby-lang
nofxx has quit [Ping timeout: 264 seconds]
elux_ has quit [Quit: Leaving...]
emanon_ has quit [Ping timeout: 260 seconds]
tooky has joined #ruby-lang
<drbrain> postmodern: if you want the sdoc style, yes
<drbrain> if you want live searching, no
lcdhoffman has quit [Quit: lcdhoffman]
<postmodern> drbrain, ah ha, thought so
catmtking has quit [Ping timeout: 240 seconds]
ddv has quit [Ping timeout: 240 seconds]
s0ber has quit [Remote host closed the connection]
crankharder has quit [Ping timeout: 240 seconds]
tonni has quit [Ping timeout: 240 seconds]
catmtking_ is now known as catmtking
ddv has joined #ruby-lang
s0ber_ is now known as s0ber
ammar has quit [Ping timeout: 240 seconds]
ammar has joined #ruby-lang
crankharder has joined #ruby-lang
mistym_ has joined #ruby-lang
tooky has quit [Ping timeout: 264 seconds]
enebo has quit [Quit: enebo]
jtoy has quit [Quit: jtoy]
mistym_ has quit [Remote host closed the connection]
jamjam has joined #ruby-lang
cantonic_ has joined #ruby-lang
tentimes has joined #ruby-lang
wasnotrice has joined #ruby-lang
mephux_ has joined #ruby-lang
workmad3_ has joined #ruby-lang
singpoly1a has joined #ruby-lang
CoverSli1e has joined #ruby-lang
Defusal has joined #ruby-lang
gmci_ has joined #ruby-lang
pbjorklu1d has joined #ruby-lang
matled has quit [Read error: Connection reset by peer]
CoverSlide has quit [Write error: Connection reset by peer]
wasnotrice_ has quit [Write error: Connection reset by peer]
gmci has quit [Read error: Connection reset by peer]
carloslopes has quit [Quit: Leaving.]
postmodern_ has joined #ruby-lang
cantonic has quit [Ping timeout: 240 seconds]
cantonic_ is now known as cantonic
davidbalbert has quit [Ping timeout: 240 seconds]
jtoy has joined #ruby-lang
davidbalbert has joined #ruby-lang
matled has joined #ruby-lang
krohrbaugh1 has joined #ruby-lang
thone has quit [Ping timeout: 248 seconds]
lantins has quit [Ping timeout: 248 seconds]
jamjam has quit [Ping timeout: 248 seconds]
mephux has quit [Ping timeout: 248 seconds]
workmad3 has quit [Ping timeout: 248 seconds]
ddfreyne has quit [Ping timeout: 248 seconds]
kvs has quit [Ping timeout: 248 seconds]
Guedes has quit [Ping timeout: 248 seconds]
singpolyma has quit [Ping timeout: 248 seconds]
outoftime has quit [Ping timeout: 248 seconds]
postmodern has quit [Ping timeout: 248 seconds]
krohrbaugh has quit [Ping timeout: 248 seconds]
Defusal_ has quit [Ping timeout: 248 seconds]
pbjorklund has quit [Ping timeout: 248 seconds]
achiu has quit [Ping timeout: 248 seconds]
kvs has joined #ruby-lang
yxhvuud has joined #ruby-lang
Guedes has joined #ruby-lang
ddfreyne has joined #ruby-lang
outoftime has joined #ruby-lang
mephux_ has quit [Changing host]
mephux_ has joined #ruby-lang
Defusal has quit [Changing host]
Defusal has joined #ruby-lang
Guedes has quit [Changing host]
Guedes has joined #ruby-lang
toertore has joined #ruby-lang
headius has quit [Quit: headius]
piyush has quit [Read error: Operation timed out]
lantins has joined #ruby-lang
mephux has joined #ruby-lang
toretore has quit [Ping timeout: 256 seconds]
jamjam has joined #ruby-lang
gix- has quit [Ping timeout: 252 seconds]
mephux_ has quit [Ping timeout: 252 seconds]
yxhuvud has quit [Ping timeout: 252 seconds]
Skif has joined #ruby-lang
thorncp_ has quit [K-Lined]
perryh has quit [K-Lined]
snuxoll_ has quit [K-Lined]
pri has quit [Ping timeout: 260 seconds]
perryh has joined #ruby-lang
gix has joined #ruby-lang
thorncp has joined #ruby-lang
Skif has quit [Client Quit]
erics has quit [Ping timeout: 240 seconds]
snuxoll has joined #ruby-lang
cmaxw has joined #ruby-lang
MrOnFireMr has joined #ruby-lang
tentimes has quit [Quit: If you can't laugh at yourself, make fun of other people.]
thone has joined #ruby-lang
cmaxw has quit [Ping timeout: 246 seconds]
jtoy has quit [Quit: jtoy]
JustinCampbell has quit [Remote host closed the connection]
gsav_ has quit [Ping timeout: 260 seconds]
dous_ has joined #ruby-lang
dous_ has quit [Changing host]
dous_ has joined #ruby-lang
setmeaway2 has joined #ruby-lang
ricardov_ has quit [Remote host closed the connection]
alexkira has joined #ruby-lang
stepnem has quit [Ping timeout: 260 seconds]
Defusal_ has joined #ruby-lang
Defusal_ has quit [Changing host]
Defusal_ has joined #ruby-lang
kuja_ has joined #ruby-lang
kuja_ has quit [Changing host]
kuja_ has joined #ruby-lang
babinho has joined #ruby-lang
solondz_ has joined #ruby-lang
d-best has joined #ruby-lang
kotp has joined #ruby-lang
djinni`_ has joined #ruby-lang
mksm has joined #ruby-lang
diegovio1a has joined #ruby-lang
setmeaway has quit [Read error: Connection reset by peer]
codewrangler has quit [Ping timeout: 246 seconds]
mantono has quit [Ping timeout: 246 seconds]
canton7 has quit [Ping timeout: 246 seconds]
djinni` has quit [Ping timeout: 246 seconds]
akahn has quit [Ping timeout: 246 seconds]
alexkira_ has quit [Ping timeout: 246 seconds]
babinho_ has quit [Ping timeout: 246 seconds]
d-snp has quit [Ping timeout: 246 seconds]
solondz has quit [Ping timeout: 246 seconds]
xzy has quit [Ping timeout: 246 seconds]
dous has quit [Ping timeout: 246 seconds]
Defusal has quit [Ping timeout: 246 seconds]
diegoviola has quit [Ping timeout: 246 seconds]
havenn has quit [Ping timeout: 246 seconds]
Guest18053 has quit [Ping timeout: 246 seconds]
warri0r26 has quit [Ping timeout: 246 seconds]
fbernier has quit [Ping timeout: 246 seconds]
Criztian has quit [Ping timeout: 246 seconds]
anildigital_work has quit [Ping timeout: 246 seconds]
tenderlove has quit [Ping timeout: 246 seconds]
ericwood_ has quit [Ping timeout: 246 seconds]
Mch1 has quit [Ping timeout: 246 seconds]
VGoff has quit [Ping timeout: 246 seconds]
agile has quit [Ping timeout: 246 seconds]
jarib has quit [Ping timeout: 246 seconds]
kuja has quit [Ping timeout: 246 seconds]
kotp is now known as VGoff
ericwood has joined #ruby-lang
Mchl has joined #ruby-lang
Criztian_ has joined #ruby-lang
fbernier_ has joined #ruby-lang
warri0r26 has joined #ruby-lang
agile has joined #ruby-lang
anildigital_work has joined #ruby-lang
xzy has joined #ruby-lang
mantono has joined #ruby-lang
jarib has joined #ruby-lang
swarley_ has quit [Ping timeout: 264 seconds]
havenn_ has joined #ruby-lang
bnagy has quit [Ping timeout: 244 seconds]
jarib has joined #ruby-lang
jarib has quit [Changing host]
bnagy has joined #ruby-lang
tenderlove has joined #ruby-lang
mksm is now known as Guest44778
imajes has quit [Excess Flood]
imajes has joined #ruby-lang
toertore has quit [Quit: Leaving]
jtoy has joined #ruby-lang
imajes has quit [Excess Flood]
<steveklabnik> postmodern_: you brok the build
<steveklabnik> :p
cldwalker_ has joined #ruby-lang
thatdutchguy has quit [Remote host closed the connection]
epitron__ has joined #ruby-lang
epitron__ has quit [Changing host]
epitron__ has joined #ruby-lang
piyush has joined #ruby-lang
MSU_ has joined #ruby-lang
s0ber_ has joined #ruby-lang
sora_h__ has joined #ruby-lang
snuxoll has quit [Ping timeout: 245 seconds]
yalue has quit [Ping timeout: 245 seconds]
cldwalker has quit [Ping timeout: 245 seconds]
MSU has quit [Ping timeout: 245 seconds]
Criztian_ has quit [Ping timeout: 245 seconds]
epitron has quit [Read error: Connection reset by peer]
Carnage\ has quit [Ping timeout: 245 seconds]
pcboy__ has quit [Ping timeout: 245 seconds]
sora_h_ has quit [Ping timeout: 245 seconds]
s0ber has quit [Read error: Connection reset by peer]
pcboy_ has joined #ruby-lang
snuxoll_ has joined #ruby-lang
s0ber_ is now known as s0ber
imajes has joined #ruby-lang
yalue has joined #ruby-lang
<steveklabnik> postmodern_: just using kramdown instead
matled has quit [Remote host closed the connection]
nibbo has quit [Ping timeout: 245 seconds]
matled has joined #ruby-lang
nibbo has joined #ruby-lang
Criztian has joined #ruby-lang
Carnage\ has joined #ruby-lang
jtoy has quit [Client Quit]
Guedes has quit [Ping timeout: 245 seconds]
postmodern_ has quit [Quit: Leaving]
Guedes has joined #ruby-lang
postmodern has joined #ruby-lang
<postmodern> steveklabnik, already pushed kramdown
akahn has joined #ruby-lang
hhatch has quit [Quit: leaving]
<steveklabnik> ahh, i did it myself. thanks though
<steveklabnik> :)
<steveklabnik> i always forget that
jtoy has joined #ruby-lang
flebel has quit [Ping timeout: 268 seconds]
znz_jp has quit [Ping timeout: 268 seconds]
justinmcp has quit [Remote host closed the connection]
piyush has quit [Ping timeout: 246 seconds]
justinmcp has joined #ruby-lang
flebel has joined #ruby-lang
sent-hil has joined #ruby-lang
thone has quit [Read error: Connection reset by peer]
znz_jp has joined #ruby-lang
woollyams has joined #ruby-lang
outoftime has quit [Quit: Leaving]
tooky has joined #ruby-lang
cmaxw has joined #ruby-lang
warri0r26 has quit [Ping timeout: 256 seconds]
diegovio1a has quit [Ping timeout: 256 seconds]
imajes has quit [Ping timeout: 256 seconds]
warri0r26 has joined #ruby-lang
imajes has joined #ruby-lang
tooky has quit [Ping timeout: 264 seconds]
woollyams has quit [Quit: Computer has gone to sleep.]
tenderlove has quit [Remote host closed the connection]
mantono has quit [Read error: Operation timed out]
mistym has quit [Remote host closed the connection]
sailias has quit [Read error: Operation timed out]
jtoy_ has joined #ruby-lang
havenn has joined #ruby-lang
Criztian has quit [Remote host closed the connection]
cmaxw_ has joined #ruby-lang
codewrangler has joined #ruby-lang
solars has quit [Ping timeout: 256 seconds]
thone has joined #ruby-lang
pcboy__ has joined #ruby-lang
lcdhoffman has joined #ruby-lang
jtoy has quit [Ping timeout: 408 seconds]
jtoy_ is now known as jtoy
MrOnFireMr has quit [Read error: Connection reset by peer]
pcboy_ has quit [Read error: Connection reset by peer]
Guest58219 has left #ruby-lang [#ruby-lang]
cmaxw has quit [Ping timeout: 241 seconds]
havenn_ has quit [Ping timeout: 241 seconds]
cmaxw_ is now known as cmaxw
ged has joined #ruby-lang
CoverSli1e is now known as CoverSlide
MrOnFireMr has joined #ruby-lang
mantono has joined #ruby-lang
tenderlove has joined #ruby-lang
wyhaines has joined #ruby-lang
wyhaines_ has joined #ruby-lang
s0ber_ has joined #ruby-lang
jtoy has quit [Quit: jtoy]
justinmcp has quit [Remote host closed the connection]
<TTilus> steveklabnik: ! ;)
Tearan has joined #ruby-lang
pcboy_ has joined #ruby-lang
s0ber has quit [Remote host closed the connection]
wyhaines has quit [Ping timeout: 252 seconds]
pcboy__ has quit [Ping timeout: 252 seconds]
s0ber_ is now known as s0ber
benanne has quit [Quit: kbai]
wyhaines_ has quit [Remote host closed the connection]
jtoy has joined #ruby-lang
justinmcp has joined #ruby-lang
raisingdata has joined #ruby-lang
sora_h___ has joined #ruby-lang
jtoy has quit [Client Quit]
[yalue] has joined #ruby-lang
sora_h__ has quit [Ping timeout: 267 seconds]
yalue has quit [Ping timeout: 267 seconds]
gregmoreno has joined #ruby-lang
jamjam has quit [Ping timeout: 256 seconds]
Carnage\ has quit []
woollyams has joined #ruby-lang
epitron has joined #ruby-lang
epitron has quit [Changing host]
epitron has joined #ruby-lang
macmartine has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
[yalue] has quit [Quit: Leaving]
ddfreyne has quit [Ping timeout: 248 seconds]
kvs has quit [Ping timeout: 248 seconds]
sora_h___ has quit [Ping timeout: 248 seconds]
akahn has quit [Ping timeout: 248 seconds]
epitron__ has quit [Ping timeout: 248 seconds]
lantins has quit [Ping timeout: 248 seconds]
djinni`_ has quit [Ping timeout: 248 seconds]
kvs has joined #ruby-lang
lantins has joined #ruby-lang
sora_h___ has joined #ruby-lang
akahn has joined #ruby-lang
tenderlove has quit [Ping timeout: 256 seconds]
djinni` has joined #ruby-lang
warri0r26 has quit [Quit: Leaving]
tenderlove has joined #ruby-lang
pri has joined #ruby-lang
jupito_ has joined #ruby-lang
itz_ has joined #ruby-lang
dvorak has joined #ruby-lang
jupito has quit [Ping timeout: 272 seconds]
itz has quit [Ping timeout: 272 seconds]
lele|w has quit [Ping timeout: 272 seconds]
wnd has quit [Excess Flood]
lele|w has joined #ruby-lang
wnd has joined #ruby-lang
aef_ has quit [Remote host closed the connection]
aef has joined #ruby-lang
pri has quit [Ping timeout: 246 seconds]
FastJack_ has quit [Excess Flood]
spectra has quit [Quit: ZNC - http://znc.sourceforge.net]
FastJack has joined #ruby-lang
spectra- has joined #ruby-lang
<steveklabnik> TTilus: sup?
lcdhoffman has quit [Quit: lcdhoffman]
<TTilus> notmuch
xzy has quit [Quit: Leaving]
havenn has quit [Remote host closed the connection]
<TTilus> steveklabnik: gonna spend tomorrow extending the test coverage of our platform
<TTilus> steveklabnik: full stack feature tests that is
<TTilus> steveklabnik: and yes, im using sup :)
xyzodiac has joined #ruby-lang
<masterkorp> RUBIIIESSS!!!
<masterkorp> TTilus: i want to move to notmuch too
<TTilus> im not sure about notmuch
<TTilus> i guess i just lazily hang on sup till i hit a showstopper that im too lazy to fix and find no patch for and quit using email alltogether :)
catmtking_ has joined #ruby-lang
catmtking_ has quit [Client Quit]
Madis_ has joined #ruby-lang
catmtking has quit [Ping timeout: 264 seconds]
<masterkorp> heh, i want to move
Madis has quit [Read error: Connection reset by peer]
jMCg has quit [Read error: Connection reset by peer]
jMCg_ has joined #ruby-lang
jMCg_ has joined #ruby-lang
jMCg_ has quit [Changing host]
Madis_ has quit [Client Quit]
catmtking has joined #ruby-lang