Topic for #ruby-lang is now Ruby 1.9.3p0: http://ruby-lang.org | Paste >3 Lines of Text on http://pastie.org
Indian [Indian!~Indian@unaffiliated/londonmet050] has joined #ruby-lang
Indian [Indian!~Indian@unaffiliated/londonmet050] has joined #ruby-lang
robgleeson [robgleeson!~rob@subtle/contributor/robgleeson] has joined #ruby-lang
<Spooner> Ah, after much delving, I found that I could use: Bundler.definition.specs_for([:default])
srbaker [srbaker!~srbaker@184.66.82.213] has joined #ruby-lang
niklasb_ [niklasb_!~codeslay0@p5B311084.dip0.t-ipconnect.de] has joined #ruby-lang
darkf [darkf!~darkf_dix@unaffiliated/darkf] has joined #ruby-lang
<shevy> hmm the main object in ruby is Object? Or in other words, when I have a small ruby file foo.rb and inside I do @foo = 5, the @foo instance variable always defaults to belong to class Object?
<shevy> I am trying to find out the scope of such @instance_variables that are not associated with any class specifically
<apeiros_> $ ruby -e 'p self.equal?(Object)' # -> false
<shevy> hmm
<apeiros_> toplevel is not the class Object, it is an instance of Object
<shevy> aha
<robgleeson> toplevel is a special kind of object
<robgleeson> let me pull up that blog
dnyy [dnyy!u2106@gateway/web/irccloud.com/x-shqjqgulisxdinbr] has joined #ruby-lang
<apeiros_> good, then I don't need to :)
<apeiros_> funny
* apeiros_ reads a post about "top 10 grammar peeves", but a couple of them are actually semantic peeves…
<shevy> hmmmm
<apeiros_> so I've got that semantic peeve of mine about people misusing "grammar" when they mean "semantics" :)
naz [naz!~n@70.44.2.190.res-cmts.bus.ptd.net] has joined #ruby-lang
<shevy> I am still not getting it entirely
<raggi> corundum: main?
<corundum> dunno
<corundum> sure
<raggi> corundum: top level?
<corundum> no clue
<corundum> okay
Filuren [Filuren!~Filuren@x1-6-e0-46-9a-1f-97-a2.k617.webspeed.dk] has joined #ruby-lang
hagabaka [hagabaka!~hagabaka@cblmdm24-53-178-92.buckeyecom.net] has joined #ruby-lang
hagabaka [hagabaka!~hagabaka@unaffiliated/hagabaka] has joined #ruby-lang
wyhaines [wyhaines!~wyhaines@65.39.118.15] has joined #ruby-lang
dhruvasagar [dhruvasagar!~dhruvasag@65.98.79.137] has joined #ruby-lang
andrewhl [andrewhl!~andrew@24-246-14-26.cable.teksavvy.com] has joined #ruby-lang
krz [krz!~foobar@unaffiliated/krz] has joined #ruby-lang
brianpWins [brianpWins!~brianpWin@S01060014bf8930ea.vc.shawcable.net] has joined #ruby-lang
cylence [cylence!~cylence@108-71-93-34.lightspeed.sntcca.sbcglobal.net] has joined #ruby-lang
tbuehlmann [tbuehlmann!Tobias@unaffiliated/tovias] has joined #ruby-lang
<zzak> raggi: do you moderate rack-devel?
danielvdotcom [danielvdotcom!~danielvdo@cpe-76-172-85-16.socal.res.rr.com] has joined #ruby-lang
<raggi> probably
<raggi> heh
<zzak> raggi: i submitted a proposal i was wondering if you could take a look at
<raggi> oh, i don't
<raggi> chris2: ^^^ can you add me to the mod list on the googlegroup ?
<raggi> not that i really need /more mail/
drdr [drdr!d059b08f@gateway/web/freenode/ip.208.89.176.143] has joined #ruby-lang
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
Oloryn_lt11 [Oloryn_lt11!~Oloryn@home.benshome.net] has joined #ruby-lang
<shevy> I swear I asked this before but
<shevy> def foo
<shevy> puts method_name_foo_here
<shevy> how can I find out the method name, within a method?
<drdr> which ruby?
<drdr> (version)
<burgestrand> shevy: __method__
<shevy> ah
Nisstyre [Nisstyre!~yours@c-208-90-102-250.netflash.net] has joined #ruby-lang
<shevy> now I am finding it in my local documentation hehehehe
<shevy> thanks burgestrand :)
<burgestrand> :)
<shevy> but that shows me that I need a better search functionality in my local docu ...
<shevy> hmm
<shevy> foo.bar'bla'
<shevy> is the same as
<shevy> foo.bar 'bla'
<shevy> right?
<erikh> yes
<injekt> please dont use the former
<shevy> ok thanks
<shevy> hehehe
<erikh> use foo.bar('bla') if you can
<injekt> ^
Banistergalaxy [Banistergalaxy!~AndChat@222.153.223.46] has joined #ruby-lang
FiXato [FiXato!~FiXato@fixato.net] has joined #ruby-lang
postmodern [postmodern!~postmoder@c-71-237-178-98.hsd1.or.comcast.net] has joined #ruby-lang
amerine [amerine!~mturner@bc171197.bendcable.com] has joined #ruby-lang
srbaker [srbaker!~srbaker@184.66.82.213] has joined #ruby-lang
rpowell [rpowell!~rpowell@58.165.131.165] has joined #ruby-lang
<rpowell> hey all
<rpowell> I'm getting some weird errors trying to install 1.9.3 on a fresh Lion install
<drdr> you check to make shure all of the dependancys are installed?
<rpowell> something about my C compiler not being able to make executables
<rpowell> yeah, I have Xcode
perryh [perryh!~perryh@unaffiliated/perry753] has joined #ruby-lang
<drdr> hmm
<drdr> you got libevent up to date
<drdr> along with the ssl ones?
<rpowell> hmm?
<drdr> i'm pritty shure you are missing a few dependencies
<rpowell> yeah
<rpowell> I'm trying `brew install ruby` now
<context> brew ? use rbenv
<rpowell> I'm using RVM right now
<rpowell> but I'm getting errors
<drdr> check your ENV vars
<drdr> your cc may be messed up
<rpowell> hmm
<context> rpowell: xcode ?
<context> gcc -v and paste the laste line
<rpowell> nope, cc gives me "i686-apple-darwin11-llvm-gcc-4.2: no input files"
<rpowell> yeah I have Xcode 4.2.1 "gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)"
<context> rbenv refuses to even install ruby on newest xcode. cause it dont work with latest llvm
<context> sec
<context> yeah
<rpowell> ah
<rpowell> but I use Xcode
<context> rpowell: i just got a new imac last night and ran into this
<rpowell> can I run them side by side?
<context> then :x
<rpowell> hmm
<context> i think you can keep both ?
<drdr> better yet
<drdr> source compile a new compiler
<context> or downgrade xcode ?
<context> :x
<rpowell> I might just uninstall Xcode, install the GCC compiler, build ruby and then install Xcode again
wimplash [wimplash!~Adium@rrcs-98-103-125-98.central.biz.rr.com] has joined #ruby-lang
[zaf]-Coral [[zaf]-Coral!~quassel@41-133-238-54.dsl.mweb.co.za] has joined #ruby-lang
<rpowell> hey does anyone know if ruby builds on the Xcode 4.3 beta?
<mitchty> 1.9.3 builds fine on osx with xcode 4.2.1, least i had no problems with ./configure and giving a prefix
<drdr> rpowell its probalby the beta xcode missing bits
<rpowell> no I'm using 4.2, I'm just saying I can install 4.3 beta if that fixes things
Banistergalaxy [Banistergalaxy!~AndChat@222.153.223.46] has joined #ruby-lang
_inc [_inc!~inc@unaffiliated/-inc/x-0498339] has joined #ruby-lang
AndChat- [AndChat-!~AndChat@222.153.223.41] has joined #ruby-lang
robgleeson [robgleeson!~rob@subtle/contributor/robgleeson] has joined #ruby-lang
igotnolegs [igotnolegs!~igotnoleg@75-162-83-166.slkc.qwest.net] has joined #ruby-lang
takaokouji [takaokouji!~takaokouj@nat35.mable.ne.jp] has joined #ruby-lang
ksinkar [ksinkar!~ksinkar@115.240.0.227] has joined #ruby-lang
<ksinkar> hello people
<ksinkar> I have just compiled ruby1.9.3 from source.
<ksinkar> I am trying to build a wrapper function for a C++ library
ahs3- [ahs3-!~ahs3-@adsl-065-005-193-158.sip.rdu.bellsouth.net] has joined #ruby-lang
AndChat- [AndChat-!~AndChat@222.153.223.43] has joined #ruby-lang
koentje [koentje!~koen@a143228.upc-a.chello.nl] has joined #ruby-lang
Oloryn_lt1 [Oloryn_lt1!~Oloryn@home.benshome.net] has joined #ruby-lang
ryanf [ryanf!~revfitz@adsl-67-122-210-85.dsl.snfc21.pacbell.net] has joined #ruby-lang
savage- [savage-!~savage-@c-67-180-11-89.hsd1.ca.comcast.net] has joined #ruby-lang
savage- [savage-!~savage-@c-67-180-11-89.hsd1.ca.comcast.net] has joined #ruby-lang
srbaker [srbaker!~srbaker@184.66.82.213] has joined #ruby-lang
darkx [darkx!~Jimmy@50-32-1-138.drr01.hrbg.pa.frontiernet.net] has joined #ruby-lang
<darkx> Hello :)
defdefdef [defdefdef!~bravo@46.249.0.130] has joined #ruby-lang
defdefdef [defdefdef!~bravo@46.249.0.130] has quit ["hi"]
<ksinkar> but when run a hello world library wrapper program
<ksinkar> darkx: hi
<raggi> zzak: what was the proposal?
wyhaines [wyhaines!~wyhaines@65.39.118.15] has joined #ruby-lang
CamonZ [CamonZ!~CamonZ@200.82.130.31] has joined #ruby-lang
<Harzilein>
<Harzilein> oops
cylence [cylence!~cylence@108-71-93-34.lightspeed.sntcca.sbcglobal.net] has joined #ruby-lang
mdel [mdel!~mdel@pool-71-175-17-16.phlapa.fios.verizon.net] has joined #ruby-lang
Banistergalaxy [Banistergalaxy!~AndChat@222.153.223.44] has joined #ruby-lang
bglusman_ [bglusman_!~bglusman@c-71-224-192-35.hsd1.pa.comcast.net] has joined #ruby-lang
dr0id [dr0id!~andy@unaffiliated/dr0id] has joined #ruby-lang
bglusman [bglusman!~bglusman@c-71-224-192-35.hsd1.pa.comcast.net] has joined #ruby-lang
DRCALKIN [DRCALKIN!~DROOL_AND@cpe-66-69-208-144.austin.res.rr.com] has joined #ruby-lang
Banistergalaxy [Banistergalaxy!~AndChat@222.153.223.44] has joined #ruby-lang
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
<mksm> anyway to have YAML.load_file use symbols for hash keys?
bglusman_ [bglusman_!~bglusman@c-71-224-192-35.hsd1.pa.comcast.net] has joined #ruby-lang
<raggi> yeah, use symbols in the yaml file
<mksm> eww
<raggi> ActiveSupport::HashWithIndifferentAccess.new(YAML.load_file(...))
x0F_ [x0F_!~x0F@unaffiliated/x0f] has joined #ruby-lang
<raggi> or Hash[*YAML.load_file(..).map {|k,v| [k.kind_of?(String) ? k.to_sym : k, v]}]
takaokouji [takaokouji!~takaokouj@nat35.mable.ne.jp] has joined #ruby-lang
<mksm> thanks raggi, was hoping there was something inbuilt
<raggi> no, because that's not what yaml is about
<raggi> and i know that yajl-ruby provides this, but json only has one string type
<raggi> psych /might/ have something
<raggi> but i doubt it
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
<lsegal> seems its right there in the yajl-ruby README: Yajl::Parser.new(:symbolize_keys => true)
<lsegal> oh you doubted the psych part
<raggi> json wouldn't have any conflicts with this
<raggi> but yaml definitely can
Clordio [Clordio!~textual@c-174-52-72-79.hsd1.ut.comcast.net] has joined #ruby-lang
<raggi> what, for example, should happen if it's an OpenStruct?
<raggi> well, bad example, because that will just have @table
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
cylence [cylence!~cylence@68.25.78.77] has joined #ruby-lang
NemesisD [NemesisD!~NemesisD@c-50-132-41-113.hsd1.wa.comcast.net] has joined #ruby-lang
srbaker [srbaker!~srbaker@184.66.82.213] has joined #ruby-lang
andrewhl [andrewhl!~andrew@24-246-14-26.cable.teksavvy.com] has joined #ruby-lang
JosephRuby [JosephRuby!~joseph@46.33.40.22] has joined #ruby-lang
perryh [perryh!~perryh@unaffiliated/perry753] has joined #ruby-lang
srbaker [srbaker!~srbaker@184.66.82.213] has joined #ruby-lang
schroedinbug [schroedinbug!~schroedin@71-212-191-172.hlrn.qwest.net] has joined #ruby-lang
rpowell [rpowell!~rpowell@CPE-124-183-157-241.lns16.ken.bigpond.net.au] has joined #ruby-lang
cylence [cylence!~cylence@c-98-248-41-184.hsd1.ca.comcast.net] has joined #ruby-lang
QaDeS [QaDeS!~mklaus@frbg-4d0296e4.pool.mediaWays.net] has joined #ruby-lang
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
<queequeg1> ok, so I'm totally lost. line 29 is not working properly : http://pastie.org/3187710
<queequeg1> never mind.
<queequeg1> I figured it out.
wimplash [wimplash!~Adium@rrcs-98-103-125-98.central.biz.rr.com] has joined #ruby-lang
gentz [gentz!ilab@ancient.webfoundation.net] has joined #ruby-lang
setmeaway [setmeaway!setmeaway3@118.45.149.247] has joined #ruby-lang
andrewhl [andrewhl!~andrew@24-246-14-26.cable.teksavvy.com] has joined #ruby-lang
mdel [mdel!~mdel@pool-71-175-17-16.phlapa.fios.verizon.net] has joined #ruby-lang
guns [guns!~guns@c-98-228-72-208.hsd1.il.comcast.net] has joined #ruby-lang
ttilley [ttilley!~ttilley@unaffiliated/lv] has joined #ruby-lang
rippa [rippa!~rippa@109-161-77-170.pppoe.yaroslavl.ru] has joined #ruby-lang
setmeaway [setmeaway!~setmeaway@118.45.149.247] has joined #ruby-lang
naz [naz!~n@70.44.2.190.res-cmts.bus.ptd.net] has joined #ruby-lang
naz [naz!~n@70.44.2.190.res-cmts.bus.ptd.net] has joined #ruby-lang
nazty [nazty!~n@70.44.2.190.res-cmts.bus.ptd.net] has joined #ruby-lang
kryl99 [kryl99!~kryl99@202.161.19.241] has joined #ruby-lang
thone [thone!~thone@g225084125.adsl.alicedsl.de] has joined #ruby-lang
<nofxx> Just to be sure, but RUBY_PLATFORM says "x86_64-darwin" on mac ?
jondot [jondot!~jondot@217.65.39.4] has joined #ruby-lang
<guns> guns$ ruby -e "p RUBY_PLATFORM"
<guns> "x86_64-darwin11.2.0"
<erikh> anyone done any interpreter embedding before? any idea of what the base weight of ruby 1.9 is?
postmodern [postmodern!~postmoder@c-71-237-178-98.hsd1.or.comcast.net] has joined #ruby-lang
andrewhl [andrewhl!~andrew@24-246-14-26.cable.teksavvy.com] has joined #ruby-lang
<erikh> 3 megs good lord
<guns> haha. Not gonna make it onto a microwave anytime soon.
yxhuvud [yxhuvud!mongo@h-85-82.a212.priv.bahnhof.se] has joined #ruby-lang
<erikh> exactly
<erikh> hrm. gonna have to think about this some
<erikh> lua's... not being friendly and its wins are rapidly diminishing
bsmith_ [bsmith_!45cf9c71@gateway/web/freenode/ip.69.207.156.113] has joined #ruby-lang
<guns> making a game?
<erikh> nah, an init replacement
<guns> I wonder if Rite is in beta yet.
<erikh> I could probably just give it a single mutable state interpreter
<bsmith_> im a complete noob to ruby, ive looked at the docs and cant find a straight answer how do i grab all the modules needed to run a specific ruby script?
<erikh> the halls of bad ideas are singing though
<bsmith_> it doesnt have a gemfile
<erikh> bsmith_: you install them one by one
<bsmith_> how do i know which ones i need?
<erikh> read the documentation?
<bsmith_> Installing ri documentation for connection_pool-0.1.0... Installing ri documentation for mechanize-2.1... Installing ri documentation for girl_friday-0.9.7... Installing RDoc documentation for connection_pool-0.1.0... Installing RDoc documentation for mechanize-2.1... Installing RDoc documentation for girl_friday-0.9.7... ben@ben-laptop:~/ffnet-grab$ ruby ffgrab.rb ffgrab.rb:1:in `require': no such file to load -- connection_poo
<bsmith_> ive got connection_pool, or so i think, but it says it cant find it?!
<erikh> you should take it up with the authors of the script
<erikh> ruby doesn't really have many answers for you on this subject -- managing dependencies is a bit of a bear as-is.
<erikh> so, documentation, sharp prodding of developers, or magical mystery guesswork
<erikh> sorry :)
<erikh> if they packaged it as a gem, you could install that and it would likely come with all the dependencies it needs.
<erikh> it most certainly does not look that way
<bsmith_> is there a way to repackage it as a gem now, or not
<erikh> without knowing what the dependencies are it won't do much for you
naz [naz!~n@70.44.2.190.res-cmts.bus.ptd.net] has joined #ruby-lang
<erikh> post a message to /b/, i'm sure someone will get back to you soon
<bsmith_> guns: yes
<bsmith_> how do i get the deps for it where they need to be?
<guns> install the gems one by one, and try running the script with `ruby -rubygems ffgrab.rb`
<bsmith_> whick gems
<bsmith_> ??
<erikh> oh, are you on 1.8 or 1.9?
<bsmith_> i did rvm use 1.9.3
<erikh> then you shouldn't need -rubygems
<bsmith_> i only half know what theat means
<guns> connection_pool, girl_friday, mechanize, redis
<guns> yeah no -rubygems with 1.9
<bsmith_> huh, wow, for a lang, thats moving as fast as ruby, its really confusing
<erikh> no you're just using a pile of shit script
<guns> ha
<erikh> ... being frank and all
<guns> it's a shell script written in ruby
<bsmith_> well give the guy a break its a rough draft
<bsmith_> im trying to grab all of fanfiction.net stories reviews pages fot the stories and author profile pages
<guns> haha: `loop { sleep 5 }`
<erikh> threading!
<bsmith_> which, taken together, is basically all of it anyway
<guns> wget was designed for site rips
<bsmith_> where is there a sleep 6
<bsmith_> doesnt work for this doesnt grab it all
<guns> joke is, that's not how you wait for threads
<bsmith_> well, I can;t code worth a damn, so feel free to fork if you have a fix?
<erikh> talk to the author.
bousquet [bousquet!~bousquet@74.197.255.182] has joined #ruby-lang
<muzone> good morning lovers
sepp2k [sepp2k!~sexy@g224096101.adsl.alicedsl.de] has joined #ruby-lang
<manveru> good morning early birds :)
<muzone> :) :)
postmodern [postmodern!~postmoder@c-71-237-178-98.hsd1.or.comcast.net] has joined #ruby-lang
bot2797756950 [bot2797756950!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
shevy [shevy!~shevy@194-166-28-62.adsl.highway.telekom.at] has joined #ruby-lang
Banistergalaxy [Banistergalaxy!~AndChat@222.153.223.42] has joined #ruby-lang
kryl99 [kryl99!~kryl99@124-170-11-249.dyn.iinet.net.au] has joined #ruby-lang
thrcka [thrcka!~thrcka@ip-89-102-34-33.net.upcbroadband.cz] has joined #ruby-lang
enikar [enikar!~gil@cl-140.mrs-01.fr.sixxs.net] has joined #ruby-lang
cinch_ [cinch_!~cinch@60-242-128-8.static.tpgi.com.au] has joined #ruby-lang
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
<rue> Why wouldn't wget work?
ltd [ltd!~z@zx.io] has joined #ruby-lang
davidw [davidw!~davidw@adsl-ull-122-110.51-151.net24.it] has joined #ruby-lang
bot4775886538 [bot4775886538!~cinch@60-242-128-8.static.tpgi.com.au] has joined #ruby-lang
spuk [spuk!~spuk@189.6.30.65] has joined #ruby-lang
antinitro [antinitro!~adam@cpc1-stap4-0-0-cust418.12-2.cable.virginmedia.com] has joined #ruby-lang
DEac- [DEac-!~deac@81.16.104.86] has joined #ruby-lang
bot5086830355 [bot5086830355!~cinch@60-242-128-8.static.tpgi.com.au] has joined #ruby-lang
toretore [toretore!~toretore@crr06-3-82-231-12-81.fbx.proxad.net] has joined #ruby-lang
<andrewvos> Is this a joke? I don't know rue, why wouldn't wget work?
<rue> I don't know, whoever said it doesn't
adambeynon [adambeynon!~adambeyno@82-69-1-211.dsl.in-addr.zen.co.uk] has joined #ruby-lang
<rue> andrewvos: I must say, ⌘T does make things lots easier
<rue> andrewvos: I've just been tab-completing things for so long that I really didn't mind
<andrewvos> rue: IRSSI is hiding a character there.. Did you say CMD+T?
<rue> Yep
<rue> andrewvos: And YOU should get your utf-8 going :)
<andrewvos> rue: Oh ok yeah it's very very nice. Just wish you didn't have to compile c code to get it workign :(
<rue> Mm, yes, it's an extension
<andrewvos> rue: hah yeah weird that it didn't work. Might be iterm.
<andrewvos> rue: Maybe someone should rewrite it in ruby
<rue> I bet someone tried and had to drop down to C ;)
<andrewvos> yeah
<andrewvos> rue: (looking for the code)
<rue> Vundle seems nice enough, too. I'd been maintaining plugins separately
<andrewvos> rue: Yes very nice
<andrewvos> rue: Though I do use dropbox to store all my dotfiles so only the updating part is useful for me
<rue> Mapped there, or just a copy?
<andrewvos> symlinked
<rue> I need to decide whether to git the dotfiles again
<rue> Managed to get rid of a bunch when migrating to the new machine
<andrewvos> rue: Yeah I use git and dropbox.. Git mainly for seeing what I had installed previosuly etc.
<andrewvos> rue: If you use dropbox it's really worth it
bot9925892413 [bot9925892413!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
JdpB42 [JdpB42!~sdfdsf@cpe-71-72-126-188.insight.res.rr.com] has joined #ruby-lang
apeiros_ [apeiros_!~apeiros@77-58-113-31.dclient.hispeed.ch] has joined #ruby-lang
JdpB42_ [JdpB42_!~sdfdsf@cpe-71-72-126-188.insight.res.rr.com] has joined #ruby-lang
solars [solars!~solars@194.208.132.118] has joined #ruby-lang
kryl99 [kryl99!~kryl99@124-170-51-102.dyn.iinet.net.au] has joined #ruby-lang
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
thrcka [thrcka!~thrcka@ip-89-102-34-33.net.upcbroadband.cz] has joined #ruby-lang
burgestrand [burgestrand!~burgestra@h-45-63.a155.priv.bahnhof.se] has joined #ruby-lang
logbot5824 [logbot5824!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
logbot92674 [logbot92674!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
tbuehlmann [tbuehlmann!~Tobias@unaffiliated/tovias] has joined #ruby-lang
benanne [benanne!~rijdier@2.185-241-81.adsl-dyn.isp.belgacom.be] has joined #ruby-lang
apeiros_ [apeiros_!~apeiros@77-58-113-31.dclient.hispeed.ch] has joined #ruby-lang
logbot46984 [logbot46984!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
rippa [rippa!~rippa@109-161-77-170.pppoe.yaroslavl.ru] has joined #ruby-lang
<apeiros_> wow, a segmentation fault in net/http.rb (ruby 1.9.3-p0) in connect…
beiter [beiter!~beiter@manz-5f74919e.pool.mediaWays.net] has joined #ruby-lang
<apeiros_> andrewvos: and the first comment is wrong too in that article…
<andrewvos> apeiros_: The one about protected
<andrewvos> ?
<apeiros_> yes
<ddfreyne> apeiros_: it is?
<apeiros_> ddfreyne: it is wrong in saying that the only difference was allowing self.
<apeiros_> the difference is that other objects of the same class can call your protected method too
<ddfreyne> true
logbot43470 [logbot43470!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
Jake232 [Jake232!~textual@5e0e64ca.bb.sky.com] has joined #ruby-lang
<apeiros_> oh, great, I commented on a 1 year old post…
<andrewvos> apeiros_: haha didn't notice that
logbot21206 [logbot21206!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
<apeiros_> this is annoying… `bundle` repeatedly segfaults in net/http…
gix [gix!~gix@e180022066.adsl.alicedsl.de] has joined #ruby-lang
logbot97547 [logbot97547!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
logbot46379 [logbot46379!~cinch@boxand.lnk.telstra.net] has joined #ruby-lang
<apeiros_> hrmpf, what was the rvm command again to list rubies available for installation?
<andrewvos> rvm list known
<apeiros_> aha, 1.9.3-p0 is still the newest 1.9.3 as it seems. at least after `rvm get head` I still get "Are you sure you wish to upgrade from ruby-1.9.3-p0 to ruby-1.9.3-p0" when doing `rvm upgrade ruby-1.9.3`
<andrewvos> apeiros_: Just delete and reinstall ruby?
<manveru> bundler must die
Kovax [Kovax!~peter@cpe-174-096-105-109.carolina.res.rr.com] has joined #ruby-lang
DRCALKIN [DRCALKIN!~DROOL_AND@cpe-66-69-208-144.austin.res.rr.com] has joined #ruby-lang
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
<apeiros_> manveru: the problem is net/http, not bundler
<manveru> :)
<apeiros_> reinstalled, still segfaults :(
perryh [perryh!~perryh@unaffiliated/perry753] has joined #ruby-lang
Filuren [Filuren!~Filuren@x1-6-e0-46-9a-1f-97-a2.k617.webspeed.dk] has joined #ruby-lang
davidw [davidw!~davidw@apache/committer/davidw] has joined #ruby-lang
uniqanomaly [uniqanomaly!~ua@dynamic-78-8-214-86.ssp.dialog.net.pl] has joined #ruby-lang
dous_ [dous_!~dous@cm171.sigma67.maxonline.com.sg] has joined #ruby-lang
tekin [tekin!~tekin@cpc8-with5-2-0-cust208.1-4.cable.virginmedia.com] has joined #ruby-lang
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
Spooner [Spooner!~Miranda@host-78-144-139-130.as13285.net] has joined #ruby-lang
<ddfreyne> Is there a way to show skipped tests in minitest?
Pip [Pip!~Pip@176.214.4.186] has joined #ruby-lang
Pip [Pip!~Pip@unaffiliated/pip] has joined #ruby-lang
Locke23rus [Locke23rus!~quassel@128-70-1-227.broadband.corbina.ru] has joined #ruby-lang
takaokouji [takaokouji!~takaokouj@nat35.mable.ne.jp] has joined #ruby-lang
stephenp [stephenp!~stephenp@gatepost.hos.net] has joined #ruby-lang
g0bl1n [g0bl1n!~g0blin@unaffiliated/g0bl1n] has joined #ruby-lang
retro|cz [retro|cz!~retro@106.142.broadband6.iol.cz] has joined #ruby-lang
<rue> You can skip tests?
<injekt> yes, skip()
<rue> Hm. Wouldn't -v show it?
<injekt> yeah Skipped tests only output details in verbose mode
niklasb_ [niklasb_!~codeslay0@p5B310005.dip0.t-ipconnect.de] has joined #ruby-lang
<rue> I dunno if skip is a better semantic than just failing it
<injekt> heh, never used skip myself
<injekt> it either passes or doesn't
jasox [jasox!~jasox@178.239.26.139] has joined #ruby-lang
solars [solars!~solars@194.208.132.118] has joined #ruby-lang
<ddfreyne> I use skip in case a dependency isn’t available
<ddfreyne> Is there a way to programmatically set verbose?
<rue> Hm, that seems reasonable. Although I would prefer mspec-style guards or maybe tags
Jake232 [Jake232!~textual@5e0e608a.bb.sky.com] has joined #ruby-lang
<rue> ddfreyne: MiniTest::Unit.runner?
<rue> Cyclocross can't talk
<ddfreyne> MiniTest::Unit.new.run %w( --verbose )
<ddfreyne> works I guess… but then I get one line per test
<ddfreyne> while I just want to get a list of skipped tests
<ddfreyne> What is the point of a manifest.txt file that lists the contents of a package?
dejongge [dejongge!~jonke@pD9E0CA0A.dip0.t-ipconnect.de] has joined #ruby-lang
fritzek [fritzek!~fritzek@p5DDB5778.dip.t-dialin.net] has joined #ruby-lang
<injekt> ddfreyne: you just answered your question within the question
<ddfreyne> injekt: ha
<rue> The *intended* contents.
<ddfreyne> injekt: not quite… that is what it *does*, but why is it necessary?
<ddfreyne> rue: I know what it does
<injekt> it's usually not
<injekt> I never have a manifest file
<injekt> unless I'm doing java jar stuff
<injekt> which is ofc different
<ddfreyne> So… a list of stuff that you know should be part of the package, and then a rake tasks that verifies whether the contents are okay?
jasox [jasox!~jasox@178.239.26.139] has quit ["Leaving"]
<ddfreyne> Hm, hoe requires it
<injekt> oO
<rue> The point is that it's the intended contents. If you don't have those, something's wrong
<injekt> really?
<ddfreyne> [..] hoe does require a Manifest. This is a text file that lists the files to package in the gem. sow creates one for you with the basic set of files, and you can run rake check_manifest to see if you’ve created new files that aren’t mentioned in the Manifest.
<injekt> heh
<kyrylo> ddfreyne, by Asher "no it's for distributions of packages so if you get the package and suspect it's incomplete you can verify
<andrewvos> bla bla bla
<injekt> rubygems doesn't give a shit about manifest files
<ddfreyne> doesn’t seem worth having though
<ddfreyne> the only use case I can come up with is for package maintainers to double-check the files before publishing
[zaf]-Coral [[zaf]-Coral!~quassel@41-133-238-54.dsl.mweb.co.za] has joined #ruby-lang
uniqanomaly_ [uniqanomaly_!~ua@dynamic-78-8-214-86.ssp.dialog.net.pl] has joined #ruby-lang
S1kx [S1kx!~S1kx@pdpc/supporter/monthlybyte/s1kx] has joined #ruby-lang
dv310p3r [dv310p3r!~dv310p3r@nmd.sbx11041.miamifl.wayport.net] has joined #ruby-lang
<ddfreyne> Is http://pypi.python.org/ down?
* ddfreyne HAD to ask this on a Ruby channel
Briareos1 [Briareos1!~quassel@178-190-115-104.adsl.highway.telekom.at] has joined #ruby-lang
<ddfreyne> actually python.org is down in its entirety
<Mon_Ouie> http://www.isup.me/python.org says it's down
Briareos1 [Briareos1!~quassel@178-190-115-104.adsl.highway.telekom.at] has quit [#ruby-lang]
<ddfreyne> Ah! But there’s a list of mirrors! http://pypi.python.org/mirrors
<ddfreyne> … wait …
<rue> There's a googol of mirrors. I'd pay good cache for any
<ddfreyne> --use-mirrors :)
szarubin [szarubin!~stas@188.163.26.170] has joined #ruby-lang
<ddfreyne> I also got some results for breast implants… PIP and all that stuff.
<rue> -boob
wimplash [wimplash!~Adium@rrcs-98-103-125-98.central.biz.rr.com] has joined #ruby-lang
wimplash [wimplash!~Adium@rrcs-98-103-125-98.central.biz.rr.com] has quit [#ruby-lang]
<andrewvos> Can you say "friendly fire" http://www.economist.com/node/21542716?frsc=dg%7Ca
<rue> Soo…they've invented the grenade?
<andrewvos> rue: Looks like it
* imperator invented the question mark
<ddfreyne> but it’s magic!
<andrewvos> rue: But it works out how far it has travelled. So if you shoot yourself in the foot you just looked like a tool.
<andrewvos> imperator: you did?
<imperator> andrewvos, you owe me $1 because you just used it
<andrewvos> imperator: Okay :(
<andrewvos> "The bullets, which have to be made by hand at the moment, clock in at several hundred dollars each" <-- better make sure the person you shoot is damn well worth it.
<imperator> norton av used to be a decent product long ago, now it's the enemy
<andrewvos> imperator: I like to think they always were the enemy.
<andrewvos> Right I'm going to do things in the non-internet world. Bye everyone xxx
<imperator> cya
voker57_ [voker57_!~voker57@128-70-55-252.broadband.corbina.ru] has joined #ruby-lang
gokulnath [gokulnath!~gokulnath@117.201.143.81] has joined #ruby-lang
szarubin [szarubin!~stas@188.163.31.57] has joined #ruby-lang
Nisstyre [Nisstyre!~yours@c-208-90-102-250.netflash.net] has joined #ruby-lang
Natch| [Natch|!~natch@178.73.217.247] has joined #ruby-lang
virunga [virunga!~virunga@151.64.23.62] has joined #ruby-lang
gokulnath_ [gokulnath_!~gokulnath@117.201.143.3] has joined #ruby-lang
darkf [darkf!~darkf_dix@unaffiliated/darkf] has joined #ruby-lang
Nisstyre [Nisstyre!~yours@c-208-90-102-250.netflash.net] has joined #ruby-lang
robgleeson [robgleeson!~rob@subtle/contributor/robgleeson] has joined #ruby-lang
beiter [beiter!~beiter@manz-5f74919e.pool.mediaWays.net] has quit [#ruby-lang]
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
tomzx [tomzx!~tomzx@dsl-156-68.aei.ca] has joined #ruby-lang
mkscrg [mkscrg!~mkscrg@ool-18e4f9d6.dyn.optonline.net] has joined #ruby-lang
savage- [savage-!~savage-@c-67-180-11-89.hsd1.ca.comcast.net] has joined #ruby-lang
<apeiros_> nice, http://bugs.ruby-lang.org keeps crashing…
jordan` [jordan`!~gromit@2001:660:3302:2826:225:90ff:fe20:d9a8] has joined #ruby-lang
<rue> File a bug
<apeiros_> haha
<apeiros_> nice one :)
nofxx [nofxx!~nofxx@177.106.59.23] has joined #ruby-lang
nofxx [nofxx!~nofxx@unaffiliated/nofxx] has joined #ruby-lang
jordan` [jordan`!~gromit@2001:660:3302:2826:225:90ff:fe20:d9a8] has joined #ruby-lang
RomyEatsDrupal [RomyEatsDrupal!~stickycak@cpe-69-203-115-155.nyc.res.rr.com] has joined #ruby-lang
spuk [spuk!~spuk@189.6.30.65] has joined #ruby-lang
dnjaramba [dnjaramba!~dnjaramba@41.72.193.86] has joined #ruby-lang
Jake232 [Jake232!~textual@5e0e608a.bb.sky.com] has joined #ruby-lang
robgleeson [robgleeson!~rob@subtle/contributor/robgleeson] has joined #ruby-lang
whoops_ [whoops_!u549@gateway/web/irccloud.com/x-sueinnxhbuomoudu] has joined #ruby-lang
<matled> I have a gem which provides mainly an executable, i.e. the lib files are not really intended to be reused at the moment. the executable should have a short name which is an abbreviation. should the gem and module rather have the name of the abbreviation or the full name?
<robgleeson> matled: I'd say your executable should have the same name as the gem.
<rue> It's generally best if the executable name matches the gem name, but see e.g. Bundler -> bundle &c.
wallerdev [wallerdev!~wallerdev@72.44.102.30] has joined #ruby-lang
<matled> I find a full descriptive name too long for the executable, so you'd suggest to name the gem and module the same?
mkscrg [mkscrg!~mkscrg@ool-18e4f9d6.dyn.optonline.net] has joined #ruby-lang
<robgleeson> that's standard practice
enikar [enikar!~gil@2a01:240:fe00:8b::2] has joined #ruby-lang
burgestrand1 [burgestrand1!~burgestra@h-45-63.a155.priv.bahnhof.se] has joined #ruby-lang
dkannan [dkannan!u480@gateway/web/irccloud.com/x-yrdgnjslatjqbgzg] has joined #ruby-lang
ricardovaleriano [ricardovaleriano!~ricardova@186.220.217.229] has joined #ruby-lang
andrewhl [andrewhl!~andrew@24-246-14-26.cable.teksavvy.com] has joined #ruby-lang
Weems [Weems!~the@nat.resnet.mc.edu] has joined #ruby-lang
Weems [Weems!~the@unaffiliated/weems] has joined #ruby-lang
jensn [jensn!~Jens@c-83-233-145-148.cust.bredband2.com] has joined #ruby-lang
Banistergalaxy [Banistergalaxy!~AndChat@222.153.223.45] has joined #ruby-lang
RomD [RomD!~Roman@nrbg-4dbe2594.pool.mediaWays.net] has joined #ruby-lang
ryanf [ryanf!~revfitz@adsl-67-122-210-85.dsl.snfc21.pacbell.net] has joined #ruby-lang
<rue> Am I just stupid, or is Faraday's parallel API not documented at all?
<robgleeson> probably the latter
jordan` [jordan`!~gromit@2001:660:3302:2826:225:90ff:fe20:d9a8] has joined #ruby-lang
<apeiros_> is that an exclusive or?
yorickpeterse [yorickpeterse!~yorickpet@pdpc/supporter/professional/yorickpeterse] has joined #ruby-lang
mztriz [mztriz!~mztriz@74-136-75-114.dhcp.insightbb.com] has joined #ruby-lang
<rue> Aha, got it. Inconvenient :/
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
Tick-Tock [Tick-Tock!~Tick-Tock@lunari.us] has joined #ruby-lang
<rue> It's conn.in_parallel(Faraday::Adapter::Typhoeus.setup_parallel_manager) { # do stuff normally here }
<rue> New maxim: if the code doesn't fit in a tweet, you need to refactor.
<erikh> you have to pass it a specific adapter?
<erikh> seems like an issue with encapsulation
mkscrg [mkscrg!~mkscrg@ool-18e4f9d6.dyn.optonline.net] has joined #ruby-lang
<rue> They're fixing it
<erikh> cool
<rue> The problem is that the adapter is just another piece of middleware, so you'd need to look through the stack to find it
<erikh> you'd think it's be a part of the connection
<erikh> it'd*
<erikh> I mean, independent of middleware
<erikh> anyhow, I don't know the software, just thinking about it I guess.
_inc [_inc!~inc@unaffiliated/-inc/x-0498339] has joined #ruby-lang
<erikh> anyhow off for more TOR, this game is going to end my programming career
<robgleeson> erikh: do you envision conn.adapter(:typhoeus) or something like that?
<rue> Just conn.adapter, really.
<erikh> robgleeson: conn = Connection.new(:typhoeus); conn.in_parallel { done }
<robgleeson> yeah, that looks better
<erikh> at least I'm having trouble seeing how a connection would have more than one connection adapter that actually establishes connections
<rue> There's such a thing as too generic
<erikh> yeah, that's why that sentence above is accidentally confusing
<erikh> I could see the need for different connection adapters -- typoheus vs. curb or net/http or w/e, but combinations of them seems pointles
<erikh> s
<erikh> rue: have you ever embedded a ruby interpreter into a C program?
tekin [tekin!~tekin@cpc8-with5-2-0-cust208.1-4.cable.virginmedia.com] has joined #ruby-lang
<erikh> anyhow, I'll check back later I suppose
<robgleeson> erikh: If you want to talk to someone who has, check out #subtle, he has embedded ruby into a X11 WM.
<rue> erikh: Not since 2005 or something. Apparently 1.9 behaves OK in its own thread.
wallerdev [wallerdev!~wallerdev@72.44.102.30] has joined #ruby-lang
<rue> s/apparently/supposedly/
Tick-Tock [Tick-Tock!~Tick-Tock@lunari.us] has joined #ruby-lang
<lianj> subtle is a single thread though
<jorgenpt> rue: Does your maxim mean that you should make all your modules 2 characters long?
<jorgenpt> Fa::Ad::Ty.setup_parallel_manager
<rue> jorgenpt: You can condense the code reasonably
RomyEatsDrupal [RomyEatsDrupal!~stickycak@cpe-69-203-115-155.nyc.res.rr.com] has joined #ruby-lang
Indian [Indian!~Indian@unaffiliated/londonmet050] has joined #ruby-lang
WillMarshall [WillMarshall!~willmarsh@203.118.179.237] has joined #ruby-lang
<erikh> robgleeson: rue: good to know, thanks
<erikh> I'll check it out after killing some womp rats
jensn [jensn!~Jens@c-83-233-145-148.cust.bredband2.com] has joined #ruby-lang
lsegal [lsegal!jinx@modemcable249.109-177-173.mc.videotron.ca] has joined #ruby-lang
zkl [zkl!zkl@morpheus.net] has joined #ruby-lang
RomyEatsDrupal [RomyEatsDrupal!~stickycak@cpe-69-203-115-155.nyc.res.rr.com] has joined #ruby-lang
frequency9 [frequency9!~frequency@pool-96-235-227-171.altnpa.east.verizon.net] has joined #ruby-lang
whoops_ [whoops_!u549@gateway/web/irccloud.com/x-ewswyztbzmzmgbci] has joined #ruby-lang
niklasb_ [niklasb_!~codeslay0@p5B310005.dip0.t-ipconnect.de] has joined #ruby-lang
kyrylo [kyrylo!~kyrylo@46.118.221.68] has joined #ruby-lang
kyrylo [kyrylo!~kyrylo@subtle/user/kyrylo] has joined #ruby-lang
Gunnar_ [Gunnar_!~Gunnar@gunnar.xs4all.nl] has joined #ruby-lang
Gunnar_ [Gunnar_!~Gunnar@gunnar.xs4all.nl] has quit [#ruby-lang]
michael_mbp [michael_mbp!~Marin@149.147.202.45] has joined #ruby-lang
_inc [_inc!~inc@unaffiliated/-inc/x-0498339] has joined #ruby-lang
Codif [Codif!~codif@84.120.204.160.dyn.user.ono.com] has joined #ruby-lang
frequency9 [frequency9!~frequency@pool-96-235-227-171.altnpa.east.verizon.net] has joined #ruby-lang
mdel [mdel!~mdel@pool-71-175-17-16.phlapa.fios.verizon.net] has joined #ruby-lang
voker57 [voker57!~voker57@128-70-55-252.broadband.corbina.ru] has joined #ruby-lang
voker57 [voker57!~voker57@kvirc/developer/Voker57] has joined #ruby-lang
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
jensn [jensn!~Jens@c-83-233-145-148.cust.bredband2.com] has joined #ruby-lang
whoops_ [whoops_!u549@gateway/web/irccloud.com/x-wafbbuxsnijoxkdv] has joined #ruby-lang
hagabaka [hagabaka!~hagabaka@unaffiliated/hagabaka] has joined #ruby-lang
ricardovaleriano [ricardovaleriano!~ricardova@186.220.217.229] has joined #ruby-lang
bsmith [bsmith!~ben@cpe-69-207-156-113.rochester.res.rr.com] has joined #ruby-lang
IanV [IanV!~chatzilla@host86-177-25-164.range86-177.btcentralplus.com] has joined #ruby-lang
_inc [_inc!~inc@unaffiliated/-inc/x-0498339] has joined #ruby-lang
mkscrg [mkscrg!~mkscrg@ool-18e4f9d6.dyn.optonline.net] has joined #ruby-lang
Indian [Indian!~Indian@unaffiliated/londonmet050] has joined #ruby-lang
<bsmith> i need some help reading this ruby code. Im trying to use it, but i can't figure out what it wants for arguments, it provides no output or file creation whatsoever, and it should be working https://github.com/ArchiveTeam/ffnet-grab
virunga [virunga!~virunga@151.64.7.123] has joined #ruby-lang
Filuren [Filuren!~Filuren@x1-6-e0-46-9a-1f-97-a2.k617.webspeed.dk] has joined #ruby-lang
hagabaka [hagabaka!~hagabaka@cblmdm24-53-178-92.buckeyecom.net] has joined #ruby-lang
hagabaka [hagabaka!~hagabaka@unaffiliated/hagabaka] has joined #ruby-lang
sol [sol!~solars@194.208.132.118] has joined #ruby-lang
<jorgenpt> bsmith: I think it invokes WGET to do the actual downloading
<bsmith> ok, i figured that out, but what does it need in terms of arguments, because when i run ruby hoard.rb i ge absolutely nothing
<bsmith> it just hangs
<bsmith> i synced the redis db to a complete copy, that someone else provided, so that should be fine, but now what do i run? i see sid everywhere is the code where is that defined, i cant findit
benanne [benanne!~rijdier@ip-213-49-83-234.dsl.scarlet.be] has joined #ruby-lang
srbartlett [srbartlett!~srbartlet@202.146.7.239] has joined #ruby-lang
<raggi> seems like a big pile of ghetto
<erikh> that's what I told him last night
twittard [twittard!~twittard@cpe-76-169-74-39.socal.res.rr.com] has joined #ruby-lang
solars [solars!~solars@194.208.132.118] has joined #ruby-lang
<rue> Hmh, seems VCR could be improved a bit on the side of mocking and such.
<raggi> it's the same with almost all that stuff
bglusman [bglusman!~bglusman@c-71-224-192-35.hsd1.pa.comcast.net] has joined #ruby-lang
guns [guns!~guns@c-98-228-72-208.hsd1.il.comcast.net] has joined #ruby-lang
DRCALKIN [DRCALKIN!~DROOL_AND@cpe-66-69-208-144.austin.res.rr.com] has joined #ruby-lang
uniqanomaly_ [uniqanomaly_!~ua@dynamic-78-8-81-119.ssp.dialog.net.pl] has joined #ruby-lang
porcelina [porcelina!~kay@71-212-148-73.hlrn.qwest.net] has joined #ruby-lang
porcelina [porcelina!~kay@71-212-148-73.hlrn.qwest.net] has quit [#ruby-lang]
mkscrg [mkscrg!~mkscrg@ool-18e4f9d6.dyn.optonline.net] has joined #ruby-lang
guns [guns!~guns@c-98-228-72-208.hsd1.il.comcast.net] has joined #ruby-lang
<rue> Of course it turns out that I wasn't really thinking and there's no point using Faraday-Typhoeus because I want to do further parallel processing…
<rue> Or, hmm… maybe I could do it as a middleware
<rue> Seems really iffy, though.
<rue> Conceptually.
Karmaon [Karmaon!~john@gateway/tor-sasl/karmaon] has joined #ruby-lang
Defusal [Defusal!DeFi@dsl-240-252-45.telkomadsl.co.za] has joined #ruby-lang
Defusal [Defusal!DeFi@unaffiliated/ecnerifed] has joined #ruby-lang
tekin [tekin!~tekin@cpc8-with5-2-0-cust208.1-4.cable.virginmedia.com] has joined #ruby-lang
robotmay [robotmay!~robotmay@5ad8f1da.bb.sky.com] has joined #ruby-lang
_inc [_inc!~inc@unaffiliated/-inc/x-0498339] has joined #ruby-lang
headius [headius!~headius@71-210-151-185.mpls.qwest.net] has joined #ruby-lang
mkscrg [mkscrg!~mkscrg@ool-18e4f9d6.dyn.optonline.net] has joined #ruby-lang
srbaker [srbaker!~srbaker@70.28.245.3] has joined #ruby-lang
RomD` [RomD`!~Roman@nrbg-4d077090.pool.mediaWays.net] has joined #ruby-lang
Defusal_ [Defusal_!DeFi@dsl-240-222-95.telkomadsl.co.za] has joined #ruby-lang
Defusal_ [Defusal_!DeFi@unaffiliated/ecnerifed] has joined #ruby-lang
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
amerine [amerine!~mturner@bc171197.bendcable.com] has joined #ruby-lang
cherrum [cherrum!cherrum@ndvd.net] has joined #ruby-lang
Defusal [Defusal!DeFi@dsl-241-1-211.telkomadsl.co.za] has joined #ruby-lang
Defusal [Defusal!DeFi@unaffiliated/ecnerifed] has joined #ruby-lang
ap3mantus [ap3mantus!~ap3mantus@c-98-217-179-108.hsd1.ma.comcast.net] has joined #ruby-lang
jensn [jensn!~Jens@c-83-233-145-148.cust.bredband2.com] has joined #ruby-lang
<raggi> rue: dude, you can do parallel with net-http really trivially
<raggi> this BS of alternative implementations is just that: BS
<raggi> f.e.
<raggi> f.s.e
workmad3 [workmad3!~workmad3@cpc1-bagu10-2-0-cust81.1-3.cable.virginmedia.com] has joined #ruby-lang
Axsuul [Axsuul!~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com] has joined #ruby-lang
Axsuul [Axsuul!~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com] has joined #ruby-lang
Axsuul [Axsuul!~Axsuul@75-140-75-52.dhcp.mtpk.ca.charter.com] has joined #ruby-lang
<drbrain> raggi: do you not know about rake-compiler?
<drbrain> and you don't even need that middle line if you're putting the SO in lib/
<rue> raggi: Heh, yes. I figured it might be worth using (on its own) and ended up in a little rabbit hole that made it less desirable
lianj [lianj!~lianj@17.145.34.193.static.giga-dns.com] has joined #ruby-lang
lianj [lianj!~lianj@subtle/user/lianj] has joined #ruby-lang
lianj [lianj!~lianj@subtle/user/lianj] has joined #ruby-lang
<raggi> drbrain: i do yes, i never inteded on using that patch, i just put stuff together to clean up the other approach he was using
<drbrain> ah
<andrewvos> Cross compile?
<drbrain> andrewvos: for windows
<raggi> and show off how stupid that benchmark is
<raggi> on 1.9, net-http is probably faster
<raggi> and excon *is* faster
<raggi> (despite being pure ruby)
<andrewvos> drbrain: Not sure what everyone means by "cross compile".
<raggi> but equally excon is an example of "hash oriented programming"
<andrewvos> s/everyone/drbrain
<raggi> andrewvos: compile for a target taht isn't the same as the local machine
<raggi> andrewvos: for example, compiling for a windows target on os
<raggi> *osx
<andrewvos> raggi: Oh ok wow. So that's possible?
<raggi> yes
ricardovaleriano [ricardovaleriano!~ricardova@186.220.217.229] has joined #ruby-lang
<drbrain> most OS X apps are cross compiled from 64 bit to 32 bit