Index

Show enters and exits. Hide enters and exits.

00:05:15rueNeat
00:06:06brixenjustin-george: have you installed hpricot before?
00:06:11brixenI don't think it was ever working
00:06:48justin-georgebrixen: yeah I was just curious whether that was an error on my end, or hpricot being retarded
00:07:30brixenlikely hpricot is using a c-api interface that we don't support yet
00:07:38brixenor some internals of MRI that we can't support
00:07:50brixenjustin-george: could you file a ticket?
00:08:03justin-georgebrixen: will do
00:08:09brixenthanks!
01:55:45gmcinnesAnyone about? I'm having trouble getting the mysql gem to compile under rbx. Complaints about Symbol not found: _ULL2NUM. Anyone seen that before?
01:56:34evanhm, that should have been implemented...
01:56:53evanwhat version of rbx?
01:58:04evangmcinnes: ?
01:58:09gmcinnes1.0.0 rc 2
01:58:29evani don't recall when I fixed it
01:58:35evanbut it might have been between rc2 and rc3
01:58:37evani'd try rc3
01:58:43evani see it defined now.
01:58:50gmcinneslet me see what I can do about getting rc3 in rvm
01:59:13evanask wayneeseguin
01:59:15evanhe'll help.
02:12:43brixengmcinnes: you should be using rbx-head with rvm
02:13:03gmcinnesbrixen: that is the rabbit hole I'm descending at the moment :)
02:13:09brixengood :)
02:14:53gmcinnesbtw, you guys kick ass.
02:15:05manveruany updates on the regex options?
02:15:09gmcinnescan't give you enough kudos.
02:15:17evanmanveru: ack! i'll commit it tomorrow
02:15:36evangmcinnes: thanks!
02:15:52manveruevan: thanks :)
02:16:25manveruwasn't there some ffi-mysql now?
02:18:18manveruhttp://bitbucket.org/lyro/ffi-mysql/src/tip/lib/
02:20:25manverudid i ever tell you guys how much i love ffi? :)
02:20:49gmcinnesoh. that is cool.
02:26:17evanmanveru: :D
02:26:22evani'm glad you like!
02:30:26DefilerDamn, ffi-mysql is so nice
02:32:24DefilerDon't know who Frank Fischer is, but he is a pro
02:34:05gmcinnesmy rails app is giving me "Illegal Instruction" when I try and load a page. How can I trace what's going on to try and diagnose?
02:41:12brixengmcinnes: evan is fixing that
02:41:19evan(maybe)
02:41:31evani'm dealing with some crashes now
02:41:44brixengmcinnes: try running with -Xint to disable the jit
02:41:57brixenthat error may be related to cleaning up jitted methods
02:42:04gmcinneswill do
02:44:13gmcinnessame, I'm afraid.
02:44:27gmcinnesgotta go eat. will check in later.
21:22:09rueMan, there is nothing like Tom Lord and Russ Cox having a discussion on HN that ruins/makes one's day
21:41:00BrianRice:)
22:15:19kstephens1evan: I may have some time today to remove the Regexps from sprintf.rb, anything else you suggest while I'm in there?
22:19:21evanwell
22:19:32evanif you're benchmarking it
22:19:37evani'd like to see it
22:21:16kstephens1http://kurtstephens.com/priv/ruby/ruby_code_tweaks/slides/#49
22:21:42kstephens1Its almost twice as fast now.
22:22:27evankstephens1: sweet!
22:22:33evanwhat is the benchmark code though?
22:22:34evani don't see it.
22:23:20kstephens1http://kurtstephens.com/priv/ruby/ruby_code_tweaks/slides/problem/string_formatting.rb
22:24:31evanok
22:24:38evanthats a... very strange style of benchmarking code.
22:25:16kstephens1its generated.
22:26:34kstephens1i know its not pretty
22:26:59evanah. ok
22:27:28kstephens1its generated by this: http://github.com/kstephens/ruby_code_tweaks
22:39:18kstephens1Output from the test run is here: http://kurtstephens.com/priv/ruby/ruby_code_tweaks/slides/measurement/string_formatting.txt