[00:05] http://arstechnica.com/business/2014/03/github-puts-founder-on-leave-kicks-wife-out-of-office-after-harassment-claim/ [01:38] cmaloney: started to review apps. Appreciate your thoughts at CHC if you get time before then to peek at them. [01:38] this is going to be so tough. There's 4 or 5 people I really want to support. [01:56] rick_h_: Sure thing [01:56] cmaloney: cool thanks [01:57] cmaloney: I know at least a couple more are on the way. Wheee [01:57] Though my thought is the one that couldn't be bothered to fill out anything is pretty much a non-starter. [01:57] ;) [01:57] cmaloney: :) well it says WIP at the top [01:57] they're allowed to submit and work on it over time [01:57] The whole thing is a WIP. ;) [01:58] yea, noticed that [03:21] "findafireanddieinit, check out our new terms of service and how we're integrating with LinkedIn" [03:23] (from Slideshare) [03:29] cmaloney: is there one of smoser *with* an audio fix? https://www.youtube.com/watch?v=Ps-nJKPlitk [03:29] * greg-g hasn't watched yet, but worried [03:30] oh, "autofix" [03:30] what? [03:34] autofix I think tries to do som ebasic fixing... [03:35] James might know more about how that works [03:35] I haven't played with it, so not sure. [03:35] * cmaloney sticks to audio. :) [03:35] just confused why the title had that in it [03:36] Not 100% sure, but I think it was something that Google did to try to correct some algorpthmic flaws. [03:36] huh [03:36] shakycam, white balance, audio perhaps? [03:36] * greg-g shrugs [03:36] Again, using my butt-voice. [03:36] (aka talking out my ass) [03:37] :) [03:37] * greg-g downloads anyway [03:37] "git-annex addurl https://www.youtube.com/watch?v=Ps-nJKPlitk" ;) [03:37] youtube-dl :) [03:37] yeah, git-annex uses quvi, no idea what's different between them [03:39] I can tell you one difference: I'll remember youtube-dl sooner than quvi [03:43] I don't need to remember it ;) [03:43] but yeah [12:14] morning [12:14] morn [12:14] sleepy tues [12:16] yep [12:18] tired this morn [12:19] yea, same. Doing code reviews at 10pm is wearing [12:19] starting at the coffee shop catching some run rise to hopefully help [12:47] morning everybody [12:47] rick_h_: did you see i got the logger running on a domain that doesn't have 'dickweed' anywhere in it [12:47] mrgoodcat: hah didn't see the update but saw the original :) [12:48] mrgoodcat: I appreciate the update. Let me know if you need some dns <3 [12:48] it's running on logs.dyladan.me right now [12:48] happy to create a CNAME or something [12:49] i already set up the vhost to accept logs.bmark.us if you want to cname that to logs.dyladan.me [12:49] the bmark domain is a little more official than my personal one [12:49] sure thing [12:50] updated [12:52] when does GSoC application window officially end? [12:52] got to be soon [12:52] 21st? [12:52] * rick_h_ goes to look [12:52] yea, 3pm the 21st [12:54] longer window than i'd have guessed [12:54] yea, 2 full weeks to submit apps [12:55] i wonder if alexm92 will be the last hopefull to filter in [12:55] hopefully, it's hard enough [12:55] i doubt it [12:56] especially since bookie is a pretty small project, when it becomes apparent that the big projects aren't available anymore i think people will filter down to the smaller ones [12:56] which they don't realize are already pretty much locked dosn [12:56] down* [12:56] well I hope they'll move upstream since they'll have more room/resources [12:57] yea, I mean it's a sucky system because of the overload initially [12:57] but the folks that got in early and got their patches and names in have the edge [12:57] coming around now is just a waste of time tbh [12:57] i don't think that's such a bad thing. it promotes good work ethic and dedication [12:58] well but it gets them going nuts so off the gates they don't stop and think much about what they're doing/etc [12:58] and swaps mentors hard [12:59] yea. if you do it in the future it might be worth making a single pull request part of the application process. "I will only accept one pull request per candidate until applications are over so make it count" [13:00] it would promote making detailed and well thought out pull requests [13:08] I'm struggling a bit and maybe one of you can help me. I'm reading IRC protocol from a stream socket. IRC commands are terminated by \r\n. Sometimes, especially when I just connect to a server, multiple commands will be in a single recv. Am I better off going with a small buffer and reading each individual command from the stream one at a time, or a large buffer that will grab a bunch and then processing those [13:23] i figured out a good way to do it. nevermind [13:27] Good morning [13:27] again. ;) [13:27] moin cmaloney :) [13:33] i gave up and started drinking heavily yesterday, after I wrote about that slow django. :) [13:34] good morning ya'll [13:37] lol good morning [13:48] jrwren: Jej [13:48] heh, even [13:48] Apparently I'm speaking Norwegian. ;) [13:54] cmaloney: where did you get those arabic characters? [13:54] off by one error today [13:54] mrgoodcat: ? [13:55] maybe that wasn't you [13:55] when trying to break the bot [13:55] Heh. I went to my podcast page (Open Metalcast) [13:55] Those were Cyrillic. [13:56] .Шитрок by Оргия Праведников from Шитрок [14:21] good morning fellow michiganders [14:36] why doesn't pyflakes warn that iteritems is deprecated? [14:36] it's iter(dict.keys()) now i'm pretty sure [14:37] Havenstance: Good morning [14:37] or you can just say "for k in d.keys():" [14:37] if you're using a for loop [14:37] keys is not iteritems() [14:38] er [14:38] items [14:38] sry [14:38] its viewitems now, but my question is why pyflakes doesn't warn me about it. [14:39] oh [14:39] not sure [14:54] Yay, duplicity backup finally finished. [14:54] lol [14:54] i did my initial backup over esata [14:54] then moved it to a network location [14:54] mrgoodcat: This is USB3.0 local [14:55] so not too horrible but slower than I thought it might be. [14:55] how big? [14:55] just under 2TB. [14:55] how long did it take? [14:55] Um... about 24 hours. [14:55] So actually that's not too bad. [14:55] jrwren: isn't it only deprecated in py3? [14:55] Considering it's compressed as well [14:55] yea. mine was like a week [14:56] jrwren: I thought it was still in 2.7 and since it'll never be upgraded there no deprecation issues there [14:56] I don't think I'm backing up the same amount of data as I was under rdiff either. [14:57] rick_h_: yes py3 only [14:57] rick_h_: it doesn't exist in py3 [14:57] so I'd consider it deprecated in py2 :) [14:58] cmaloney: mine was like 7 TiB [14:58] jrwren: right, but why would pyfakes give you warnings for py3 stuff? [14:58] why wouldn't it? [14:58] jrwren: I mean does it correct yuor print, exceptions, etc? [14:58] python3 is the future, right :) [14:58] ~pyfakes~ [14:58] mrgoodcat: Damn. :) [14:58] I'd like it to do those things. [14:58] i have a huge movie and tv library [14:58] yea, ok. So your concern is "why isn't pyflakes pointing out py3 incompat code" [14:58] rick_h_: yes [14:58] i actually don't back it up anymore though [14:58] jrwren: not so much "why isn't it yelling about iteritems" [14:59] rick_h_: yes, I guess so. [14:59] maybe its a python-mode option or something [14:59] i had to add my backup storage to the raid 6 because i ran out of main storage [14:59] mrgoodcat: I never got into storing video. Though I have 1TB dedicated to music. :) [15:00] i'm not sure how much of mine was music [15:00] but i deleted it all [15:00] google music has completely replaced my local library [15:00] Bah, that's all compressed. :) [15:00] FLAC or get back. [15:00] and google movies with netflix is slowing down my video storage as well [15:01] my uncle is an audio engineer and we've had many discussions about audio codecs and such. the end result of which was, if you aren't in a studio you probably can't even tell the difference [15:02] Right. But I still rip FLAC, but I don't get into the high bitrate nonsense. [15:02] besides, its so convenient [15:02] But I can tell the difference between FLAC and mp3 [15:02] too high bitrate can actually degrade your sound quality instead of raising it [15:02] Yep. I watched the Monty / Xiph video. :) [15:02] Unless you're bouncing tracks it doesn't make sense. [15:03] you have to have a certain quality listening environment to be able to tell with the newer encodings [15:03] Which is why I have to laugh at the Pono nonsense. [15:08] rick_h_: you went to gr on the wrong weekend. http://grdevday.org/Home.aspx is this weekend [15:09] cmaloney: i'm probably within 12 months of taking my RAID array offline [15:09] although i may be less that that away from a few disk failures. [15:09] i'm surprised it hasn't gone yet to be honest [15:10] cmaloney: oh pono [15:42] I think some new drives are in my future. [15:42] ditto [15:42] 95% on two of my 1TB drives. [15:42] and my 2TB backup drive is at 89% [15:42] oh, mine is for "more copies makes me happier" reasons [15:43] I need to convince JoDee that a NAS is in my future. ;) [15:43] cmaloney: You need a rack in the basement [15:43] brousch: I need a basement [15:43] yikes [15:43] That's more important at the moment. :) [15:43] my 2x2tb RAID1 is only at 600 gig used, but I want to do a cycling backup of it with 2 drives. bringing one to the office each week [15:44] I'm surprised how expensive 2TB of offsite storage is. [15:44] Amazon S3 ain't cheap. [15:44] huh? [15:45] $163 per month for 2TB if I'm understanding properly. [15:45] cmaloney: I'm using glacier for my photos, not bad, obviously only for "oh shit the house burned down" situations [15:45] I think you've missed some calculations there [15:45] rick_h_: I have NFC what I'm doing. :) [15:46] greg-g: Yeah, I'd like to use Duplicity with Amazon Glacier but there's apparently some tricks to get that working. [15:46] I see 170 for 2tb on S3 [15:46] cmaloney: nvm, guess you're right [15:46] https://aws.amazon.com/s3/pricing/ [15:46] .085 * 2000 = 170 [15:47] Yeah, at that rate I may as well get some drives and call it a day. [15:47] cmaloney: I missed a 0 on my initial in the head math [15:47] you have full 2TB of unlosable info? 2000GB? [15:47] rick_h_: No worries. I was hoping I was wrong, honestly. :) [15:47] def, that's the cost of 2x2tb (well, $200 is) [15:47] * rick_h_ is just a simple guy I guess. [15:47] I have 2TB of stuff that I'd rather not replicate [15:47] 1TB of music (purchased and ripped) [15:48] I mean my NAS has 1.5TB of stuff but that's like 4 years of backups [15:48] and about 400GB of pictures / projects [15:48] the really important stuff? Photos and Videos I took over the years: 158.32gigs [15:49] all in glacier [15:49] yea, but that's .158 TB vs 2TB [15:49] so yea, I'd stick the music in glacier I suppose [15:49] I have all of the podcast stuff in my projects directory and that takes up space. [15:49] Yeah, and that may be the smarter way to do [15:49] go [15:49] or get that Google storage, that was 2TB for $1.99/mo? [15:50] since I don't care about encryption on the music. [15:50] http://readwrite.com/2014/03/17/google-drive-pricing-plans-drop-cloud-rivals-breakdown#awesm=~oySD6vIApskxQR sorry $2/mo for 1TB [15:50] not sure if there's a good way in linux to fill/get at it [15:50] Still, $4 a month is not horrible. [15:51] who wants to know the worst part of 14.04 trusty, the greatest ubuntu ever?!? [15:51] jrwren: I'm game [15:51] jrwren: You have nothing to bitch about? [15:51] hah [15:52] he'll find something (see?!) [15:52] ;) [15:52] no python 3.4 === mrgoodcat is now known as testtest3 === testtest3 is now known as testtest33 [15:52] python 3.4 released yesterday === testtest33 is now known as testtest333 === testtest333 is now known as mrgoodcat [15:52] jrwren: :/ yea that's a sadface [15:52] so trusty is worthless! [15:52] means no asyncio in an LTS [15:52] huh, bad timing [15:52] brousch: no!!! [15:52] fuckit. I'll wait for 16.04 [15:52] rick_h_: exactly! [15:53] So you'll have to side install [15:53] the no asyncio in an LTS is a bummer. [15:53] boo hoo [15:53] cmaloney: true [15:53] I'm with you jrwren, it's a big deal to python folks and people that deploy on servers [15:53] blame the python developers for not getting 3.4 out sooner. [15:53] lol [15:53] bastards. [15:53] ;) [15:53] This is unacceptable. Windows 8.2 will definitely have Python 3.4 bundled [15:53] i don't blame anything. Both are excellent releases. [16:04] brousch: nut-uh. [16:06] lol windows 8.2 is more likely to have NSA.exe 3.4 bundled [16:06] I'm pretty sure it also comes with who_would_use_me?.exe v3.4 [16:08] * mrgoodcat wonders how long it will be before people lease laptops like cars [16:08] Micro$oft and crApple would be so happy [16:09] oh, we're sorry, you've violated the terms of service by installing linux and your desktop is being reposessed [16:15] most corporate organizations do exactly that, and have done so for years. [16:15] where you been mrgoodcat ? [16:16] ok http://www.youtube.com/watch?v=QrqZl2QIz0c is kind of cool [16:16] i'm not surprised [16:16] <3 my pebble steel [16:25] great ad, if only it actually worked that well. [16:26] oh fuck that ad... a dad can't bathe his kid without checking a bball score. way to live in the moment douchebag. [16:27] I can't cook without checking my twitter feed. ;) [16:28] jrwren: heh, he's there vs in front of the tv and getting them involved. I'll take it [16:30] yeah, i phone in parenting too [16:32] Honestly I don't have much of a problem with that ad. [16:34] .t [16:34] DUde already has split attention about the game vs. kid rime [16:34] time [16:34] so he's better managing kid time vs. game time [16:35] I was seeing if bookiebot would give me the time [16:35] 12:35 [16:35] ;) [16:35] Im setting up a bot on my #smlr channel [16:35] * tony-smlr g [16:36] bookiebot is a wip [16:36] bookiebot: help [16:36] .help [16:36] claim echo func help list pull release relist sleep [16:36] .sleep [16:37] slept ten seconds [16:37] ubuntulog2: hello [16:38] I think that one is just a straight logger [16:38] yea, ok [16:39] tony-smlr: Which bot are you playing with? [16:39] (for #smlr?) [16:40] yea, I setup jenni [16:40] its a fork of phenny [16:40] http://is.gd/CPStvK [16:41] .beats - Returns the current internet time [16:41] its kinda cool, there is AI and will respond in coversation [16:41] Man, that never took off the way it should. :) [16:42] I don't know what it is... internet time? [16:42] http://en.wikipedia.org/wiki/Swatch_Internet_Time [16:42] it was a misguided attempt for giving everyone something that wasn't UTC that everyone could coordinate schedules. [16:44] Problem was it was about as useful as planning around a UNIX time stamp [16:44] that seems cool like the difference between metric and sae [16:45] It was an interesting idea, but breaks down because none of the other measurements are decimal [16:45] So one day = 1000 beats, but 1 hours is 41.6 beats [16:45] and a minute is 0.694 beats. [16:46] so it gets rather tedious [16:46] yea, I can see that [16:46] so mid-day is 499.9999999999999999 [16:46] ;) [16:48] http://en.wikipedia.org/wiki/Nation1 [16:48] Apparently this uses BMT as its official time [16:49] Man, to be in the internet of 1999 again [16:49] 1990s rather [16:51] ok, got to go... [16:52] latereness. Have fun! [16:52] (but you don't have to do if you don't want to. :) ) [16:55] i walk away for 20 minues and miss an entire conversation about my bot [16:55] wtf [16:56] mrgoodcat: This is why you need to have a watch with IRC on it. [16:56] i have irssi notifier [16:56] but i was at lunch [16:58] you must never leave! [17:00] haha [17:00] rick_h_: curse you and this sqlalchemy [17:00] alchemy is exactly what it is [17:00] What's up with sqlalchemy? [17:01] other than it's the most fun you can legally have with a database? [17:01] RoR just makes it so foolproof. i can teach someone to make a model and store it in a db in like 4 minutes [17:02] cmaloney: you should move to CA and have more fun! [17:02] in 6 minutes you can have ownership relationships too [17:03] sqlalchemy gives you a little more control at the expense of being more verbose and requiring a little more legwork [17:03] mrgoodcat: if you're having issues you're doing it wrong [17:03] i'm not [17:03] :) [17:03] what extra legwork? Creating a db session? [17:04] no. it just takes a bit longer to learn [17:04] oh yea to get all of it sure [17:04] but it's a usable db layer in return [17:04] vs all the AR crap [17:04] you don't like activerecord? [17:05] no, despise it. It teaches devs to be db lazy and they complain that SQL is broken when it's not [17:05] AR is like giving someone a chromebook and tell them they're computing [17:05] hey [17:05] i have a chromebook [17:05] you're web browsing...welcome to the computer party [17:05] right, and do you compile code on that chromebook? edit dvds? etc? [17:05] um yes [17:06] you can do some tasks on it, but it's limiting [17:06] ok fine...chromeos [17:06] lol [17:06] :P [17:06] the new haswell chip in it performs surprisingly well actually [17:06] AR is the chrome-os'ing of database development [17:06] i was amazed at how fast it compiled my custom kernel [17:07] you know, for a $200 11" netbook [17:07] you too can have a crappy screen, crappy keyboard, and no storage space! [17:07] :) [17:07] yea i know [17:07] that does bother me a bit [17:07] the keyboard i've gotten used to [17:09] and i'm waiting for one of these in the mail http://www.amazon.com/MyDigitalSSD-Super-Cache-Solid-State/dp/B00EZ2E8NO/ref=cm_cr_pr_product_top [17:09] mrgoodcat: write an AR layer on datamapper. its not difficult. [17:09] 128GB [17:10] jrwren: you're missing the point. i'm not saying AR is better or that sqlalchemy is worse. i'm saying rails was unmatched for quickly prototyping ideas [17:11] obviously i'm not going to be writing an irc bot using ruby on rails [17:11] and i already wrote one with ruby [17:12] i disagree, strongly. [17:13] IMO what you already know is easy, and what you don't know is not. [17:13] I never got good with rails, adn so prototyping ideas was never fast or easy [17:13] but I was/am super fast at doing that with C# [17:50] greg-g: umm, I'm not sold on that blog post. Huh? People that send email to gmail using students are suing? [17:50] it seemed to hop around from processing messages for ads, to users aside from ads, to consent from email originators? [17:52] rick_h_: All users of gapps for education are having their emails/etc scanned to produce profiles of them. This goes again what was agreed to by the Universities (I believe) when switching to gapps. University email is kind of sacred, and professors/etc shouldn't have to worry about a third-party for-profit making a profile on their communications. [17:52] greg-g: ok but was there a clear violoation of agreed terms? It seems the post was heading there but then backed away [17:53] not sure, not sure that agreement is public (which it yet another stupid part of the deal) [17:53] ok [17:54] there are some of us that say, even with this being in the agreement/was done with open eyes, it shouldn't have been done as it creates a bad precedent for university email and what can be used against professors [17:54] we already have one professor at UMich who is incendiary (forget his name, did a lot with the middle east), and if he used gmail or gapps, he would be putting both himself and others at potential risk if google had another flub (accidental) where they showed who you emailed most often publicly. [17:55] yea, I'm all for raising the veil and such but it seemed the only firm things were you could not turn off email processing because it was required by featured provided (aside from ads) and people outside the org using the apps service were suing [17:55] gotcha, so using institution email at a public U is considered a bit of a safe haven? [17:55] * rick_h_ isn't up on prof email practice/etc [17:55] but finds this interesting [17:56] yeah [17:56] it has been historically [17:56] universities and professors have a really special relationship [17:56] universities can't tell a prof what to research or not research (well, not any good university) [17:57] (once they have tenure) [17:57] so, academic freedom is at question here [17:57] if a prof's actions are chilled because of this, that's bad [17:57] "chilling effects" [17:59] BAM! https://github.com/jrwren/homebrew/commit/9c732081726cad49aae6686c056f2770cec683b2 [17:59] :) go jrwren [18:02] if only I could make a pull request, but that is too much work, cuz I'm a lzy lazy dev. [18:04] i'm sure someone else will do it [18:04] yes, but I decied it should be me. or that I should at least TRY to send pull req [18:04] good change for me to learn more about git. [18:05] good for you [18:05] and it wasn't even difficult, cuz git is awesome. [18:06] https://github.com/Homebrew/homebrew/pull/27669 [18:07] oh blah, there was already a pull req https://github.com/Homebrew/homebrew/pull/27636 [18:13] greg-g: Sick thing is JoDee's been told in no uncertain terms that students should be using their uni accounts to email her [18:13] one of which is gapps, two of which are Outlook (which is unusable under Linux) [18:14] s/uni/college/ but you get the idea. [18:16] i was told the same thing. [18:16] its a stupid, but understandable policy [18:17] cmaloney: :( [18:17] Agreed, but interesting in light of gapps and the whole discussion above. [18:17] for students and admin its a different issue stemming from FERPA. [18:18] worst. named. policy. ever. [18:19] FERPA says its a crime to even confirm or deny a students enrollment, so the schools attempt to claim that school email the only "secure" way [18:19] any other email account might be compromised and would be a violation of ferpa to discuss student status [18:20] ferpa is once again a policy enacted by folks who don't understand education [18:20] JoDee can't even discuss grades with students. [18:20] which is really interesting given our state of "give up your password" so we can probe your computer. [18:20] jrwren: exactly. [18:20] cmaloney: how old are her students? [18:20] 18+ [18:20] why can't she discuss grades? [18:21] rarely will she get one under age [18:21] even under age, if they are college level, ferpa applies. [18:21] jrwren: she can't over email that isn't controlled by the school [18:21] oh, right. [18:21] not just grades, should not discuss any course work. doing so would imply a student is enrolled, which is a ferpa violation. [18:22] and again, stupid. [18:22] Much like SOX. [18:22] problem: Enron [18:23] solution: Handcuff every company so nthing like tht can ever happen again. [18:40] what else would you do cmaloney ? have accountants and CEO go to jail?!? [19:04] for the record: i DO want them to go to jail. [19:04] ... [19:04] things like this are why I have high hopes for ubuntu phone & tablet: http://www.macrumors.com/2014/03/18/itunes-beta-local-syncing/ [19:05] ubuntu one is cool and all, but the prospect of open source phone and tablet mean I could write code and make it use owncloud or whatever if I wanted. [19:07] Why couldn't you do that with an Android app? [19:11] cuz android sucks. [19:11] and I hate it. [19:11] and java sucks [19:11] and dalvik sucks [19:12] and google is evil empire and cannot be trusted. [19:12] are there any good android open source apps? [19:12] ... subsonic media player is good, I suppose. [19:12] are there any good android open source apps for email and calendar? [19:13] https://f-droid.org/ [19:13] brousch: nice! I need to check this out [19:14] This is supposedly the second best email client (behind Gmail's) https://f-droid.org/repository/browse/?fdfilter=k-9&fdid=com.fsck.k9 [19:14] I'm not sure about calendar' [19:17] jrwren: Andr Replicant is an Android OS for the freetard-lover http://en.wikipedia.org/wiki/Replicant_(operating_system) [19:20] that is great, I still dislike the underlying technology used to build it (java/dalvik) and the bastard android userspace. [19:20] again, all reasons why I have high hopes for ubuntu mobile stuff [19:23] jrwren: I'm not a huge fan of SOX. I think it's entirely too much overhead [19:23] jail for fraud, definitely [19:23] Still gobsmacked that there have been no heads rolling for the financial crisis. [19:24] cmaloney: why would they? those who would prosecute are bought and paid for by the criminals [19:25] again, gobsmacked. [19:38] things I didn't know about python2: http://legacy.python.org/dev/peps/pep-3113/ [19:38] :) [19:59] i've been hearing a lot about python3 lately. I've not heard much about this: https://wiki.openstack.org/wiki/Python3 [20:07] http://moto360.motorola.com/ [20:07] rick_h_: ^^ [20:07] cmaloney: been looking :) [20:07] heh [20:08] now is this lenovo or google moto? [20:08] I'd assume it was Google Moto when developed. [20:09] but not sure if it's Google or Lenovo Moto that's releasing it. [20:09] ie: Is it something that should have been strangled in the crib and being released or is it awesome. [20:14] Someone in $company just sent a .docx file containing (I shit thee not) just a URL. [20:15] I'd like to issue a Microsoft-abuse citation [20:28] greg-g: about MeritMail... that's what we're on now [20:28] personally, I favor stay on it because I like our email being on our platters, but I get the feeling that's not what will happen [20:28] #awkward [20:29] hah [21:30] God, I fucking hate Ruby. [21:30] ore more correctly: rvm is a real pain in my ass. [21:35] we're hiring a ruby dev [21:35] :) [21:39] cmaloney: heh john ping'd me about my talk [21:39] cmaloney: you need to turn the board of doom into a kanban board :) [21:39] rick_h_: yeah, he mentioned it to me [21:39] cmaloney: gave him the book to go read [21:39] cmaloney: heh, good luck! [21:39] I'm not 100% convinced it'll work for us [21:39] yea, too isolated, not enough team [21:39] Mostly because our devs aren't 100% interchangable. [21:39] Right [21:40] maybe something will get nicer, if only the WIP tracking and such [21:40] same here :/ [21:40] We're little silos with some overlap with John [21:40] rick_h_: ++ [21:40] some way of at least opening up things a bit [21:40] visibility is good [21:40] I'm working on installing Redmine 2.5 at the moment. :) [21:40] hah sorry [21:40] Yeah, that's really where I want us to land. [21:41] Knowing how much we're trying to eat at one time [21:41] we don't hve that. [21:41] Phabricator! [21:41] wheeee [21:42] phuck that. [21:42] http://fab.wmflabs.org/ [21:42] ;) [21:42] our test instance of it [21:42] down atm? [21:42] if you request an account, I'll approve, it's a throw away instance [21:42] oh lol [21:43] we're migrating our OpenStack cluster from one DC to another... this must be currently migrating over the tubes [21:43] lol [21:43] hah [21:43] Looks AMAZING! [21:43] :P [21:43] greg-g: you sure know how to demo :P [21:43] It's like a 404 page, but not even there. [21:43] ;) [21:43] :) :) [21:43] it's SIMPLE! [21:43] that's hard to do man [21:43] see! we're right on track! nothing to do! [21:44] It's a GANTT CHART FOR THE MIIIND! [21:44] * rick_h_ starts chanting about "mission accomplished!" [21:44] ok, gone on too far. /me is brain melted after another busy crazy day [21:44] interviewing is hard [21:44] * rick_h_ would rather be coding [21:45] :) [22:19] ji [22:19] hi* [22:19] left my laptop at work D: [22:36] mrgoodweb sorry to hear that. i leave mine there every day. :-P [22:36] i don't ever leave it at work [22:36] your personal laptop? [22:36] mine is work issued and i leave it locked in the desk [22:36] *shrug* [22:46] yes personal [22:46] i'm quite upset about not having it [22:46] my project is on it and i was in the zone [22:47] now i can't work on it until tomorrow [22:47] ugh i'm sorry [22:48] can you go back and get it? [22:48] possibly after class [22:49] but i can't leave school until ~10 [22:54] ugh [22:54] rebooting for a game... :) see everyone later === mrgoodweb is now known as mrgoodcat