[00:04] rick_h_: 1st para under Complications "the celery tas3k" [00:07] widox: ty [11:33] morning [11:35] yes [11:37] bah, I hate saying 'ummm, no' in pull requests. [11:37] it's nice to get some, but ugh [11:41] What's wrong with it? [11:41] well the one is done the way I'd like and his response is 'well it's better than what's there' and I don't want to do the work unless we do it right [11:42] the second one is just going to require a lot of clean up. It's done hte hackiest way possible and I'll have to refactor it a bunch for a use case I don't case about, but he does [11:43] don't care about that is [11:45] ug [11:55] rick_h_: What's the brilliant idea? [11:56] Or is it in stealth mode? [11:56] brousch: for a work thing. s/undisclosed/protected [11:56] I'm demo'ing my ui mockup work to my team this morning [11:57] Cool [12:33] good morning [12:33] yes [12:34] maybe [12:40] fiddlesticks [13:03] anyone want to come out for lunch? 12-2:30? [13:03] please [13:03] rick_h_: i did not get anywhere with watchdog, still need to spend some time with it. [13:04] jrwren: ok cool, just curious. Was doing some hacking this weekend [13:05] I want to, but I can't [13:09] hacking at that part? [13:10] jrwren: was merging a pull request in the makefile and saw it (not directly related) [13:12] man I hate listening to TWiT when they have apple fans on ugh [13:12] I hate listening to TWiT for 2 hours, but the 20 mins of good parts are worth the hassle. [13:13] yea, it's background stuff [13:14] I haven't found a decent tech podcast as an alternative though. [13:14] got any suggestions? [13:14] skip podcasts :P [13:14] haha, true. [13:14] I've cut way back [13:14] Cast of Dads is fun. short and not too often. [13:14] but not tech focused. [13:17] good morning all [13:18] which twit? i wan to listen to the apple fans :) [13:19] i've got a list of developer podcasts, but not general tech [13:20] this last week's one [13:20] Developing Perspective, Giant Robots Smashing into other giant robots, Hanselminutes, In Beta, Radio Free Python, Ruby5, The Talk Show With John Gruber [13:20] i'm watching this: https://www.youtube.com/watch?v=HYnEhDOKoxA [13:20] then I'll tune into the last twit [13:22] jrwren: thanks. I'll check em out. [13:29] I like The Linux Action Show, but it has fallen off a bit due to one of the hosts leaving [13:31] there is some other python podcast that is IMO just terrible. It is a guy rambling about whatever. I listened to 2 or 3 episodes and got zero value out of it. [13:33] jrwren: Python 411 [13:33] that might be it. [13:33] I want to punch that guy in the head whenever I listen [13:33] now i'm pretty sure that is i. [13:33] He is done though [13:33] i wish him well. [13:34] I swear he was eating during the podcast [13:34] Could hear his lips smacking [13:35] maybe [13:36] Radio Free Python is good. The host seems a little arrogant, but the content is good [13:38] what is the Python podcast with the metal head host? [13:38] too bad that one doesn't produce many podcasts... [13:38] hosts are often like that. [13:40] yep :) [13:40] I do like The Command Line [13:45] on second thought, I think i'll skip twit [13:56] I can't stand the Linux Action Show [13:56] or the Linux Link Tech Show (What little I've heard) [13:57] Too exciting for you? [13:57] No, I don't care enough to hear a rundown of the latest news that's already a week old [13:57] you all seen this yet: http://www.scribd.com/doc/102594989/Samsung-Apple-Oct-5-2010-Licensing [13:58] No, I'm done with Apple. :) [13:58] haha, well, they are not done with you. :D [13:58] http://decafbad.net/2012/08/26/apple-vs-samsung-and-the-no-derivatives-clause/ [14:02] PainBank: So, the allegation is Apple v. Samsung is a license deal gone south? [14:07] yup [14:08] that is what it looks like to me. or at least, Apple gave them the chance to start off with... [14:09] oh man another kernel update... it's gotten to the point I don't bother reading the updates [14:10] more than likely it doesn't add or improve anything I would notice or know about anyway [14:57] fixed a bug in some driver for some hardware you don't have. [15:05] That Tulip Ethernet card is going to perform awesome with that Kernel upgrade. ;) [15:11] lol, those are old cards, but I gues if you aren't gigabit, they work great. [15:28] rick_h_: That bad, eh? (was re: tweet) [15:28] yea, having fun today...is it over yet? [15:29] Not yet [15:46] snap-l: rick_h_: Can you try going to www.nunit.org please? It won't load up on my computer for some reason. Want to know if it is their site or if my work blocked it. Thank you [15:46] http://www.downforeveryoneorjustme.com/www.nunit.org shakes808 [15:47] thank you rick_h_. That is an interesting site. I am guessing it is a way around firewalls and proxys [15:48] well it's checking from different servers out there [15:48] so if it can't access it via any of it's connections, it's going to say it's not just you [15:48] That is pretty slick like rick ;) [15:49] Um, it reports that google.com is down [15:49] http://www.downforeveryoneorjustme.com/google.com [15:49] at least it did for me initially. [15:50] I'd take that site with a small grain of salt. [15:50] I plan on making an appearance at CHC this Wednesday. A coworker might join me as well. He likes the idea of CHC ;) [15:50] That said, nunit.org seems down. [15:50] haha [15:54] poor nunit! [15:58] jrwren: You are the C# person, correct? [16:01] yes [16:01] what do you need? [16:01] just wanted you opinion about unit testing, what do you use? [16:01] nunit [16:01] mostly because I like the runner [16:02] as of right now there isn't any unit testing set in place and was wondering if that is a good way to go or another avenue would be better [16:02] i'd go nunit. [16:02] gotta run, bbl [16:02] coworker said that he knows and likes rhinomocks [16:02] alright [16:02] take care [16:02] thank you for the quick answer ;) [16:03] shakes808: there are two different parts to testing, one is a test runner, like nunit or xunit; the second is the mocking library. [16:03] you could use both nunit and rhinomocks together [16:04] interesting [16:04] The little bit of unit testing that I have been exposed to is the short time working with Pyramid around CHC [16:05] so you could use nunit to set up test methods and classes, and rhinomocks to set up your test data objects. [16:06] interesting. I will have to look more deeply into this [16:10] i'm personally a fan of the moq library in C#. i use that with mstest. [16:12] is there an all-in-one? [16:16] not that i know of, though i haven't done much research. they're sort of two separate concerns. [16:16] you might try reading: http://msdn.microsoft.com/en-us/magazine/cc163904.aspx [16:16] that will give you a decent intro to what mocking is [16:17] maybe some of the python peeps like rick_h_ or snap-l can relate them to the pyramid testing you've done [16:28] Unit Testing is for bedwetters, not real coders. (j/k) [16:29] real programmers simply use the haskell type system to prove their program is correct. [16:29] there you go [16:29] less tests more types ftw [16:30] tests are for lazy devs :P [16:30] Haskell? ADA. [16:30] Throw an exception if your flaoting point types don't match. ;) [16:34] http://www.reddit.com/r/fossworldproblems/comments/yva4m/i_finally_got_my_tiling_window_manager_configured/ [16:35] pshaw, if it doesn't use vim-like commands it isn't worth using :) [16:36] actually, i'd like to extend that to most software. [16:36] +1 [16:56] shakes808: rhinomocks works great with nunit. [16:57] +2 [17:04] jrwren: Thank you. I was just looking into that :D === brousch_ is now known as brousch [18:10] so who wants to come over and help me move these into the house? http://ubuntuone.com/4eVf4CRSXMDXwzGprFfapH [18:12] I would help, but the commute is a bit far for me. [18:12] oh come on, what's a plane flight between friends? [18:14] I actually did fly to Detroit once to help a friend drive a car back to New Jersey. [18:14] That's a lot of flooring [18:14] But hey, if you're willing to cover the cost of the flight, I would be happy to help. [18:25] brousch: 650sq ft + 10% I guess [18:25] 24/box * 28 boxes = 672sq ft [18:40] real hardwood? [18:42] jrwren: yea, hickory [18:43] dream floor going down, not moving for a looong while now [18:43] nice. [18:43] die carpet die! [18:44] Rugs 4 life! [18:45] oh I'll have to pick up a couple of area rugs, a hallway runner [18:45] but nothing I can't take out back and beat [18:45] next year I'll try out some of that fancy cork stuff in my office maybe, but wood ftw! [18:56] rick_h_: cork is nice, had it in my kitchen [18:57] widox: cool, yea it seems like a good floor for the basement office [19:11] So when it floods you can walk on it like a raft? [19:17] Back, sorry meetings and such. Just found out VS / MS already has a unit testing library. How is that one? .... Or is that the reason NUnit came along, is because it wasn't that great? [19:21] yeah, that's mstest, the one i use. [19:22] i like it, good visual studio integration. [19:22] i think it might be a PITA to get it automatically running in continuous integration environments [19:22] which is where nunit shines, because it was The One True Testrunner for a while. [19:27] gotcha [19:27] Thank you [19:27] shakes808: i really hate the VS/MS "MSTEST" :) [19:28] its not extensible in places it should be, typical idiotic MS stuff like sealed classes for no reason, sealed methds for no reason. [19:28] and what Blazeix said about getting a build server up and running... you have to install an expensive VS on the build server [19:33] Also, there's a pragmatic programmer book on C# and NUnit, and apparently a coupon code for 40% off: randy_lives_63077563 [19:33] (good for a few hours) [19:48] shakes808: i wouldn't stress out too much about picking a testing framework. go ahead with nunit, and if you ever do need to switch for some reason, it's not a big deal. [19:53] agreed. [19:53] Just doing some research for the company that I am working for now. They don't have anything in place yet and since there are trying to refactor what they have with more of us programmers, just trying to see which way to go. [19:54] i use nunit and mstest extensively and had #ifdefs to toggle between the two based on build flags [19:54] go nunit, if you find a reason to change, then change :) [19:55] Their IT crew went from 1~4 people in the code to 5+ and they are still growing it seems like. They are using SVN for their versioning control [19:55] 5 is below actual number, but it has grown double in a month lol and continuing [20:04] http://goo.gl/1sc6b [20:04] really nice sqlite/debugging article ^^ [20:17] this is going to get annoying for users http://goo.gl/TkLIS [20:20] Honestly, at this point it's rather pointless to make a Twitter client [20:21] They've stated as much [20:26] rick_h_: You're welcome https://github.com/cwood/vim-django [20:41] brousch: :P [20:42] Just trying to make your life easier [21:35] feeling much better now, killing this todo items [21:35] s/this/these/ [21:36] greg-g: Man, NC /ND is a shit-stirrer. :) [21:37] :) [21:42] Though I would love for the "NC-ND is essentially the same as 'all rights reserved'" crowd to please create a podcast with every single from the Billboard Top 40 chart and tell me they're the same when the RIAA busts down their door. [21:43] bbl. :) [21:46] snap-l: as social norms go, it is. See: P2P file sharing, tumblr, youtube, etc etc. Just because it isn't legal doesn't mean it isn't what most think (c) means. [21:46] also, jerk for baiting and leaving [21:46] ;) [21:50] I'd suggest listening to the Surprisingly Free podcast episode on the new prohibition, it was pretty well explained why this researcher thinks they are related (prohibition and modern copyright maximalism) [21:51] (I linked to it in that thread, too lazy to dig it up now, don't want to look at that thread again, laurel was too gut reactive, not analytical enough for me on a topic that has long term consequences) [21:56] also, one in a long line of such arguments, they all take a very thing slice view (such is the world of acadmic articles, mostly): http://papers.ssrn.com/sol3/papers.cfm?abstract_id=2129458 [21:57] (I just linked to that one because I just came across it today) [22:37] greg-g: Yeah, I'm a jerk, but I was at work. :) [22:38] But yeah, parallels between prohibition and (c) are pretty valid [23:22] ~ [23:25] rm -rf ~ [23:33] how helpful greg-g [23:34] halp i ran that command and i get error [23:35] I once, accidentally created a folder called " ~" (without the quotes) [23:35] that was the scariest rm -rf I ever did [23:36] lol [23:36] This will get it back: sudo dd if=/dev/urandom of=/dev/sda [23:37] WARNING: THESE ARE ALL LEGIT, I MEAN, TOTALLY EFFING BOGUS THINGS TO DO ON YOUR OWN MACHINE [23:37] we're so going to get shut down ... [23:37] 'dd' means data duplicate, it restores all your data from the automatic backup, right? [23:37] Wait, are we actually helping someone? [23:37] I sure hope not [23:38] OK, I came in on greg-g's command and didn't know [23:38] i, too, randomly post data destroying commands on entering a channel. [23:39] that's just the kind of clientele #ubuntu-us-mi attracts [23:42] I blame my typo on using a wireless apple keyboard on ubuntu