[00:17] rick_h_: Im trying to install the bookie chrome extension and im getting error: I could not Ping the server with your settings. Server said: API key is invalid. [00:18] url: https://bmark.us/api/v1 [00:18] Is that correct? [00:18] tony-smlr: so that means that the api key isn't right. Check for spaces? [00:18] ok [00:19] Cool that worked rick_h_ ! [00:19] tony-smlr: woot [00:19] possibly should strip input from that though? [00:20] copy paste often has spaces [00:20] and that's how i do my api key every time [00:20] yea, I've thought about it, and with the api key being a limited scope of characters we could probably do that [00:20] yea, I read it wrong and thought it was the password... [00:20] but I was able to login and find the api key. thanks for the help [00:24] could be a password input instead too [00:25] ah, yea the api key is different. You can reset it easily and this way your password isn't sent in any urls or visible shoulder watchers [00:26] rick_h_: gah downloaded the chrome_ext source thinking it would be a simple fix. can't even find the relevant code [00:26] lol [00:26] mrgoodcat: lol [00:26] never made a chrome extension [00:26] yea, the extension is in the process of getting moved over [00:26] never used YUI [00:26] and isn't setup and easy to use atm [00:26] that's something I've got to spend some time on, but i'll be nice to get it out of the main bookie source and own thing [00:26] ah got it. so where is the current code? [00:27] the goal is to port it to raw js https://github.com/bookieio/Bookie/tree/develop/extensions/chrome_ext [00:27] http://is.gd/EyMqmC - Bookie/extensions/chrome_ext at develop · bookieio/Bookie · GitHub [00:27] is the code in trunk and https://github.com/bookieio/bookie-chrome is the new repo [00:27] http://is.gd/cNvZZI - bookieio/bookie-chrome · GitHub [00:27] to port and work on [00:28] so i made the assumption that options.js was the relevant code [00:28] it should probably be models.js when it saves it or something [00:28] but it seems like mostly boilerplate [00:28] ah models [00:29] https://github.com/bookieio/bookie-chrome/blob/master/chrome_ext/lib/model.js#L643 might be the place to trim it [00:29] http://is.gd/3ac1oX - bookie-chrome/chrome_ext/lib/model.js at master · bookieio/bookie-chrome · GitHub [00:29] but that's just a top of the head guess :) [00:30] that's the line i was just looking at [00:31] the other thing is to make sure you can'thave a space in the api key https://github.com/bookieio/Bookie/blob/develop/bookie/models/auth.py#L372 [00:31] http://is.gd/dcAlUj - Bookie/bookie/models/auth.py at develop · bookieio/Bookie · GitHub [00:31] localStorage.setItem('api_key', this.get('api_key').replace(/ /g,'')); [00:31] seems like it would work [00:32] mrgoodcat: right, assuming there could never be a space in the generated keys [00:33] ah yes. so strip spaces on keys? or just code review the key generation to make sure no spaces can be used? [00:33] or write a test to make sure it doesn't happen? [00:34] so all of the above really. Because users can sometimes get spaces by copy/paste issues aside from a space in the thing at all [00:34] but then again, he used the password, so the space isn't an issue atm :P [00:34] he actually used the wrong string [00:34] so maybe we just put it all to bed as a non-issue for now :) [00:34] seems fair [00:34] too much work for something that affects 0 users [00:36] rick_h_: I agree, I just didn't read the screen right [00:38] rick_h_: another question, Im trying to import my bookmarks. it says You already have an import waiting in the queue. There are currently 0 other imports ahead of you. [00:38] How long does it take? there is not other status signs [00:38] tony-smlr: yea, so it's a backgroud process [00:38] it should start and run in a but [00:39] it checks every few minutes and processes [00:39] ok. thanks [00:39] you'll get an email when it's done (or should) [00:39] Ok cool [00:40] Just got the emal, Cool [00:41] can I suggest to add " you will get an email when it is complete" to the status page [00:41] or import page... [00:41] cool, so now it's going a fetching the content of those web pages and getting the readable content of them [00:41] so the eyeball links should start to work over time here [00:41] sweet [00:41] sure, will look at adding some notes there. [01:01] rick_h_ and cmaloney, I was watching your guys' presentation via the YouTubes. Congrats rick_h_ it seems like Bookie is making it to the Double A leagues ;) [01:32] What shakes808 said! I had some lag and buffering on my end but you guys did a great job! [02:07] ping [02:26] Pong [03:06] mrgoodcat: shakes808 thanks for the nice words there [03:07] I think you meant mathomastech [03:08] bah sorry [03:08] tab completion fail [03:08] figured [03:09] Happens to the best [11:26] Good morning [12:04] morning [12:43] morn [12:50] mor [12:50] caughy [12:50] plz [12:56] whee, working from the camper in the driveway today [12:56] interesting place to choose to set up [12:57] clearers are going at the house so normally I go to the coffee shop for a bit [12:57] but couch delivery today so have to wait for them, so, the camper is a nice spot to chill [12:57] and since I added the new AP upstairs I can reach the wifi from the driveway nicely now bwuhahaha [13:01] lol AP my stupid family. We have 3 APs in my house. One of them is in the kitchen which is clearly the one that you're connected to most of the time. For like a week it was unplugged because every time one of my family members connected to it "the wifi would crash". Turns out, the ethernet cable for that AP had become unplugged from the router [13:01] I never noticed because it was always unplugged and nobody ever told me about the problem [14:41] What do you think of this improved PyOhio color scheme? http://feralrooster.com:9000/ [14:41] http://is.gd/MBKne3 - PyOhio [local] | Welcome [14:41] Don't hit it too hard, it's running the django built-in server [14:41] Not a fan of the yello [14:41] but like the blue/white/grey [14:41] that's maize you fool [14:42] yea, well it doesn't fit the rest of the muted pallete imo [14:42] using http://vpcomm.umich.edu/brand/style-guide/design-principles/colors [14:42] http://is.gd/TCwjHB - Style Guide: Colors | Global Marketing & Communications [14:44] yea, but you're using a primary color as a highlight for a selected tab [14:44] hm, it does look better with umma tan [14:44] and it's the only bright color used [14:45] I think if you used the yellow as a backgrund on the circles with the blue text that'd be ok [14:45] try it now [14:45] Hm, maybe switch the navbar grey to maize. Would make it nice and bright [14:46] it's definitely muted [14:49] lol UM? [14:50] oh, baby, the maize everywhere rox [14:50] I think you should go with hot dog stand colors. [14:59] Oh yes, look at those colors [15:02] brousch: should make compatible with stylish and add it to userstyles.org [15:06] Submitted the PR [15:17] D: http://www.phillymag.com/foobooz/2014/05/13/stuff-freak-yes-really-whiskey-shortage/ [15:17] http://is.gd/gp4zgv - Stuff To Freak Out About: Yes, There Really Is A Whiskey Shortage | Foobooz [15:18] umm, aren't all the Ohioans going to revolt with these colors? [15:21] greg-g: I was going to ask about that but I prefer it this way to happy to give my feedback :) [15:21] :D [15:27] It's obviously not going to fly. I'll modify it later to something reasonable. [17:02] Well my trolling is apparently too subtle [17:03] wow, first major issue with trusty :( samba is crashing like a TON [17:03] First time using Samba4 maybe? [17:11] not "First" exactly. [17:15] my samba isn't crashing... [17:15] oh trusty [17:15] haven't switched my fileserver yet [17:22] so... hte issue is partially my fault. [17:26] what were you doing [17:37] So I looked at a real color scheme for Pyohio. Here is a gem from their branding page "When choosing complementing blue tones, keep in mind our sensitivity at Ohio State to that particular color. Blue should never be visually dominant." [17:37] from OSU's branding page [17:37] :) [17:37] we're not very good friends [17:38] :( :( :( https://hacks.mozilla.org/2014/05/reconciling-mozillas-mission-and-w3c-eme/ [17:38] http://is.gd/TIX5cT - Reconciling Mozilla’s Mission and W3C EME ✩ Mozilla Hacks – the Web developer blog [17:41] greg-g: yea, talk about a rock and a hard place [17:41] :( [17:53] when I upgraded to trusty, all samba related init scripts failed, so I said screw it and just ran smbd -D and nmbd -D as root. [17:54] so when that package gets upgraded, things like pid for start-stop-daemon doesn't exist. [17:54] so the service doesn't restart [18:28] There's a perfect way to view DRM content via Firefox [18:29] Much like the "Know your rights" drop-down I think they need to put something in there that shows that the content that is being viewed is protected under DRM [18:29] ctrl+l, piratebay.se [18:29] and suggest alternatives. [18:29] ;) [18:29] That's perfectly legitimate, and a "teachable moment" [18:31] something like "The content industry has a thumb-sucking reliance on using DRM to control your viewing experience. Learn more about how you can regain control of your own viewing by visiting http://mozilla.org/drm_is_a_bag_of_dicks [18:31] http://is.gd/QSCd0v - 404: Page Not Found [18:31] 404, for now. [18:31] hehe [18:32] lol [18:33] damnit cmaloney [18:33] you got my drink on my computer [18:33] Honestly it wasn't a question of how DRM was going to get implemented, but when. [18:34] And frankly I think we should give the content industry all the DRM they can handle [18:34] the same strategy as voting for the most crazy jerk possible, to show how bad things can get? [18:34] make it so people can't watch shit on their computers without the CEO of Hollywood giving explicit permission [18:35] greg-g: I prefer to think of it as giving a gasoline shower to the jerk trying to self-immolate. [18:35] Get them to the inevitable destination quicker. [18:35] We've tried to save the industry from themselves. [18:35] Only a handful listened. [18:36] the ceo of hollywood [18:37] The CEO of Hollywood, the president of the RIAA, foolscap of ASCAP. [18:38] There's only so many ways you can tell them that piracy is the result of a missed marketing opportunity [18:39] And it sickens me when bands, studios, publishers, and "the industry" try like hell to keep people from sharing. [18:40] Which is one of the fundamental lessons we teach kids when they're young [18:40] "This is a good song." "Oh, what is it?" "Fuck you, you freeloading freak." [18:41] Great message. [18:42] is it bad of me that I'm nervous about people that don't like to go by their name? [18:43] do they go by something completely unrelated? [18:43] call me highlander.. [18:43] your name is greg tho.... [18:43] HIGHLANDER [18:43] rick_h_: Some have bad connontations with their given name [18:44] Which is why Wolf changed his name to "Wolf" [18:44] there's a kid on my brother's lacrosse team whose name is Paul Hitler [18:44] I wouldn't be nervous about it [18:44] er. his dad is paul [18:44] he's Justin [18:45] rick_h_: However I would be nervous if someone changed their name to something that's offensive. [18:46] Like "My given name is John Doe, but folks call me [insert rather offensive term here]" [18:46] * cmaloney is trying to show restraint. :) [18:46] dickslinger [18:46] So the guy's name is paul, he uses the online name violet, and prefers to be called Vi [18:46] hrm... that is rather odd [18:47] I think that's indicitive of someone who may be planning to become female. [18:47] i didn't know we were talking about online names though [18:47] my real name isn't mrgoodcat.... [18:47] * cmaloney knew a Chuck that became a Christie [18:47] cmaloney: yea, I had that thought. But I guess I'd just consider you changed your name? [18:48] COuld be a personal as well [18:48] persona, rather [18:48] I'll try to keep an open mind on it I guess. I can dream up legit reasons, it just makes me think a couple of times. [18:48] Welcome to being a geek. :) [18:49] It took me a while to realize that Nuri Gocay (chairman of Penguicon 2014 / 2015) was actually his real name. [18:49] It sounded like a pen-name. [18:49] heh [18:50] and hey, at least he wants to be called "Vi" and not "Emacs". [18:51] ;) [18:52] what about vimacs? http://www.algorithm.com.au/code/vimacs/ [18:52] http://is.gd/JMdIrO - Vimacs [18:52] HERESY [20:04] http://gigaom.com/2014/05/13/atts-gigapower-plans-turn-privacy-into-a-luxury-that-few-would-choose/? [20:04] http://is.gd/55w0MC - AT&T’s GigaPower plans turn privacy into a luxury that few would choose — Tech News and Analysis [20:04] seriously at&t [20:04] WHAT THE FUCK