apeiros_ changed the topic of #ruby to: Ruby 2.1.2; 2.0.0-p481; 1.9.3-p545: http://ruby-lang.org || Paste >3 lines of text on http://gist.github.com || this channel is logged at http://irclog.whitequark.org, other public logging is prohibited
Blizzy has quit [Ping timeout: 255 seconds]
starless has joined #ruby
arya_ has quit [Ping timeout: 264 seconds]
balazs has quit [Ping timeout: 255 seconds]
CaptainJet has quit []
superscott[8] has quit []
fgo has joined #ruby
yokel has joined #ruby
sputnik13 has joined #ruby
toastynerd has quit [Remote host closed the connection]
tvw has quit []
asdasdasdasss has quit [Ping timeout: 260 seconds]
tvw has joined #ruby
geggam has quit [Remote host closed the connection]
<mozzarella> how do you readline on stdin?
yokel has quit [Remote host closed the connection]
<DreamingRainne> mozzarella: gets
<godd2> gets ?
<DreamingRainne> or $stdin.gets to be explicit, but 'gets' by itself should do that.
arya_ has joined #ruby
xcv has quit [Remote host closed the connection]
djbkd has quit [Remote host closed the connection]
diegovio1 has joined #ruby
binw has quit [Ping timeout: 240 seconds]
diegoviola has quit [Ping timeout: 250 seconds]
razrunelord has quit [Remote host closed the connection]
fgo has quit [Ping timeout: 260 seconds]
ghostmoth has quit [Quit: ghostmoth]
abuzze has joined #ruby
Tricon has quit [Quit: Leaving...]
lw has quit [Quit: s]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
<mozzarella> must have been dreaming
sambao21 has quit [Quit: Computer has gone to sleep.]
<mozzarella> I thought there was a readline method that took a block as an argument
<DreamingRainne> Maybe something like $stdin.each_line might do that?
sputnik13 has joined #ruby
saarinen has quit [Quit: saarinen]
<godd2> I know if you pass gets nil, it won't stop user input until an EOF marker
<godd2> I think passing 0 will cause it to wait for two consecutive newlines
<mozzarella> DreamingRainne: thank you
sdwrage has quit [Quit: This computer has gone to sleep]
<mozzarella> what's the difference between $stdin and STDIN, again?
<DreamingRainne> mozzarella: There's also http://www.ruby-doc.org/stdlib-1.9.3/libdoc/readline/rdoc/Readline.html that's maybe what you were thinking of? That's like a whole library, though, not just a plain old method.
eka has quit [Quit: My computer has gone to sleep. ZZZzzz…]
<DreamingRainne> >> $stdin == STDIN
<eval-in> DreamingRainne => true (https://eval.in/177546)
<zenspider> usually
<godd2> mozzarella: nothing is different except you can redifine $stdin without a warning
<zenspider> you can fuck with $stdin, and reset it back to normal with $stdin = STDIN
sputnik13 has quit [Client Quit]
abuzze has quit [Ping timeout: 250 seconds]
<mozzarella> hmmm, which one should I use then?
<godd2> $stdin is idiomatic
<DreamingRainne> If you're not going to mess with them, then it shouldn't matter.
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdwrage has joined #ruby
iamjarvo has joined #ruby
<DreamingRainne> If I were gonna mess with them, though, I'd probably rather assign to my own var, like "input = $stdin" or whatnot, rather than subvert others' expectations of what $stdin is.
<zenspider> if you're just reading in stdin, don't use either of them
ddv has quit [Ping timeout: 260 seconds]
<DreamingRainne> input = ARGV[1] == '-' ? $stdin : File.new(ARGV[1], "rb")
<DreamingRainne> Stuff like that.
sputnik13 has joined #ruby
<zenspider> DreamingRainne: depends on what you're doing. messing with $std* in tests is pretty normal, for example
<mozzarella> zenspider: what should I use, then?
dc_ has joined #ruby
ephemerian has quit [Quit: Leaving.]
<zenspider> gets is fine as-is
<mozzarella> but the each_line method is convenient
ddv has joined #ruby
<DreamingRainne> Or just read it in a loop, rather than using each_line. while line = gets ...
<eam> I prefer STDIN over $stdin
<eam> is that wrong?
<godd2> and then break if line.match /^q/i or something
jdj_dk has joined #ruby
<DreamingRainne> break if line.strip.empty?
Glyphnote has quit [Read error: No route to host]
tylerkern has joined #ruby
<DreamingRainne> Or whatever it is your program needs.
<zenspider> eam: generally, yes
<eam> $stdin preferred because it can change?
ssvo has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<zenspider> yup.
<eam> oh sorry, I see this was covered in scrollback
sputnik13 has quit [Client Quit]
<zenspider> no worries
<zenspider> we all come in and out fairly arbitrarily
<zenspider> damnit... can we force `and` to rename ?
atraylen has joined #ruby
SilkFox_ has joined #ruby
wjimenez_ has quit [Remote host closed the connection]
wjimenez5271 has joined #ruby
<eam> oh btw, I figured out how to make Fixnum.new work
<eam> >> Fixnum = Object; Fixnum.new
<eval-in> eam => /tmp/execpad-c49855ddcc83/source-c49855ddcc83:2: warning: already initialized constant Fixnum ... (https://eval.in/177547)
* DreamingRainne slow clap.
<zenspider> that's a _great_ idea
ascarter has joined #ruby
mijicd has joined #ruby
<eam> what could go wrong
startupality has quit [Quit: startupality]
<DreamingRainne> Object.new is fun to make one's own private 'nil' to avoid conflicting with any user-supplied values.
SilkFox_ has quit [Ping timeout: 240 seconds]
wjimenez5271 has quit [Ping timeout: 250 seconds]
yetanotherdave has quit [Ping timeout: 240 seconds]
mrommelf has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
maloik has quit [Ping timeout: 272 seconds]
pangur has joined #ruby
nobitanobi has quit [Remote host closed the connection]
maloik has joined #ruby
startupality has joined #ruby
larsam has quit [Read error: Connection reset by peer]
belozi has joined #ruby
startupality has quit [Client Quit]
startupality has joined #ruby
startupality has quit [Client Quit]
Symbiosisz has joined #ruby
parag has quit [Ping timeout: 240 seconds]
basiclaser has quit [Excess Flood]
pangur has quit [Remote host closed the connection]
Symbiosisz has quit [Remote host closed the connection]
basiclaser has joined #ruby
ascarter has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
qwyeth has quit [Quit: Leaving]
alessandro1997 has quit [Ping timeout: 250 seconds]
newUser1_ has joined #ruby
newUser1234 has quit [Ping timeout: 240 seconds]
bmurt has joined #ruby
jdj_dk has quit [Ping timeout: 272 seconds]
<zenspider> hoe-seattlerb version 1.3.3 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/08/hoe-seattlerb-version-1-3-3-has-been-released.html
<zenspider> rubygems-cleanroom version 1.0.0 has been released! | software releases by ryan davis - http://blog.zenspider.com/releases/2014/08/rubygems-cleanroom-version-1-0-0-has-been-released.html
Grantlyk has joined #ruby
starless has quit [Quit: Leaving]
starless has joined #ruby
marr has quit [Ping timeout: 245 seconds]
mrommelf has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arya_ has quit [Ping timeout: 240 seconds]
godd2 has quit [Ping timeout: 240 seconds]
bmurt has quit []
wpp has quit [Quit: ZZZzzz…]
yokel has joined #ruby
chipotle has joined #ruby
<gr33n7007h> Is there a simple webserver to use in ruby to share file across a LAN
awc737 has joined #ruby
<gr33n7007h> like in python you can use python -m SimpleHTTPServer 80
nectarys_ has joined #ruby
<eam> zenspider: that sounds useful
<eam> like why isn't that the default useful
spastorino has quit [Quit: Connection closed for inactivity]
aledovsky has quit [Ping timeout: 244 seconds]
gdd229 has quit [Quit: WeeChat 0.4.2]
aledovsky has joined #ruby
Solnse has joined #ruby
omosoj has quit [Quit: Leaving]
bmurt has joined #ruby
maloik has quit [Ping timeout: 272 seconds]
maloik has joined #ruby
ccooke_ is now known as ccooke
jayunit100 has joined #ruby
nateberkopec has joined #ruby
larsam has joined #ruby
toastynerd has joined #ruby
Spami has quit [Ping timeout: 240 seconds]
freerobby has quit [Quit: Leaving.]
<zenspider> eam: because the rubygems + ruby core team believe otherwise
Cache_Money has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
lw has joined #ruby
havenwood has joined #ruby
philcrissman has joined #ruby
kaspergrubbe_ has joined #ruby
tvw has quit []
fgo has joined #ruby
tvw has joined #ruby
mijicd has quit [Remote host closed the connection]
aspires has joined #ruby
mrommelf has joined #ruby
philcrissman has quit [Ping timeout: 260 seconds]
aspires has quit [Client Quit]
andrewjanssen has quit [Quit: Leaving...]
SCHAAP137 has quit [Remote host closed the connection]
DEA7TH has quit [Remote host closed the connection]
kaspergrubbe_ has quit [Ping timeout: 272 seconds]
nat2610 has joined #ruby
fgo has quit [Ping timeout: 240 seconds]
aspires has joined #ruby
<nat2610> what's a good way to to iterate through each key of a hash cotainining multiple hash / subhash etc…
<Nilium> nat2610: each_key.
<Nilium> Seeing as you said nothing about iterating recursively.
<nat2610> but that's only 1 level
<Nilium> You didn't say anything about iterating recursively.
nectarys_ has quit [Quit: Ex-Chat]
<nat2610> ok recursively then :)
<Nilium> Do each_key recursively.
<DreamingRainne> def recurse( hash, &block ); hash.each{|k,v| if v.kind_of? Hash then recurse(v,&block) else yield key,value end}; end
<DreamingRainne> a = Hash[1=>2]; b = Hash[1=>a]; a[1] = b; recurse(a) # hehe
<gr33n7007h> DreamingRainne, that spits out a SystemStackError: stack level too deep
<DreamingRainne> You actually ran the a/b stuff? :P
<gr33n7007h> no
InfraRuby has left #ruby [#ruby]
<DreamingRainne> Well, then your hash structure is probably nested too deep. Probably recursive somewhere, like my a/b example. (One includes an ancestor somewhere.)
snath has quit [Ping timeout: 245 seconds]
Grantlyk_ has joined #ruby
jdj_dk has joined #ruby
<gr33n7007h> also |k, v| yield key,value just being picky
<gr33n7007h> :p#
<DreamingRainne> Oh. Derp.
<nat2610> Thanks DreamingRainne
bricker`work has quit [Quit: leaving]
<DreamingRainne> But yeah. That's the basic idea. With explicit iterators, it could probably be written iteratively rather than actually-recursively, check for infinite recursion, etc.
Grantlyk has quit [Ping timeout: 244 seconds]
mrommelf has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<nat2610> I was able to get the thing I wasnted done thanks to your example
dbasch has quit [Quit: dbasch]
<DreamingRainne> nat2610: Which, this recursion thing? Or something else?
Panicky has quit [Remote host closed the connection]
bhaus has joined #ruby
peret has joined #ruby
zkay11 has quit [Ping timeout: 250 seconds]
flowerhack has quit [Remote host closed the connection]
kaspergrubbe_ has joined #ruby
zkay11 has joined #ruby
yetanotherdave has joined #ruby
felixjet has quit [Quit: Leaving]
snath has joined #ruby
toastynerd has quit [Remote host closed the connection]
mrommelf has joined #ruby
yetanotherdave has quit [Client Quit]
amystephen has quit [Quit: amystephen]
gregf has quit [Quit: WeeChat 0.4.3]
<bhaus> where can i find installed documentations
InfraRuby has joined #ruby
<shevy> bhaus use ri
Guest37821 has joined #ruby
duncannz has joined #ruby
robustus has quit [Ping timeout: 255 seconds]
<bhaus> shevy: i have installed a new module, i am unaware of its methods
devdazed has quit [Ping timeout: 245 seconds]
<bhaus> home pages is not on rubygems.org
jamesfor_ has joined #ruby
<jhass> use pry, ri and/or rubydoc.info/gems/yourgem
robscormack has quit [Quit: This computer has gone to sleep]
robustus has joined #ruby
britneywright has joined #ruby
devdazed has joined #ruby
jamesfordummies has quit [Ping timeout: 260 seconds]
sdwrage has quit [Quit: This computer has gone to sleep]
Alina-malina has quit [Ping timeout: 240 seconds]
jdj_dk has quit [Ping timeout: 255 seconds]
dpbus has joined #ruby
Cache_Money has quit [Quit: Cache_Money]
nfk has quit [Quit: yawn]
dpbus has quit [Read error: Connection reset by peer]
dpbus_ has joined #ruby
toastynerd has joined #ruby
klaut has quit [Remote host closed the connection]
tectonic has joined #ruby
<shevy> bhaus, then it may depend on the gem. for instance, /Programs/Ruby/Current/lib/ruby/gems/2.1.0/cache/syck-1.0.1/ has a file called README.rdoc
<shevy> bhaus I think you can also generate docu anew if you are in the directory or perhaps pass it as argument
niklasb has quit [Ping timeout: 272 seconds]
<shevy> cd /Programs/Ruby/Current/lib/ruby/gems/2.1.0/cache/syck-1.0.1/; rdoc
<shevy> Generating Darkfish format into /Programs/Ruby/2.1.2/lib/ruby/gems/2.1.0/cache/syck-1.0.1/doc...
<shevy> and now I have a new directory there called doc/
eindoofus has joined #ruby
tjr9898 has joined #ruby
<czaks> sometimes docs for gems are so sparse, that it's best to just read source
<shevy> hehe
<shevy> I dont like rdoc docs anyway
doodlehaus has joined #ruby
<shevy> I usually look at example usage files
toastynerd has quit [Ping timeout: 260 seconds]
amclain has joined #ruby
toastynerd has joined #ruby
amclain has quit [Read error: Connection reset by peer]
<eindoofus> i'm curious, is it standard practice for Devs to always handle the Unit Testing (if there is any) in an organization and for QA to stay away from it?
robscormack has joined #ruby
tjr9898 has quit [Ping timeout: 260 seconds]
coldkey21 has quit [Quit: Leaving]
ziyadb has quit [Quit: Connection closed for inactivity]
tjr9898 has joined #ruby
<nat2610> DreamingRainne: the recusion thing
wjimenez5271 has joined #ruby
toastynerd has quit [Read error: No route to host]
moted has quit []
toastynerd has joined #ruby
MatthewsFace has joined #ruby
mrommelf has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
peret has quit [Disconnected by services]
toastynerd has quit [Remote host closed the connection]
peret has joined #ruby
tylerker_ has joined #ruby
atraylen has quit [Ping timeout: 255 seconds]
tylerkern has quit [Ping timeout: 260 seconds]
brianherman_ has quit [Read error: Connection reset by peer]
Tricon has joined #ruby
xcv has joined #ruby
CaptainJet has joined #ruby
pontiki has joined #ruby
<pontiki> hi
nateberkopec has joined #ruby
jayunit100 has quit [Quit: jayunit100]
Matadoer has quit [Ping timeout: 272 seconds]
tjr9898 has quit [Remote host closed the connection]
saarinen has joined #ruby
bradleyprice has joined #ruby
bradleyprice has quit [Remote host closed the connection]
tjr9898 has joined #ruby
bradleyprice has joined #ruby
abuzze has joined #ruby
gogohome has joined #ruby
xcv has quit [Ping timeout: 250 seconds]
<belozi> hey
nateberkopec has quit [Ping timeout: 240 seconds]
doodlehaus has quit [Remote host closed the connection]
wjimenez5271 has quit [Ping timeout: 255 seconds]
tvw has quit [Ping timeout: 255 seconds]
wjimenez5271 has joined #ruby
bmurt has quit []
wjimenez_ has joined #ruby
bradleyprice has quit [Ping timeout: 255 seconds]
abuzze has quit [Ping timeout: 250 seconds]
bmurt has joined #ruby
wjimenez_ has quit [Read error: Connection reset by peer]
devdazed has quit [Ping timeout: 264 seconds]
wjimenez_ has joined #ruby
AlSquire has quit [Quit: This computer has gone to sleep]
fgo has joined #ruby
devdazed has joined #ruby
jamesfor_ has quit [Remote host closed the connection]
wjimenez5271 has quit [Ping timeout: 240 seconds]
dmitrykorotkov has joined #ruby
jackjackdrpr has quit [Quit: Leaving.]
<eindoofus> what is the typical role of a SDET?
<DreamingRainne> Tank/Healer.
fgo has quit [Ping timeout: 244 seconds]
hellangel7 has joined #ruby
hfp_ has joined #ruby
virtualize has quit [Ping timeout: 250 seconds]
wjimenez_ has quit [Remote host closed the connection]
hfp has quit [Ping timeout: 250 seconds]
wjimenez5271 has joined #ruby
dpbus_ has quit [Quit: Lingo - http://www.lingoirc.com]
dpbus has joined #ruby
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hellangel7 has quit [Remote host closed the connection]
bhaus has quit [Quit: Page closed]
virtualize has joined #ruby
amystephen has joined #ruby
pontiki has quit [Read error: Connection reset by peer]
pontiki has joined #ruby
wjimenez5271 has quit [Ping timeout: 246 seconds]
larsam has quit [Quit: Exit]
comma8 has joined #ruby
jdj_dk has joined #ruby
bmurt has quit []
andrewjanssen has joined #ruby
Grantlyk_ has quit [Remote host closed the connection]
SilkFox_ has joined #ruby
<dopie> DreamingRainne, thats the best answer for a ruby question
jhass is now known as jhass|off
aspires has quit []
SilkFox_ has quit [Ping timeout: 250 seconds]
InfraRuby has left #ruby [#ruby]
bmurt has joined #ruby
charliesome has joined #ruby
totem has joined #ruby
totem has quit [Max SendQ exceeded]
gtc has joined #ruby
gtc has quit [Changing host]
gtc has joined #ruby
gtc has quit [Client Quit]
guest022398239 has joined #ruby
mews has joined #ruby
arya_ has joined #ruby
gtc has joined #ruby
guest022398239 is now known as codebrah
Matadoer has joined #ruby
Hobogrammer has joined #ruby
jdj_dk has quit [Ping timeout: 260 seconds]
charliesome has quit [Quit: Textual IRC Client: www.textualapp.com]
mrommelf has joined #ruby
diegovio1 is now known as diegoviola
yfeldblum has joined #ruby
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
nat2610 has quit [Quit: Leaving.]
Solnse has quit [Remote host closed the connection]
Photism has quit [Quit: Leaving]
mews has quit [Read error: Connection reset by peer]
mews has joined #ruby
larsam has joined #ruby
koderok has joined #ruby
koderok has quit [Client Quit]
SchweetPapa has quit [Ping timeout: 250 seconds]
SchweetPapa has joined #ruby
deric_skibotn has quit [Ping timeout: 240 seconds]
cynosurech has joined #ruby
jmbrown412 has joined #ruby
philcrissman has joined #ruby
TorpedoSkyline has joined #ruby
dpbus has quit [Quit: Lingo - http://www.lingoirc.com]
Bumptious has joined #ruby
Bumptious has quit [Remote host closed the connection]
Bumptious has joined #ruby
jmbrown412 has quit [Ping timeout: 244 seconds]
goodenough has quit [Remote host closed the connection]
amystephen has quit [Quit: amystephen]
robscormack has quit [Quit: Leaving]
Bumptious has quit [Remote host closed the connection]
philcrissman has quit [Ping timeout: 272 seconds]
tylerker_ has quit [Ping timeout: 244 seconds]
nateberkopec has joined #ruby
<cynosurech> hi
<cynosurech> I want to know how to set limechat
tylerkern has joined #ruby
<cynosurech> please help me
<threesixes> cynosurech, youtube it, or ask in an appropriate channel, this is for ruby questions not limechat
<cynosurech> ok, I see
nateberkopec has quit [Ping timeout: 240 seconds]
<threesixes> ##limechat on chat.freenode.net i even looked it up for you ;-)
tylerkern has quit [Client Quit]
lw has quit [Quit: s]
frankle has quit [Quit: Connection closed for inactivity]
<cynosurech> yes i'm in
Peter has joined #ruby
M-Technic has quit [Ping timeout: 250 seconds]
saarinen has quit [Quit: saarinen]
Peter is now known as Guest88902
<threesixes> im detouring from ruby today to learn jquery, seems like a good move, i just knew html/css starting out
M-Technic has joined #ruby
fgo has joined #ruby
belozi1 has joined #ruby
axsuul has quit [Read error: Connection reset by peer]
cocotton has joined #ruby
belozi has quit [Ping timeout: 272 seconds]
axsuul has joined #ruby
belozi1 has left #ruby [#ruby]
braincrash has quit [Quit: bye bye]
fgo has quit [Ping timeout: 244 seconds]
duxins has joined #ruby
niklasb has joined #ruby
vsoftoiletpaper has joined #ruby
braincrash has joined #ruby
andrewjanssen has quit [Quit: Leaving...]
cocotton has quit [Quit: Leaving...]
duxins has quit [Quit: duxins]
InfraRuby has joined #ruby
ghr has joined #ruby
cynosurech has quit []
havenwood has quit []
jdj_dk has joined #ruby
gregf has joined #ruby
ghr has quit [Ping timeout: 272 seconds]
mrommelf has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
TorpedoSkyline has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Xaitec has joined #ruby
Cache_Money has joined #ruby
andrewjanssen has joined #ruby
andrewjanssen has quit [Client Quit]
SilkFox_ has joined #ruby
mrommelf has joined #ruby
nat2610 has joined #ruby
<dopie> hey all
columbo has joined #ruby
columbo has quit [Client Quit]
<dopie> got a st2 question here i for some stupid reason installed something in st2 with the command prompt
<dopie> import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')
jdj_dk has quit [Ping timeout: 260 seconds]
SilkFox_ has quit [Ping timeout: 255 seconds]
<dopie> now everytime i try to do a ctrl-b i get an error
<dopie> [path: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/guspares/.rvm/bin]
<dopie> [Errno 2] No such file or directory
<dopie> [cmd: [u'/guspares/.rvm/rubies/ruby-2.1.2/bin/ruby', u'/home/guspares/Projects/tealeaf-intro/lesson_1/black_jack/test.rb']]
<dopie> [dir: /home/guspares/Projects/tealeaf-intro/lesson_1/black_jack]
<dopie> [path: /usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/guspares/.rvm/bin]
<dopie> [Finished]
sdegutis_ has joined #ruby
<sdegutis_> Is there a simpler way to do `rake default[foo, bar]` without having to say "default" there?
Alina-malina has joined #ruby
Guest88902 has quit [Remote host closed the connection]
<gr33n7007h> dopie, this is ruby
<pontiki> you need to give it some task name
gogohome has quit [Quit: gogohome]
<dopie> gr33n7007h, thanks :)
<pontiki> if you can instead of passing arguments, look for them in the environment, then you can omit the task name
<gr33n7007h> :p
<sdegutis_> pontiki: thanks
sdegutis_ has left #ruby [#ruby]
icebourg has joined #ruby
eyeamaye has joined #ruby
havenwood has joined #ruby
Vivekananda has quit [Read error: Connection reset by peer]
xcv has joined #ruby
icebourg has quit []
icebourg has joined #ruby
nateberkopec has joined #ruby
abuzze has joined #ruby
MatthewsFace has quit [Ping timeout: 240 seconds]
xcv has quit [Ping timeout: 240 seconds]
gr33n7007h has quit [Quit: Leaving]
codebrah has quit [Quit: Computer has gone to sleep.]
gr33n7007h has joined #ruby
alvaro_o has quit [Quit: Ex-Chat]
bmurt has quit []
Xaitec has quit [Quit: Xaitec]
abuzze has quit [Ping timeout: 255 seconds]
eyeamaye has quit [Quit: Leaving.]
parzo has joined #ruby
nateberkopec has quit [Quit: Leaving...]
georgelappies has quit [Remote host closed the connection]
tricon_ has joined #ruby
Asher has joined #ruby
parzo has quit [Ping timeout: 250 seconds]
Tricon has quit [Ping timeout: 240 seconds]
mattmcclure has quit [Quit: Connection closed for inactivity]
gr33n7007h has quit [Remote host closed the connection]
peret has quit [Remote host closed the connection]
sethen has quit [Read error: Connection reset by peer]
iamjarvo has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
sethen has joined #ruby
gr33n7007h has joined #ruby
larsam has quit [Read error: Connection reset by peer]
gr33n7007h has quit [Remote host closed the connection]
Vivekananda has joined #ruby
Takle has joined #ruby
fgo has joined #ruby
eyeamaye has joined #ruby
charliesome has joined #ruby
gr33n7007h has joined #ruby
Pharaoh2 has joined #ruby
Pharaoh2 has quit [Remote host closed the connection]
fgo has quit [Ping timeout: 272 seconds]
Takle has quit [Ping timeout: 260 seconds]
parzo has joined #ruby
icebourg has quit []
charliesome has quit [Client Quit]
lxsameer has joined #ruby
JoshGlzBrk has joined #ruby
voodoofish1 has joined #ruby
parzo has quit [Ping timeout: 260 seconds]
parzo has joined #ruby
voodoofish has quit [Ping timeout: 240 seconds]
saarinen has joined #ruby
ghr has joined #ruby
ferr has joined #ruby
eyeamaye has quit [Quit: Leaving.]
jdj_dk has joined #ruby
parzo has quit [Ping timeout: 246 seconds]
parzo has joined #ruby
diegoviola has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 255 seconds]
niklasb has quit [Ping timeout: 260 seconds]
ferr has quit [Remote host closed the connection]
Sauvin has joined #ruby
CaptainJet has quit []
gwb3 has quit [Read error: Connection reset by peer]
parzo has quit [Ping timeout: 255 seconds]
ferr has joined #ruby
parzo has joined #ruby
SilkFox_ has joined #ruby
<gr33n7007h> how can i generate this in ruby #=> https://gist.github.com/anonymous/6949059606312b56332e
felixjet has joined #ruby
saarinen has quit [Read error: Connection reset by peer]
saarinen has joined #ruby
astav has joined #ruby
<Hanmac> gr33n7007h:
<Hanmac> >> %w(x y z).repeated_permutation(5).size
<eval-in> Hanmac => 243 (https://eval.in/177554)
parzo has quit [Ping timeout: 244 seconds]
parzo has joined #ruby
SilkFox_ has quit [Ping timeout: 246 seconds]
mews has quit [Remote host closed the connection]
<gr33n7007h> Hanmac awesome, didn't think it would be that easy \o>
<Hanmac> hm but for the bytesize i only got 1215 ... hm
<Hanmac> >> d = %w(x y z).repeated_permutation(5).to_a; d.map(&:join).map(&:bytesize).inject(0,:+)
<eval-in> Hanmac => 1215 (https://eval.in/177555)
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
arup_r has joined #ruby
<gr33n7007h> hmmmm... Well it's given the right amount of lines
parzo has quit [Ping timeout: 245 seconds]
zz_anildigital is now known as anildigital
parzo has joined #ruby
<Hanmac> PS: permuation does return an enumerator, so you can simily iterate it while printing your list
<gr33n7007h> 243 * 5 = 1215
<Hanmac> gr33n7007h: about the parameters: " crunch 5 5 xyz" what does the two 5 mean?
<gr33n7007h> Hanmac 5 max_amount_chars 5 min_amount_chars
<Hanmac> oh ok ... currently its only exact 5 chars, but i think i can change that fix
charliesome has joined #ruby
mrommelf has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
astav has quit [Quit: astav]
voodoofish1 has quit [Read error: Connection timed out]
philcrissman has joined #ruby
parzo has quit [Ping timeout: 244 seconds]
jdj_dk has quit [Ping timeout: 272 seconds]
parzo has joined #ruby
<gr33n7007h> that would be awesome if you could
voodoofish has joined #ruby
<Hanmac> >> min,max, s = 5, 5, "xyz"; d = (min..max).flat_map{|n| s.chars.repeated_permutation(n).map(&:join) }; p d.map(&:bytesize).inject(0,:+), d.size
<eval-in> Hanmac => 1215 ... (https://eval.in/177556)
Fezzler has joined #ruby
<gr33n7007h> wounder why crunch is generating 1458 bytes
philcrissman has quit [Ping timeout: 240 seconds]
pontiki has quit [Remote host closed the connection]
parzo has quit [Ping timeout: 240 seconds]
parzo has joined #ruby
nateberkopec has joined #ruby
parzo has quit [Client Quit]
parzo has joined #ruby
kenneth has joined #ruby
newUser1_ has quit [Remote host closed the connection]
bluOxigen has joined #ruby
agarie has joined #ruby
InfraRuby has left #ruby [#ruby]
parzo has quit [Ping timeout: 244 seconds]
mgv has quit [Ping timeout: 260 seconds]
parzo has joined #ruby
Jameser` has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
jmbrown412 has joined #ruby
Jameser has quit [Read error: Connection reset by peer]
mgv has joined #ruby
newUser1234 has joined #ruby
nat2610 has quit [Quit: Leaving.]
vsoftoiletpaper has quit []
bluOxigen has quit [Ping timeout: 244 seconds]
vsoftoiletpaper has joined #ruby
parzo has quit [Ping timeout: 246 seconds]
parzo has joined #ruby
InfraRuby has joined #ruby
saarinen has quit [Quit: saarinen]
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kireevco has joined #ruby
parzo_ has joined #ruby
EvanR_ has quit [Read error: Connection reset by peer]
EvanR_ has joined #ruby
parzo has quit [Ping timeout: 250 seconds]
fgo has joined #ruby
jdj_dk has joined #ruby
kireevco has quit [Ping timeout: 240 seconds]
parzo_ has quit [Ping timeout: 250 seconds]
parzo has joined #ruby
flowerhack has joined #ruby
freerobby has joined #ruby
<Hanmac> gr33n7007h: i fonud the reason ... it does count a line break
fgo has quit [Ping timeout: 245 seconds]
parzo_ has joined #ruby
gr33n7007h has quit [Ping timeout: 250 seconds]
dmitrykorotkov has quit [Quit: Leaving]
parzo has quit [Ping timeout: 244 seconds]
IceDragon has quit [Ping timeout: 260 seconds]
kenneth has joined #ruby
bootstrappm has joined #ruby
<bootstrappm> helloo
sputnik13 has joined #ruby
<bootstrappm> i'm doing 'Date.today == Date.yesterday' in rails console, ruby 2.1.2 and getting true for some reason
<bootstrappm> anybody seen that before?
yfeldblu_ has joined #ruby
<bootstrappm> Date.today gives me the right date, Date.yesterday doesn't give me yesterday
IceDragon has joined #ruby
vsoftoiletpaper has quit []
davedev24_ has quit [Remote host closed the connection]
vsoftoiletpaper has joined #ruby
yfeldblum has quit [Ping timeout: 240 seconds]
davedev24_ has joined #ruby
ghr has joined #ruby
yfeldblum has joined #ruby
gwb3 has joined #ruby
yfeldblu_ has quit [Ping timeout: 245 seconds]
thams has joined #ruby
gwb3 has joined #ruby
gwb3 has quit [Client Quit]
davedev24_ has quit [Ping timeout: 260 seconds]
Fezzler has quit [Quit: Leaving]
<Hanmac> bootstrappm: ruby itself does not have "Date.yesterday" ... so it might be some broken stuff from rails/active support , try #rubyonrails
ghr has quit [Ping timeout: 250 seconds]
<bootstrappm> Hanmac, thanks
parzo_ has quit []
jdj_dk has quit [Ping timeout: 255 seconds]
<havenwood> bootstrappm: time zone, buy yeah, rails' fault :P
mordocai has joined #ruby
gr33n7007h has joined #ruby
<Hanmac> or you are in a time loop and tomorrow is yesterday ;P
jdj_dk has joined #ruby
duncannz has quit [Read error: Connection reset by peer]
Guest37821 has quit [Read error: Connection reset by peer]
<Hanmac> gr33n7007h: it did count the new lines in the bytesize:
<Hanmac> >> min,max, s = 5, 5, "xyz"; d = (min..max).flat_map{|n| s.chars.repeated_permutation(n).map(&:join) }; p d.map{|s|s + "\n"}.join.bytesize, d.size
<eval-in> Hanmac => 1458 ... (https://eval.in/177592)
<havenwood> check the tardis data core
Guest37821 has joined #ruby
duncannz has joined #ruby
<Hanmac> havenwood: one of the best quotes: "something there is very wrong ... lets poke it with a stick" ;P
SilkFox_ has joined #ruby
qq[IrcCity] has joined #ruby
gwb3 has joined #ruby
gwb3 has quit [Client Quit]
mercwithamouth has joined #ruby
<bootstrappm> is the time loop a doctor who reference? I must see more O_O!
SilkFox_ has quit [Ping timeout: 264 seconds]
gwb3 has joined #ruby
gwb3 has quit [Changing host]
gwb3 has joined #ruby
xcv has joined #ruby
vsoftoiletpaper has quit []
gr33n7007h has quit [Quit: jIRCii - http://www.oldschoolirc.com]
agarie has quit [Remote host closed the connection]
abuzze has joined #ruby
eyeamaye has joined #ruby
xcv has quit [Ping timeout: 240 seconds]
kyb3r_ has joined #ruby
icebourg has joined #ruby
gr33n7007h has joined #ruby
absolutezeroff has joined #ruby
sdwrage has joined #ruby
abuzze has quit [Ping timeout: 250 seconds]
freerobby has quit [Quit: Leaving.]
eyeamaye has quit [Quit: Leaving.]
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
kireevco has joined #ruby
mary5030 has joined #ruby
Cache_Money has quit [Ping timeout: 260 seconds]
krz has joined #ruby
nateberkopec has joined #ruby
Matadoer has quit [Remote host closed the connection]
Arkaniad has joined #ruby
toastynerd has joined #ruby
arya_ has quit [Ping timeout: 255 seconds]
w09x has joined #ruby
mostlybadfly has quit [Quit: Connection closed for inactivity]
Cache_Money has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
lkba has quit [Ping timeout: 264 seconds]
guinslym has joined #ruby
Cache_Money has quit [Client Quit]
thams has quit [Quit: thams]
eyeamaye has joined #ruby
kireevco1 has joined #ruby
kireevco1 has quit [Max SendQ exceeded]
arya_ has joined #ruby
kireevco1 has joined #ruby
kireevco has quit [Read error: Connection reset by peer]
anildigital is now known as zz_anildigital
tectonic has quit []
devdazed has quit [Ping timeout: 272 seconds]
arya_ has quit [Ping timeout: 246 seconds]
sdwrage has quit [Quit: This computer has gone to sleep]
tiguser has quit [Ping timeout: 246 seconds]
devdazed has joined #ruby
fgo has joined #ruby
weems|nix has quit [Ping timeout: 272 seconds]
guinslym has quit [Ping timeout: 245 seconds]
nat2610 has joined #ruby
starkhalo has quit [Quit: WeeChat 1.0-rc2]
tiguser has joined #ruby
weems|nix has joined #ruby
weems|nix has quit [Changing host]
weems|nix has joined #ruby
fgo has quit [Ping timeout: 260 seconds]
icebourg has quit []
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
axsuul has quit [Ping timeout: 240 seconds]
sputnik13 has joined #ruby
arya_ has joined #ruby
jmbrown412 has quit [Remote host closed the connection]
tectonic has joined #ruby
moted has joined #ruby
mordocai has quit [Remote host closed the connection]
ghr has joined #ruby
chipotle has quit [Quit: cya]
zorak has quit [Read error: Connection reset by peer]
zz_anildigital is now known as anildigital
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
toastynerd has quit [Remote host closed the connection]
kireevco1 has left #ruby [#ruby]
ghr has quit [Ping timeout: 260 seconds]
SilkFox_ has joined #ruby
philcrissman has joined #ruby
dseitz has joined #ruby
sdwrage has joined #ruby
thams has joined #ruby
lkba has joined #ruby
iamjarvo has joined #ruby
axsuul has joined #ruby
chipotle has joined #ruby
InfraRuby has left #ruby [#ruby]
IceDragon has quit [Ping timeout: 260 seconds]
philcrissman has quit [Ping timeout: 245 seconds]
havenwood has quit []
SilkFox_ has quit [Ping timeout: 260 seconds]
sdwrage has quit [Client Quit]
IceDragon has joined #ruby
jenskarlsen has joined #ruby
Channel6 has quit [Quit: Leaving]
the8thbit|work has quit [Ping timeout: 240 seconds]
yfeldblum has quit [Remote host closed the connection]
yfeldblum has joined #ruby
newUser1234 has quit [Remote host closed the connection]
newUser1234 has joined #ruby
<Hanmac> gr33n7007h: did you get my message about the bytesize?
the8thbit|work has joined #ruby
lw has joined #ruby
jenskarlsen has quit [Client Quit]
<gr33n7007h> Hanmac, something went wrong with my irc client and no I didn't
tectonic has quit []
<Hanmac> gr33n7007h: it did count the new lines in the bytesize:
<Hanmac> >> min,max, s = 5, 5, "xyz"; d = (min..max).flat_map{|n| s.chars.repeated_permutation(n).map(&:join) }; p d.map{|s|s + "\n"}.join.bytesize, d.size
<eval-in> Hanmac => 1458 ... (https://eval.in/177641)
<gr33n7007h> Hanmac, ah new lines
wpp has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
q0 has joined #ruby
<q0> why ruby
<gr33n7007h> Hanmac, so this works for both min and max values?
<Hanmac> gr33n7007h: yes it should see i used the range,
<Hanmac> q0 because, why not?
<q0> what more than a scripting language has to offer
ta has joined #ruby
<q0> like python, perl
<gr33n7007h> Hanmac, Yes, this is perfect for what I need
<gr33n7007h> Hanmac, Thanks buddy :)
MatthewsFace has joined #ruby
oo_ has joined #ruby
<Hanmac> q0 everything that can be done in python or perl can also be done in ruby
anildigital is now known as zz_anildigital
<gr33n7007h> Hanmac, should it be s.chars.to_a.repea.....?
tectonic has joined #ruby
<q0> right. so whats the hype about? remove ruby
<Hanmac> gr33n7007h: depends on the ruby version .... in recent ruby versions chars and each_char are different, each_char does return enumerator, chars does return array
nateberkopec has joined #ruby
<gr33n7007h> Hanmac, ruby 2.1.2is the version
<gr33n7007h> s.chars return enumerator
<gr33n7007h> but will it be ok if I do to_a
robscormack has joined #ruby
InfraRuby has joined #ruby
<robscormack> hi all
<Hanmac> gr33n7007h: huch? hm no that chould not be ,,,
<Hanmac> >> "abc".chars
<eval-in> Hanmac => ["a", "b", "c"] (https://eval.in/177642)
<Hanmac> 19>> "abc".chars
<eval-in> Hanmac => #<Enumerator: "abc":chars> (https://eval.in/177643)
Morkel has joined #ruby
<Hanmac> q0 why? you could also remove python, perl or php, so whats the hype about them?
<gr33n7007h> Hanmac, nm I was using system ruby 1.9.3 apologies
<q0> i ask the same thing. why dont we remove the others and ruby too?
<robscormack> w00t
nateberkopec has quit [Ping timeout: 240 seconds]
arup_r has quit [Ping timeout: 240 seconds]
thams has quit [Quit: thams]
Mattx has quit [Read error: Connection reset by peer]
Mattx has joined #ruby
Mattx has joined #ruby
Mattx has quit [Changing host]
chipotle has quit [Quit: cya]
newUser1234 has quit [Remote host closed the connection]
<Hanmac> q0 yes you can remove all of them and only write in asm if you want .. but i would not recommend that ;P
<robscormack> get an Arduino and stop complaining.
gogohome has joined #ruby
amacou has quit [Remote host closed the connection]
tectonic has quit []
agjacome has joined #ruby
abuzze has joined #ruby
lxsameer has quit [Ping timeout: 245 seconds]
relix has joined #ruby
nat2610 has quit [Quit: Leaving.]
fgo has joined #ruby
zz_anildigital is now known as anildigital
lw has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
decoponio has joined #ruby
tectonic has joined #ruby
tvw has joined #ruby
nat2610 has joined #ruby
fgo has quit [Ping timeout: 250 seconds]
<dopie> anyone here use ST2?
<q0> yes
<dopie> q0 are you an advanced user?
<q0> how advanced is st2
<dopie> i get this error
davedev24_ has quit [Ping timeout: 240 seconds]
<dopie> after i did this
<dopie> import urllib2,os; pf='Package Control.sublime-package'; ipp = sublime.installed_packages_path(); os.makedirs( ipp ) if not os.path.exists(ipp) else None; urllib2.install_opener( urllib2.build_opener( urllib2.ProxyHandler( ))); open( os.path.join( ipp, pf), 'wb' ).write( urllib2.urlopen( 'http://sublime.wbond.net/' +pf.replace( ' ','%20' )).read()); print( 'Please restart Sublime Text to finish installation')
<dopie> in the console
lw has joined #ruby
agjacome_ has joined #ruby
q0 has quit [Remote host closed the connection]
goodenough has joined #ruby
<dopie> running ubuntu 12.04
Morkel has quit [Quit: Morkel]
krz has quit [Ping timeout: 240 seconds]
toastynerd has joined #ruby
agjacome has quit [Ping timeout: 272 seconds]
lanox has joined #ruby
arup_r has joined #ruby
ghr has joined #ruby
toastynerd has quit [Ping timeout: 260 seconds]
yfeldblu_ has joined #ruby
newUser1234 has joined #ruby
ghr has quit [Ping timeout: 250 seconds]
eyeamaye has quit [Quit: Leaving.]
yfeldblum has quit [Ping timeout: 240 seconds]
yfeldblu_ has quit [Ping timeout: 255 seconds]
tectonic has quit []
MatthewsFace has quit [Quit: Leaving]
newUser1234 has quit [Read error: Connection reset by peer]
newUser1_ has joined #ruby
SilkFox_ has joined #ruby
doev has joined #ruby
eindoofus has quit [Ping timeout: 255 seconds]
Sie00 has joined #ruby
SilkFox_ has quit [Ping timeout: 272 seconds]
IceDragon has quit [Ping timeout: 245 seconds]
eindoofus has joined #ruby
hellangel7 has joined #ruby
agjacome_ has quit [Quit: leaving]
mary5030 has quit [Remote host closed the connection]
kaspergrubbe_ has quit [Remote host closed the connection]
Sie00 has quit [Ping timeout: 264 seconds]
IceDragon has joined #ruby
ari-_-e has joined #ruby
IceDragon has quit [Client Quit]
dingus_khan has quit [Remote host closed the connection]
Hanmac has quit [Quit: Leaving.]
dingus_khan has joined #ruby
InfraRuby has left #ruby [#ruby]
wjimenez5271 has joined #ruby
lw has quit [Quit: s]
dingus_khan has quit [Ping timeout: 246 seconds]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
noop has joined #ruby
andrewlio has joined #ruby
nateberkopec has joined #ruby
radic has quit [Ping timeout: 260 seconds]
radic has joined #ruby
noop has quit [Ping timeout: 240 seconds]
noop has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
devdazed has quit [Ping timeout: 244 seconds]
Atttwww has quit [Ping timeout: 260 seconds]
anaeem1 has joined #ruby
davispuh has joined #ruby
devdazed has joined #ruby
timonv_ has joined #ruby
Wolland_ has joined #ruby
chrishough has quit [Ping timeout: 245 seconds]
Wolland has quit [Ping timeout: 255 seconds]
chipotle has joined #ruby
moted has quit []
klaut has joined #ruby
skaflem has joined #ruby
lw has joined #ruby
lw has quit [Max SendQ exceeded]
chipotle has quit [Client Quit]
noop has quit [Ping timeout: 245 seconds]
lw has joined #ruby
fgo has joined #ruby
mews has joined #ruby
noop has joined #ruby
lw has quit [Client Quit]
codecop has joined #ruby
mews has quit [Read error: Connection reset by peer]
w09x has quit [Remote host closed the connection]
anildigital is now known as zz_anildigital
w09x has joined #ruby
nat2610 has quit [Quit: Leaving.]
fgo has quit [Ping timeout: 260 seconds]
MatthewsFace has joined #ruby
zz_anildigital is now known as anildigital
threesixes has quit [Quit: SATAN!!!!!!!!]
mews has joined #ruby
Advocation has joined #ruby
wjimenez5271 has quit [Read error: Connection reset by peer]
gruz0[russia] has joined #ruby
philcrissman has joined #ruby
mews has quit [Read error: Connection reset by peer]
mews has joined #ruby
mews has quit [Client Quit]
devdazed has quit [Ping timeout: 245 seconds]
toastynerd has joined #ruby
wjimenez5271 has joined #ruby
yfeldblum has joined #ruby
bootstrappm has quit [Quit: Leaving]
w09x has quit []
Advocation has quit [Quit: Advocation]
<gogohome> i m too sleepy
philcrissman has quit [Ping timeout: 272 seconds]
devdazed has joined #ruby
toastynerd has quit [Ping timeout: 272 seconds]
mews has joined #ruby
noop has quit [Ping timeout: 244 seconds]
axsuul has quit [Read error: Connection reset by peer]
mews has quit [Read error: Connection reset by peer]
SCHAAP137 has joined #ruby
axsuul has joined #ruby
mews has joined #ruby
wpp has quit []
arya_ has quit [Read error: Connection reset by peer]
SilkFox_ has joined #ruby
tiguser has quit [Ping timeout: 240 seconds]
mews has quit [Client Quit]
wallerdev has quit [Quit: wallerdev]
<gr33n7007h> gogohome, me too Zzzzz......
sputnik13 has joined #ruby
<gogohome> oh, my body is not controlled.
<gr33n7007h> I'm running on remote control somewhere
tiguser has joined #ruby
SilkFox_ has quit [Ping timeout: 240 seconds]
mijicd has joined #ruby
noop has joined #ruby
anaeem1 has quit [Remote host closed the connection]
Advocation has joined #ruby
DreamingRainne has quit [Quit: Dreaming to the sound of rain.]
kyb3r_ has quit [Read error: Connection reset by peer]
jhass|off is now known as jhass
Advocation has quit [Client Quit]
gogohome has quit [Quit: gogohome]
lkba has quit [Ping timeout: 260 seconds]
Akagi201 has quit [Read error: Connection reset by peer]
Akagi201 has joined #ruby
newUser1_ has quit [Remote host closed the connection]
noop has quit [Ping timeout: 260 seconds]
koderok has joined #ruby
koderok has quit [Client Quit]
robbyoconnor has joined #ruby
sevenseacat has joined #ruby
InfraRuby has joined #ruby
jhass is now known as jhass|off
gruz0[russia] has quit [Quit: This computer has gone to sleep]
Sie00 has joined #ruby
basiclaser has quit [Excess Flood]
gruz0[russia] has joined #ruby
basiclaser has joined #ruby
devdazed has quit [Ping timeout: 250 seconds]
jhass|off is now known as jhass
<MatthewsFace> hey guys
<MatthewsFace> is there a good gem for comparing dateS?
nateberkopec has joined #ruby
<MatthewsFace> for example
<MatthewsFace> @end_time=2014-05-19 12:59:03 -0700, @start_time=2014-05-19 12:51:23
devdazed has joined #ruby
<MatthewsFace> I want to know the amount of minutes between those two dates
<apeiros> MatthewsFace: see Time#-
<apeiros> also DateTime#-
<MatthewsFace> really? those two classes who have something for me?
<apeiros> yes. yes.
gogohome has joined #ruby
<MatthewsFace> I'll take a kooky
<MatthewsFace> looky
axsuul has quit [Ping timeout: 245 seconds]
Wolland_ has quit [Remote host closed the connection]
<MatthewsFace> aw
<MatthewsFace> there is a TimeDifference Gem
Wolland has joined #ruby
bewees has quit [Quit: Verlassend]
nateberkopec has quit [Ping timeout: 240 seconds]
<apeiros> IMO overkill if all you want is minutes between A & B
Wolland has quit [Ping timeout: 260 seconds]
<MatthewsFace> I'm flipping lazy
<sevenseacat> we can tell
<MatthewsFace> hahaha
<MatthewsFace> ;)
krisquigley has joined #ruby
<MatthewsFace> its not just those two dates...
<MatthewsFace> they can get a little more complicated -_-
<apeiros> not sure how some dates are more complicated than other dates
<apeiros> but whatever
<MatthewsFace> haha
<MatthewsFace> I guess I deserve that
<MatthewsFace> :D
<apeiros> o0
<MatthewsFace> ;)
wjimenez5271 has quit [Read error: Connection reset by peer]
fgo has joined #ruby
wjimenez5271 has joined #ruby
devdazed has quit [Ping timeout: 255 seconds]
jottr has joined #ruby
wjimenez_ has joined #ruby
<gr33n7007h> >> start_time=DateTime.new(2014, 12, 12, 7, 0, 56); end_time=DateTime.new(2014, 12, 12, 8, 23, 45); init = end_time - start_time; p (init * 24 * 60).to_i
<eval-in> gr33n7007h => uninitialized constant DateTime (NameError) ... (https://eval.in/177662)
fgo has quit [Ping timeout: 240 seconds]
<gr33n7007h> >> require 'datetime'; start_time=DateTime.new(2014, 12, 12, 7, 0, 56); end_time=DateTime.new(2014, 12, 12, 8, 23, 45); init = end_time - start_time; p (init * 24 * 60).to_i
<eval-in> gr33n7007h => cannot load such file -- datetime (LoadError) ... (https://eval.in/177663)
dseitz has quit [Quit: Textual IRC Client: www.textualapp.com]
yfeldblum has quit [Remote host closed the connection]
davispuh has quit [Ping timeout: 240 seconds]
<gr33n7007h> bad eval_in :/
<apeiros> require 'date'
<apeiros> not datetime
wjimenez5271 has quit [Ping timeout: 260 seconds]
sepp2k has joined #ruby
<gr33n7007h> >> require 'date'; start_time=DateTime.new(2014, 12, 12, 7, 0, 56); end_time=DateTime.new(2014, 12, 12, 8, 23, 45); init = end_time - start_time; p (init * 24 * 60).to_i
<eval-in> gr33n7007h => 82 ... (https://eval.in/177664)
kquig has joined #ruby
noop has joined #ruby
yfeldblum has joined #ruby
* gr33n7007h applauds \o/ /o\ \o/ /o\
wjimenez_ has quit [Remote host closed the connection]
timonv_ has quit [Remote host closed the connection]
noop has quit [Client Quit]
amystephen has joined #ruby
Hobogrammer has quit [Ping timeout: 255 seconds]
davispuh has joined #ruby
krisquigley has quit [Ping timeout: 272 seconds]
toastynerd has joined #ruby
gogohome has quit [Quit: gogohome]
Shidash has quit [Ping timeout: 260 seconds]
toastynerd has quit [Read error: Connection reset by peer]
Sie00 has quit [Ping timeout: 260 seconds]
toastynerd has joined #ruby
lxsameer has joined #ruby
toastynerd has quit [Read error: No route to host]
gogohome has joined #ruby
toastynerd has joined #ruby
awc737 has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
codecop has quit [Quit: Išeinu]
newUser1234 has joined #ruby
toastynerd has quit [Ping timeout: 255 seconds]
<MatthewsFace> heh
<MatthewsFace> TimeDifference.between(start_time, end_time).in_minutes
<MatthewsFace> I'm lazy
<MatthewsFace> :o
TieSoul has joined #ruby
newUser1234 has quit [Ping timeout: 240 seconds]
<gr33n7007h> well I suppose thats what gems are for :-D
<apeiros> (end_time-start_time)/60 # wow, so much more work
<apeiros> (end_time-start_time)*24*60 # for dates
goshdarnyou has quit [Quit: Connection closed for inactivity]
<apeiros> but yeah, sure. install gem, read its docs, write more code is less work for the lazy :-p
<sevenseacat> thats probably just what the gem does
<apeiros> likely
<apeiros> there is hope it defines a proper interval class, though
<gr33n7007h> I prefer the long way round :)
SilkFox_ has joined #ruby
anildigital is now known as zz_anildigital
oo_ has quit [Remote host closed the connection]
<apeiros> gr33n7007h: I just find it funny that he claims to be lazy but does much more work than necessary
CorpusCallosum has quit [Remote host closed the connection]
<apeiros> I mean it'd have cost him what, 1 minute, to read the docs of DateTime#- and/or Time#-? so he could have had his solution like 40min ago…
SilkFox_ has quit [Ping timeout: 245 seconds]
<gr33n7007h> apeiros, +1
<gr33n7007h> apeiros, are you swiss?
<apeiros> yes
timonv_ has joined #ruby
spider-mario has joined #ruby
startupality has joined #ruby
<gr33n7007h> Just that your name sounded greek and when googling apeiros came across your blog
<apeiros> the name is greek :)
<apeiros> swiss are born polyglot ;-)
<gr33n7007h> ;)
<MatthewsFace> gre33n
<MatthewsFace> I would love to go the long route
<MatthewsFace> but this presentation is due tuesday
<MatthewsFace> and I'm in vegas :o
<gr33n7007h> MatthewsFace, take the scenic route :)
<MatthewsFace> gotta just make this shit work
<MatthewsFace> lol
<MatthewsFace> So, I'm at DEFCN
<MatthewsFace> DEFCON
<MatthewsFace> and all the ruby hate pisses me off
<MatthewsFace> >.<
mike32 has joined #ruby
<gizmore> ruby.suck! unless cool_languages.have?(:awesome_syntax)
<gr33n7007h> metasploit is written entirely in ruby
<apeiros> I'm curious - what are they hating on?
<apeiros> I mean, is it purely dogmatic hate, or do they have actual arguments?
<wasamasa> guess the former
<wasamasa> it's not C
<wasamasa> it's also not the thing to go for on windows
<gizmore> they shall be happy with C# then :)
<apeiros> well, with dogmatic haters, all I've left is pitty
<apeiros> *pity
<apeiros> dogmatism is a kind of intellectual self-mutilation
<MatthewsFace> iI almost feel like its cool to hate on Ruby for the
marr has joined #ruby
<MatthewsFace> Its mostly the Python guys
<MatthewsFace> They never had any reason
<apeiros> same category then :)
<wasamasa> MatthewsFace: they had actually
dingus_khan has joined #ruby
<MatthewsFace> lots of cheap shots
<wasamasa> just compare rails to django
<MatthewsFace> "at least its not ruby"
<MatthewsFace> kinda b
<MatthewsFace> bs*
<MatthewsFace> but yeah exactly, metasploit, the tool of their choice is written in fucking ruby
<wasamasa> the fact that ruby is slower than python
maroloccio has joined #ruby
<wasamasa> that there's more hype and therefore, more marketing than delivered promises
<wasamasa> the entire magic thing they eschew
<wasamasa> "minor" releases breaking backwards compatibility
<apeiros> wasamasa: you've used rails and django and consider django to be better? (I haven't used django, so I can't judge - pure curiosity)
<wasamasa> which is thankfully over now
startupality has quit [Quit: startupality]
<wasamasa> apeiros: well, I've only used flask, I'm using rails at work now
<wasamasa> apeiros: and debugging errors is a pain
<wasamasa> something feels deeply wrong with activerecord
<wasamasa> must be the create_and_find_by_name_and_color
<apeiros> ORMs are leaky abstractions. I don't think I've ever seen one which isn't flawed at some point.
<wasamasa> django's orm looks more like my thing
<gr33n7007h> what make interpreted languages slow/fast the interpreters?
starless has quit [Quit: Leaving]
dingus_khan has quit [Ping timeout: 272 seconds]
<wasamasa> the objects?
<apeiros> objects isn't a property of "interpreted language"
<wasamasa> also, garbage collection can be a problem
<apeiros> that said, "interpreted" isn't a property of a language either
<wasamasa> deep down, they're all interpreted by something
snath has quit [Ping timeout: 245 seconds]
<wasamasa> which is why I find it a pretty silly thing to get hung up on
<apeiros> gr33n7007h: proper question: "what makes an interpreter slow?", or: "why is compiled code faster than interpreted code?" - which one do you want to have answered?
<gr33n7007h> apeiros, the former
<apeiros> gr33n7007h: it is an additional layer between the machine which executes the code and the executed code
<wasamasa> gr33n7007h: not all interpreters are slow, some cheat and secretly compile to c and execute it
<apeiros> gr33n7007h: same as talking to somebody through a translator will be slower than talking in his native language
<apeiros> gr33n7007h: additionally, an interpreter often will perform much less optimization than a compiler
<gr33n7007h> so why is python faster then ruby?
nateberkopec has joined #ruby
<wasamasa> too many factors to answer that in a simple manner
jottr has quit [Ping timeout: 260 seconds]
<MatthewsFace> haha
<MatthewsFace> I'm curious
<apeiros> gr33n7007h: improper question again. performance is not a language property.
<wasamasa> I've seen a talk about scheme implementation techniques and it made my head explode
<apeiros> gr33n7007h: see jruby vs. mri - same language, different performance
<wasamasa> don't want to see the equivalent for more accepted languages
<wasamasa> but it explains some of the ways to go at it which was pretty cool
<gr33n7007h> duly down to curiosity as there both written in C
<wasamasa> gr33n7007h: that doesn't say anything
<apeiros> but lets assume you asked MRI vs. whatever the common python runtime is
<wasamasa> cpython
<wasamasa> not to be confused with cython
davispuh has quit [Ping timeout: 245 seconds]
<gr33n7007h> ok i'm listening
<wasamasa> want these slides I'm speaking of?
<wasamasa> or do you want to search on your own for something more appropriate than them :P
<gr33n7007h> anyway ruby all the way in my eyes
davispuh has joined #ruby
<apeiros> can be a variety of reasons. I don't know whether any of them is true, though: the language being easier to map to what the machine is capable; the interpreter generally being better implemented; less overhead in the object system…
<apeiros> it's always a question of tradeoffs
nateberkopec has quit [Ping timeout: 240 seconds]
<wasamasa> one of the things these slides mention are bytecode interpreters
<wasamasa> which are becoming popular as they're fast enough and not too hard to implement
<wasamasa> both python and ruby use them :P
Photism has joined #ruby
CorpusCallosum has joined #ruby
maroloccio has quit [Quit: WeeChat 0.4.3]
<apeiros> gr33n7007h: if you want performance in an interpreted language, use javascript: http://benchmarksgame.alioth.debian.org/u64/benchmark.php?test=all&lang=v8&lang2=python3&data=u64
<apeiros> it absolutely kills both, ruby and python :)
<wasamasa> it also mentions what tricks the JS runtimes use these days
sevenseacat has quit [Ping timeout: 240 seconds]
<apeiros> JS would be an example of: relatively simple language, which is much easier to optimize
sevenseacat has joined #ruby
<apeiros> don't get me wrong - the optimization achievements of the JS interpreter implementors are huge IMO, and I doubt it's "easy". but comparably easier than for ruby.
<wasamasa> like flow analysis for JIT compiling for hot loops
<wasamasa> which is pretty hard to get right, but apparently yields good results
<gr33n7007h> apeiros, indeed it is, so nodejs must be lightning fast
philcrissman has joined #ruby
<apeiros> gr33n7007h: microbenchmarks don't reflect reality all that well
kaspergrubbe_ has joined #ruby
<wasamasa> ^
fgo has joined #ruby
<apeiros> language A might be ~3x faster than language B. so in an O(n^3) complexity microbenchmark, it's 27x as fast. but in your real world application, it might be the difference between a request served within 3ms vs. 5ms
<gr33n7007h> apeiros, true
<gr33n7007h> how can any language compare to the sexiness of ruby syntax
EatMulti has joined #ruby
<gr33n7007h> it can't
<wasamasa> less syntax
<wasamasa> break down to the least amount of syntax
<apeiros> I think there is room for improvement
<wasamasa> get rid of any ambiguities in the process
<apeiros> but wrt syntax, ruby does indeed quite well
<wasamasa> and make metaprogramming less hacky
<apeiros> I do have a rather long wishlist for ruby :)
philcrissman has quit [Ping timeout: 240 seconds]
<gr33n7007h> apeiros, care to elaborate?
fgo has quit [Ping timeout: 240 seconds]
thaum has joined #ruby
<gr33n7007h> one thing I would to disregard in ruby is {} for blocks
<wasamasa> just use do end
<gr33n7007h> wasamasa, i do
EatMulti has quit [Client Quit]
jottr has joined #ruby
MatthewsFace has quit [Quit: This computer has gone to sleep]
<jhass> so you chain on end or you just never chain?
<gr33n7007h> yep I chain on end
<wasamasa> oh, chaining
<wasamasa> forgot about that
<apeiros> gr33n7007h: not really, no
<jhass> ^
<gr33n7007h> {} is for hash }.join or end.join ?
<jhass> }.join
<apeiros> ^
<gr33n7007h> hmmm....
<apeiros> reason why I subscribe to "{} for return value, do/end for side-effect"
<apeiros> that said, I largely stopped chaining on multiline blocks anyway. lvars for clarity and win.
<gr33n7007h> well I think that's a matter of personal preference but apeiros I know where your coming from
<gr33n7007h> brb
newUser1234 has joined #ruby
tvw has quit []
InfraRuby has left #ruby [#ruby]
toastynerd has joined #ruby
newUser1234 has quit [Ping timeout: 250 seconds]
jottr has quit [Ping timeout: 245 seconds]
<gr33n7007h> Is there any insight of ruby making it's way into embedded systems?
St_Marx has quit [Ping timeout: 264 seconds]
redpen has joined #ruby
toastynerd has quit [Ping timeout: 250 seconds]
<redpen> hello, all. what are the jeg libraries? google is not being very helpful
kaspergrubbe_ has quit [Remote host closed the connection]
<redpen> *jpeg
<wasamasa> gr33n7007h: mruby?
mijicd has quit [Remote host closed the connection]
<gr33n7007h> redpen, use your google-fu
<sevenseacat> google is hard
ltd has quit [Ping timeout: 250 seconds]
<redpen> i am finding some stuff on devkit but it is out of date
<gr33n7007h> sevenseacat, not as hard as chuck norris
<sevenseacat> true
<redpen> you can just tell me that you dont know
<sevenseacat> you can just admit you didnt even google
<jhass> redpen: still not sure what's the question
<redpen> hah, been on google, and you know it can b a piece of garbage
<sevenseacat> no, its not
bhaak has left #ruby ["ERC Version 5.3 (IRC client for Emacs)"]
<wasamasa> uh, yeah, sure
bhaak has joined #ruby
<redpen> i am looking for ways to get rgba data from jpeg, but its dct
<redpen> the gems i am finding require installation of other libraries
<sevenseacat> makes sense
<wasamasa> makes sense
<sevenseacat> why would they reinvent the wheel
<wasamasa> they're rubyists after all
<wasamasa> better create bindings for perfectly fine C libraries
cibs has quit [Remote host closed the connection]
frogssgy has joined #ruby
<wasamasa> which are plenty fast and have the features you need
<redpen> can you tell me why its a disease to have jpeg support in a standard ruby release?
cibs has joined #ruby
kaspergrubbe_ has joined #ruby
<wasamasa> I'm not sure you understand the meaning of the word "disease"
<wasamasa> I'm not sure whether you want to get help either
<redpen> hey dont get defensive
kaspergrubbe_ has quit [Remote host closed the connection]
<redpen> its a very legitimate concern
<sevenseacat> wasamasa: indeed
<bhaak> jpeg support might be harder to implement than you think
gruz0[russia] has quit [Quit: This computer has gone to sleep]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
SilkFox_ has joined #ruby
<redpen> ruby is supposed to be the real sharp g, come on
<wasamasa> nope
<apeiros> redpen: ruby doesn't have image support (not just jpeg) in core/stdlib. that's why there's libraries. you got pointed to a library.
<apeiros> redpen: so what's your problem?
<redpen> any tips for doing the extensions?
<apeiros> gem install jpeg
<redpen> and should i submit it to ruby committe while im at it?
ltd has joined #ruby
frosgy has quit [Ping timeout: 240 seconds]
<wasamasa> apeiros: looks like he wants to *have*, not solve problems
<apeiros> you don't need to submit anything to any committee if you write a gem.
<apeiros> that is, if you indeed choose to write a gem instead of using an existing.
<apeiros> wasamasa: tbh, he sounds like a troll. still assessing, though.
<redpen> its a lot of extra work, i just picked up opengl gem with one line
<wasamasa> apeiros: that's what these folks, do, yes
<redpen> shouldnt it be that easy?
<redpen> libjpeg, just gives you a a boolean
<apeiros> ?
<sevenseacat> what is this i dont even
<redpen> nothing about the color data
<wasamasa> redpen: your assumptions, they're invalid
<wasamasa> redpen: therefore we can't answer your questions
<redpen> jpeg.color_info # => :rgb or :gray
gogohome has quit [Quit: gogohome]
<sevenseacat> seems legit
<sevenseacat> what were you expecting?
SilkFox_ has quit [Ping timeout: 272 seconds]
<redpen> i am sorry is that returning an attribute? i am looking for color buffer
asdasdasdasss has joined #ruby
<apeiros> might be that 'jpeg' gem is insufficient for what you want to do
<sevenseacat> youre not very good at articulating things
<redpen> heh, i believe that is what i asked for : )
<apeiros> 12:24 redpen: i am looking for ways to get rgba data from jpeg, but its dct
<bhaak> rmagick has each_pixel but i'm always hesitant to recommend rmagick
<sevenseacat> thats vague as hell
<apeiros> you want e.g. rgb values for each pixel? i.e. 0-255 for each color?
<redpen> yes, it returns pixel objects, that is fine but it will take a long time
<redpen> oh man can this be freenode?
<sevenseacat> we're trying to help you
<apeiros> redpen: you get treated the way you act.
<redpen> oh i sorry? this is weird
<redpen> never seen much help on freenode, thank you!
<sevenseacat> ....wtf
<redpen> can you suggest an extension guide?
<apeiros> README.EXT
mike32 has quit [Ping timeout: 240 seconds]
<sevenseacat> i dont get whats going on here at all, so i am going to step away from the conversation.
<apeiros> also pickaxe, the freely available version. some things might be out of date, though.
<apeiros> sevenseacat: I might follow you suit
<redpen> there is no readme.ex
<redpen> t
<redpen> im sorry you are struggling
<apeiros> there is
<redpen> thanks
<apeiros> re: get treated how you act - "there is no" -> bad. "where is it?" -> much better
thomasxie has joined #ruby
<redpen> weird, you would think it would be easier to get to the buffer data. thanks
MatthewsFace has joined #ruby
dingus_khan has joined #ruby
<bhaak> you said so yourself, jpeg has dct, there is no "buffer data" unless you compute it first.
davedev24_ has joined #ruby
cantonic has joined #ruby
nfk has joined #ruby
eka has joined #ruby
startupality has joined #ruby
<bhaak> if you don't mind the extra step you can convert jpegs to pngs with an external tool and then use chunky_png
nfk has quit [Client Quit]
nfk has joined #ruby
narendraj9 has joined #ruby
dingus_khan has quit [Ping timeout: 264 seconds]
<redpen> i am aware of chunk_png
<redpen> you would think its just as complex as jpeg
<wasamasa> .
<wasamasa> your assumptions are invalid
mozzarella has quit [Quit: WeeChat 0.4.3]
<wasamasa> match them to reality
<redpen> yeah what the hell is a .png any how?
nemesit|znc has quit [Ping timeout: 246 seconds]
olivier_bK has joined #ruby
kirun has joined #ruby
nemesit|znc has joined #ruby
mozzarella has joined #ruby
mozzarella has quit [Changing host]
mozzarella has joined #ruby
OrkzRule has joined #ruby
nateberkopec has joined #ruby
fgo has joined #ruby
MatthewsFace has quit [Quit: This computer has gone to sleep]
mr-foobar has joined #ruby
xcv has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
redpen has quit [Ping timeout: 246 seconds]
<shevy> it was the attempt to kill .gif files
phoo1234567 has joined #ruby
<apeiros> he's gone
<shevy> :(
startupality has quit [Quit: startupality]
xcv has quit [Ping timeout: 272 seconds]
thomasxie has quit [Remote host closed the connection]
bMalum__ has quit [Quit: Computer has gone to sleep.]
doev has quit [Ping timeout: 240 seconds]
bMalum__ has joined #ruby
mr-fooba_ has joined #ruby
AlSquire has joined #ruby
mr-foobar has quit [Read error: Connection reset by peer]
Arkaniad has quit [Ping timeout: 264 seconds]
Morkel has joined #ruby
hellangel7 has quit [Quit: Leaving]
bMalum__ has quit [Ping timeout: 264 seconds]
amacou has joined #ruby
newUser1234 has joined #ruby
bMalum__ has joined #ruby
asdasdasdasss has quit [Quit: Computer has gone to sleep.]
cantonic has quit [Quit: cantonic]
newUser1234 has quit [Ping timeout: 245 seconds]
asdasdasdasss has joined #ruby
toastynerd has joined #ruby
binw has joined #ruby
asdasdasdasss has quit [Ping timeout: 246 seconds]
fgo_ has joined #ruby
mostlybadfly has joined #ruby
foogoos has joined #ruby
fgo has quit [Ping timeout: 240 seconds]
Morkel has quit [Quit: Morkel]
toastynerd has quit [Ping timeout: 260 seconds]
devdazed has joined #ruby
nateberkopec has joined #ruby
pandaant has joined #ruby
danijoo has quit [Read error: Connection reset by peer]
fgo_ is now known as fgo
danijoo has joined #ruby
InfraRuby has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
lkba has joined #ruby
amacou has quit [Remote host closed the connection]
SilkFox_ has joined #ruby
startupality has joined #ruby
bMalum__ has quit [Remote host closed the connection]
SilkFox_ has quit [Ping timeout: 250 seconds]
kotk has joined #ruby
bMalum_ has joined #ruby
doev has joined #ruby
dingus_khan has joined #ruby
hellangel7 has joined #ruby
hellangel7 has quit [Read error: Connection reset by peer]
namzyewc_home has joined #ruby
namzyewc_home has left #ruby [#ruby]
timonv_ has quit [Remote host closed the connection]
asdasdasdasss has joined #ruby
nemesit|znc has quit [Ping timeout: 260 seconds]
dingus_khan has quit [Ping timeout: 255 seconds]
duncannz has quit [Ping timeout: 264 seconds]
Guest37821 has quit [Ping timeout: 272 seconds]
nemesit|znc has joined #ruby
bluOxigen has joined #ruby
klaut has quit [Remote host closed the connection]
klaut has joined #ruby
bMalum_ has quit [Quit: Computer has gone to sleep.]
bMalum_ has joined #ruby
fgo has quit [Remote host closed the connection]
philcrissman has joined #ruby
bMalum__ has joined #ruby
klaut has quit [Ping timeout: 240 seconds]
bMalum_ has quit [Ping timeout: 240 seconds]
philcrissman has quit [Ping timeout: 240 seconds]
comma8 has quit [Ping timeout: 260 seconds]
doev has quit [Ping timeout: 250 seconds]
newUser1234 has joined #ruby
Akagi201 has quit [Read error: Connection reset by peer]
Akagi201 has joined #ruby
relix_ has joined #ruby
newUser1234 has quit [Ping timeout: 245 seconds]
Sie00 has joined #ruby
relix has quit [Ping timeout: 245 seconds]
Jackneill has joined #ruby
SchweetPapa has quit [Ping timeout: 250 seconds]
CorpusCallosum has quit [Remote host closed the connection]
startupality has quit [Quit: startupality]
Pharaoh2 has joined #ruby
comma8 has joined #ruby
toastynerd has joined #ruby
foogoos has quit [Quit: Leaving.]
bMalum__ has quit [Quit: Computer has gone to sleep.]
ghr has joined #ruby
bMalum__ has joined #ruby
roshanavand has joined #ruby
foogoos has joined #ruby
timonv_ has joined #ruby
thomasxie has joined #ruby
foogoos has left #ruby [#ruby]
toastynerd has quit [Ping timeout: 250 seconds]
foogoos has joined #ruby
kquig has quit [Remote host closed the connection]
bMalum__ has quit [Ping timeout: 240 seconds]
ferr has quit [Remote host closed the connection]
ghr has quit [Ping timeout: 250 seconds]
Sie00 has quit [Remote host closed the connection]
codecop has joined #ruby
nateberkopec has joined #ruby
timonv_ has quit [Ping timeout: 240 seconds]
comma8 has quit [Ping timeout: 260 seconds]
lxsameer has quit [Remote host closed the connection]
asmodlol has joined #ruby
gdd229 has joined #ruby
nateberkopec has quit [Ping timeout: 240 seconds]
startupality has joined #ruby
InfraRuby has left #ruby [#ruby]
jxf has joined #ruby
CorpusCallosum has joined #ruby
lxsameer has joined #ruby
lxsameer has quit [Changing host]
lxsameer has joined #ruby
SilkFox_ has joined #ruby
gdd229 has quit [Quit: WeeChat 0.4.2]
DEA7TH has joined #ruby
DEA7TH has joined #ruby
fgo has joined #ruby
foogoos has quit [Quit: Leaving.]
SilkFox_ has quit [Ping timeout: 240 seconds]
InfraRuby has joined #ruby
tarcwynne has joined #ruby
bluOxigen has quit []
Neomex has joined #ruby
krz has joined #ruby
fgo has quit [Ping timeout: 272 seconds]
krisquigley has joined #ruby
mike32 has joined #ruby
xcv has joined #ruby
comma8 has joined #ruby
snath has joined #ruby
snath has quit [Read error: Connection reset by peer]
snath has joined #ruby
fgo has joined #ruby
koderok has joined #ruby
Wapitidou has joined #ruby
koderok has quit [Client Quit]
xcv has quit [Ping timeout: 255 seconds]
sevenseacat has quit [Quit: Leaving.]
<shevy> dumdedum
jds has joined #ruby
jxf has quit [Ping timeout: 246 seconds]
jottr has joined #ruby
devdazed has quit [Ping timeout: 240 seconds]
newUser1234 has joined #ruby
zz_anildigital is now known as anildigital
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby
GinoMan_ has quit [Remote host closed the connection]
devdazed has joined #ruby
newUser1234 has quit [Ping timeout: 246 seconds]
jdj_dk has quit [Remote host closed the connection]
haasn has quit [Ping timeout: 264 seconds]
anaeem1 has joined #ruby
mr-fooba_ has quit [Quit: Leaving...]
moshef has joined #ruby
haasn has joined #ruby
binw has quit [Read error: Connection reset by peer]
georgelappies has joined #ruby
toastynerd has joined #ruby
nateberkopec has joined #ruby
Sie00 has joined #ruby
ghr has joined #ruby
binw has joined #ruby
Ilyas has joined #ruby
thams has joined #ruby
toastynerd has quit [Ping timeout: 250 seconds]
Hanmac has joined #ruby
frankle has joined #ruby
ghr has quit [Ping timeout: 272 seconds]
amacou has joined #ruby
n1lo has quit [Quit: Leaving]
Takle has joined #ruby
Cereal` has joined #ruby
moshef has quit [Quit: moshef]
jonahR has joined #ruby
SilkFox_ has joined #ruby
kr1shnak has joined #ruby
elaptics`away is now known as elaptics
jottr has quit [Ping timeout: 255 seconds]
felipecvo has joined #ruby
Cereal` has quit [Ping timeout: 240 seconds]
spastorino has joined #ruby
peret has joined #ruby
SilkFox_ has quit [Ping timeout: 272 seconds]
krisquigley has quit [Remote host closed the connection]
krisquigley has joined #ruby
philcrissman has joined #ruby
krisquigley has quit [Remote host closed the connection]
dingus_khan has joined #ruby
thaum has quit [Quit: Leaving]
gruz0[russia] has joined #ruby
alexju has quit [Remote host closed the connection]
apeiros has quit [Remote host closed the connection]
philcrissman has quit [Ping timeout: 250 seconds]
alexju has joined #ruby
apeiros has joined #ruby
startupality_ has joined #ruby
Hanmac has quit [Ping timeout: 245 seconds]
gruz0[russia] has quit [Client Quit]
startupality has quit [Ping timeout: 240 seconds]
startupality_ is now known as startupality
dingus_khan has quit [Ping timeout: 244 seconds]
end_guy has quit [Remote host closed the connection]
end_guy has joined #ruby
alexju has quit [Ping timeout: 246 seconds]
apeiros has quit [Ping timeout: 250 seconds]
anaeem1 has quit [Remote host closed the connection]
newUser1234 has joined #ruby
davedev2_ has joined #ruby
chihhsin_cloud has joined #ruby
jokke has joined #ruby
davedev24_ has quit [Ping timeout: 272 seconds]
newUser1234 has quit [Ping timeout: 250 seconds]
klaut has joined #ruby
Akagi201_ has joined #ruby
anaeem1_ has joined #ruby
wpp has joined #ruby
<lxsameer> hey guys is there any solution to force ruby to bind to a special IP when trying to connect to a remote host ?
Hanmac has joined #ruby
Akagi201 has quit [Read error: Connection reset by peer]
<jhass> TCPSocket::new takes local_host as third param and local_port as fourth
Neomex has quit [Quit: Leaving]
<lxsameer> jhass: un fortunately I don't have access to the code directly. I hoped to find a solution like Environment variables or something like that
<jhass> I can't imagine that would exist
timonv_ has joined #ruby
<jhass> but ruby is very open, you do have access to the code
<Hanmac> and if not you can still monkey-patch it
<lxsameer> jhass: yeah I think i can
anaeem1_ has quit [Ping timeout: 264 seconds]
thams has quit [Quit: thams]
lxsameer has quit [Quit: Leaving]
TorpedoSkyline has joined #ruby
timonv_ has quit [Ping timeout: 250 seconds]
apeiros has joined #ruby
iamjarvo has quit [Quit: Textual IRC Client: www.textualapp.com]
xcv has joined #ruby
sambao21 has joined #ruby
St_Marx has joined #ruby
TorpedoSkyline has quit [Client Quit]
devdazed has quit [Ping timeout: 245 seconds]
InhalingPixels has joined #ruby
toastynerd has joined #ruby
SchweetPapa has joined #ruby
sambao21 has quit [Ping timeout: 246 seconds]
devdazed has joined #ruby
TorpedoSkyline has joined #ruby
ghr has joined #ruby
toastynerd has quit [Ping timeout: 240 seconds]
coellobranco has joined #ruby
startupality has quit [Quit: startupality]
cpruitt has joined #ruby
ghr has quit [Ping timeout: 246 seconds]
startupality has joined #ruby
apeiros has quit [Remote host closed the connection]
TorpedoSkyline has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
sdwrage has joined #ruby
Sie00 has quit [Ping timeout: 255 seconds]
gdd229 has joined #ruby
arup_r has quit [Ping timeout: 260 seconds]
eka has quit [Quit: Textual IRC Client: www.textualapp.com]
SilkFox_ has joined #ruby
thams has joined #ruby
gdd229 has quit [Quit: WeeChat 0.4.2]
Channel6 has joined #ruby
freerobby has joined #ruby
mercwithamouth has quit [Ping timeout: 272 seconds]
tylerkern has joined #ruby
SilkFox_ has quit [Ping timeout: 260 seconds]
jimms has joined #ruby
MOOTIE__ has joined #ruby
thams has quit [Quit: thams]
MOOTIE_ has quit [Ping timeout: 240 seconds]
nateberkopec has quit [Quit: Leaving...]
dingus_khan has joined #ruby
sdwrage has quit [Quit: Leaving]
krisquigley has joined #ruby
newUser1234 has joined #ruby
hellangel7 has joined #ruby
asdasdasdasss has quit [Quit: Computer has gone to sleep.]
nateberkopec has joined #ruby
dingus_khan has quit [Ping timeout: 260 seconds]
asdasdasdasss has joined #ruby
krisquigley has quit [Ping timeout: 260 seconds]
ChrisHein_ has quit [Remote host closed the connection]
thomasxie has quit [Remote host closed the connection]
newUser1234 has quit [Ping timeout: 255 seconds]
thomasxie has joined #ruby
davedev24_ has joined #ruby
asdasdasdasss has quit [Ping timeout: 260 seconds]
nateberkopec has quit [Quit: Leaving...]
cashnguns has joined #ruby
dc_ has quit [Remote host closed the connection]
shredding has joined #ruby
Petru has joined #ruby
krisquigley has joined #ruby
asdasdasdasss has joined #ruby
arup_r has joined #ruby
peret has quit []
shredding has quit [Client Quit]
InfraRuby has left #ruby [#ruby]
davedev2_ has quit [Ping timeout: 260 seconds]
klaut has quit [Remote host closed the connection]
klaut has joined #ruby
sputnik13 has joined #ruby
codebrah has joined #ruby
tylerkern has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
shredding has joined #ruby
AlSquire has quit [Quit: This computer has gone to sleep]
PeterBoy has joined #ruby
klaut has quit [Ping timeout: 272 seconds]
tylerkern has joined #ruby
amacou has quit [Ping timeout: 250 seconds]
M-Technic has quit [Ping timeout: 246 seconds]
tylerkern has quit [Client Quit]
tylerkern has joined #ruby
M-Technic has joined #ruby
jmbrown412 has joined #ruby
hakunin_ has quit [Remote host closed the connection]
tylerkern has quit [Client Quit]
hakunin has joined #ruby
dc_ has joined #ruby
krisquigley has quit [Remote host closed the connection]
krisquigley has joined #ruby
nateberkopec has joined #ruby
Alina-malina has quit [Quit: https://twitter.com/AleenaMaleena]
shredding has quit [Quit: shredding]
benzrf|offline is now known as benzrf
hakunin has quit [Ping timeout: 240 seconds]
shredding has joined #ruby
startupality has quit [Quit: startupality]
kquig has joined #ruby
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
arya_ has joined #ruby
dc_ has quit [Remote host closed the connection]
lanox has quit []
dietcoke has joined #ruby
axsuul has joined #ruby
toastynerd has joined #ruby
<dietcoke> hello all, i am trying to install the jpeg wrapper gem, but fails to find a jpeg header. i have compiled libjpeg elsewhere. how can i inform the gem process of the libs and headers
krisquigley has quit [Ping timeout: 244 seconds]
Alina-malina has joined #ruby
<benzrf> dietcoke: did you install the dev version
PeterBoy has quit [Remote host closed the connection]
<dietcoke> of libjpeg? no
<dietcoke> let me get it...
Sie00 has joined #ruby
asdasdasdasss has quit [Quit: Computer has gone to sleep.]
<dietcoke> benzrf: ok what else
charliesome has joined #ruby
InfraRuby has joined #ruby
bMalum__ has joined #ruby
asdasdasdasss has joined #ruby
zarul has joined #ruby
ghr has joined #ruby
toastynerd has quit [Ping timeout: 246 seconds]
devdazed has quit [Ping timeout: 255 seconds]
kquig has quit [Read error: Connection reset by peer]
mongag has joined #ruby
asdasdasdasss has quit [Read error: No route to host]
asdasdasdasss has joined #ruby
kr1shnak has quit [Quit: bye bye]
<benzrf> thats it
<benzrf> the headers come w/ the dev version
devdazed has joined #ruby
<dietcoke> im in windows
<Hanmac> dietcoke: ps: next time say it before on which OS you are, that might help us to specifiy the solution
<benzrf> dietcoke: ick
jmbrown412 has quit [Remote host closed the connection]
<jhass> or help us to hide better
RandyT has quit [Ping timeout: 272 seconds]
ghr has quit [Ping timeout: 255 seconds]
jmbrown412 has joined #ruby
<dietcoke> so gem looks in gcc paths?
<dietcoke> when im in linux
shredding has quit [Quit: shredding]
<dietcoke> where the hell are these guides?
<dietcoke> damn
asdasdasdasss has quit [Ping timeout: 246 seconds]
<shevy> dietcoke in japanese
jonathan_alban has joined #ruby
tarcwynne has quit [Quit: Leaving.]
<shevy> on windows things tend to become much harder than on linux
<dietcoke> i see, say im in linux, and i have google translate
philcrissman has joined #ruby
<shevy> oh there is a newer one
timonv_ has joined #ruby
sputnik13 has joined #ruby
jarto has joined #ruby
jmbrown412 has quit [Ping timeout: 246 seconds]
stef_204 has joined #ruby
jarto has quit [Read error: Connection reset by peer]
<dietcoke> do u haz teh docs
timonv_ has quit [Remote host closed the connection]
timonv_ has joined #ruby
xaxisx has joined #ruby
danijoo has quit [Read error: Connection reset by peer]
xaxisx has quit [Client Quit]
danijoo has joined #ruby
xaxisx has joined #ruby
<shevy> it is not my software
philcrissman has quit [Ping timeout: 255 seconds]
benzrf is now known as benzrf|offline
codebrah has quit [Quit: Computer has gone to sleep.]
mongag has quit [Quit: This computer has gone to sleep]
benzrf|offline is now known as benzrf
SilkFox_ has joined #ruby
<shevy> -
<shevy> gem install jpeg
<shevy> Fetching: jpeg-0.5.0.gem (100%)
<shevy> Successfully installed jpeg-0.5.0
<shevy> Building native extensions. This could take a while...
<shevy> Parsing documentation for jpeg-0.5.0
<shevy> Installing ri documentation for jpeg-0.5.0
<shevy> Done installing documentation for jpeg after 0 seconds
<shevy> -
<shevy> works perfectly well on linux
xcv has quit [Remote host closed the connection]
<eam> shevy: well, let's be honest, not really
<eam> gem has a big problem in that it can't set build paths properly
devdazed has quit [Ping timeout: 260 seconds]
<shevy> but you see above that it works
<eam> it happens to work
<eam> it won't work if libjpg is somewhere nonstandards
<eam> gem is predicated on everyone having systems just like the folks who wrote the gem
<eam> it works on the top few common distros :)
SilkFox_ has quit [Ping timeout: 245 seconds]
RandyT has joined #ruby
weems|nix has quit [Remote host closed the connection]
newUser1234 has joined #ruby
mary5030 has joined #ruby
benzrf is now known as benzrf|offline
roshanavand has quit [Quit: Leaving]
weems|nix has joined #ruby
weems|nix has joined #ruby
weems|nix has quit [Changing host]
benzrf|offline is now known as benzrf
krisquigley has joined #ruby
dingus_khan has joined #ruby
narendraj9 has quit [Quit: Connection closed for inactivity]
cpruitt has quit [Quit: cpruitt]
SchweetPapa has quit [Ping timeout: 255 seconds]
newUser1234 has quit [Ping timeout: 260 seconds]
jds has quit [Quit: Connection closed for inactivity]
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
dingus_khan has quit [Ping timeout: 260 seconds]
jimms has quit [Remote host closed the connection]
anildigital is now known as zz_anildigital
SCHAAP137 has quit [Remote host closed the connection]
SchweetPapa has joined #ruby
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
SCHAAP137 has joined #ruby
kireevco has joined #ruby
kireevco has quit [Max SendQ exceeded]
thomasxie has quit [Remote host closed the connection]
kireevco has joined #ruby
fold has quit [Ping timeout: 255 seconds]
Snowstormer has quit [Quit: Poor Snowstormer, he no deserve IRC. :'(]
Miron has quit [Quit: potato]
anaeem1_ has joined #ruby
mrsolo has joined #ruby
PeterBoy has joined #ruby
bMalum___ has joined #ruby
the8thbit|work has quit [Ping timeout: 272 seconds]
fold has joined #ruby
Sie00 has quit [Remote host closed the connection]
InfraRuby has left #ruby [#ruby]
St_Marx has quit [Quit: Ex-Chat]
sputnik13 has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Sie00 has joined #ruby
bMalum__ has quit [Ping timeout: 264 seconds]
eka has joined #ruby
St_Marx has joined #ruby
m8 has joined #ruby
cg433n has quit [Remote host closed the connection]
eka has quit [Remote host closed the connection]
Dr3amc0d3r|away is now known as Dr3amc0d3r
charliesome has joined #ruby
mary5030 has quit [Remote host closed the connection]
eka has joined #ruby
benzrf is now known as benzrf|offline
krisquigley has quit [Remote host closed the connection]
St_Marx has quit [Client Quit]
toastynerd has joined #ruby
felipecvo has quit [Remote host closed the connection]
dietcoke has quit [Ping timeout: 246 seconds]
benzrf|offline is now known as benzrf
kireevco has quit [Quit: Leaving.]
nateberkopec has quit [Quit: Leaving...]
eka has quit [Quit: Textual IRC Client: www.textualapp.com]
<lagweezle> Aye. Gems and Eggs are rather non-portable if you don't have libraries installed in "the normal place", whatever that may be. :/
darkxploit has joined #ruby
parag has joined #ruby
ghr has joined #ruby
ghostmoth has joined #ruby
asdasdasdasss has joined #ruby
ghostmoth has quit [Client Quit]
abuzze has quit [Ping timeout: 244 seconds]
abuzze has joined #ruby
Miron has joined #ruby
xcv has joined #ruby
eyeamaye has joined #ruby
ghr has quit [Ping timeout: 260 seconds]
caveat- has quit [Ping timeout: 250 seconds]
machete has quit [Ping timeout: 272 seconds]
asdasdasdasss has quit [Ping timeout: 250 seconds]
RandyT has quit [Quit: ZNC - http://znc.in]
bbloom has joined #ruby
abuzze_ has joined #ruby
wpp has quit [Read error: Connection reset by peer]
pandaant has quit [Quit: Lost terminal]
pandaant has joined #ruby
caveat- has joined #ruby
stef_204 has quit [Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/]
the8thbit|work has joined #ruby
RandyT has joined #ruby
abuzze has quit [Ping timeout: 255 seconds]
machete has joined #ruby
cashnguns has quit [Read error: Connection reset by peer]
cashnguns has joined #ruby
SilkFox_ has joined #ruby
InfraRuby has joined #ruby
Miron has quit [Read error: Connection reset by peer]
IceDragon has joined #ruby
asdasdasdasss has joined #ruby
Sie00 has quit [Remote host closed the connection]
jimms has joined #ruby
Sie00 has joined #ruby
krisquigley has joined #ruby
SilkFox_ has quit [Ping timeout: 246 seconds]
dc_ has joined #ruby
top4o has joined #ruby
vsoftoiletpaper has joined #ruby
xcv has quit [Remote host closed the connection]
xcv has joined #ruby
charliesome has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
asdasdasdasss has quit [Ping timeout: 245 seconds]
Sie00 has left #ruby [#ruby]
voodoofish has quit [Ping timeout: 264 seconds]
voodoofish has joined #ruby
xcv_ has joined #ruby
krisquigley has quit [Ping timeout: 264 seconds]
dc_ has quit [Ping timeout: 260 seconds]
centrx has joined #ruby
<shevy> well
<shevy> normal gcc compilations and stuff also expect certain locations
sputnik13 has quit [Quit: My Mac Mini has gone to sleep. ZZZzzz…]
newUser1234 has joined #ruby
caveat- has quit [Ping timeout: 260 seconds]
dc_ has joined #ruby
newUser1234 has quit [Remote host closed the connection]
saarinen has joined #ruby
xcv has quit [Ping timeout: 255 seconds]
<Hanmac> shevy look at the comment ratio of that file ;P https://github.com/Hanmac/rwx/blob/master/ext/wxRichTextStyleSheet.cpp
freerobby has quit [Quit: Leaving.]
<lagweezle> shevy: Aye, but then there is the argument--poor or not--that Ruby is a scripting language, why would anything need to be compiled. ;)
<lagweezle> Scripted language? Whatever that term is...
<shevy> Hanmac will there be examples?
<shevy> Hanmac will there be a gem release as well?
<shevy> lagweezle to provide bindings to other libraries
krisquigley has joined #ruby
<lagweezle> I think you missed some of the sarcasm. ^^;
<shevy> not at all
InfraRuby has left #ruby [#ruby]
<shevy> one of the biggest gaps is that there are many people who don't know C
<Hanmac> shevy: i am still in working, examples will be added when the features in that ones are ready
<lagweezle> I'm reminding myself just how clueless people are by reading through http://notalwaysright.com/
magikfx__ has joined #ruby
<Hanmac> shevy look at L30-L85 of that file ... that is one macro ;P
jimms has quit [Remote host closed the connection]
<shevy> Hanmac C++ leads to insanity
saarinen has quit [Quit: saarinen]
tewlz has joined #ruby
centrx has quit [Quit: Mead error: Connection reset by beer]
krisquigley has quit [Ping timeout: 272 seconds]
jimms has joined #ruby
Boohbah has quit [Remote host closed the connection]
DrCode has quit [Remote host closed the connection]
end_guy has quit [Write error: Connection reset by peer]
o0oo0o has quit [Write error: Connection reset by peer]
<shevy> "My coworker stopped short of actually mooing like a cow and that whole exchange"
o0oo0o has joined #ruby
DrCode has joined #ruby
charliesome has joined #ruby
Boohbah has joined #ruby
machete has quit [Ping timeout: 272 seconds]
<wasamasa> I wanted to paste that line
<wasamasa> then decided against it
nat2610 has joined #ruby
* lagweezle grins.
<benzrf> notalwaysright is notalwaystrue
charliesome_ has joined #ruby
machete has joined #ruby
<lagweezle> Aye. Probably far more true than Urban Dictionary is now, though. :/
caveat- has joined #ruby
DaniG2k has joined #ruby
<DaniG2k> hello all
<shevy> if there is one thing that life has taught me
<shevy> it is to never trust the intarnetz
<lagweezle> ... although having worked desktop support in a student lab at college ... most of them are probably true.
<DaniG2k> is the best way to make my routes contain the article date (like /year/month/day/articlename ) best to do with friendly_id ?
charliesome__ has joined #ruby
<shevy> ok so you know how it feels to be truly despised already lagweezle
charliesome has quit [Read error: Connection reset by peer]
<lagweezle> hah! :)
abuzze_ has quit [Remote host closed the connection]
<eam> shevy: normal build programs let you set CFLAGS and LDFLAGS to compensate
<shevy> and gem does not honour these?
<eam> nope
<eam> it's pretty screwed up TBH
<shevy> they must be available in ENV
<eam> try it
<shevy> I am not sure how
OrkzRule has quit [Quit: Leaving]
<shevy> I only have CFLAGS set though, no LDFLAGS
<shevy> -O2 -fPIC -fno-strict-overflow
krisquigley has joined #ruby
<eam> are you even sure CFLAGS are getting through?
krisquigley has quit [Remote host closed the connection]
charliesome_ has quit [Ping timeout: 260 seconds]
<shevy> I have not much experience with gem, but when I use system ruby, ENV['CFLAGS'] is 100% honoured for ./configure;make;make install builds from within .rb files
xfz has joined #ruby
<jhass> DaniG2k: #rubyonrails
<shevy> I do that in my rbt project where the keyword "static" toggles ENV['CFLAGS'] to include -static there, and the resulting end binaries then have no dependency on any .so files (if compilation succeeds)
darkxploit has quit [Ping timeout: 255 seconds]
<xfz> I was instructed to not use mysql extensions for what I'm about to build, but plain SQL.
<shevy> actually, -static -O2 -g
<shevy> I forgot why the -g was necessary
<xfz> does this mean I should stay clear of the mysql2 gem?
wookiehangover has quit [Ping timeout: 260 seconds]
<shevy> xfz dunno. perhaps they meant just straight common SQL without mysql specific commands?
charliesome__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
<jhass> xfz: ask that your instructor not us. But I guess they meant MySQL extensions to the SQL language, not the client bindings
<xfz> thank you
<shevy> postgresql also has some postgre specific thingies
charliesome has joined #ruby
<shevy> somehow I liked postgresql more than mysql
machete has quit [Ping timeout: 244 seconds]
<jhass> that's because it's a lot nicer
tewlz has quit [Ping timeout: 244 seconds]
weems|nix has quit [Remote host closed the connection]
<lagweezle> ... and not owned by Oracle. ;)
bbloom has quit [Quit: Computer has gone to sleep.]
<jhass> it's still a lot nicer than mariadb
machete has joined #ruby
centrx has joined #ruby
<lagweezle> That poor woman... stuck inside a database ...
chrishough has joined #ruby
wookiehangover has joined #ruby
charliesome has quit [Client Quit]
Bumptious has joined #ruby
claymore has joined #ruby
apeiros has joined #ruby
DaniG2k has quit [Quit: leaving]
end_guy has joined #ruby
omosoj has joined #ruby
<shevy> better than being stuck in an elevator
<shevy> or a whale
<centrx> you can say that agin
philcrissman has joined #ruby
Wolland has joined #ruby
<lagweezle> ... or working retail ...
mary5030 has joined #ruby
darkxploit has joined #ruby
maletor has joined #ruby
diegoviola has joined #ruby
<shevy> you seem to have been traumatized by your work lagweezle :)
machete has quit [Ping timeout: 260 seconds]
<lagweezle> Thankfully I've never worked retail! I did do three years of phone support, and ... many years of desktop support... and have witnessed some really horrible assholes when in stores...
<lagweezle> So, yeha, I find I dislike people in a somewhat general sense. :/
mary5030 has quit [Ping timeout: 272 seconds]
philcrissman has quit [Ping timeout: 272 seconds]
machete has joined #ruby
ghr has joined #ruby
<shevy> haha
<shevy> I only dislike computers
<shevy> they have changed the human race
<shevy> they are also very useful which makes it even more annoying
<shevy> tablets man
<shevy> in a subway I see zombies
<centrx> The first computer was the Devil.
<shevy> they are always busy doing shit
<shevy> be it phoning someone, playing games, listening to music with earplugs or however you call those things they push into their ears
<benzrf> so doing things makes u zombie?
<benzrf> not doing things makes u human?
<shevy> cutting wood does not make you a zombie
<centrx> It's the screens, the glowing boxes
<benzrf> cutting wood is less human than playing games or listening to music
<benzrf> beavers cut wood
<lagweezle> Oddly enough, I miss cutting wood. That is one of the few types of exercise I actually enjoy. O.o
<benzrf> they dont play games or listen to music
<shevy> cutting wood is interfacing with the real world
<shevy> don't tell me IRC is a real thing benzrf
<benzrf> shevy: since when is interfacing with the real world a fundamentally human thing
<benzrf> structured language is a fundamentally human thing
coellobranco has quit [Quit: http://www.juanantoniomosquera.com]
<shevy> benzrf go out into a forest!
<benzrf> stories and reasons are
<lagweezle> This conversation has taken a weird, but interesting turn. :)
<benzrf> all of those are things the internet allows to exist more easily and purely
<benzrf> ;)
<shevy> as if animals can not communicate
<centrx> Get him!
<benzrf> not in the same form as humans
* lagweezle pauses.
<benzrf> think about it
<lagweezle> What country are you folks from?
<centrx> Animals invented the Internet
<benzrf> the things that people complain about the internet and modern tech killing
<centrx> Think about it...
<benzrf> are the things that arent purely the domain of humanity
Logico has joined #ruby
<shevy> lagweezle Europe!
noocode has quit [Quit: bye bye :)]
<lagweezle> Actually, we don't know how most animals communicate. The more we study it, the more we find we were wrong. Dogs even have accents that tend to correlate with their lineage or the group they grew up with.
ghr has quit [Ping timeout: 264 seconds]
<lagweezle> I can't help but wonder if there are less dumb people in countries that aren't the United States ...
<lagweezle> Maybe we're just really good at being arrogantly stupid.
<shevy> there are dumb people everywhere
<lagweezle> Oh, that I have no doubt of!
Dr3amc0d3r is now known as Dr3amc0d3r|away
<shevy> lagweezle there was a nice short video about that
<benzrf> lagweezle: how edgy of u
<shevy> from some asian US dude, lemme find it
cobakobodob has quit [Ping timeout: 255 seconds]
<lagweezle> benzrf: eh? O.o
charliesome has joined #ruby
<shevy> lagweezle this is good, only 4 minutes https://www.youtube.com/watch?v=NK0Y9j_CGgM
<lagweezle> shevy: Er, of which? The dog accent thing?
<shevy> nono
<shevy> the education/dumbness
mercwithamouth has joined #ruby
<lagweezle> AH!
mr-foobar has joined #ruby
cashnguns has quit [Quit: I'm just an old fashioned cowboy]
<lagweezle> Oh! Hey! Haven't seen this guy for ages.
<shevy> Quote from it: "The USA has the worst educational system known to science."
<shevy> he is quite cool
<shevy> my idol is still Alan Kay though
<lagweezle> AUGH! *glares at dogs* QUIIIIEEEEEET YOU SILLY GITS!
<lagweezle> Puppy sitting, and he alarm barks at almost anything. His bark sets my dog off, who will bark once or twice to "back him up" before realizing there is nothign to bark at... This then sets him off again, which sets her off again... -.-
klaut has joined #ruby
MatthewsFace has joined #ruby
anaeem1_ has quit [Remote host closed the connection]
tectonic has joined #ruby
xcv_ has quit [Remote host closed the connection]
jimms has quit [Remote host closed the connection]
bradleyprice has joined #ruby
chrishough has quit [Quit: chrishough]
<shevy> eat him
<lectrick> Heh, don't override String#to_s. Funny things will break.
xcv has joined #ruby
<lagweezle> shevy: While my wife is Korean, we are not eating him.
<lectrick> My question is though- How can I change the "representation" of an arbitrary object? Just define a to_s on it?
smogg has joined #ruby
sputnik13 has joined #ruby
charliesome has quit [Client Quit]
<jhass> lectrick: yes, just define a to_s
<shevy> lagweezle cool. you must like Bulgogi then
<jhass> lectrick: or a .inspect
<lagweezle> shevy: I do!
freerobby has joined #ruby
<jhass> depending on what you want to change
SilkFox_ has joined #ruby
<shevy> and Dolsot bibimbap http://en.wikipedia.org/wiki/Bibimbap - they have the coolest pots for them, I always scratched out the burned rice from it haha
<shevy> it's actually better than most chinese food too
<lagweezle> I don't like most Korean food, sadly. :/
timonv_ has quit [Remote host closed the connection]
<lectrick> lagweezle: man, python sure loves its __magical_underscore_namespacing__ methods
sputnik13 has quit [Ping timeout: 240 seconds]
<lectrick> __you_should_not_mess_with_this_internal_unless_you_are_super_programmer__
asdasdasdasss has joined #ruby
<lagweezle> lectrick: Jeeze yes. The more I work with Python (the preferred language at my place of employment) and the more I work with Ruby on my own stuff, the more I dislike Python. Both have their weird and silly problems, but ... Python feels so ... backwards? inside-out?
timonv_ has joined #ruby
<benzrf> lagweezle: how so
<benzrf> you mean the object system/
atmosx has joined #ruby
<lagweezle> That is where a lot of my pain comes from, yes.
<atmosx> Hello people
<benzrf> lagweezle: just write it such that you only call methods from outside :y
<atmosx> I have a question, what does this 1,658 mean? https://rubygems.org/gems/f2bread
<atmosx> 1,658 people downloaded the gem?
<crome> bibimbap rox
<benzrf> of course
<atmosx> benzrf: that was for me?
jimms has joined #ruby
<benzrf> ya
<atmosx> benzrf: I can't fucking believe that
<lagweezle> benzrf: From outside?
SilkFox_ has quit [Ping timeout: 250 seconds]
autonomousdev has joined #ruby
<shevy> atmosx you must deduct the amount of bots
<benzrf> atmosx: why
<benzrf> lagweezle: from outside the object
<shevy> atmosx 1658 is pretty ok though, you won't have a 100% bot download ratio
<benzrf> lagweezle: like in ruby
<atmosx> shevy: how can I do that? Once a guy sent me an email to try to make the gem work. We manage to do it after a couple of emails. But I can't believe that more than 10 people actually used that gem
<shevy> atmosx well it depends on the gem
<benzrf> lagweezle: so if you are not in a method in the object, do not do self.foo. only do self.foo(). unless foo is a "property"
<atmosx> benzrf: because I wrote it
krisquigley has joined #ruby
<benzrf> atmosx: dont worry its probably just bots
<shevy> atmosx people often want to try out things
jonathan_alban has quit [Read error: Connection reset by peer]
<atmosx> benzrf: oh k
<atmosx> shevy: true
<shevy> atmosx I had people download a gem that is absolutely useless to them, only because it has a good name :)
<shevy> but I needed it for my larger projects
<benzrf> look, https://rubygems.org/gems/quick has 833 and it doesnt even work
<shevy> and if you then have larger projects, their dependencies also get downloaded
<shevy> atmosx so far I only had one person email to me, and he complained that I lack docu (he is right...)
<atmosx> shevy: No I'm sure some admins find the gem interesting. But it has really limited abiliteis. I should write a new version. But I don't use f2ban anymroe :-P and I don't have logs
<lagweezle> benzrf: Oh! I think I understand what you mean.
asdasdasdasss has quit [Ping timeout: 272 seconds]
* lagweezle sighs and thinks he is going to have to go ... outside. Meh.
lkba has quit [Ping timeout: 244 seconds]
<shevy> lagweezle no! stay in!
<shevy> there are zombies outside
<lagweezle> Yes! Yes there are! Also, the evil day star!
<lagweezle> Which Gem?
<shevy> the yellow deathstar?
<shevy> we'll vanquish it one day
<diegoviola> what's the gemspec file for?
<lagweezle> It is an evil we must embrace, though, for it brings us food and scantily clad people to drool at.
<diegoviola> how it differs from the Gemfile and Gemfile.lock?
startupality has joined #ruby
<shevy> diegoviola from the .gemspec file you can build a .gem
<shevy> Gemfile is a bundler invention I think
<lagweezle> Yes
<shevy> gem existed before bundler
<diegoviola> right, i see
<diegoviola> so the gemspec is a rubygems thing and Gemfile is bundler?
<shevy> bundler has one thing I envy - downloads from github :(
arya_ has quit [Ping timeout: 244 seconds]
<lagweezle> Using the gemspec method seems to be preferred in general, *if* you are making something to work as a gem ... which actually seems like a pretty good thing to do.
<shevy> yeah
<shevy> .gemspec is super simple, you only have to write one file and you are done
<diegoviola> right, thanks
krisquigley has quit [Ping timeout: 240 seconds]
<shevy> bundler is more like a big fat thing
<shevy> you can, I think, also generate .gemspec from bundler?
PeterBoy has quit [Remote host closed the connection]
<shevy> diegoviola, this is also nice if you want to know more about how bundler and gem relate to one another http://andre.arko.net/2013/12/07/the-rumors-of-bundlers-death-have-been-greatly-exaggerated/
<diegoviola> shevy: thanks
<lagweezle> good URL
<jhass> diegoviola: a gemspec describes a gem. a Gemfile describes a projects dependencies
<shevy> "we agreed it made sense to decrease the duplication by merging the Rubygems and Bundler projects into one codebase and one team."
apeiros has quit [Remote host closed the connection]
<diegoviola> jhass: right, i see, thanks
apeiros has joined #ruby
<lagweezle> Hmm. I need to get my new domain up and doing something...
<lagweezle> ... and placate the wife by going out and doing things today.
* lagweezle blars.
<lagweezle> Take care folks. *idles*
MatthewsFace has quit [Quit: This computer has gone to sleep]
wald0_ has joined #ruby
wald0_ has quit [Client Quit]
wald0 has quit [Remote host closed the connection]
apeiros has quit [Ping timeout: 240 seconds]
dingus_khan has joined #ruby
diegovio1 has joined #ruby
startupality has quit [Quit: startupality]
diegoviola has quit [Ping timeout: 245 seconds]
cobakobodob has joined #ruby
wald0 has joined #ruby
Matadoer has joined #ruby
elaptics is now known as elaptics`away
fold has quit [Ping timeout: 255 seconds]
diegovio1 is now known as diegoviola
apeiros has joined #ruby
apeiros has quit [Remote host closed the connection]
apeiros has joined #ruby
vsoftoiletpaper has quit []
Squarepy has joined #ruby
eyeamaye has quit [Quit: Leaving.]
parag has quit [Ping timeout: 260 seconds]
centrx has quit [Quit: Mead error: Connection reset by beer]
vsoftoiletpaper has joined #ruby
x1337807x has joined #ruby
apeiros has quit [Read error: Connection reset by peer]
jonahR has quit [Quit: ¡Adios amigos, me fui para el carajo!]
krz has quit [Quit: WeeChat 0.4.3]
maestrojed has joined #ruby
wallerdev has joined #ruby
maestroj_ has joined #ruby
nat2610 has quit [Quit: Leaving.]
pipework has quit [Quit: pipeworkin' it]
jimms has quit []
pipework has joined #ruby
pipework has quit [Changing host]
pipework has joined #ruby
nat2610 has joined #ruby
freerobby has quit [Quit: Leaving.]
<shevy> I feel mighty
maestrojed has quit [Ping timeout: 260 seconds]
<dingus_khan> TDD workshoper
jkline has joined #ruby
mary5030 has joined #ruby
freerobby has joined #ruby
<pipework> shevy: I do too, mighty sober.
Wapitidou has quit [Ping timeout: 272 seconds]
<shevy> sober
<shevy> where did the beer go
<pipework> I prefer to drink long beach iced tea.
rdark has joined #ruby
relix_ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
startupality has joined #ruby
<xfz> long island iced tea is responsible for some of my worst nights so far
dc_ has quit [Remote host closed the connection]
bbloom has joined #ruby
kallen has joined #ruby
<pipework> xfz: Go with the beach, it's healthier. :p
InfraRuby has joined #ruby
nat2610 has quit [Quit: Leaving.]
eyeamaye has joined #ruby
PeterBoy has joined #ruby
fgo has quit [Remote host closed the connection]
mu5k17u has joined #ruby
<jkline> what is the difference between the island and the beach?
vsoftoiletpaper has quit []
eka has joined #ruby
lkba has joined #ruby
danijoo has quit [Read error: Connection reset by peer]
danijoo has joined #ruby
PeterBoy has quit [Ping timeout: 250 seconds]
arya_ has joined #ruby
maestroj_ has quit [Read error: No route to host]
tricon_ has quit [Quit: Linkinus - http://linkinus.com]
smogg has quit [Quit: smogg]
xcv has quit [Remote host closed the connection]
linojon has joined #ruby
supermat is now known as mt
SilkFox_ has joined #ruby
Rahul_Roy has joined #ruby
JoshGlzBrk has joined #ruby
maestrojed has joined #ruby
asdasdasdasss has joined #ruby
maestrojed has quit [Client Quit]
the8thbit|work has quit [Read error: Connection reset by peer]
flowerhack has quit [Read error: Connection reset by peer]
flowerhack has joined #ruby
the8thbit|work has joined #ruby
SilkFox_ has quit [Ping timeout: 272 seconds]
davedev24_ has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
asdasdasdasss has quit [Ping timeout: 240 seconds]
PeterBoy has joined #ruby
_maes_ has joined #ruby
Logico has quit [Quit: Saindo]
fold has joined #ruby
chipotle has joined #ruby
rdark has quit [Quit: leaving]
<shevy> the island is like a circular beach
skaflem has quit [Quit: This computer has gone to sleep]
aspires has joined #ruby
DaniG2k has joined #ruby
alexju has joined #ruby
bmurt has joined #ruby
gr33n7007h has quit [Ping timeout: 264 seconds]
asmodlol has quit [Quit: Leaving]
oracal has joined #ruby
freerobby has quit [Quit: Leaving.]
startupality has quit [Quit: startupality]
hfp_ is now known as hfp
yoshie902a has joined #ruby
Spami has joined #ruby
Spami has quit [Remote host closed the connection]
<pipework> Are you sure?
freerobby has joined #ruby
zarul has quit [Read error: Connection reset by peer]
InfraRuby has left #ruby [#ruby]
MatthewsFace has joined #ruby
diegoviola has quit [Quit: WeeChat 0.4.3]
<pipework> jkline: The island is coke, the beach is cranberry juice.
<jkline> ::nods::
Spami has joined #ruby
Lucky__ has joined #ruby
zarul has joined #ruby
fgo has joined #ruby
Hobogrammer has joined #ruby
Mattx has quit [Read error: Connection reset by peer]
Mattx has joined #ruby
Mattx has quit [Changing host]
Mattx has joined #ruby
davedev24_ has quit [Read error: Connection reset by peer]
davedev24_ has joined #ruby
gr33n7007h has joined #ruby
parag has joined #ruby
fgo has quit [Ping timeout: 240 seconds]
atmosx has quit [Ping timeout: 260 seconds]
weems|nix has joined #ruby
Spami has quit [Quit: This computer has gone to sleep]
goshdarnyou has joined #ruby
wallerdev has quit [Quit: wallerdev]
wallerdev has joined #ruby
<lectrick> Is Class.new expensive?
devdazed has joined #ruby
<lectrick> (significantly more expensive than a simple Object.new, I guess I mean)
saarinen has joined #ruby
t0rc has joined #ruby
fgo has joined #ruby
atmosx has joined #ruby
msmith has joined #ruby
philcrissman has joined #ruby
djstorm has joined #ruby
JoshGlzBrk has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
startupality has joined #ruby
arya_ has quit [Ping timeout: 272 seconds]
postmodern has quit [Quit: Leaving]
godd2 has joined #ruby
smogg has joined #ruby
fgo has quit [Ping timeout: 250 seconds]
postmodern has joined #ruby
atmosx has quit [Ping timeout: 245 seconds]
threesixes has joined #ruby
philcrissman has quit [Ping timeout: 272 seconds]
startupality has quit [Client Quit]
<shevy> I would assume that Class.new is cheaper
<shevy> >> Class.new.ancestors
<eval-in> shevy => [#<Class:0x41645dd4>, Object, Kernel, BasicObject] (https://eval.in/177735)
<shevy> but actually it is a subclass of Object right
<shevy> so it should be more expensive
Neomex has joined #ruby
fold has quit [Ping timeout: 255 seconds]
<pipework> how about learn2benchmark
DaniG2k has quit [Quit: leaving]
yoshie902a has quit [Quit: yoshie902a]
omosoj has quit [Ping timeout: 240 seconds]
OffTheRails has joined #ruby
tectonic has quit []
flowerhack has quit [Read error: Connection reset by peer]
flowerhack has joined #ruby
aspires has quit []
britneywright has joined #ruby
relix has joined #ruby
saarinen has quit [Quit: saarinen]
nat2610 has joined #ruby
ghr has joined #ruby
OffTheRails has quit [Ping timeout: 260 seconds]
iamayam has quit [Ping timeout: 240 seconds]
ghr has quit [Ping timeout: 260 seconds]
tectonic has joined #ruby
iamayam has joined #ruby
jxf has joined #ruby
binaryhat has quit [Remote host closed the connection]
binaryhat has joined #ruby
PeterBoy has quit [Remote host closed the connection]
top4o has quit [Read error: Connection reset by peer]
shredding has joined #ruby
Atttwww has joined #ruby
top4o has joined #ruby
havenwood has joined #ruby
Lucky__ has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
peret has joined #ruby
SilkFox_ has joined #ruby
MatthewsFace has quit [Quit: This computer has gone to sleep]
kotk_ has joined #ruby
startupality has joined #ruby
asdasdasdasss has joined #ruby
dc_ has joined #ruby
kotk has quit [Ping timeout: 250 seconds]
krisquigley has joined #ruby
asdasdasdasss has quit [Read error: No route to host]
asdasdasdasss has joined #ruby
startupality has quit [Client Quit]
SilkFox_ has quit [Ping timeout: 260 seconds]
jxf has quit [Ping timeout: 272 seconds]
parag has quit [Ping timeout: 244 seconds]
SCHAAP137 has quit [Remote host closed the connection]
startupality has joined #ruby
asdasdasdasss has quit [Ping timeout: 250 seconds]
joelteon has joined #ruby
<joelteon> hi, when i build therubyracer using system v8 on osx, the resulting init.bundle doesn't have a reference to libv8 so it can't load any v8 symbols
<joelteon> what can i do
Petru has quit [Read error: Connection reset by peer]
msmith has quit [Remote host closed the connection]
txdv has quit [Read error: Connection reset by peer]
PeterBoy has joined #ruby
InfraRuby has joined #ruby
dc_ has quit [Remote host closed the connection]
abuzze has joined #ruby
txdv has joined #ruby
benlieb has joined #ruby
havenwood has quit []
yoshie902a has joined #ruby
havenwood has joined #ruby
anaeem1 has joined #ruby
joelteon has left #ruby ["bye"]
jxf has joined #ruby
MatthewsFace has joined #ruby
centrx has joined #ruby
<benlieb> when I use an array as a hash key, how do I later access that key? x = {[1, 2]=>1}
<jhass> x[[1, 2]]
<jhass> >> x = {[1, 2]=>1}; x[[1, 2]]
<eval-in> jhass => 1 (https://eval.in/177736)
<benlieb> jhass: i thought I tried that and it choked, but trying it now, seems to work. user error.
startupality has quit [Quit: startupality]
startupality has joined #ruby
<benlieb> how about an even better question. I'm rolling my own frequency distribution class, because I can't find any (well, one bad one) in the ruby libs. Any suggestions?
<centrx> benlieb, RSRuby?
<benlieb> so if I have an array of arrays, and want to know the feequency of the sub arrays, which way is a good way to go?
<benlieb> centrx: will look...
<tectonic> frequency of the subarrays as unique tokens? e.g., how many times does [1, 2] show up?
<benlieb> tectonic: yes
<centrx> array.group_by { |it| it }.map { |k,v| [k, v.length] }.to_h
<centrx> benlieb, ^
<tectonic> that looks about right
<shevy> what is "it"
spastorino has quit [Quit: Connection closed for inactivity]
<shevy> is it that?
<matti> shevy: ;]
<shevy> matti are you drunk again?
<matti> shevy: I don't drink.
<matti> ;]
<shevy> ok then you know what's missing today!
<centrx> ||=
<tectonic> or array.inject({}) {|memo, item| memo[item] ||= 0; memo[item] += 1; memo }.to_a
georgelappies has quit [Remote host closed the connection]
fgo has joined #ruby
<benlieb> centrx: RSRuby looks cool, but I don't have R installed, and that's would be way overkill for my particular need right now. It's nice to know about tho. I think I'm looking for something that basically quacks like an array, but has methods for inspecting the frequency so mydist << [1,2,3]; mydist.frequency([1,2,3])
Nahra has quit [Ping timeout: 250 seconds]
TorpedoSkyline has joined #ruby
TorpedoSkyline has quit [Client Quit]
smogg has quit [Quit: smogg]
startupality has quit [Quit: startupality]
MatthewsFace has quit [Quit: This computer has gone to sleep]
jxf has quit [Ping timeout: 246 seconds]
fgo has quit [Ping timeout: 260 seconds]
smogg has joined #ruby
startupality has joined #ruby
smogg has quit [Client Quit]
xcv has joined #ruby
georgelappies has joined #ruby
x1337807x has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
djstorm has quit [Read error: Connection reset by peer]
eyeamaye has quit [Quit: Leaving.]
bMalum___ has quit [Quit: Computer has gone to sleep.]
dingus_khan has quit []
bMalum___ has joined #ruby
agarie has joined #ruby
bMalum___ has quit [Read error: Connection reset by peer]
hydrozen has joined #ruby
Shidash has joined #ruby
decoponio has quit [Quit: Leaving...]
bMalum___ has joined #ruby
jamesfordummies has joined #ruby
PeterBoy has quit [Remote host closed the connection]
startupality has quit [Quit: startupality]
Tazmain has joined #ruby
skaflem has joined #ruby
vedis has joined #ruby
skaflem has quit [Remote host closed the connection]
MatthewsFace has joined #ruby
startupality has joined #ruby
arup_r has quit [Quit: Leaving.]
chipotle has quit [Quit: cya]
TieSoul has quit [Ping timeout: 255 seconds]
ghr has joined #ruby
jamesfordummies has quit [Remote host closed the connection]
startupality has quit [Client Quit]
jokke has quit [Remote host closed the connection]
codebrah has joined #ruby
TorpedoSkyline has joined #ruby
axsuul has quit [Read error: Connection reset by peer]
axsuul has joined #ruby
jokke has joined #ruby
ghr has quit [Ping timeout: 260 seconds]
Petru has joined #ruby
Petru has left #ruby [#ruby]
PeterBoy has joined #ruby
jottr has joined #ruby
brianherman has joined #ruby
abuzze has quit [Remote host closed the connection]
SilkFox_ has joined #ruby
tectonic has quit [Ping timeout: 250 seconds]
tectonic has joined #ruby
zz_anildigital is now known as anildigital
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hydrozen has quit [Quit: Textual IRC Client: www.textualapp.com]
MatthewsFace has quit [Ping timeout: 250 seconds]
startupality has joined #ruby
asdasdasdasss has joined #ruby
chipotle has joined #ruby
SilkFox_ has quit [Ping timeout: 260 seconds]
vedis has quit [Read error: Connection reset by peer]
timonv_ has quit [Remote host closed the connection]
benlieb has quit [Quit: benlieb]
sevvie has joined #ruby
kaspergrubbe_ has joined #ruby
asdasdasdasss has quit [Ping timeout: 260 seconds]
Rahul_Roy has quit [Quit: Connection closed for inactivity]
benlieb has joined #ruby
top4o has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140716183446]]
tectonic has quit [Ping timeout: 255 seconds]
Cache_Money has joined #ruby
fold has joined #ruby
asdasdasdasss has joined #ruby
jxf has joined #ruby
InhalingPixels has quit [Remote host closed the connection]
InhalingPixels has joined #ruby
<shevy> dumdedum
vsoftoiletpaper has joined #ruby
<shevy> who is working on something cool
<pipework> >> 'hi shevy.'
<eval-in> pipework => "hi shevy." (https://eval.in/177738)
weems|nix has quit [Remote host closed the connection]
<shevy> no that is not cool enough pipework
bMalum___ has quit [Quit: Computer has gone to sleep.]
<pipework> shevy: I'm working on an IRC bot that has a distributed service oriented architecture.
<shevy> well that is better
mike32 has quit [Ping timeout: 260 seconds]
jokke has quit [Quit: WeeChat 0.4.3]
bMalum___ has joined #ruby
tectonic has joined #ruby
philcrissman has joined #ruby
jamesfordummies has joined #ruby
PeterBoy has quit [Remote host closed the connection]
GGMethos has quit [Quit: WeeChat 0.4.3]
Snowstormer has joined #ruby
jamesfor_ has joined #ruby
dingus_khan has joined #ruby
bMalum___ has quit [Ping timeout: 255 seconds]
tarcwynne has joined #ruby
jamesfordummies has quit [Ping timeout: 250 seconds]
TheNet has joined #ruby
philcrissman has quit [Ping timeout: 272 seconds]
<threesixes> shevy, i just learned jquery... im working on learning ruby again =/ i hate programming
omosoj has joined #ruby
<pipework> threesixes: lol jquery
<threesixes> too much to remember
<threesixes> yeah jquery's a turd
yoshie902a has quit [Quit: yoshie902a]
<shevy> well jquery is javascript
<shevy> I am not too enthusiastic about javascript
<threesixes> yeah, me either
<threesixes> id rather php than JS
anaeem1 has quit [Read error: Connection reset by peer]
anaeem1__ has joined #ruby
kotk has joined #ruby
<pipework> JS is great stuff.
JoshGlzBrk has joined #ruby
gregf has quit [Quit: WeeChat 0.4.3]
tarcwynne has quit [Ping timeout: 246 seconds]
havenwood has quit [Remote host closed the connection]
<threesixes> js is client side, its horrible for security
havenwood has joined #ruby
kotk_ has quit [Ping timeout: 244 seconds]
<threesixes> ajax chat is about the only reason to learn it....
<wasamasa> threesixes: how can you prefer php over js
fgo has joined #ruby
<threesixes> php is server side, security...
AlexRussia has quit [Ping timeout: 240 seconds]
<codebrah> lol
anildigital is now known as zz_anildigital
<codebrah> js can be server side too ;)
<tectonic> but should it be? ;)
<pipework> threesixes: lol 'security'
<pipework> "It's server side, so it's secure"
AlexRussia has joined #ruby
AlexRussia has quit [Client Quit]
fgo has quit [Ping timeout: 240 seconds]
shredding has quit [Quit: shredding]
<threesixes> its more secure, server side can be insecure too if you dont know whats what
AlexRussia has joined #ruby
Cooler_ has joined #ruby
Cooler_ has quit [Client Quit]
tectonic has quit []
dseitz has joined #ruby
katherinem13 has joined #ruby
<pipework> threesixes: It's not secure by virtue of being on the server.
* pipework works in network security
<pipework> It's on a computer somewhere.
ari-_-e has quit [Ping timeout: 240 seconds]
katherinem13 has quit [Client Quit]
OffTheRails has joined #ruby
<pipework> There's more involved than just putting it on a server for it to be secure.
Jackneill has quit [Remote host closed the connection]
startupality has quit [Quit: startupality]
jxf has quit [Ping timeout: 250 seconds]
<threesixes> there are many forms of security im specifically saying network transmission sniffing problems
Xeago has joined #ruby
bmurt has quit []
<pipework> Let's just drop it. :)
PeterBoy has joined #ruby
AlSquire has joined #ruby
tectonic has joined #ruby
RandyT has quit [Quit: ZNC - http://znc.in]
Mon_Ouie has joined #ruby
Mon_Ouie has quit [Changing host]
Mon_Ouie has joined #ruby
<jhass> but... it's fun to watch :P
tarcwynne has joined #ruby
timonv_ has joined #ruby
RandyT has joined #ruby
Cache_Money has quit [Ping timeout: 272 seconds]
codecop has quit [Remote host closed the connection]
codebrah has quit [Quit: Computer has gone to sleep.]
Cache_Money has joined #ruby
alexju has quit [Remote host closed the connection]
relix has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
alexju has joined #ruby
GGMethos has joined #ruby
bbloom has quit [Quit: Computer has gone to sleep.]
jottr has quit [Ping timeout: 246 seconds]
claymore has quit [Quit: night]
jamesfor_ has quit [Remote host closed the connection]
hellangel7 has quit [Read error: Connection reset by peer]
Tazmain has left #ruby ["Leaving"]
snooc_ has joined #ruby
InfraRuby has left #ruby [#ruby]
alexju has quit [Ping timeout: 255 seconds]
ghr has joined #ruby
snooc_ has quit [Client Quit]
timonv_ has quit [Ping timeout: 240 seconds]
jottr has joined #ruby
snooc has joined #ruby
Cache_Money has quit [Ping timeout: 255 seconds]
snooc has quit [Client Quit]
startupality has joined #ruby
<matti> a
<jhass> b
<pipework> r
<matti> jhass: You got me there.
<matti> pipework: You non-conformist!
klaut has quit [Read error: Connection reset by peer]
<pipework> matti: You're just lucky that I didn't repeat a letter!
klaut has joined #ruby
<pipework> Or use a number
<jkline> 6
<matti> lol
<pipework> ∞
<matti> :>
<shevy> hmmm
<matti> We need UTF8 poo next.
<shevy> we have a snowman
<jkline>
<jkline> ↷
<jkline> ✪
ghr has quit [Ping timeout: 260 seconds]
SuperrMann has joined #ruby
Cache_Money has joined #ruby
SuperrMann has quit [Client Quit]
<matti> LOL
InfraRuby has joined #ruby
easier has joined #ruby
tarcwynne has quit [Quit: Leaving.]
gregf has joined #ruby
kyb3r_ has joined #ruby
infinitone has joined #ruby
klaut_ has joined #ruby
mrflibble has joined #ruby
klaut has quit [Read error: No route to host]
SilkFox_ has joined #ruby
wjimenez5271 has joined #ruby
klaut_ has quit [Client Quit]
abuzze has joined #ruby
abuzze has quit [Remote host closed the connection]
darkxploit has quit [Ping timeout: 260 seconds]
abuzze has joined #ruby
abuzze has quit [Remote host closed the connection]
mrflibble has quit [Client Quit]
abuzze has joined #ruby
MatthewsFace has joined #ruby
omosoj has quit [Quit: Leaving]
cal3spain has joined #ruby
SilkFox_ has quit [Ping timeout: 260 seconds]
yoshie902a has joined #ruby
mr_flibble has joined #ruby
autonomousdev has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
andrewlio has quit [Quit: Leaving.]
axsuul has quit [Ping timeout: 260 seconds]
MatthewsFace has quit [Quit: This computer has gone to sleep]
Miron has joined #ruby
Wolland_ has joined #ruby
benlieb has quit [Quit: benlieb]
ta_ has joined #ruby
ta has quit [Read error: Connection reset by peer]
PeterBoy has quit [Remote host closed the connection]
Wolland has quit [Ping timeout: 272 seconds]
fold has quit [Ping timeout: 244 seconds]
jottr has quit [Ping timeout: 240 seconds]
TorpedoSkyline has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
MatthewsFace has joined #ruby
spastorino has joined #ruby
SilkFox_ has joined #ruby
agarie has quit [Remote host closed the connection]
devdazed has quit [Ping timeout: 240 seconds]
e4xit has quit [Ping timeout: 245 seconds]
TorpedoSkyline has joined #ruby
yoshie902a has quit [Quit: yoshie902a]
e4xit has joined #ruby
devdazed has joined #ruby
fgo has joined #ruby
codebrah has joined #ruby
MatthewsFace has quit [Quit: This computer has gone to sleep]
georgelappies has quit [Remote host closed the connection]
chipotle has quit [Quit: cya]
fgo has quit [Ping timeout: 255 seconds]
benlieb has joined #ruby
havenwood has quit [Remote host closed the connection]
chipotle has joined #ruby
PeterBoy has joined #ruby
Mozee has quit [Ping timeout: 240 seconds]
Alina-malina has quit [Read error: Connection reset by peer]
Alina-malina has joined #ruby
peret has quit [Remote host closed the connection]
startupality has quit [Quit: startupality]
Takle has quit [Remote host closed the connection]
OffTheRails has quit [Ping timeout: 260 seconds]
MatthewsFace has joined #ruby
maletor has quit [Quit: Computer has gone to sleep.]
pipework is now known as Spacecloud
Lexun has joined #ruby
MatthewsFace has quit [Client Quit]
devdazed has quit [Ping timeout: 272 seconds]
britneywright has joined #ruby
buto has joined #ruby
buto has quit [Max SendQ exceeded]
buto has joined #ruby
pen has joined #ruby
ARCADIVS has quit [Quit: WeeChat 0.4.3]
agarie has joined #ruby
starless has joined #ruby
wjimenez5271 has quit [Read error: Connection reset by peer]
wwalker has quit [Ping timeout: 244 seconds]
wjimenez5271 has joined #ruby
wwalker has joined #ruby
Channel6 has quit [Quit: Leaving]
ghr has joined #ruby
startupality has joined #ruby
agarie has quit [Remote host closed the connection]
froggy_ has joined #ruby
kirun has quit [Quit: Client exiting]
ghr has quit [Ping timeout: 264 seconds]
codebrah has quit [Quit: Computer has gone to sleep.]
frogssgy has quit [Ping timeout: 246 seconds]
nat2610 has quit [Quit: Leaving.]
jamesfordummies has joined #ruby
phinfonet has joined #ruby
t0rc has quit [Ping timeout: 246 seconds]
MatthewsFace has joined #ruby
zkay11 has quit [Remote host closed the connection]
MatthewsFace has quit [Client Quit]
dingus_khan has quit [Remote host closed the connection]
dingus_khan has joined #ruby
codebrah has joined #ruby
autonomousdev has joined #ruby
spider-mario has quit [Read error: Connection reset by peer]
anaflux has joined #ruby
zkay11 has joined #ruby
msmith has joined #ruby
kaspergrubbe_ has quit [Remote host closed the connection]
dingus_khan has quit [Ping timeout: 264 seconds]
anaflux has quit [Client Quit]
anaeem1__ has quit [Remote host closed the connection]
philcrissman has joined #ruby
m8 has quit [Quit: Sto andando via]
elaptics`away is now known as elaptics
benzrf is now known as benzrf|offline
wulrus has joined #ruby
philcrissman has quit [Ping timeout: 240 seconds]
Nahra has joined #ruby
asdasdasdasss has quit [Quit: Computer has gone to sleep.]
Channel6 has joined #ruby
asdasdasdasss has joined #ruby
TorpedoSkyline has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
zkay11 has quit [Quit: Leaving.]
Vivekananda has quit [Ping timeout: 244 seconds]
wjimenez5271 has quit [Ping timeout: 250 seconds]
dsadapa has joined #ruby
asdasdasdasss has quit [Ping timeout: 260 seconds]
mu5k17u has quit [Remote host closed the connection]
agarie has joined #ruby
cal3spain has quit [Quit: Ex-Chat]
wjimenez5271 has joined #ruby
dsadapa is now known as fipollo
felgenh3 has joined #ruby
mary5030 has quit [Remote host closed the connection]
codebrah has quit [Quit: Computer has gone to sleep.]
niklasb has joined #ruby
wjimenez5271 has quit [Ping timeout: 240 seconds]
wulrus has left #ruby [#ruby]
MatthewsFace has joined #ruby
n_blownapart has joined #ruby
MatthewsFace has quit [Client Quit]
<lectrick> matti: Nice. (re: quake)
fgo has joined #ruby
ari-_-e has joined #ruby
<shevy> benzrf|offline, did you not want to write a squeak like VM for ruby?
<shevy> and how does squeak relate to ruby in general? is squeak obsolete?
mr_flibble has left #ruby [#ruby]
CuriousMind has joined #ruby
chipotle has quit [Quit: cya]
mr_flibble has joined #ruby
krisquigley has quit [Remote host closed the connection]
fgo has quit [Ping timeout: 245 seconds]
thnee has quit [Ping timeout: 255 seconds]
kenneth has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
thnee has joined #ruby
flowerhack has quit [Remote host closed the connection]
PeterBoy has quit [Quit: Bye Bye]
Ilyas has quit [Read error: Connection reset by peer]
SilkFox_ has quit [Ping timeout: 255 seconds]
krisquigley has joined #ruby
Neomex has quit [Read error: Connection reset by peer]
t0rc has joined #ruby
agarie has quit [Remote host closed the connection]
Cache_Money has quit [Quit: Cache_Money]
benzrf|offline is now known as benzrf
jkline has quit [Quit: jkline]
<benzrf> shevy: i did not
msmith has quit [Remote host closed the connection]
<benzrf> squeak is a smalltalk
<benzrf> ruby is what smalltalk would have been if it were based on perl
dingus_khan has joined #ruby
r0hit has joined #ruby
freerobby has quit [Quit: Leaving.]
Squarepy has quit [Quit: Leaving]
agarie has joined #ruby
<r0hit> Hi
<r0hit> can anyone help me with rails/devise ?
benzrf is now known as benzrf|offline
aspires has joined #ruby
asdasdasdasss has joined #ruby
Takle has joined #ruby
<r0hit> i've added attribs to my User model and updated the views... but my backend DB is not receiving those extra attr_accessor/attr_accessible
ghr has joined #ruby
nfk has quit [Quit: yawn]
Channel6 has quit [Ping timeout: 250 seconds]
germanstudent_ has quit [Quit: raus]
germanstudent has joined #ruby
Takle has quit [Ping timeout: 260 seconds]
<shevy> rails
<shevy> are on #rubyonrails
ghr has quit [Ping timeout: 245 seconds]
zkay11 has joined #ruby
n_blownapart has quit [Remote host closed the connection]
charliesome has joined #ruby
<r0hit> okay, thanks!
dingus_khan has quit []
zenojis has quit [Ping timeout: 240 seconds]
InfraRuby has left #ruby [#ruby]
gruz0[russia] has joined #ruby
diegoviola has joined #ruby
bbloom has joined #ruby
goshdarnyou has quit [Quit: Connection closed for inactivity]
MatthewsFace has joined #ruby
Shidash has quit [Quit: Leaving.]
Shidash has joined #ruby
felgenh3 has quit [Quit: felgenh3]
kaiserpathos has joined #ruby
zenojis has joined #ruby
felgenh3 has joined #ruby
kaiserpathos has quit [Client Quit]
agarie has quit [Remote host closed the connection]
MatthewsFace has quit [Client Quit]
gruz0[russia] has quit [Quit: This computer has gone to sleep]
TorpedoSkyline has joined #ruby
oracal has quit [Quit: Leaving]
kenneth has joined #ruby
kachi8 has joined #ruby
aspires has quit []
benzrf|offline is now known as benzrf
moted has joined #ruby
jhass is now known as jhass|off
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MatthewsFace has joined #ruby
moted has quit [Client Quit]
Lexun has quit [Quit: Manjaro-KDE user leaving!]
TorpedoSkyline has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
funburn has joined #ruby
startupality has quit [Quit: startupality]
chipotle has joined #ruby
fipollo has quit [Remote host closed the connection]
maletor has joined #ruby