apeiros changed the topic of #ruby-lang to: Ruby 2.0.0-p247: http://ruby-lang.org (Ruby 1.9.3-p448) || Paste >3 lines of text on http://gist.github.com
kurko_ has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
tylersmith has joined #ruby-lang
dabradley has joined #ruby-lang
vxr74 has quit [Ping timeout: 256 seconds]
tylersmith has quit [Ping timeout: 252 seconds]
sevvie has joined #ruby-lang
woollyams has quit [Ping timeout: 252 seconds]
Johz has quit [Quit: Leaving]
tharindu has joined #ruby-lang
tharindu has quit [Remote host closed the connection]
enebo has quit [Quit: enebo]
retro|cz has joined #ruby-lang
lfox has joined #ruby-lang
tharindu has joined #ruby-lang
mistym has quit [Quit: Leaving]
zenspider has joined #ruby-lang
eugenejen has quit [Quit: eugenejen]
<naquad> i'm calling a lambda from gsub block and $1-9 there are nils while they've got values in gsubs block. wtf? kind of pseudocode: x = lambda { puts $1.nil? }; str.gsub(p) { x[] }
JoshuaPaling has quit [Quit: Textual IRC Client: www.textualapp.com]
<naquad> > x = lambda { puts $1.nil? }; "asd".gsub(/(s)/) { x[] }
<naquad> eval x = lambda { puts $1.nil? }; "asd".gsub(/(s)/) { x[] }
<naquad> !x = lambda { puts $1.nil? }; "asd".gsub(/(s)/) { x[] }
aspires has quit [Quit: aspires]
<naquad> bot is dead?
anonymus_ has quit [Ping timeout: 256 seconds]
<drbrain> >> "am I alive" ? "yes" : "no"
<eval-in> drbrain => /tmp/execpad-65eae19cd275/source-65eae19cd275:2: warning: string literal in condition ... (https://eval.in/50548)
<drbrain> not answer I was expecting
benlovell has joined #ruby-lang
minivan1 has quit [Ping timeout: 264 seconds]
seanlerner has joined #ruby-lang
<imperator> that's weird
__butch__ has quit [Quit: Leaving.]
seanlerner has quit [Remote host closed the connection]
benlovell has quit [Ping timeout: 246 seconds]
saarinen has quit [Quit: saarinen]
<naquad> >> x = lambda { puts $1.nil? }; "asd".gsub(/(s)/) { x[] }
<eval-in> naquad => false ... (https://eval.in/50549)
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zenspider> naquad: str.gsub(p, &x) ?
<naquad> not the case :(
<naquad> not just lambda can be there
<zenspider> well... that's how $1-9 (and all other match globals) work.
<zenspider> not sure what to suggest as an alternative
jonathanmarvens has quit [Remote host closed the connection]
ldnunes_ has quit [Quit: Leaving]
jonathanmarvens has joined #ruby-lang
iliketurtles has quit [Quit: zzzzz…..]
mdedetrich has quit [Quit: Computer has gone to sleep.]
jerrytgarcia has quit [Ping timeout: 260 seconds]
jxie_ has joined #ruby-lang
jxie has quit [Read error: Connection reset by peer]
jerrytgarcia has joined #ruby-lang
saarinen has joined #ruby-lang
meise has joined #ruby-lang
sleepy_keita has joined #ruby-lang
stamina has quit [Ping timeout: 260 seconds]
charliesome has joined #ruby-lang
tkuchiki has joined #ruby-lang
tylersmith has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
ecnalyr has joined #ruby-lang
seanlerner has joined #ruby-lang
Behi has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
JoshuaPaling has joined #ruby-lang
mdedetrich has joined #ruby-lang
jxpx777 has joined #ruby-lang
seanlerner has quit [Ping timeout: 245 seconds]
Guest78788 has left #ruby-lang [#ruby-lang]
brownies has joined #ruby-lang
Tearan has quit [Quit: Sleepy Badger....]
richardburton has joined #ruby-lang
mdedetrich has quit [Ping timeout: 245 seconds]
lfox has quit [Quit: ZZZzzz…]
iliketurtles has joined #ruby-lang
|jemc| has joined #ruby-lang
mdedetrich has joined #ruby-lang
<|jemc|> is anybody here experimenting with decorators using the new 2.1 return value of 'def'?
lfox has joined #ruby-lang
hogeo has joined #ruby-lang
jxpx777 has quit [Quit: Leaving...]
ecnalyr has quit [Remote host closed the connection]
<imperator> |jemc|, doubt it since it's new - what are you trying to do?
mdedetrich has quit [Quit: Computer has gone to sleep.]
<|jemc|> just testing the limits/applications of it
<|jemc|> was discussing it with a few folks in #ruby yesterday
hahuang65 has quit [Ping timeout: 245 seconds]
<|jemc|> so it's possible to do a nifty decorator with a toplevel method
<|jemc|> but I'm running into issues with instance methods
<|jemc|> issues that I expected to run into
<imperator> sounds like a good topic for a blog post :)
<|jemc|> because right now it has no way of knowing the instended receiver
jxpx777 has joined #ruby-lang
<|jemc|> I'll do a pastebin if you're interested
<imperator> sure
<imperator> can you bind it to a receiver?
<|jemc|> do you have 2.1?
<imperator> no
mdedetrich has joined #ruby-lang
<|jemc|> imperator - not sure how to get the intended receiver object into the decorator method, because it runs at class definition
<|jemc|> I'll show you
<imperator> k
lfox has quit [Quit: ZZZzzz…]
<|jemc|> here it is with toplevel method foo
<|jemc|> if you define foo inside of 'class A', you get the exception that you would expect:
bastilian has quit [Quit: Linkinus - http://linkinus.com]
<|jemc|> and if you change method(meth) to instance_method(meth), the method object is still unbound:
<imperator> i guess that just strikes me as an odd thing to do
<|jemc|> well, that's all well and good
<|jemc|> I'm pushing the limits for the sake of doing so
alekst has quit [Quit: Leaving...]
iliketurtles has quit [Quit: zzzzz…..]
<|jemc|> ah
<|jemc|> I can easily bind inside the decorated block
<|jemc|> that way, I don't need to know the receiver until call of the wrapping function
<imperator> there you go :)
<|jemc|> yeah, this is some great sugar for python-style decorators
<|jemc|> thanks, ruby 2.1!
aef has joined #ruby-lang
enebo has joined #ruby-lang
malev has quit [Quit: Leaving]
JoshuaPaling has quit [Quit: Textual IRC Client: www.textualapp.com]
jonathanmarvens has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
Tearan has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
nertzy2 has joined #ruby-lang
<drbrain> CVE-2013-4363, (another) backtracking regexp in RubyGems version validation: http://bit.ly/CVE-2013-4363
sevvie has quit [Ping timeout: 245 seconds]
jonathanmarvens has quit [Remote host closed the connection]
seanlerner has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
Domon has joined #ruby-lang
bantic has quit [Quit: bantic]
macmartine has joined #ruby-lang
sevvie has joined #ruby-lang
mdedetrich has quit [Quit: Computer has gone to sleep.]
kgrz has joined #ruby-lang
Gaelan is now known as GaelanAintAround
kgrz has quit [Read error: Connection reset by peer]
seanlerner has quit [Remote host closed the connection]
mdedetrich has joined #ruby-lang
nertzy2 has quit [Quit: This computer has gone to sleep]
Coincidental has joined #ruby-lang
kurko_ has quit [Ping timeout: 248 seconds]
znz_jp has quit [Ping timeout: 245 seconds]
kurko_ has joined #ruby-lang
tharindu has quit [Remote host closed the connection]
richardburton has quit [Quit: Leaving.]
richardburton has joined #ruby-lang
jerrytgarcia has quit [Quit: WeeChat 0.4.1]
znz_jp has joined #ruby-lang
Guest35787 has joined #ruby-lang
richardburton has quit [Client Quit]
jonathanmarvens has quit [Remote host closed the connection]
Guest35787 is now known as diegoviola
hahuang65 has joined #ruby-lang
jerrytgarcia has joined #ruby-lang
bzalasky has quit [Remote host closed the connection]
mj12albert has quit []
TheMoonMaster has quit [Remote host closed the connection]
iliketurtles has joined #ruby-lang
iliketurtles has quit [Client Quit]
yuroyoro has joined #ruby-lang
seanlerner has joined #ruby-lang
yuroyoro has quit [Remote host closed the connection]
yuroyoro has joined #ruby-lang
yuroyoro has quit [Remote host closed the connection]
jxpx777 has quit [Quit: Leaving...]
kurko_ has quit [Ping timeout: 245 seconds]
macmartine has quit [Remote host closed the connection]
mj12albert has joined #ruby-lang
kurko_ has joined #ruby-lang
mdedetrich has quit [Quit: Computer has gone to sleep.]
lmadrigal has joined #ruby-lang
mdedetrich has joined #ruby-lang
KM has joined #ruby-lang
jerrytgarcia has quit [Ping timeout: 245 seconds]
TheMoonMaster has joined #ruby-lang
ItSANgo has quit [Quit: Leaving...]
macmartine has joined #ruby-lang
mdedetrich has quit [Quit: Computer has gone to sleep.]
ikrima has quit [Quit: Computer has gone to sleep.]
lmadrigal has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
mdedetrich has joined #ruby-lang
kgrz has joined #ruby-lang
Behi has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Behi has joined #ruby-lang
|jemc| has left #ruby-lang ["WeeChat 0.4.1"]
jxie has joined #ruby-lang
jxie_ has quit [Read error: Connection reset by peer]
jerrytgarcia has joined #ruby-lang
bzalasky has joined #ruby-lang
thiagoborges has quit [Remote host closed the connection]
GoldenGiant has joined #ruby-lang
GoldenGiant has quit [Client Quit]
GoldenGiant has joined #ruby-lang
GoldenGiant has quit [Client Quit]
mdedetrich has quit [Quit: Computer has gone to sleep.]
mdedetrich has joined #ruby-lang
kurko_ has quit [Ping timeout: 240 seconds]
kurko_ has joined #ruby-lang
bondar has quit [Ping timeout: 248 seconds]
imperator has left #ruby-lang ["Leaving"]
tharindu has joined #ruby-lang
enebo has quit [Quit: enebo]
ItSANgo has joined #ruby-lang
dhruvasagar has joined #ruby-lang
saarinen has quit [Quit: saarinen]
jonathanmarvens has joined #ruby-lang
mdedetrich has quit [Ping timeout: 268 seconds]
cstrahan has quit [Ping timeout: 248 seconds]
mdedetrich has joined #ruby-lang
soba has joined #ruby-lang
kurko_ has quit [Quit: Computer has gone to sleep.]
mdedetrich has quit [Client Quit]
hahuang65 has quit [Ping timeout: 252 seconds]
mdedetrich has joined #ruby-lang
matled- has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
roflmaus has joined #ruby-lang
havenwood has joined #ruby-lang
apeiros has joined #ruby-lang
Boohbah has quit [Ping timeout: 240 seconds]
chris2 has quit [Ping timeout: 245 seconds]
matled has quit [Ping timeout: 264 seconds]
matled- is now known as matled
lolmaus has quit [Ping timeout: 246 seconds]
wallerdev has quit [Read error: Connection reset by peer]
wallerdev has joined #ruby-lang
Muz has quit [Ping timeout: 264 seconds]
ledestin has quit [Read error: Connection reset by peer]
ledestin has joined #ruby-lang
nneko001__ has joined #ruby-lang
Muz has joined #ruby-lang
chris2 has joined #ruby-lang
Boohbah has joined #ruby-lang
mdedetrich has quit [Ping timeout: 245 seconds]
mdedetrich has joined #ruby-lang
fuhgeddaboudit has quit [Ping timeout: 252 seconds]
hahuang65 has joined #ruby-lang
benlovell has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
benlovell has quit [Ping timeout: 246 seconds]
jonahR has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
kgrz has quit [Remote host closed the connection]
antulik-afk is now known as antulik
schaerli has joined #ruby-lang
Tearan has quit [Quit: Sleepy Badger....]
symm- has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
brianpWins has joined #ruby-lang
cads has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
seanlerner has quit [Remote host closed the connection]
bzalasky has quit [Read error: Connection reset by peer]
rue has quit [Remote host closed the connection]
rue has joined #ruby-lang
bzalasky has joined #ruby-lang
Boohbah has quit [Ping timeout: 240 seconds]
Boohbah has joined #ruby-lang
tylersmith has quit [Remote host closed the connection]
tylersmith has joined #ruby-lang
iliketurtles has joined #ruby-lang
antulik is now known as antulik-afk
hahuang61 has joined #ruby-lang
arBmind has joined #ruby-lang
hahuang65 has quit [Ping timeout: 268 seconds]
tylersmith has quit [Ping timeout: 260 seconds]
macmartine has quit [Read error: Connection reset by peer]
macmartine has joined #ruby-lang
apeiros has joined #ruby-lang
robbyoconnor has joined #ruby-lang
macmartine has quit [Remote host closed the connection]
iliketurtles has quit [Quit: zzzzz…..]
jerrytgarcia has quit [Ping timeout: 240 seconds]
brianpWins has quit [Quit: brianpWins]
jerrytgarcia has joined #ruby-lang
iliketurtles has joined #ruby-lang
iliketurtles has quit [Remote host closed the connection]
brianpWins has joined #ruby-lang
postmodern has quit [Quit: Leaving]
aspires has joined #ruby-lang
kgrz has joined #ruby-lang
aspires has quit [Client Quit]
ikrima has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
jonathanmarvens has joined #ruby-lang
sevvie has quit [Ping timeout: 246 seconds]
kgrz has quit [Ping timeout: 246 seconds]
symm- has quit [Read error: Connection reset by peer]
symm- has joined #ruby-lang
wallerdev has quit [Quit: wallerdev]
tonni has quit [Remote host closed the connection]
tylersmith has joined #ruby-lang
tylersmith has quit [Ping timeout: 260 seconds]
tonni has joined #ruby-lang
tonni has quit [Ping timeout: 240 seconds]
relix has joined #ruby-lang
hhatch has joined #ruby-lang
tonni has joined #ruby-lang
CoreData has quit [Ping timeout: 245 seconds]
solars has joined #ruby-lang
runeb- has joined #ruby-lang
runeb- is now known as runeb
arBmind has quit [Quit: Leaving.]
bondar has joined #ruby-lang
ruby-lang291 has joined #ruby-lang
tonni has quit [Read error: Connection reset by peer]
h_kon has joined #ruby-lang
mbj has joined #ruby-lang
diegoviola has quit [Quit: WeeChat 0.4.1]
ruby-lang291 has quit [Ping timeout: 250 seconds]
dc5ala has joined #ruby-lang
tonni has joined #ruby-lang
schlubbi has joined #ruby-lang
arBmind has joined #ruby-lang
mdedetrich has quit [Quit: Computer has gone to sleep.]
tonni has quit [Read error: Connection reset by peer]
mdedetrich has joined #ruby-lang
<ljarvis> heh
<yorickpeterse> morning
<ljarvis> moin
jerrytgarcia has quit [Quit: WeeChat 0.4.1]
mbj has quit [Ping timeout: 245 seconds]
<maloik> ljarvis: hotel stuff is sorted now? didn't get the confirmation email
axsuul has joined #ruby-lang
tonni has joined #ruby-lang
Kero has quit [Quit: upgrade]
Kero has joined #ruby-lang
elia has joined #ruby-lang
mbj has joined #ruby-lang
mbj has quit [Client Quit]
elia has quit [Ping timeout: 248 seconds]
elia has joined #ruby-lang
vlad_starkov has joined #ruby-lang
tonni has quit [Remote host closed the connection]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
xuser has joined #ruby-lang
benlovell has joined #ruby-lang
adambeynon has joined #ruby-lang
CoreData has joined #ruby-lang
<ljarvis> maloik: na i had a bit of a fail day yesterday, it's first thing on the agenda today though so you should get an email soon
runeb has quit [Remote host closed the connection]
CoreData has quit [Client Quit]
gianlucadv has quit [Ping timeout: 260 seconds]
CoreData has joined #ruby-lang
<maloik> alright :)
skade has joined #ruby-lang
nofxx has quit [Ping timeout: 264 seconds]
Behi has quit [Ping timeout: 240 seconds]
skade has quit [Quit: Textual IRC Client: www.textualapp.com]
Markvilla has joined #ruby-lang
runeb has joined #ruby-lang
Markvilla has quit [Client Quit]
Markvilla has joined #ruby-lang
jerrytgarcia has joined #ruby-lang
tonni has joined #ruby-lang
skmp has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
mdedetrich has quit [Quit: Computer has gone to sleep.]
julweber has joined #ruby-lang
<chris2> hah, finally i found a term for contrived, useless metaprogramming
Coincidental has quit [Remote host closed the connection]
<chris2> ruby goldberg code :)
julweber has quit [Remote host closed the connection]
skmp has quit [Read error: Connection reset by peer]
hogeo has quit [Remote host closed the connection]
hogeo has joined #ruby-lang
kgrz has joined #ruby-lang
tonni has quit [Remote host closed the connection]
julweber has joined #ruby-lang
gianlucadv has joined #ruby-lang
bzalasky has quit [Remote host closed the connection]
tonni has joined #ruby-lang
CoreData has quit [Ping timeout: 264 seconds]
sascha_d has quit [Quit: obai]
schaerli has joined #ruby-lang
Markvilla has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
<maloik> pirate music, beer, whiskey, bars, projectors, hamburgers... all day
<maloik> doubt I'll get any real coding done :D
kek has joined #ruby-lang
benlovell has quit [Ping timeout: 260 seconds]
CoreData has joined #ruby-lang
<yorickpeterse> load page, queue size says 2880
<yorickpeterse> refresh, it now says 2840
<yorickpeterse> refresh again, back at 2880
<yorickpeterse> "Amazon" etc
dhruvasagar has quit [Ping timeout: 240 seconds]
dhruvasagar has joined #ruby-lang
Pupeno has joined #ruby-lang
stiang has joined #ruby-lang
tbuehlmann has joined #ruby-lang
Domon has quit [Remote host closed the connection]
dhruvasagar has quit [Ping timeout: 264 seconds]
dhruvasagar has joined #ruby-lang
kitak has quit [Ping timeout: 246 seconds]
vlad_sta_ has quit [Remote host closed the connection]
kitak has joined #ruby-lang
benlovell has joined #ruby-lang
minivan has joined #ruby-lang
Domon has joined #ruby-lang
soba has quit [Ping timeout: 252 seconds]
nertzy2 has joined #ruby-lang
thisirs has joined #ruby-lang
CoreData has quit [Quit: CoreData]
CoreData has joined #ruby-lang
charliesome has joined #ruby-lang
nertzy2 has quit [Quit: This computer has gone to sleep]
MaddinXx has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
vlad_starkov has joined #ruby-lang
runeb has quit [Remote host closed the connection]
<andrewvos> yorickpeterse: what wifi driver did you say to use again?
<andrewvos> yorickpeterse: I'm getting terrible signal on this driver
<andrewvos> I move like 10 paces away from my router and it shits out
<andrewvos> literally
<yorickpeterse> andrewvos: iwlwifi on my thinkpad, b43 on my macbook
<yorickpeterse> also, is it an 11n network?
<yorickpeterse> you're probably using iwlwifi
soba has joined #ruby-lang
<yorickpeterse> errr wait
<yorickpeterse> you're on a macbook right?
<yorickpeterse> if so, run this as root
<yorickpeterse> echo 'options b43 btcoex=0 qos=0' > /etc/modprobe.d/b43.conf
<yorickpeterse> unless Poobuntu puts that shit somewhere else
<andrewvos> macbookair
<yorickpeterse> yeah, b43
<andrewvos> can I message you rather, probably not the right place for this
<yorickpeterse> sure
jonathanmarvens has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 246 seconds]
solars has quit [Ping timeout: 245 seconds]
mbj has joined #ruby-lang
ikrima has quit [Quit: Computer has gone to sleep.]
snarfmason has quit [Ping timeout: 245 seconds]
Elinos has joined #ruby-lang
stamina has joined #ruby-lang
mbj has left #ruby-lang [#ruby-lang]
solars has joined #ruby-lang
retro|cz has quit [Ping timeout: 260 seconds]
Johz has joined #ruby-lang
ledestin has quit [Quit: ledestin]
<ndrst> t/bu12
<ndrst> argh
Elinos has quit [Ping timeout: 250 seconds]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bondar has quit [Ping timeout: 240 seconds]
CoreData has quit [Read error: Operation timed out]
toretore has joined #ruby-lang
jonahR has quit [Quit: jonahR]
vlad_starkov has joined #ruby-lang
retro|cz has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
Hauleth has joined #ruby-lang
<ljarvis> indeed
h_kon has quit [Remote host closed the connection]
vlad_sta_ has quit [Remote host closed the connection]
h_kon has joined #ruby-lang
Behi has joined #ruby-lang
kitak has quit [Remote host closed the connection]
hogeo has quit [Ping timeout: 252 seconds]
Hauleth has quit [Quit: Wychodzi]
bastilian has joined #ruby-lang
Hauleth has joined #ruby-lang
charliesome has joined #ruby-lang
jxie has quit [Quit: leaving]
tovias has joined #ruby-lang
tovias has joined #ruby-lang
tovias has quit [Changing host]
kgrz has quit [Remote host closed the connection]
mbj has joined #ruby-lang
tbuehlmann has quit [Ping timeout: 264 seconds]
nisstyre has quit [Quit: Leaving]
tbuehlmann has joined #ruby-lang
tovias has quit [Ping timeout: 264 seconds]
tharindu has quit [Ping timeout: 245 seconds]
Domon has quit [Remote host closed the connection]
Domon has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 264 seconds]
tharindu has joined #ruby-lang
Domon has quit [Ping timeout: 246 seconds]
dhruvasagar has joined #ruby-lang
benlovell has quit [Ping timeout: 252 seconds]
ldnunes has joined #ruby-lang
thisirs has quit [Remote host closed the connection]
tkuchiki has quit [Remote host closed the connection]
mayday_jay has quit [Quit: c ya!]
kgrz has joined #ruby-lang
arBmind1 has joined #ruby-lang
arBmind has quit [Ping timeout: 245 seconds]
vlad_starkov has joined #ruby-lang
vlad_starkov has quit [Read error: Connection reset by peer]
kgrz has quit [Ping timeout: 268 seconds]
axsuul has quit [Ping timeout: 268 seconds]
kurko_ has joined #ruby-lang
snarfmason has joined #ruby-lang
thiagoborges has joined #ruby-lang
thiagoborges has quit [Remote host closed the connection]
benlovell has joined #ruby-lang
riffraff has joined #ruby-lang
scampbell has joined #ruby-lang
<Silex> how do I know the success of FileUtils.mkdir ?
<Silex> with `mkdir foo` I can check $?.exitstatus...
itcharlie1 has joined #ruby-lang
<charliesome> Silex: it'll throw an exception if it fails
<Silex> ah, okay thanks
tharindu has quit [Remote host closed the connection]
skyBox has joined #ruby-lang
skyBox has left #ruby-lang [#ruby-lang]
ldnunes has quit [Read error: Connection reset by peer]
ldnunes has joined #ruby-lang
wmoxam has quit [Ping timeout: 245 seconds]
benlovell has quit [Quit: leaving]
wmoxam has joined #ruby-lang
wallerdev has joined #ruby-lang
breakingthings has joined #ruby-lang
vlad_starkov has joined #ruby-lang
GaelanAintAround is now known as Gaelan
jxpx777 has joined #ruby-lang
tkuchiki has joined #ruby-lang
schlubbi has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
CoreData has joined #ruby-lang
vlad_starkov has quit [Ping timeout: 240 seconds]
banister has joined #ruby-lang
banisterfiend has quit [Read error: Connection reset by peer]
vlad_starkov has joined #ruby-lang
robbyoconnor has quit [Ping timeout: 268 seconds]
mdedetrich has joined #ruby-lang
soba has quit [Ping timeout: 240 seconds]
Gaelan is now known as GaelanAintAround
vlad_starkov has quit [Ping timeout: 260 seconds]
vlad_starkov has joined #ruby-lang
imperator has joined #ruby-lang
alekst has joined #ruby-lang
Johz has quit [Remote host closed the connection]
dhruvasagar has quit [Ping timeout: 256 seconds]
Behi has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
julweber_ has joined #ruby-lang
Johz has joined #ruby-lang
julweber has quit [Ping timeout: 240 seconds]
lfox has joined #ruby-lang
jerrytgarcia has quit [Ping timeout: 256 seconds]
bastilian has quit [Ping timeout: 260 seconds]
jerrytgarcia has joined #ruby-lang
bastilian has joined #ruby-lang
dc5ala has quit [Quit: Ex-Chat]
mdedetrich has quit [Quit: Computer has gone to sleep.]
mbj has quit [Quit: leaving]
stiang has quit [Quit: stiang]
deception has joined #ruby-lang
knu has quit [Read error: Connection reset by peer]
csaunders has joined #ruby-lang
sascha_d has joined #ruby-lang
vlad_sta_ has joined #ruby-lang
vlad_starkov has quit [Read error: No route to host]
eugenejen has joined #ruby-lang
shinnya has joined #ruby-lang
vlad_sta_ has quit [Remote host closed the connection]
h_kon has quit [Remote host closed the connection]
anonymuse has joined #ruby-lang
anonymuse has quit [Remote host closed the connection]
malev has joined #ruby-lang
jonathanmarvens has quit [Remote host closed the connection]
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
fuhgeddaboudit has joined #ruby-lang
tonni has quit [Remote host closed the connection]
rue|w has quit [Remote host closed the connection]
imperator2 has quit [Ping timeout: 245 seconds]
nofxx has joined #ruby-lang
GaelanAintAround is now known as Gaelan
Uranio has joined #ruby-lang
jonathanmarvens has joined #ruby-lang
dhruvasagar has joined #ruby-lang
benlovell has joined #ruby-lang
cstrahan has joined #ruby-lang
kurko_ has quit [Ping timeout: 260 seconds]
kurko_ has joined #ruby-lang
<yorickpeterse> Today Yorick juggles with servers while trying to balance half-assed code on his left leg
<yorickpeterse> who says men can't multitask
<ljarvis> sounds like you're on your way to proving it right
nneko001__ has quit [Quit: Konversation terminated!]
<yorickpeterse> so far everything is working pretty well
Pupeno_ has joined #ruby-lang
Pupeno_ has quit [Remote host closed the connection]
jsullivandigs has quit [Remote host closed the connection]
jsullivandigs has joined #ruby-lang
Pupeno has quit [Ping timeout: 245 seconds]
jsullivandigs has quit [Read error: Connection reset by peer]
jsullivandigs has joined #ruby-lang
bzalasky has joined #ruby-lang
bzalasky has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
cored has joined #ruby-lang
cored has quit [Changing host]
cored has joined #ruby-lang
bzalasky_ has joined #ruby-lang
bzalasky has quit [Ping timeout: 248 seconds]
irlrobot has joined #ruby-lang
cads has quit [Ping timeout: 264 seconds]
Gaelan is now known as GaelanAintAround
ejen has joined #ruby-lang
<maloik> chaos in my head
<cout> thanks maloik, now I have that song stuck in my head
dhruvasagar has quit [Ping timeout: 245 seconds]
<maloik> what song ?
<maloik> I actually meant I have chaos going on in my head right now :(
<cout> CHAOS IN MY HEAD, CHAOS IN MY HEAD, DUH DUH DUH DUH DUH DUH CHAOS IN MY HEAD
GeissT has quit [Read error: Connection reset by peer]
<ljarvis> oO
<maloik> yea... no sorry doesn't ring a bell
<breakingthings> THIS CRAAAWLING IN MY SKIIIIIIN
<maloik> oh god no not linkin park
eugenejen has quit [Ping timeout: 245 seconds]
ejen is now known as eugenejen
<maloik> sorry, if you like that then good for you :) just not my thing
<breakingthings> lol
<breakingthings> it was just the first thing that popped into my head
sevvie has joined #ruby-lang
<cout> that's linkin park? made me think of red...
<andrewvos> what's the time, I want to go to bed
<ljarvis> andrewvos: 04:07pm
<maloik> oeh... megadeth - addicted to chaos
<andrewvos> ljarvis: I was trying to rhyme
<maloik> andrewvos: oh is it that time ?
<ljarvis> andrewvos: fuck you i was trying to be helpful
<andrewvos> u wot
<maloik> not rhyming.
<maloik> :(
<ljarvis> fukin wot u muggin cunt
<andrewvos> limey douche
<ljarvis> dik ed
<andrewvos> go drink some tea
<yorickpeterse> m8
<ljarvis> ok wanna join me?
<andrewvos> and wear some adidas
<ljarvis> i have crumpets too
<andrewvos> OOOH
<cout> ljarvis: sure but then I'll have to pee
<andrewvos> wait what are crumpets again?
<andrewvos> ljarvis: hey give me some insults for my girlfirend, she's british
<andrewvos> ljarvis: she's from essex so I 've exhausted all teh chav jokes obviously
<ljarvis> andrewvos: eh, those are the best
<andrewvos> yeah I know
<cout> andrewvos: you could tell her she's as beautiful as a scottish woman..
<ljarvis> call her a skaggy bint
<ljarvis> cout: I know some sexy scottish women
<cout> ljarvis: yes me too
<cout> but brits don't like to be associated with scots
<ljarvis> we dont?
<cout> well the ones I know don't
yfeldblum has quit [Ping timeout: 240 seconds]
<cout> I don't really know you as well
solars has quit [Ping timeout: 256 seconds]
<ljarvis> meh, brits dont like to be associated with anyone
<cout> ok good point
malev has quit [Ping timeout: 252 seconds]
<yorickpeterse> don't worry, it works the same way around
GoldenGiant has joined #ruby-lang
benlovell has quit [Quit: leaving]
<ljarvis> <3
<cout> pretty sure all my red blood cells are chemically bonded to pg tips molecules
mmorga has joined #ruby-lang
phoyce has joined #ruby-lang
yfeldblum has joined #ruby-lang
mmorga has quit [Remote host closed the connection]
<phoyce> Hey there, anyone willing to help me with an issue?
<ljarvis> phoyce: ask your question, there's lots of people here
rue has quit [Remote host closed the connection]
<phoyce> Host: DigitalOcean
<phoyce> OS: Ubuntu 12.04 | Ruby: 2.0.0p247 | Rails 3.20
mbj has joined #ruby-lang
<phoyce> LAMP installed.
<phoyce> Switched WEBrick to Thin
tonni has joined #ruby-lang
<phoyce> Im trying to follow a tutorial online
<phoyce> I start my rails server and can see Thin running fine in the console
rue has joined #ruby-lang
<phoyce> However when I try and hit IP:3000 I get nothing.
<phoyce> If I hit the IP I get the default Apache page.
tubbo has joined #ruby-lang
<phoyce> Any suggestions?
<phoyce> Hmmmm.
mmorga has joined #ruby-lang
<phoyce> No one has any advice?
<phoyce> ljarvis, do you know of a more active Ruby IRC channel?
mistym has joined #ruby-lang
bzalasky_ has quit [Remote host closed the connection]
<ljarvis> phoyce: #rubyonrails for rails specific questions
<ljarvis> anyway you need something like passenger
<ljarvis> apache just proxies requests
rue|w has joined #ruby-lang
<phoyce> Thanks, I'll check that out.
phoyce has left #ruby-lang [#ruby-lang]
havenwood has joined #ruby-lang
imperator2 has joined #ruby-lang
CoreData has quit [Read error: Operation timed out]
dhruvasagar has joined #ruby-lang
kgrz has joined #ruby-lang
rue|w has quit [Ping timeout: 246 seconds]
deception has quit [Ping timeout: 256 seconds]
eugenejen has quit [Ping timeout: 260 seconds]
Naeblis_ has joined #ruby-lang
jacktrick has joined #ruby-lang
<Naeblis_> jacktrick: sup
eugenejen has joined #ruby-lang
<jacktrick> nm
jonathanmarvens has quit [Remote host closed the connection]
GoldenGiant has quit [Ping timeout: 240 seconds]
momomomomo has joined #ruby-lang
brianpWins has quit [Quit: brianpWins]
GoldenGiant has joined #ruby-lang
bzalasky has joined #ruby-lang
Johz has quit [Ping timeout: 252 seconds]
zmike123 has joined #ruby-lang
jxie has joined #ruby-lang
deception has joined #ruby-lang
knu has joined #ruby-lang
mistym has quit [Remote host closed the connection]
GoldenGiant has quit [Quit: Computer has gone to sleep.]
vmoravec has quit [Quit: Leaving]
Johz has joined #ruby-lang
GoldenGiant has joined #ruby-lang
alekst has quit [Quit: Leaving...]
julweber_ has quit [Remote host closed the connection]
pellenation has joined #ruby-lang
Pupeno has joined #ruby-lang
<yorickpeterse> https://github.com/vanruby/canada hahhah
seanlerner has joined #ruby-lang
amione has joined #ruby-lang
jacktrick has quit []
mistym has joined #ruby-lang
mistym has quit [Changing host]
mistym has joined #ruby-lang
<amione> Anyone here familiar with test/unit in here?
<ljarvis> amione: lots of people
<erikh> dat question
<erikh> ask thee
mmorga has quit [Remote host closed the connection]
<erikh> fart
<amione> Okay, so I'm writing a quick test and I'm trying to capture any failures into a file during the teardown section of my testcase.
GoldenGiant has quit [Quit: Computer has gone to sleep.]
<amione> I do if @test_passed then
pellenation has quit [Quit: Leaving.]
<amione> else
<amione> write to file
GoldenGiant has joined #ruby-lang
<erikh> what's the goal in capturing it to a file?
<amione> but I can't seem to identify what the variable is that contains the failure
<erikh> that's because there isn't one
<amione> The test is supposed to run on a remote server whenever code is pushed to the git repo.
<erikh> I mean, there's output, but this is... there are better ways to do this
<erikh> sure
<erikh> rake test 2>&1 >test_run.log
sepp2k has joined #ruby-lang
<erikh> acutally, here's something more complete:
<erikh> rake test 2>&1 >test_run.log || mail -s 'failed test yo' boss@your-company.com < test_run.log
<erikh> which will email the test run output to your boss if something fails
<amione> 2> is stderr right?
<erikh> correct
<erikh> 2>&1 redirects stderr to stdout
<amione> I think test/unit just puts everything to stdout
<erikh> then we redirect stdout to a file
<erikh> yes, but your test runs migth have additional context as a part of the run
<erikh> debug output from your program, etc.
GoldenGiant has quit [Ping timeout: 245 seconds]
<amione> That's true. I was hoping to send only errors to a group message board. If I send the whole thing, even if it is all passes people will just start ignoring it.
<erikh> erikh | which will email the test run output to your boss if something fails
<erikh> it doesn't email if something passes
<erikh> rake test will exit non-zero if there's a failure
<amione> oh
<erikh> so use.. unix
schaerli has quit [Remote host closed the connection]
<amione> okay, let me try playing around with your suggestion. Thanks!
<erikh> yep, if something comes up, happy to help you refine it
<imperator2> you could always reopen $stdout/$stderr in the test file itself
<erikh> you crazy
<erikh> dan
<erikh> go home, you're drunk
<imperator2> ?
<imperator2> am not
<erikh> heh
<erikh> in hardware porn news, 10x DL580's just arrived
<erikh> to add to my
<erikh> army
<erikh> of hp machines
<erikh> now I vanish to talk elsewhere of things nonruby
jinie has quit [Ping timeout: 260 seconds]
shinnya has quit [Ping timeout: 240 seconds]
lfox has quit [Quit: ZZZzzz…]
minivan has quit [Ping timeout: 264 seconds]
<imperator2> 4 intel xeons?
apeiros has quit [Remote host closed the connection]
<rue> 3 unicorns
<rue> And a partridge eeee-teee-cee
<zzak> hi! anyone in boulder?
cored has quit [Ping timeout: 256 seconds]
cored has joined #ruby-lang
cored has joined #ruby-lang
cored has quit [Changing host]
Pupeno_ has joined #ruby-lang
MaddinXx has quit [Remote host closed the connection]
julweber has joined #ruby-lang
sevvie has quit [Quit: leaving]
Nisstyre-laptop has joined #ruby-lang
dhruvasagar has quit [Ping timeout: 246 seconds]
Pupeno has quit [Ping timeout: 256 seconds]
Pupeno_ has quit [Ping timeout: 252 seconds]
elia has quit [Ping timeout: 245 seconds]
<imperator2> zzak, close, littleton
<zzak> imperator2: i'm here this week for rocky mountain, are you going?
<imperator2> nope
julweber has quit [Ping timeout: 245 seconds]
<banister> zzak are you presenting?
<banister> zzak also, is your work paying for all these conference flights/hotels or you're doing it out of your own pocket? :)
<banister> just curious how that works
__butch__ has joined #ruby-lang
<zzak> banister: yes
<zzak> banister: and no
stamina has quit [Ping timeout: 246 seconds]
<zzak> some confs help, but otherwise its out of pocket
<banister> ah ok
bzalasky has quit [Remote host closed the connection]
bzalasky has joined #ruby-lang
* imperator2 only recognizes 2 of the speakers
VTLob has joined #ruby-lang
tharindu has joined #ruby-lang
<imperator2> looks like it's sold out
zmike123 has quit [Quit: ~]
elia has joined #ruby-lang
<zzak> imperator2: are you interesting in going?
cored has quit [Ping timeout: 245 seconds]
<zzak> imperator2: if you want, just email info@rockymtnruby.com and just mention me
<zzak> i just asked the co-org and she said they might be able to squeeze one more in
<imperator2> zzak, nah, that's ok, thanks
iliketurtles has joined #ruby-lang
<imperator2> can't afford it anyway
<zzak> is price the only blocker?
cored has joined #ruby-lang
brianpWins has joined #ruby-lang
<imperator2> zzak, don't worry about it; thanks,though
mbj has quit [Read error: Connection reset by peer]
<zzak> imperator2: :( think of all the test-unit things i can bug you about
<imperator2> you can bug me here!
joevandyk has quit [Ping timeout: 256 seconds]
<zzak> :D
arooni-mobile has joined #ruby-lang
<zzak> i worked on a recent TU doc patch you should check
<zzak> i'd like your thoughts on how to present TU from stdlib to end users
bzalasky has quit [Remote host closed the connection]
<imperator2> where's the patch?
<imperator2> btw, i pretty much only use tu2
tubbo has quit [Ping timeout: 248 seconds]
joevandyk has joined #ruby-lang
<zzak> imperator2: bug #8778 on redmine
<banister> zzak i thought test unit was replaced by minitest in stdlib?
<zzak> there is a shim still
diegoviola has joined #ruby-lang
elia has quit [Ping timeout: 256 seconds]
banister has quit [Read error: Connection reset by peer]
io_syl has joined #ruby-lang
banisterfiend has joined #ruby-lang
Coincidental has joined #ruby-lang
Naeblis_ has quit [Quit: leaving]
topaz has joined #ruby-lang
machuga is now known as machuga|away
machuga|away is now known as machuga
jonathanmarvens has joined #ruby-lang
<imperator2> so you added :nodoc's everywhere
tbuehlmann has quit [Quit: Konversation terminated!]
<zzak> hah yep
malev has joined #ruby-lang
eugenejen has quit [Ping timeout: 245 seconds]
<imperator2> seems like you don't think it should be presented at all then in favor of minitest
apeiros has joined #ruby-lang
iliketurtles has quit [Quit: zzzzz…..]
<zzak> well thats not entirely true, i worry about legacy users
Nisstyre-laptop is now known as nisstyre
<zzak> that dont have tu2 gem and using tu from their legacy app
<imperator2> i think legacy users are already familiar with it and/or are using tu2
kurko_ has quit [Ping timeout: 246 seconds]
ikrima has joined #ruby-lang
<imperator2> dammit, git push != gem push
iliketurtles has joined #ruby-lang
<zzak> i wouldnt assume legacy users remember the api by heart and still need docs
saarinen has joined #ruby-lang
jonatha__ has joined #ruby-lang
kurko_ has joined #ruby-lang
tylersmith has joined #ruby-lang
schaerli has joined #ruby-lang
adambeynon has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
jonathanmarvens has quit [Read error: Connection reset by peer]
<imperator2> subclass Test::Unit::TestCase, setup, teardown, test_
<imperator2> pretty much it
Obituaryy has joined #ruby-lang
yxhuvud has quit [Quit: Nettalk6 - www.ntalk.de]
tubbo has joined #ruby-lang
yxhuvud has joined #ruby-lang
iliketurtles has quit [Quit: zzzzz…..]
CoreData has joined #ruby-lang
GoldenGiant has joined #ruby-lang
Uranio has quit [Read error: Connection reset by peer]
stamina has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
iliketurtles has joined #ruby-lang
deception has quit [Ping timeout: 245 seconds]
bantic has joined #ruby-lang
kennyvb_ has quit [Quit: ZNC - http://znc.in]
kennyvb has joined #ruby-lang
tharindu has quit [Remote host closed the connection]
nisstyre has quit [Quit: Leaving]
jinie has joined #ruby-lang
gnufied has left #ruby-lang [#ruby-lang]
CoreData has quit [Quit: CoreData]
imperator2 has quit [Ping timeout: 264 seconds]
CoreData has joined #ruby-lang
bastilian has quit [Ping timeout: 260 seconds]
nathanstitt has joined #ruby-lang
momomomomo has joined #ruby-lang
jaimef has quit [Excess Flood]
MaddinXx_ has joined #ruby-lang
tonni has quit [Ping timeout: 246 seconds]
Tearan has joined #ruby-lang
jaimef has joined #ruby-lang
metus_violarium has joined #ruby-lang
GoldenGiant has quit [Quit: Computer has gone to sleep.]
jiuweigui has joined #ruby-lang
GoldenGiant has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
bastilian has joined #ruby-lang
hhatch has quit [Ping timeout: 240 seconds]
GoldenGiant has quit [Ping timeout: 245 seconds]
metus_violarium has quit [Quit: Konversation terminated!]
lfox has joined #ruby-lang
seanlerner has quit [Remote host closed the connection]
vimetus has joined #ruby-lang
schaerli has joined #ruby-lang
kek has quit [Remote host closed the connection]
iliketurtles has quit [Quit: zzzzz…..]
CoreData has quit [Ping timeout: 256 seconds]
_jpb_ has quit [Ping timeout: 240 seconds]
mmorga has joined #ruby-lang
GoldenGiant has joined #ruby-lang
itcharlie1 has left #ruby-lang [#ruby-lang]
mmorga has quit [Read error: Connection reset by peer]
mmorga has joined #ruby-lang
schaerli has quit [Remote host closed the connection]
richardburton has joined #ruby-lang
breakingthings has quit []
Obituaryy has quit [Remote host closed the connection]
iliketurtles has joined #ruby-lang
_jpb_ has joined #ruby-lang
breakingthings has joined #ruby-lang
schaerli has joined #ruby-lang
Coincidental has quit [Remote host closed the connection]
GoldenGiant has quit [Quit: Computer has gone to sleep.]
GoldenGiant has joined #ruby-lang
GoldenGiant has quit [Ping timeout: 245 seconds]
schaerli has quit [Remote host closed the connection]
seanlerner has joined #ruby-lang
Nisstyre-laptop has joined #ruby-lang
eugenejen has joined #ruby-lang
seanlerner has quit [Ping timeout: 252 seconds]
tubbo has quit [Ping timeout: 248 seconds]
GoldenGiant has joined #ruby-lang
Nisstyre-laptop is now known as nisstyre
tkuchiki has quit [Remote host closed the connection]
jperry_ has joined #ruby-lang
fcahoon has joined #ruby-lang
tubbo has joined #ruby-lang
<maloik> bloody internet seems to be failing
<maloik> can't access dnsimple.com at all
<maloik> even though it's supposed to be up
arooni-mobile has quit [Ping timeout: 245 seconds]
fcahoon has quit [Client Quit]
ikrima has quit [Quit: Computer has gone to sleep.]
GoldenGiant_ has joined #ruby-lang
GoldenGiant has quit [Ping timeout: 240 seconds]
tubbo has quit [Ping timeout: 248 seconds]
GoldenGiant_ has quit [Client Quit]
<ljarvis> hello
GoldenGiant_ has joined #ruby-lang
<maloik> hey
MaddinXx_ has quit [Remote host closed the connection]
tubbo has joined #ruby-lang
<maloik> could someone check www.dnsimple.com to see if that works at all ?
<maloik> wondering if my ISP in general is having trouble or if it's their site
<maloik> my intertubes are pretty crappy atm so I wouldnt even see the difference I guess :S
<andrewvos> maloik: it's up
<andrewvos> downforeveryoneorjustme.com
pellenation has joined #ruby-lang
<andrewvos> 3 dnsimple
<andrewvos> <3
<yorickpeterse> fuck linux
<andrewvos> stop hating on things man
<andrewvos> it shortens your life
<yorickpeterse> also I have a headache
<yorickpeterse> I did too much code today
<andrewvos> I did too little
<andrewvos> you are lucky
<yorickpeterse> andrewvos: meh, I was hoping I found a solution to my wifi issues but it apparently didn't do squat
<andrewvos> My wifi is going good thanks :)
<yorickpeterse> I hate you
GoldenGiant_ has quit [Read error: Connection reset by peer]
GoldenGiant__ has joined #ruby-lang
<andrewvos> Try ubunutu
<andrewvos> bunutututu
<andrewvos> bantu
<ljarvis> buttuntu
<andrewvos> clouduntu
<yorickpeterse> andrewvos: yeah except it affects every Lunix
<andrewvos> yourmomuntu
<andrewvos> get more money and buy a better laptop
<andrewvos> get da money
<ljarvis> dah moneyz
<ljarvis> maloik: did you get the confirmation?
<maloik> I did! thanks
<maloik> andrewvos: I used that site but then asked a buddy and he's having the same problem as I am
<ljarvis> awesome
riffraff has quit [Quit: Leaving]
<maloik> ugh, well due to lack of proper internet... would any of you mind taking a look at what a .com (new or transfer) costs, and if they have a free plan ?
<maloik> I can renew a domain here for 5$ which is shit all, on a decent registrar as far as I can tell
<maloik> wanna know if I should hold off for a bit until I can reach them again
<ljarvis> no free plan, 30 day trial
qba73 has joined #ruby-lang
<maloik> okay renewing this one for now then
<ljarvis> (Fwiw, dnsimple IS that good)
<ljarvis> imp
deception has joined #ruby-lang
<ljarvis> imo
iliketurtles has quit [Quit: zzzzz…..]
<yorickpeterse> imo
<ljarvis> iyo
<banisterfiend> maloik `op = op = op = op = op` what does that mean again?
<banisterfiend> saw that in kijk shop
<maloik> gone = gone
retro|cz has quit [Ping timeout: 245 seconds]
<maloik> ljarvis: I have a feeling they are but I'm actively trying to cut down on costs like that when I can't make full use of it
<banisterfiend> maloik can you decode that a bit further for the context of a shop
<yorickpeterse> basically a slogan to get people to buy it before it's gone
<maloik> as in, if supply is gone it's really gone
<banisterfiend> ok cool, thx
Coincidental has joined #ruby-lang
mmorga has quit [Remote host closed the connection]
CoreData has joined #ruby-lang
arBmind1 has quit [Quit: Leaving.]
bantic has quit [Quit: bantic]
kek has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
mistym is now known as mistym_lunch
mmorga_ has joined #ruby-lang
intellitech has quit [Quit: intellitech]
dsferreira has joined #ruby-lang
retro|cz has joined #ruby-lang
kek has quit [Ping timeout: 247 seconds]
bastilian_ has joined #ruby-lang
bastilian has quit [Ping timeout: 260 seconds]
jonatha__ has quit [Ping timeout: 248 seconds]
a1ph4g33k has joined #ruby-lang
bantic has joined #ruby-lang
richardburton has quit [Quit: Leaving.]
momomomomo has quit [Quit: momomomomo]
seanlerner has joined #ruby-lang
nneko001__ has joined #ruby-lang
CoreData has quit [Ping timeout: 256 seconds]
kurko_ has quit [Quit: ["Textual IRC Client: www.textualapp.com"]]
kurko_ has joined #ruby-lang
arBmind has joined #ruby-lang
momomomomo has joined #ruby-lang
jxpx777 has quit [Read error: Connection reset by peer]
CoreData has joined #ruby-lang
seanlerner has quit [Ping timeout: 264 seconds]
postmodern has joined #ruby-lang
Coincidental has quit [Ping timeout: 260 seconds]
ikrima has joined #ruby-lang
nneko001__ has quit [Quit: Konversation terminated!]
mmorga_ has quit [Remote host closed the connection]
diegoviola has quit [Ping timeout: 268 seconds]
nneko001__ has joined #ruby-lang
mistym has joined #ruby-lang
momomomomo has quit [Quit: momomomomo]
nisstyre has quit [Quit: Leaving]
benanne has joined #ruby-lang
julweber has joined #ruby-lang
<ljarvis> derp
julweber has quit [Ping timeout: 245 seconds]
mac___ has joined #ruby-lang
apeiros has quit [Remote host closed the connection]
momomomomo has joined #ruby-lang
apeiros has joined #ruby-lang
tonni has joined #ruby-lang
nisstyre has joined #ruby-lang
mistym has quit [Remote host closed the connection]
anonymuse has joined #ruby-lang
jonahR has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
vimetus has quit [Quit: Konversation terminated!]
momomomomo has quit [Quit: momomomomo]
havenwood has quit [Read error: Connection reset by peer]
momomomomo has joined #ruby-lang
GoldenGiant__ has quit [Quit: Computer has gone to sleep.]
GoldenGiant__ has joined #ruby-lang
Coincidental has joined #ruby-lang
GoldenGiant__ has quit [Read error: Connection reset by peer]
GoldenGiant__ has joined #ruby-lang
seanlerner has joined #ruby-lang
pellenation has quit [Quit: Leaving.]
scampbell has quit [Remote host closed the connection]
iliketurtles has joined #ruby-lang
mistym_lunch is now known as mistym
tonni has quit [Read error: Connection reset by peer]
GoldenGiant__ has quit [Ping timeout: 264 seconds]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
elia has joined #ruby-lang
GoldenGiant__ has joined #ruby-lang
havenwood has joined #ruby-lang
hahuang61 has quit [Read error: Connection reset by peer]
tonni has joined #ruby-lang
hahuang61 has joined #ruby-lang
havenwood has quit [Remote host closed the connection]
Tearan has quit [Quit: Sleepy Badger....]
jaimef has quit [Excess Flood]
topaz has quit [Quit: Lost terminal]
anonymuse has quit [Remote host closed the connection]
mac___ has quit [Remote host closed the connection]
mac___ has joined #ruby-lang
anonymuse has joined #ruby-lang
havenwood has joined #ruby-lang
GoldenGiant__ has quit [Ping timeout: 260 seconds]
mmorga has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
havenwood has quit [Remote host closed the connection]
havenwood has joined #ruby-lang
GoldenGiant__ has joined #ruby-lang
bastilian_ has quit [Quit: Leaving...]
jaimef has joined #ruby-lang
Edder has joined #ruby-lang
breakingthings has quit []
elia has joined #ruby-lang
mmorga has quit [Remote host closed the connection]
arBmind has quit [Quit: Leaving.]
ldnunes has quit [Quit: Leaving]
erichmenge has quit [Ping timeout: 245 seconds]
erichmenge has joined #ruby-lang
csaunders has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bantic has quit [Quit: bantic]
<xybre> "Our client is a growing, creative, innovative digital agency looking to bring on a PHP developer" lulz?
adambeynon has joined #ruby-lang
nofxx has quit [Ping timeout: 268 seconds]
tonni has quit [Remote host closed the connection]
mdedetrich has joined #ruby-lang
LauraE has joined #ruby-lang
almost9 has joined #ruby-lang
arooni-mobile has joined #ruby-lang
julweber has joined #ruby-lang
jxpx777 has joined #ruby-lang
<andrewvos> yorickpeterse: about to upgrade ubuntu :-|
hakunin has quit [Remote host closed the connection]
<zenspider> where's headius?? :(
<erikh> there's a big oracle thing going on this week in sf
<erikh> maybe there?
<yorickpeterse> andrewvos: welcome to Linux
<erikh> java one or java world or java java
<yorickpeterse> btw that should work just fine these days
<erikh> all I know is streets are blocked off
<andrewvos> yorickpeterse: orly
almost9 has quit [Remote host closed the connection]
<andrewvos> erikh: Are you being serious or is this sarcasm?
<erikh> i'm completely serious
<andrewvos> erikh: Streets are closed off for a java event?
<eam> andrewvos: he's serious, just walked by it
<erikh> happens every year
* andrewvos moves to alaska, where there is no java.
<erikh> they bring in big rock bands and stuff to play at the event too
<eam> to be fair, conventions block those streets off about once a month or so
<erikh> can hear that shit all through soma
<eam> the best part are the dudes in suits puking in the gutters due to the open bars
jonathanmarvens has joined #ruby-lang
<erikh> oh, yeah
<eam> with the convention thing around their necks
<erikh> there was a strip club giving discounts to them the other night near where I was drinking
<banisterfiend> lol
<erikh> the c in oracle is for class
<andrewvos> actually it's for another four letter word
<eam> well, it's the right neighborhood for that sort of thing
<erikh> one rich asshole called larry ellison
<yorickpeterse> just imagine a FactoryFactoryMetalBand
<erikh> if I ever learn guitar that well
<yorickpeterse> "The FactoryBeans"
<erikh> I will name it that
<yorickpeterse> "Factory of death"
<erikh> "This is my AbstractFactoryAxe"
mac_ has joined #ruby-lang
mac_ has quit [Remote host closed the connection]
<yorickpeterse> com.metal.band
<yorickpeterse> The .jars
<andrewvos> binders full of namespaces
mac___ has quit [Ping timeout: 246 seconds]
<yorickpeterse> System of a Java
<eam> dj GC
sevvie has joined #ruby-lang
<yorickpeterse> hahaha
<erikh> the grim garbage collector
<yorickpeterse> "And presenting the new guy on the block: DJ Scala"
<eam> Not For Use In A Nuclear Control System
<erikh> heh
<yorickpeterse> Presenting the album: "My Heart May Have Died But Java Has Not"
<yorickpeterse> ok I'm done
<andrewvos> yeah I think we got that
<erikh> yeah sorry
<andrewvos> we pretty much got everything
<erikh> I kind of got carried away
<andrewvos> I can't believe they close the roads
<erikh> well he does the america's cup here too
<erikh> the conference by comparison is ... very tiny
<erikh> I'm told he wants to adjust the shape of the bay to better enable the cup
<erikh> like, pay for large chunks of terraforming
<erikh> which if it were anyone else, I'd think twiec
sevvie has quit [Ping timeout: 240 seconds]
<erikh> #larry-ellison-lang
<zenspider> erikh: that oracle thing should have been last week. this week is folsom street fair tho... soooo... :D
<erikh> zenspider: that actually makes sense. I was on vaca last week and saw it then, but was drinking on monday when I ran into the conference douches
<erikh> oh my, I'm very close to that
<zenspider> yay!
jperry_ has quit [Quit: jperry_]
znz_jp has quit [Ping timeout: 245 seconds]
malev has quit [Remote host closed the connection]
s0ber_ has joined #ruby-lang
<erikh> yeah. trying to move up here still, but work is close
<erikh> finding an apartment here is f'n impossible, at any price
iliketurtles has quit [Quit: zzzzz…..]
iliketurtles has joined #ruby-lang
s0ber has quit [Ping timeout: 260 seconds]
s0ber_ is now known as s0ber
jperry_ has joined #ruby-lang
irlrobot has left #ruby-lang [#ruby-lang]
sevvie has joined #ruby-lang
jperry_ has quit [Client Quit]
nisstyre has quit [Quit: Leaving]
<andrewvos> Anyone read the Foundation series?
<andrewvos> (Asimov)
<andrewvos> Can recommend?
jonathanmarvens has quit [Remote host closed the connection]
GaelanAintAround is now known as Gaelan
<andrewvos> A bit random, but nobody is asking programming questiosn anyway
<Boohbah> a+++ would read again
Gaelan is now known as GaelanAintAround
<Boohbah> foundation series is epic in the literal sense
tubbo has quit [Ping timeout: 248 seconds]
yfeldblum has quit [Ping timeout: 240 seconds]
CoreData has quit [Ping timeout: 256 seconds]
<andrewvos> sweet
<andrewvos> just bought em
<andrewvos> wait there are more than three?
<andrewvos> man books are cheap on amazon
<andrewvos> ok rebooting ubuntu after an update. if you guys don't see me again, send help
fuhgeddaboudit has quit [Ping timeout: 256 seconds]
qba73 has quit [Remote host closed the connection]
<andrewvos> oh wow
<andrewvos> SWEET
tubbo has joined #ruby-lang
<eam> andrewvos: yes, can recommend everything in the series
adambeynon has quit [Quit: Textual IRC Client: www.textualapp.com]
<andrewvos> sweet
arooni-mobile has quit [Ping timeout: 245 seconds]
Tearan has joined #ruby-lang
Naeblis_ has joined #ruby-lang
<andrewvos> Wow ubuntu really has come along
<erikh> yep
<andrewvos> I mean, unity is buggy as hell, but it's pretty good
yfeldblum has joined #ruby-lang
<erikh> I used mint
<andrewvos> It's way better looking than osx now
<erikh> which was nice
<andrewvos> Yeah I tried it before ubuntu
<erikh> then I switched to i3wm
<andrewvos> Don't like that old style of having a start button
<erikh> ah
<erikh> I never use that shit anyhow
<andrewvos> Oh I haven't looked at i3 yet
<andrewvos> checking out a vid now erikh
dragonkh has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
Naeblis_ has quit [Client Quit]
__butch__ has quit [Quit: Leaving.]
znz_jp has joined #ruby-lang
<andrewvos> erikh: dude.
<andrewvos> erikh: that is cool
<dragonkh> hey
<dragonkh> anyone here that I know? its been a long long time
<erikh> andrewvos: yeah tiling wm's are pretty neat
<andrewvos> erikh: You're running that on ubuntu?
<erikh> was
<erikh> back to my mac now
<erikh> long story
<erikh> less friction this way
<andrewvos> erikh: people or software?
<erikh> all of the above
<andrewvos> erikh included?
jiuweigui has quit [Quit: iQuit!]
<erikh> he
<andrewvos> is it safe to install i3wm? I can switch between wms in the normal way right?
<andrewvos> (at login)
<erikh> use the dpkg sources on the site
<erikh> yes
<erikh> if you do that
malev has joined #ruby-lang
<andrewvos> Damnit I can feel I'm going to be tired tomorrow morning now. Thanks erikh.
<erikh> good
<erikh> feel the burn
Edder has quit [Quit: Computer has gone to sleep.]
<andrewvos> friends don't let friends install window managers at 23:40
momomomomo has quit [Quit: momomomomo]
momomomomo has joined #ruby-lang
momomomomo has quit [Client Quit]
<andrewvos> erikh: well it's not pretty
<andrewvos> erikh: but nice
anonymuse has quit [Remote host closed the connection]
bastilian has joined #ruby-lang
GoldenGiant__ has quit [Quit: Computer has gone to sleep.]
GoldenGiant__ has joined #ruby-lang
<andrewvos> wow this is so much easier than anything else i've seen
amione has quit [Quit: amione]
nofxx has joined #ruby-lang
eugenejen has quit [Ping timeout: 260 seconds]
GoldenGiant__ has quit [Read error: Connection reset by peer]
GoldenGiant___ has joined #ruby-lang
anonymuse has joined #ruby-lang
<erikh> there are a few of them out there
<erikh> try a few of them'
<andrewvos> weird my ubuntu settings didn't persist
<andrewvos> well, until I ran gnome-settings-daemon by mistake
<whitequark> andrewvos: i3++
<whitequark> it is a really good WM.
<whitequark> it doesn't do much, but it does it well, and has just right amount of knobs.
<andrewvos> You're using it on ubuntu?
<andrewvos> whitequark:
<whitequark> debian
<whitequark> also I have my own ~/.xsession and KDE so I probably couldn't help you with that.
mac_ has joined #ruby-lang
mdedetrich has quit [Quit: Computer has gone to sleep.]
headius has joined #ruby-lang
sepp2k1 has joined #ruby-lang
Oloryn_lt2 has joined #ruby-lang
sepp2k has quit [Ping timeout: 245 seconds]
headius has quit [Client Quit]
dragonkh has quit [Quit: Bye!]
GoldenGiant___ has quit [Quit: Computer has gone to sleep.]
GoldenGiant___ has joined #ruby-lang
iliketurtles has quit [Quit: zzzzz…..]
iliketurtles has joined #ruby-lang
SiliconDon has joined #ruby-lang
VTLob has quit [Quit: VTLob]
GoldenGiant___ has quit [Ping timeout: 260 seconds]
benanne has quit [Quit: kbai]
topaz has joined #ruby-lang
<andrewvos> ah ok
<andrewvos> guess I'll do that eventually
<andrewvos> gnome-settings-daemon brings some settings over but kinda makes things buggy
Hauleth has quit [Quit: Wychodzi]
dsferreira has quit [Quit: This computer has gone to sleep]
deception has quit [Quit: Goodbye]
SiliconDon has quit [Remote host closed the connection]
nathanstitt has joined #ruby-lang
kitak has joined #ruby-lang
Oloryn_lt2 has quit [Read error: Connection reset by peer]
mdedetrich has joined #ruby-lang
elia has quit [Quit: Computer has gone to sleep.]
akerl has joined #ruby-lang
<andrewvos> erikh: I love this
<andrewvos> erikh: Thanks so much
<andrewvos> I'm much faster with it already
<andrewvos> Amazing
iliketurtles has quit [Quit: zzzzz…..]
n8nl has joined #ruby-lang
x0f has joined #ruby-lang
a1ph4g33k has quit [Quit: Leaving]
jxpx777 has quit [Quit: Leaving...]
x0f_ has quit [Ping timeout: 245 seconds]
woollyams has joined #ruby-lang
GaelanAintAround is now known as Gaelan
setmeaway has quit [Ping timeout: 264 seconds]
symm- has quit [Ping timeout: 248 seconds]
KM has quit [Read error: Connection reset by peer]
KM has joined #ruby-lang
lsegal has joined #ruby-lang
workmad3 has quit [Ping timeout: 240 seconds]
mdedetrich has quit [Quit: Computer has gone to sleep.]
anonymuse has quit [Remote host closed the connection]
mac_ has quit [Remote host closed the connection]
mac_ has joined #ruby-lang
woollyams has quit [Quit: Textual IRC Client: http://www.textualapp.com/]
woollyams has joined #ruby-lang
diegoviola has joined #ruby-lang
lfox has quit [Quit: ZZZzzz…]
sepp2k1 has quit [Read error: Connection reset by peer]
mdedetrich has joined #ruby-lang
lfox has joined #ruby-lang
fragamus has joined #ruby-lang
lfox has quit [Client Quit]
mac_ has quit [Remote host closed the connection]
lfox has joined #ruby-lang
iliketurtles has joined #ruby-lang
tharindu has joined #ruby-lang
nathanstitt has quit [Quit: I growing sleepy]
thiagoborges has joined #ruby-lang