[06:17] no [06:38] good morning all [07:25] AlanBell: no? [07:31] no I am not still arround [07:31] AlanBell: Yeah, I can see that :P [07:34] good morning [07:35] morning, dholbach! [07:35] hey pleia2 [07:36] Hello dholbach [07:36] Hey pleia2! [07:36] hey nigelb [07:36] hey nigelb! [07:52] dholbach: Any idea why the db on loco.ubuntu.com is very unhappy? [07:52] * nigelb has had plenty of emails [07:57] nigelb, no idea at all [07:57] was there a new release? [07:57] I'd suggest asking in #canonical-sysadmin [07:58] dholbach: I was planning on doing that after talking to mhall119 first. Till then my inbox gets decimated :) === daker_ is now known as daker [09:51] Good morning [09:52] turns out new pain killer knocks me out within 10 mins of taking it and I slept for over 14 hrs [10:03] LoL http://www.apple.com/macosx/whats-new/features.html#launchpad [10:04] also i think the logo is inspired from GC [12:21] daker: GC ? [12:22] doctormo's ground control [12:24] oh.. [12:24] anyone seen https://help.launchpad.net/logo/submissions ? ;) [12:41] Ugh, crud! [12:42] Can anyone take my spot today with community week? [12:42] I'm having a crazy day at work and I don't know if I can be there 100% [12:42] so I need to find a backup if I can't show up [13:05] daker: finding apps on osx without spotlight is one of the things i always hated. and then i learned about spotlight. but srsly Go -> Applications -> *scroll forever* -> click [13:34] nigelb: ping [13:37] jcastro: interesting topic you raised on the mL [15:13] hey, can you all see this url? http://www.google.com/latitude/apps/badge/api?user=-1500431013509492386&type=iframe&maptype=roadmap [15:14] jcastro, are you at Albert Ave with a beer in your hand? [15:15] dholbach: hehe! [15:17] paultag: gangsta ipsum for you » http://www.lorizzle.nl/ [15:19] dholbach: I certainly am! [15:20] jcastro: with regards to endorcement on a candidates wiki page, I try adn go through pages the day before and if I notice a really good wiki page lacking some I do tend to poke people to get a few extra ones. one example last month was a canonical employee and while I know he has done a lot of work he only had 2 endorecements. [15:20] jcastro: granted 1 from mdz and second was from ara so I know both were good, but given the team he was on there should have been more. === jcastro changed the topic of #ubuntu-community-team to: Work Items: http://status.ubuntu.com/ubuntu-oneiric/canonical-community.html || Things to work on (in order): Blueprints and Work Items|| dholbach's channel: http://goo.gl/9xNTd || dpm's channel: http://goo.gl/o2IR5" || Jorge's Roadtrip: http://goo.gl/jA0Y8 [15:22] there [15:22] now you can all keep tabs on me! [15:24] yay [15:24] I love open source stuff, especially when it works so well out of the box :D [15:25] jussi: +1 [15:25] mhall119: Im suprised, Ive never seen a CMS+store have so good defaults :D [15:26] jussi: what project? [15:26] mhall119: joomla+virtuemart [15:32] dpm, ready to hang? [15:32] jono, all set! [15:34] dpm, invite sent [15:46] alright my friends [15:46] I call it a day [15:47] see you all tomorrow! [15:47] HUGS [15:51] wenzel: paultag you're not goign to make it? [15:51] err [15:51] paultag: ^^ === salgado is now known as salgado-lunch [17:15] Any hotshot Java programmers want to become immortal? [17:16] I'm totally 100% stummped by something. Here's a chance to outwit me :) [17:19] paultag: shoot [17:19] mhall119: System.out.println("2 == " + (Math.pow(51, 13) % (77))); [17:19] mhall119: according to my math, and my algorithm, it should be 2 [17:20] but it returns 2 == 70.0 [17:20] oh yeah and WolframAlpha agrees with my math [17:21] so that (51^13) % 77, correct? [17:21] mhall119: fifty-one to the power of 13, modulo 77 [17:21] yessir [17:21] Strange, http://www.wolframalpha.com/input/?i=%2851^13%29+mod+77 gives 2 [17:22] nigelb: that's right. My math is right, and it should be 2 [17:22] sorry nhandler * [17:23] paultag: I'd try breaking it up. Get rid of the Math.pow and replace it with its actual value. Maybe also try removing the () around the 77. I don't have java installed to test things though [17:24] nhandler: tried the paren issue, no luck [17:24] the real number it's self is huge, I can't paste it in [17:24] yeah, do: double superBigNumber = Math.pow(51, 13); [17:24] print that out [17:24] and DOUBLE_MAX is (2-2^52)*2^1023 [17:24] mhall119: it [17:24] mhall119: it's not an overflow, and the Math.pow works as expected [17:24] then double notSoBigBumber = superBigNumber % 77 [17:25] paultag: then % isn't? [17:25] That's what I'm thinking [17:25] but I can't imagine there's that much of an issue with a core operator [17:25] mhall119: this algorithm works for smaller values, so I think it has to be an overflow, but it can't be because it's not that big [17:26] anyone wanna play mhall119 and ask some loco council questions in -classroom for czajkowski to answer to suppliment her talk? [17:26] Let me try a BigInteger [17:26] err -classroom-chat [17:26] paultag: try casting everything as a double before using it [17:27] mhall119: already tried, and changed types to double [17:27] mhall119: fail [17:27] I'm getting ticked off [17:27] paultag: so yer crankytabby then ;) [17:27] OK, I'm going to rewrite with BigInteger [17:27] czajkowski: ♥ [17:27] yeah I am [17:27] paultag: can I ask *why* you're doing this? [17:27] mhall119: org.anized.rsa :) [17:27] mhall119: doing some super-huge prime number work [17:28] mhall119: it works for low primes, but barfs when I start amping it up [17:28] hmmm [17:29] paultag: which JVM? [17:29] mhall119: winblows up-to-date [17:30] you mean Sun/Oracle's JVM? [17:30] or the Microsoft one? [17:30] mhall119: the Sun/Oracle one on Microshaft [17:40] mhall119: stackoverflow solved it. Perscision loss because of a big value. Going with BigInteger is the right solution :) [17:41] IEEE floating point representation? [17:41] mhall119: no, I was using doubles (two of the IEEE floating points mooshed together) [17:42] mhall119: BigInt will just use more memory as values get bigger [17:42] float won't cut it atm [17:42] k [17:42] Now I have to rewrite that using BigInteger, which has the added bonus os leaving out decimals [17:42] which rulez [17:49] \o/ [17:50] my launchpad patch works after 2 to 3 days of trying to get it to work. === salgado-lunch is now known as salgado [18:20] why are you hacking on Launchpad instead of summit? [18:21] :P === daker is now known as daker_ [19:16] http://epfsug.eu/blog-entry/unity-hit-parade --> if anybody needs a presentation about Unity, (ubuntu-be's) Wouter's Inkscape/Sozi-based presentation got some real attention ☺ [19:17] the presentation itself: http://techprojectmasters.com/EPFSUG/unity.svg [19:58] mhall119: I'm hacking on bits that are relevant for UDS. [19:58] mhall119: Just got the subscribers to a blueprint sorted alphabetically [19:58] nigelb: can you add the ability to call the API using only the identity URL? [19:58] that would be great [19:59] mhall119: I didn't understand what you meant, which probably means I don't know enough to do that. [19:59] Most of my fixes have been one line fixes followed by 20 to 30 liens of test cases [20:00] nigelb: a way to access LP data about a user given their SSO ID only, not their LP profile username [20:03] mhall119: I wouldn't dare touch that bit. [20:03] Its painful. [20:03] There's probably stakeholder stuff there. [20:11] popey: thanks :) [20:11] heh [20:11] sorry for messing things about [20:11] figured it was best [20:13] is it a case of #blamepopey :) [20:14] probably [20:14] usually is [20:14] no, he saved us <3 [20:16] oh jolly good [20:22] #praisepopey [20:27] * popey falls over [20:31] #raisepopey [20:32] * popey burns [20:32] #extinguishpopey [20:36] * popey fizzes [20:39] I'm not sure how to respond to that one [20:39] #verbpopey [20:39] #+qpopey :P [20:40] k. bed. later. [20:41] lol [20:41] late night eh nigelb? [20:51] jcastro: that is some long winded thread you've started sir! [21:08] 03 [21:09] oops :/ [21:16] seems Glee did a version of the twisted sister song