Show enters and exits. Hide enters and exits.
| 00:05:15 | rue | Neat |
| 00:06:06 | brixen | justin-george: have you installed hpricot before? |
| 00:06:11 | brixen | I don't think it was ever working |
| 00:06:48 | justin-george | brixen: yeah I was just curious whether that was an error on my end, or hpricot being retarded |
| 00:07:30 | brixen | likely hpricot is using a c-api interface that we don't support yet |
| 00:07:38 | brixen | or some internals of MRI that we can't support |
| 00:07:50 | brixen | justin-george: could you file a ticket? |
| 00:08:03 | justin-george | brixen: will do |
| 00:08:09 | brixen | thanks! |
| 01:55:45 | gmcinnes | Anyone 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:34 | evan | hm, that should have been implemented... |
| 01:56:53 | evan | what version of rbx? |
| 01:58:04 | evan | gmcinnes: ? |
| 01:58:09 | gmcinnes | 1.0.0 rc 2 |
| 01:58:29 | evan | i don't recall when I fixed it |
| 01:58:35 | evan | but it might have been between rc2 and rc3 |
| 01:58:37 | evan | i'd try rc3 |
| 01:58:43 | evan | i see it defined now. |
| 01:58:50 | gmcinnes | let me see what I can do about getting rc3 in rvm |
| 01:59:13 | evan | ask wayneeseguin |
| 01:59:15 | evan | he'll help. |
| 02:12:43 | brixen | gmcinnes: you should be using rbx-head with rvm |
| 02:13:03 | gmcinnes | brixen: that is the rabbit hole I'm descending at the moment :) |
| 02:13:09 | brixen | good :) |
| 02:14:53 | gmcinnes | btw, you guys kick ass. |
| 02:15:05 | manveru | any updates on the regex options? |
| 02:15:09 | gmcinnes | can't give you enough kudos. |
| 02:15:17 | evan | manveru: ack! i'll commit it tomorrow |
| 02:15:36 | evan | gmcinnes: thanks! |
| 02:15:52 | manveru | evan: thanks :) |
| 02:16:25 | manveru | wasn't there some ffi-mysql now? |
| 02:18:18 | manveru | http://bitbucket.org/lyro/ffi-mysql/src/tip/lib/ |
| 02:20:25 | manveru | did i ever tell you guys how much i love ffi? :) |
| 02:20:49 | gmcinnes | oh. that is cool. |
| 02:26:17 | evan | manveru: :D |
| 02:26:22 | evan | i'm glad you like! |
| 02:30:26 | Defiler | Damn, ffi-mysql is so nice |
| 02:32:24 | Defiler | Don't know who Frank Fischer is, but he is a pro |
| 02:34:05 | gmcinnes | my 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:12 | brixen | gmcinnes: evan is fixing that |
| 02:41:19 | evan | (maybe) |
| 02:41:31 | evan | i'm dealing with some crashes now |
| 02:41:44 | brixen | gmcinnes: try running with -Xint to disable the jit |
| 02:41:57 | brixen | that error may be related to cleaning up jitted methods |
| 02:42:04 | gmcinnes | will do |
| 02:44:13 | gmcinnes | same, I'm afraid. |
| 02:44:27 | gmcinnes | gotta go eat. will check in later. |
| 21:22:09 | rue | Man, there is nothing like Tom Lord and Russ Cox having a discussion on HN that ruins/makes one's day |
| 21:41:00 | BrianRice | :) |
| 22:15:19 | kstephens1 | evan: I may have some time today to remove the Regexps from sprintf.rb, anything else you suggest while I'm in there? |
| 22:19:21 | evan | well |
| 22:19:32 | evan | if you're benchmarking it |
| 22:19:37 | evan | i'd like to see it |
| 22:21:16 | kstephens1 | http://kurtstephens.com/priv/ruby/ruby_code_tweaks/slides/#49 |
| 22:21:42 | kstephens1 | Its almost twice as fast now. |
| 22:22:27 | evan | kstephens1: sweet! |
| 22:22:33 | evan | what is the benchmark code though? |
| 22:22:34 | evan | i don't see it. |
| 22:23:20 | kstephens1 | http://kurtstephens.com/priv/ruby/ruby_code_tweaks/slides/problem/string_formatting.rb |
| 22:24:31 | evan | ok |
| 22:24:38 | evan | thats a... very strange style of benchmarking code. |
| 22:25:16 | kstephens1 | its generated. |
| 22:26:34 | kstephens1 | i know its not pretty |
| 22:26:59 | evan | ah. ok |
| 22:27:28 | kstephens1 | its generated by this: http://github.com/kstephens/ruby_code_tweaks |
| 22:39:18 | kstephens1 | Output from the test run is here: http://kurtstephens.com/priv/ruby/ruby_code_tweaks/slides/measurement/string_formatting.txt |