closer changed the topic of #ruby-core to: check the latest release candidate for 1.9.1 release ftp.ruby-lang.org:/home/yugui/ruby-1.9.1-r26021+1.tar.bz2
hsbt_away is now known as hsbt
<znz_jp> biff: [ruby-changes:43151] duerst:r55225 (trunk): * string.c: Activate full Unicode case mapping for UTF-8 by removing - http://mla.n-z.jp/?ruby-changes=43151
travis-ci has joined #ruby-core
<travis-ci> The build was broken. by @duerst: See https://travis-ci.org/ruby/ruby/builds/134048319
travis-ci has left #ruby-core [#ruby-core]
<znz_jp> biff: [ruby-changes:43152] naruse:r55226 (trunk): Revert r55225 - http://mla.n-z.jp/?ruby-changes=43152
travis-ci has joined #ruby-core
<travis-ci> The build was fixed. by @naruse: See https://travis-ci.org/ruby/ruby/builds/134057169
travis-ci has left #ruby-core [#ruby-core]
xlegoman has quit [Quit: Textual IRC Client: www.textualapp.com]
tax has quit [Ping timeout: 260 seconds]
madgen has joined #ruby-core
tax has joined #ruby-core
<znz_jp> biff: [ruby-changes:43153] nobu:r55227 (trunk): optparse.rb: no duplicate strings - http://mla.n-z.jp/?ruby-changes=43153
<znz_jp> biff: [ruby-changes:43154] nobu:r55228 (trunk): optparse.rb: fix char class option - http://mla.n-z.jp/?ruby-changes=43154
tax has quit [Ping timeout: 258 seconds]
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
madgen has quit [Ping timeout: 260 seconds]
hsbt is now known as hsbt_away
tax has joined #ruby-core
madgen has joined #ruby-core
tax has quit [Ping timeout: 260 seconds]
hsbt_away is now known as hsbt
nagachika has joined #ruby-core
nagachika has quit [Remote host closed the connection]
nagachika has joined #ruby-core
nagachika has quit [Ping timeout: 260 seconds]
hsbt is now known as hsbt_away
madgen has quit [Ping timeout: 252 seconds]
hsbt_away is now known as hsbt
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has joined #ruby-core
madgen has quit [Ping timeout: 252 seconds]
Aethenelle has joined #ruby-core
madgen has joined #ruby-core
<znz_jp> biff: [ruby-changes:43155] rhe:r55229 (trunk): openssl: add missing test for r55219 - http://mla.n-z.jp/?ruby-changes=43155
Aethenelle has quit [Ping timeout: 240 seconds]
Aethenelle has joined #ruby-core
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
<zzak> [snebel, irc.freenode.net] may be is not the best way
<zzak> [snebel, irc.freenode.net] of doing this..
<zzak> [Jonne Haß, irc.freenode.net] doesn't sound like it tbh
<zzak> [snebel, irc.freenode.net] any suggestion on how doing it more compliant, elegant is welcome! :-)
<zzak> [shevy, irc.freenode.net] hmm quick question, just gut feeling - if we have two different very large datasets, may marshalling it be better than storing it into a single yaml file?
<zzak> [shevy, irc.freenode.net] (for reading it lateron)
<zzak> [85.202.228.72 - http://webchat.freenode.net, irc.freenode.net] snebel: may be you wont serialize you object? http://www.skorks.com/2010/04/serializing-and-deserializing-objects-with-ruby/
<zzak> [snebel, irc.freenode.net] thanks everybody. I'll take a look to all those links and try to figure out in my own how to do it :-)
<zzak> [Jonne Haß, irc.freenode.net] shevy: I expect it to be faster and more memory efficient, but just benchmark it?
<zzak> [shevy, irc.freenode.net] hmm
enebo has joined #ruby-core
<zzak> [shevy, irc.freenode.net] I need me to write a ruby bot that does do these things for me!
<zzak> [realname, irc.freenode.net] Is ruby good for data mining, eg. scraping?
<zzak> [Got ZNC?, irc.freenode.net] it doesn't suck
<zzak> [realname, irc.freenode.net] kyrose: python has scrapy if you need a full-featured framework
<zzak> [Shannon, irc.freenode.net] kyrose: yes
<zzak> [Ellis Marte, irc.freenode.net] when i run OpenSSL::Digest.new('sha1')
<zzak> [Ellis Marte, irc.freenode.net] in irb, it says uninitialized constant OpenSSL
<zzak> [Ellis Marte, irc.freenode.net] how do i get access to openssl?
<zzak> [Shannon, irc.freenode.net] wrkrcoop: require 'openssl'
<zzak> [Adædra, irc.freenode.net] require it
<zzak> [Ellis Marte, irc.freenode.net] havenwood: ty
<zzak> [Ellis Marte, irc.freenode.net] i forgot the quotes
<zzak> [realname, irc.freenode.net] oh okay thanks, but I don't wanna use scrapy, I wanted to try it in Ruby. Is there anyway to do simple scraping without importing nokogiri and stuff.
<zzak> [shevy, irc.freenode.net] hmm wasn't there some stock exchange tool in ruby-gnome that would also sync with external data for that
<zzak> [realname, irc.freenode.net] kyrose: you'll definitely want some sort of HTML parsing library
<zzak> [realname, irc.freenode.net] or XML to be more specific
<zzak> [Jonne Haß, irc.freenode.net] HTML != XML
<zzak> [realname, irc.freenode.net] Ruby have that? If not, I have to manually rewirte the http library I guess for this task.
<zzak> [realname, irc.freenode.net] rewire*
<zzak> [Jonne Haß, irc.freenode.net] kyrose: have a look at the mechanize gem
enebo has quit [Quit: enebo]
shinnya has joined #ruby-core
<znz_jp> biff: [ruby-changes:43157] svn:r55231 (trunk): * 2016-06-01 - http://mla.n-z.jp/?ruby-changes=43157
<znz_jp> biff: [ruby-changes:43156] nobu:r55230 (trunk): crypt.c: constify - http://mla.n-z.jp/?ruby-changes=43156
<znz_jp> biff: [ruby-changes:43158] nobu:r55232 (trunk): crypt.c: protoize - http://mla.n-z.jp/?ruby-changes=43158
madgen has quit [Ping timeout: 264 seconds]
<znz_jp> biff: [ruby-changes:43159] nobu:r55233 (trunk): crypt.c: fix size macros - http://mla.n-z.jp/?ruby-changes=43159
madgen has joined #ruby-core
madgen has quit [Ping timeout: 276 seconds]
madgen has joined #ruby-core
sorah__ has quit [Ping timeout: 260 seconds]
shinnya has quit [Ping timeout: 244 seconds]
Laos has joined #ruby-core
<Laos> Hello friends
Laos has quit [Read error: Connection reset by peer]
tax has joined #ruby-core
Laos has joined #ruby-core
Laos has quit [Quit: Leaving]
Aethenelle has quit [Quit: Aethenelle]
madgen has quit [Ping timeout: 240 seconds]
madgen has joined #ruby-core
Aethenelle has joined #ruby-core
madgen has quit [Ping timeout: 244 seconds]
hsbt is now known as hsbt_away
hsbt_away is now known as hsbt
madgen has joined #ruby-core
hsbt is now known as hsbt_away
madgen has quit [Ping timeout: 240 seconds]
Aethenelle has quit [Read error: Connection reset by peer]