[00:03:40] * jorm is watching "Superman Returns" and building icons for Brion. [00:34:16] A big SB in gold-outlined red diamond shape? [00:38:50] man. this dice shape i got sucks. [00:39:02] i really don't want to make my own, though. pain in the ass. [00:39:30] hah [00:39:35] make a new one! [00:39:51] i made a vector of the puzzle btw [01:23:47] oh. the puzzle thing is already a vector. [01:24:36] you dint give it to me :) [01:27:22] Amgine: I think the Brazil event is in an early stage of planning [01:27:35] signing off [01:29:53] jorm: do you want some version of the gradient? [01:30:05] yes please. [01:30:14] how? [01:34:58] i'm not sure. you have yours in illustrator? [01:35:55] yes [03:57:48] * yuvipanda reads scrollback and does a +1 on mapquest OSM [03:57:58] it's not mapquest, it's just their rendering of OSM tiles [07:55:44] tfinc, we have a mobile action=parse, at least for non-JS mobiles, whee [08:11:21] MaxSem: nifty [08:27:27] MaxSem: does that give me pure HTML? [08:27:44] yes [08:28:07] ok , i just released Wikipeida iOS 2.2.2 to the app store [08:28:13] minor bug fix for external links [08:28:35] e.g. api.php?action=parse&page=foo§ion=3&mobileformat=html [08:28:35] yuvipanda: we have two really old pull requests [08:28:39] https://github.com/wikimedia/WikipediaMobile/pull/130 [08:28:43] https://github.com/wikimedia/WikipediaMobile/pull/129 [08:28:52] yuvipanda: any reason to not merge them? [08:31:19] tfinc: 1st - because there's a jquery/zepto issue in that part of code and I don't want to touch that until that is resolved [08:31:29] tfinc: second because I haven't gotten the iOS build works [08:31:32] k [08:31:48] yuvipanda: put in a comment then [08:32:00] so that the submitters can know whats going on [08:32:03] espeically plancalculus [08:32:05] since he's niew [08:32:08] tfinc: astagi knows but plancalculus doesn't [08:32:09] good idea [08:32:44] I need to decide on parse options: should there be a separate option for collapsible sections, or general information about JS support would suffice? [08:33:04] yuvipanda: get debloper on irc [08:33:15] tfinc: yes when he's here [08:34:50] * tfinc braves building the blackberry playbook version of Wikipedia Mobile [08:35:08] "Thank you. Your request has been submitted for processing. You should receive your BlackBerry Code Signing keys within 2 hours" [08:35:14] are they kidding me? [08:35:16] 2 hours? [08:35:18] wtf [08:35:26] how is RIM still in business ? [08:39:14] ok .. maybe i can just do this in ripple [08:45:57] tfinc: RIM is still in business? :D [08:46:06] but hmm, they give us free toys and we bitch about them [08:46:08] i see their ads right outside [08:46:10] sounds like developers :) [08:46:41] i'm at a dead stop for using the playbook app [08:46:44] i have ripple [08:46:47] but not the sdk [08:46:50] 200+megs [08:46:57] which'll be fun over this network [08:47:06] hopefully the'll send me the dev keys sooner then my download [08:47:09] tfinc: :D [08:47:17] yuvipanda: how goes android hacking ? [08:47:23] tfinc: did you see the visual changes devlops made? [08:47:31] yeah, he showed me [08:47:33] their really nice [08:47:36] he's coming on IRC soon though [08:47:59] tfinc: the opacity bit was nice, but we're like completely changing our color scheme [08:48:20] next stop .. color schemes ? [08:48:21] :D [08:50:29] Debloper: welcome! [08:50:37] set this channel on auto join :D [08:50:52] and follow us on @WikimediaMobile on twitter :D [08:51:08] yuvipanda: we should publicize @WikimediaMobile more [08:55:37] tfinc: thanks! Of course, I'm gonna be regular. ;) [09:15:22] "/home/deb/Dev/android-sdk-linux/tools/ant/build.xml:589: Execute failed: java.io.IOException: Cannot run program "/home/deb/Dev/android-sdk-linux/platform-tools/aapt": java.io.IOException: error=13, Permission denied" ---even when run as root [09:15:24] any idea? [09:15:53] * Debloper could seriously use some help! [09:21:38] Debloper: mm, chmod a+x /home/deb/Dev/android-sdk-linux/platform-tools/aapt ? [09:21:54] #wildguess [09:22:16] au: tried, fails :( [09:22:42] i've also tried chmod to execute all files under sdk/ [09:23:31] adding to PATH, both platform-tools & JDK <- check! [09:24:23] au: tfinc: yuvipanda: any idea if sun-JDK is mandatory, instead of open-jdk (that I have)? [09:24:39] mm, does simply running it from commandline work? [09:25:10] au: running which one? [09:25:43] aapt... also it might be necessary to set JAVA_HOME to sun's SDK as you said, as per http://stackoverflow.com/a/8693384 [09:25:52] <- never really worked with openjdk, so isn't sure [09:26:16] * Debloper is trying... [09:28:50] * MaxSem wonders how MF will explode when WMF will switch to HTML5 instead of XHTML [09:29:48] au: "/home/deb/Dev/android-sdk-linux/platform-tools/aapt: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory" whereas, ls -al gives the file in list. #weird #whyThisHappeningToMe :-/ [09:30:28] ahh. x64 system? [09:31:21] might need "sudo apt-get install libstdc++.i386 libgcc.i386 glibc.i386 glibc-devel.i386" (or equivalent on your distro) [09:31:36] e.g. "yum install ld-linux.so.2" [09:32:17] Debloper: openjdk is fine [09:32:26] permission denied means you don't have the +x bit set [09:38:14] au: have any fedora equivalent for those packages? [09:38:24] * Debloper tried searching, not helping. [09:42:45] I thought yum is for fedora? [09:42:49] Debloper: sudo yum install libstdc++.i386 libgcc.i386 glibc.i386 glibc-devel.i386 [09:43:35] au: No package libstdc++.i386 available. No package libgcc.i386 available. No package glibc.i386 available. No package glibc-devel.i386 available. [09:43:53] ok. ld-linux.so.2 not available either? [09:44:06] au: the package-manager isnt' the problem, the packages are. :-/ [09:44:08] oh, perhaps 686 not 386. [09:44:30] "yum install glibc.i686 glibc-devel.i686 libstdc++.i686" etc [09:44:32] au: it is! [09:44:36] yay! [09:44:45] * Debloper missed it, in lines :-/ [09:50:56] au: "/home/deb/Dev/android-sdk-linux/tools/ant/build.xml:589: null returned: 127" rats! [09:51:17] fails at the same line, but with diferent whine. :-| [09:54:54] well, if aapt runs by itself it's an improvement... [09:55:35] does aapt say anything more above the build.xml line? [09:56:26] e.g. xml error, invalid resource directory name, anything [09:58:32] sorry I need to afk a bit running errands... bbiab [10:07:47] Debloper: https://bugzilla.wikimedia.org/show_bug.cgi?id=32070 [10:08:13] Debloper: https://bugzilla.wikimedia.org/show_bug.cgi?id=33950 [10:09:14] au: np, thanks for all the helps! [10:31:07] yuvipanda: I guess, a bin-icon will be best for the clean-history. [11:33:40] yuvipanda: can you please pull the changes and build once when you got time? Need to see how it's coming out on a device. [11:39:13] seriously .. wtf RIM .. still nothing [12:28:20] yuvipanda: wanna bother you again, can you please rebuild with new changes & check the history?