[01:22] so the best argument for tabs is that it allows for this: lets say everyone on a project agrees on the basic indentation/style/formatting but disagrees only on how many spaces each indentation level should be [01:22] in theory with tabs its easier to adjust your display of the code [01:23] noogenesis: == derekv? [01:25] yea... [01:25] one sec === noogenesis is now known as derekv [01:26] weird [01:26] somewhere I have that set as a fallback nick [01:28] I guess I don't care that deeply about how much its indented. 8 would be way to much [01:28] I think just about everyone uses 4 anyways... can't remember having worked with 2 [01:29] two is popular in ruby, coffeescript/js (ruby-ists) and html [01:31] I'm not totally groking the arguments against tabs, but I really don't care ... I just want to configure my editor some way and save that in my dotfiles [01:31] and go back to not thinking about it. [01:32] But I don't want to be writing files that look like ass when other people open them. [01:32] It looks like more people fall in the spaces camp [01:33] here's the thing, i'll use emacs when I can but i'm often forced to use eclipse or xcode [01:33] and I work with other who don't use the same editor, they will use eclipse or xcode or notepad++ or something, [01:34] so the space thing comes down to looking right everywhere [01:34] pastebin, other editors, terminal [01:34] and not everyone is really aware of formatting issue ie not really aware of how their own editor works [01:34] if I use 4 spaces, it'll always be 4 space [01:34] Yea [01:34] tabs just vary all over the place [01:34] and then you get into the mixed tabs/spaces in files and have to deal with that [01:34] in vim I can set it up (and most editors) to just use spaces, replace tabs with spaces, etc [01:34] and never notice it again [01:35] I hit the tab key, and all the editors enter 4 spaces for it, it's become the standard that tabs might have been [01:35] yea it isn't default though [01:35] eclipse is horrible [01:35] and so is xcode [01:35] the default settings just are all over the place [01:36] yea [01:36] fortunately I dont' tend to mess with devs using default things so I'm lucky that way [01:36] and things like pylint/etc will get angry if you break things [01:36] yea [01:36] even python will get fussy if you mix tabs/spaces in a file so I don't tend to notice it muych [01:37] So either I'm just going to find some settings that don't upset anyone for say xcode and emacs that don't cause whitespace wars [01:38] eg ideally a file formatted in one, opened in the other and processed with a "correct formatting" command should have no changes [01:38] it'll be spaces [01:40] or just use this http://uncrustify.sourceforge.net/ [01:46] derekv: you're not in #bookie, but looking for opinions from users on favicon support: http://uploads.mitechie.com/favicon_sample.png [01:51] ugh, this prod db migration thing is going to take forever. [02:14] AND, tabs aren't really eaiser. a good editor makes it easy either way. << and >> in vim for example. [02:29] ugh the thing is I whipped up this thing this week and didn't do much to the default eclipse config [02:30] its not like really bad, but suddenly i'm annoyed with myself for not fixing that [02:30] going over 80 chars etc [02:33] * derekv looks [02:33] great it mixes tabs and spaces [02:33] maybe I should fix this [02:33] trying to decide which is worse [02:39] its worse to leave it I think [02:39] i found some of their code and its clean [02:55] is it python? python really does not like mixed spaces and tabs [02:58] no no [02:58] java [02:58] its what eclipse does out of the box [03:00] you know how they say you should be in touch with the people who actually use your software [03:01] you can imagine the sorts of things that'd happen if the developers had no clue about the actual needs or wants of the people who were using the software, no understanding of the problem domain etc [03:01] eclipse strikes me as that sort of software [03:01] which makes it a sort of paradox [10:42] http://paste.mitechie.com/raw/ayBZIxIx5wpKRWzrQQk4/ <- They're definitely getting more creative [10:43] half-tempted to reply: "Oh yes, which of my vast number of industrial design posts caught your fancy?" [10:52] Funny enough, mug.org got the same thing [10:53] must be my strong undercurrent of industrial design hidden in my otherwise otherwise inane postings about life as a FLOSSie [11:47] ok, so a little bit funny http://goo.gl/OWY1B [11:55] Morning [11:58] party [12:02] on [12:59] snap-l: How the heck did you get first comment on that Maddog post? [12:59] snap-l: is crazy like that [13:04] That wasn't first comment [13:04] it's in descending order. [13:06] ah [13:12] lol [13:12] maddog Hall? what is he talking about? [13:14] http://www.linux-magazine.com/content/view/full/55727 [13:24] widox: this mouse is kind of crazy. [13:25] the scrolling haptic is cool, but still funny because it's not a straight pad like it looks like in the pic online [13:30] snap-l: you're killing the bmark.us favicon flow :P get those sites to update! [13:32] rick_h_: oh, because it has a slight curve to it? [13:32] no, it's like two split rectangles with a line in the middle that's like a visible sensor [13:32] so you slide over this little slit in the middle and it detects it as 'scrolling' [13:32] and middle click is to dbl click on that sensor [13:41] ah [13:50] rick_h_: Which sites? [13:50] snap-l: all the music ones [13:50] Hah, bandcamp? :) [13:50] check out the front page right now [13:51] Oh, nice. [13:51] the first 4, and then the next 14 or so after that [13:51] sorry, mate. [13:51] bandcamp has a favicon, though [13:52] hmm, looking [13:52] ah, but skagos.bandcamp doesn't [13:52] I'm seeing one [13:52] bah, http://s2.googleusercontent.com/s2/favicons?domain=bandcamp.com [13:53] google doesn't know about it [13:53] [13:53] http://bandcamp.com/favicon.ico [13:54] hmm, wonder why they have rel=shortcut [13:55] Probably simpler than trying to stuff everyone's favicon into some rewrite rules. [13:55] no, I get the icon bit, but not sure what shortcut is for [13:55] and not sure you can have multiple values for rel [13:56] I'm seeing the shortcut being rendered as a favicon under Chrome [13:56] Maybe that could be a fallback rendering path? [13:56] not sure, looking. [13:57] in the offical favicon the rel='icon' is supported, but not seeing what supports rel='shortcut' and wonder if that why it fails [13:57] http://en.wikipedia.org/wiki/Favicon#Standardisation [13:58] The popular rel="shortcut icon" theoretically identifies two relations, shortcut and icon, but shortcut is not registered and is redundant. In 2011 the HTML living standard[15] specified that for historical reasons shortcut is allowed immediately before icon;[16] however shortcut does not itself have a meaning. [14:09] snap-l: great comment. [14:12] jrwren: Thank you. [14:37] I love the "it's time for the Linux Desktop" mindset now that MIcrosoft is making it's own tablet. [14:38] It's as if there will be a Holy-Ghost revival of the OEMs as they SEE THE LIGHT! [14:39] And not the usual OEM machinations of "it must be a day ending in Y when Microsoft moves the goalposts" [14:39] That said, I think it'll be interesting times ahead if one of the majors threatens Linux. [14:40] but I'm not holding my breath [14:42] snap-l: well MS making a tablet I don't think is the big kick to the OEMs. I'm actually thinking Apple eating MS lunch kind of opens the floodgate for Linux to an extent [14:43] people willing to break that lock in maybe.. but yeah next years should be interesting anyway. Using Win8 metroUI feels bad to me. [14:44] I'm hardly the target market though, so there's that [14:44] Just seems like we're constantly looking something to grab onto in order to open the clamshell lock-in of the desktop [14:56] snap-l: actually, i was thinking about canonical's position with respect to 'tablet' why doesn't canonical enter the hardware market? [14:57] Can I install KDE on the Unity Tablet? [15:03] jrwren: I'm not sure [15:03] Maybe because they don't have the hardware partners lined up yet [15:04] or maybe that's part of the plan [15:04] Frankly, I'd be wary of releasing hardware. Hardware is expensive, and depreciates rapidly. [15:09] yes, but it also makes $ [15:09] but then that speaks to canonical's goals as a corporation. They surely must be more than just bug#1 [15:10] hrm... how does upstart relate to collaboration? http://www.canonical.com/about-canonical/overview [15:21] pretty simple answer afaict, its not a place where canonical wants to play. [15:22] the landscape isn't exactly full of success there [15:22] and there's work there with the TV/android that shows I think canonical is interested in working with existing hardware partners [15:24] paramiko or conch? [15:24] paramiko has been superceeded (maybe it's back) from the fabric guys into just 'ssh' [15:25] http://pypi.python.org/pypi/ssh/1.7.14 [15:25] he's basically got an approved paramiko fork used in fabric [15:25] and is working on getting full permissions to paramiko since the original dev/etc are done with it [15:26] thanks. [15:27] There's still releases of paramiko [15:27] 2012-05-17 [15:27] yea, but I think they've comed from patches from the fabric team [15:28] not 100% sure though [15:28] https://github.com/bitprophet/ssh/ [15:28] yea, bitprophet is the head fabric guy and was working around/fixing a lot of paramiko bugs [15:29] Yeah, the paramiko page is pretty lagged [15:29] https://github.com/robey/paramiko/ [15:29] lol, linked from the front page of the paramiko site [15:29] Yeah, sar that [15:30] i updated http://wiki.python.org/moin/SecureShell to reflect it :) [15:30] https://github.com/paramiko/paramiko [15:30] see the last commit :) [15:30] https://github.com/bitprophet/ssh/commits/master [15:30] anyway, that's the story these days. It's a mess and hopefully the two will merge back into one and rule the world [15:31] doesn't seem too bad to me. [15:31] well, it's been forever that paramiko was the game in town, and with bitprophet committing to both, life would be simpler if there was just one package to refer to [15:33] That's not pythonic. ;) [15:33] You have to have at least two compelling ways to do anything [15:49] i like diversity and choice. i love more than one way to do something. [15:50] i shall now refer to these differences between pragmatism and pythonicism as the idiocy of the pythonic or just pythonidiot [16:02] bsides videos are up https://www.youtube.com/user/BSidesDetroit [16:13] jrwren: ++ thanks, I wanted to go to that but wasn't able [16:14] when was this? totally missed it happened [16:16] Weekend of June 1st at the RenCen I believe, twas free to I think [16:16] hmm, just missed it I guess [17:01] ttp://arstechnica.com/security/2012/06/securid-crypto-attack-steals-keys/ [17:01] add appropriate h in there [17:01] http://arstechnica.com/security/2012/06/securid-crypto-attack-steals-keys/ [17:32] it's been a rough ride for RSA lately. Other tokens are impacted too, but it doesn't look like yubikey is impacted w/o pkcs#11 [18:06] Nice. Moved from And Justice For All to to Frizzle Fry. [18:06] earlier today it was Limbomaniacs [18:06] Apparently the Squeezebox wants to remind me of college. [18:07] (and an elbow-to-the-throat to the first person who says "those were released when I was in middle school / elementary school / before I was born") [18:08] How about, "I have no idea who that is?" [18:08] brousch: Metallica: ...And Justice For All [18:08] brousch: Primus: Frizzle Fry (first studio album) [18:08] Yeah, onbviously I meant the other ones [18:09] Ah, Primus [18:09] brousch: Limbomaniacs: Butt Funkin' [18:09] If I had my druthers, I'd screw a chimpanzee [18:09] (Features Brain, later the drummer from Primus during the Brown era) [18:10] songs / videos NSFW [18:10] but one of my favorite out-of-print albums [18:10] http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Guitarists/Buckethead_task_force/Limbomaniacs [18:11] Bah, I meant Stinky Grooves. [19:44] snap-l: alice cooper fan? [19:50] krondor: Not a huge fan. I have a greatest hits album [19:50] just haven't gotten around to getting the rest. [19:50] Have tons of respect, though [19:50] I watched an insane movie recently with a rant by a girl on how Alice Cooper is responsible for all metal including Punk, was kind of neat. [19:50] That's an interesting take on it. :) [19:51] Movie was called God Bless America (indie film) http://www.imdb.com/title/tt1912398/ [19:51] Will add to Netflix [19:52] I'd probably put Black Sabbath and Led Zeppelin in that category, but Alice Cooper definitely shaped the horror aspects of metal [19:52] Rob Zombie has admitted as much [19:54] Alice's interview on Metal: A headbanger's journey is pure gold [19:54] hmm, I'll have to look that up. I haven't listened to much Alice Cooper but I was thinking maybe I should [19:55] He's a Detroit native, and was on Frank Zappa's label fro a time [19:57] http://en.wikipedia.org/wiki/Alice_Cooper#1960s [19:58] yeah I knew he was from here, I actually saw him when I was eating lunch in Royal Oak once walking around with Gene Simmons. That was kind of odd. [19:58] I have to say I don't particularly like Gene Simmons (not knowing him but seeing him on interviews and junk) [20:00] his public persona is that of a smug jackass, but I think underneath it is someone who genuinely would take a bullet for people. [20:00] That said, I also think if given an alternative, he'd shove other folks under a bus. [21:36] omg, loving my job today. i used this as a reference to write 15 lines of code to implement scp on top of 'ssh' https://bazaar.launchpad.net/~jbardin-deactivatedaccount/paramiko/paramiko_scp/view/head:/paramiko/scp.py [21:36] that was fun [22:58] jrwren: :) awesome