2013-04-10T01:10:27 *** CNwaV has quit IRC (Ping timeout: 252 seconds) 2013-04-10T03:42:52 *** sync350 has joined #se2600 2013-04-10T03:42:52 *** ChanServ sets mode: +o sync350 2013-04-10T05:33:00 *** LastChild has quit IRC (Quit: and the monkey flips the switch) 2013-04-10T07:36:35 *** Dolemite has joined #se2600 2013-04-10T07:36:35 *** ChanServ sets mode: +o Dolemite 2013-04-10T07:36:40 no 2013-04-10T07:36:42 mr0ning, be0tches and h0ez! 2013-04-10T07:36:47 Yes, especially you! 2013-04-10T07:37:03 * aestetix_ hugs Dolemite 2013-04-10T07:48:51 Dolemite: what version of IE do you have at work? 2013-04-10T07:50:10 lemme see 2013-04-10T07:50:35 9.0.8112 2013-04-10T07:50:41 nm. that one works 2013-04-10T07:50:48 gonna have to wait til I get to work. 2013-04-10T07:51:02 I think the OCR may still have IE8 2013-04-10T07:51:05 solved the click problem. finally broke down and admitted defeat and just used JS http://phreaknic.info/pn17/index2 2013-04-10T07:51:06 Title: PhreakNIC17 :: The early edition (at phreaknic.info) 2013-04-10T07:51:24 jason reported some weirdness with IE and I couldn't reproduce here on 9 or 10 2013-04-10T07:51:32 when I set it to 8 it seemed fine too 2013-04-10T07:52:58 ICOR asked if they could reference openDCIM in their library, and as such gave me a full membership to all of their papers 2013-04-10T07:53:21 neat 2013-04-10T08:08:40 wait a second here. this is just wednesday? I thought this was thursday already. fuck 2013-04-10T08:08:46 i'm going to bed 2013-04-10T08:10:56 *** ladymerlin has quit IRC (Ping timeout: 246 seconds) 2013-04-10T08:15:38 *** CNwaV has joined #se2600 2013-04-10T09:25:00 Damn you, wilpig, and your early to bed self! 2013-04-10T09:41:55 damn you dolemite and your insistence on printf 2013-04-10T09:42:15 I used some echo statements in that one, fuck you very much. 2013-04-10T09:45:45 now make yourself useful and go get me a glass of cranberry juice from the fridge 2013-04-10T09:52:33 for the love of christ brackets! use damn brackets! 2013-04-10T09:52:49 what where? 2013-04-10T09:52:56 you and if statements 2013-04-10T09:53:23 I know they aren't needed for one liners like that but damn. you know how easy it is to fuck those up? 2013-04-10T09:54:10 says the person who likes to build echo statements that are 400 lines long 2013-04-10T09:54:37 Yep. Fixed a few bugs in my day which were easy to miss because indentation doesn't matter to the compiler 2013-04-10T09:54:49 https://github.com/samilliken/openDCIM/blob/c01f859b6f752c0c8e4bb30a46d994c2540b326f/report_outage_simulator.php#L326 2013-04-10T09:54:50 Title: openDCIM/report_outage_simulator.php at c01f859b6f752c0c8e4bb30a46d994c2540b326f · samilliken/openDCIM · GitHub (at github.com) 2013-04-10T09:55:17 I'll echo an entire section of html because fuck it i'm not gonna do 10 individual calls for stuff like that 2013-04-10T09:55:30 Unless, of course, you're using goddamn fucking Python 2013-04-10T09:55:35 generally i'd prefer to pipe that all into a single variable then output the variable once 2013-04-10T09:55:50 python is better than your shite language 2013-04-10T09:56:12 * wilpig_ shits in eryc's desk drawer 2013-04-10T09:56:31 Features that are specific to a particular computer language are simply a bad idea. 2013-04-10T09:57:05 Making 0 a true value is another pet peeve of mine, this time about Ruby 2013-04-10T09:57:50 fuck ruby and the clown car it rode in on 2013-04-10T09:57:53 I'm really inconsistent on my return values for true and false. I need to be more consistent on that 2013-04-10T09:58:20 wilpig_: if you're using PHP, then you can simply use 'true' and 'false' 2013-04-10T09:58:36 not when doing returns for json 2013-04-10T09:58:44 false returns an empty response 2013-04-10T09:58:45 Ah, yeah 2013-04-10T09:59:05 a few I have things like "yay" or "damnit" 2013-04-10T09:59:20 Postgres is even worse. Postgres returns the strings 't' and 'f', both of which evaluate as true in PHP 2013-04-10T09:59:23 all depends on my mood and how long I was working with something at the time 2013-04-10T10:00:24 postgres is not "even worse" and you're an idiot 2013-04-10T10:00:56 * eryc shits in your cheerios 2013-04-10T10:01:20 * Corydon76-work sodomizes eryc with an aluminum baseball bat 2013-04-10T10:01:42 isn't that illegal in your state 2013-04-10T10:02:11 What, sodomy or rape? 2013-04-10T10:02:59 Sodomy hasn't been illegal since 96. 2013-04-10T10:03:08 here is one of my 300 line echo statements. heh. over 300 now it seems. https://github.com/samilliken/openDCIM/blob/master/configuration.php#L319 2013-04-10T10:03:09 Title: openDCIM/configuration.php at master · samilliken/openDCIM · GitHub (at github.com) 2013-04-10T10:03:25 wilpig_: why not use templates? 2013-04-10T10:03:33 *** the_hugme has joined #se2600 2013-04-10T10:03:35 you monster 2013-04-10T10:03:36 *** ChanServ sets mode: +o the_hugme 2013-04-10T10:03:40 that's a config page with no straight templates 2013-04-10T10:04:11 i see a lot of repeated shit there 2013-04-10T10:04:16 DRY MOTHERFUCKER 2013-04-10T10:04:25 you could collapse all that into a tight loop 2013-04-10T10:04:37 not a chance in hell 2013-04-10T10:04:50 or god forbid a framework 2013-04-10T10:04:53 some of it is repeated but the sections keep changing 2013-04-10T10:04:54 as in, create a real data structure 2013-04-10T10:05:12 then write a small function to render it 2013-04-10T10:17:08 *** Dolemite has quit IRC (Ping timeout: 245 seconds) 2013-04-10T10:19:07 wilpig_: is the webgl mode almost done? 2013-04-10T10:21:16 yeah I finished it months ago. there is only a bfg for the weapon selction though. I left an unlock key in that drawer of yours I just used 2013-04-10T10:28:17 *** the_hugme has quit IRC (Ping timeout: 248 seconds) 2013-04-10T11:19:19 *** x86Daddy has joined #se2600 2013-04-10T11:46:23 *** jim_ec2_ is now known as jim_ec2 2013-04-10T12:15:57 *** CNwaV has quit IRC (Ping timeout: 252 seconds) 2013-04-10T12:16:59 *** x86Daddy has quit IRC (Ping timeout: 246 seconds) 2013-04-10T13:11:47 *** CNwaV has joined #se2600 2013-04-10T13:35:13 *** RangerZ has quit IRC (Read error: Connection reset by peer) 2013-04-10T13:51:48 *** CNwaV has quit IRC (Ping timeout: 245 seconds) 2013-04-10T13:56:52 *** CNwaV has joined #se2600 2013-04-10T13:59:24 *** x86Daddy has joined #se2600 2013-04-10T14:08:18 *** brimstone has quit IRC (Remote host closed the connection) 2013-04-10T14:13:15 *** brimstone has joined #se2600 2013-04-10T14:13:15 *** ChanServ sets mode: +o brimstone 2013-04-10T14:14:36 *** RangerZ has joined #se2600 2013-04-10T14:15:37 ingress: Dictionary.com Word of the Day ingress: the act of going in or entering. 2013-04-10T14:35:08 *** CNwaV has quit IRC (Ping timeout: 245 seconds) 2013-04-10T14:40:29 *** CNwaV has joined #se2600 2013-04-10T14:50:33 *** cuebit has joined #se2600 2013-04-10T14:57:16 Fucking acronym dicks 2013-04-10T14:59:12 *** CNwaV has quit IRC (Ping timeout: 276 seconds) 2013-04-10T14:59:37 http://forum.xda-developers.com/showthread.php?t=1869098 2013-04-10T14:59:38 Title: [OTA][ZIP][SSUT][EK02-GB27]Official Repository - xda-developers (at forum.xda-developers.com) 2013-04-10T14:59:47 "Well my friends the tittle is self explanatory. Enjoy!" Actually, it's fucking not 2013-04-10T15:00:46 *** CNwaV has joined #se2600 2013-04-10T15:01:16 Surely these fuckers aren't struggling like this just to get root 2013-04-10T15:01:25 Those odin one-clicks make that *stupid* simple 2013-04-10T15:06:00 everyone needs a hobby 2013-04-10T15:06:48 rwilco12's one-clicks just fucking drop in a stock image with superSU and the relevant kernel tweaks in place to let it work 2013-04-10T15:06:58 It doesn't even notice it's _not stock_ 2013-04-10T15:07:55 I've been using htem because on the Epic 4G Touch it's a motherfucker to get root or even install ClockworkMod Recovery 2013-04-10T15:11:51 I had a time back in Dec rooting a Kindle with the 10.3.0 firmware mostly due to the fact you had to stack three half-hacks together in order to get superSU on the damn thing 2013-04-10T15:12:08 And now it's autoupdated and I have to root it again 2013-04-10T15:12:11 It 2013-04-10T15:12:18 's a pain in the ass 2013-04-10T15:23:03 *** CNwaV has quit IRC (Ping timeout: 245 seconds) 2013-04-10T15:24:29 jesus. why is it not saturday already 2013-04-10T15:25:29 * polerin is hanging off the ceiling with nerves. 2013-04-10T15:55:15 *** Synx|hm has joined #se2600 2013-04-10T15:55:15 Anyone riding this bitcoin train? 2013-04-10T15:55:15 I almost got in when it was pennies on the dollar a few times and it was just too much ass pain to get money in, sure am regretting that now 2013-04-10T15:55:15 I was thinking about it 2013-04-10T15:55:16 yea it's worth quite a bit now I hear 2013-04-10T15:55:16 past week has been insane 2013-04-10T15:55:16 today i saw $260 at one point on MtGox 2013-04-10T15:55:16 thinking about dumping $300 or so into BTC or LTC 2013-04-10T15:55:17 going to take a while to get funds into a trander though 2013-04-10T15:55:17 shit i need to get veeam going quick something is going on with my esx box 2013-04-10T15:55:18 and it runs everything in my house 2013-04-10T15:55:18 *** cuebit has quit IRC (Quit: Lost terminal) 2013-04-10T16:05:42 *** RangerZ has quit IRC (Quit: Leaving.) 2013-04-10T16:14:56 *** CNwaV has joined #se2600 2013-04-10T16:22:11 Synx|hm: Let me suggest you wait a few days on that 2013-04-10T16:22:22 Let that shit fall back to at least $60 or lower 2013-04-10T16:32:55 oh ya haha its going to take me a week to get any money in anyways 2013-04-10T16:34:21 Shit dropped like a rock today 2013-04-10T16:34:36 I figured $100 was overvalued, let alone goddamn $200 2013-04-10T16:35:21 oh shit 2013-04-10T16:35:25 i didn't see it dropped already 2013-04-10T16:36:00 wow quite a drop, but was expected i guess 2013-04-10T16:36:04 it's already going back up 2013-04-10T16:36:07 Oh yes 2013-04-10T16:36:16 I don't think thta rally will hold, it's still too high 2013-04-10T16:36:20 yeah 2013-04-10T16:36:21 any specific cause? 2013-04-10T16:36:31 People finally noticed shit was WAY too high 2013-04-10T16:37:41 ya 2013-04-10T17:12:15 Dagmar: are you an IDESG member yet? 2013-04-10T17:33:03 *** CNwaV has quit IRC (Ping timeout: 245 seconds) 2013-04-10T17:42:35 I really want to strangle the original programmer of this code I'm trying to fix. 2013-04-10T17:43:03 *** rhia has quit IRC (Quit: off to the see the wizard of odd) 2013-04-10T17:46:51 *** rhia has joined #se2600 2013-04-10T17:46:51 *** ChanServ sets mode: +o rhia 2013-04-10T17:47:04 *** ZeroMinuS|Laptop has joined #se2600 2013-04-10T18:17:31 No I am not because I'm busy worrying about other things and have no problems kicking people in the nuts 2013-04-10T18:18:23 *** x86Daddy has quit IRC (Ping timeout: 252 seconds) 2013-04-10T19:37:21 *** sync350_ has joined #se2600 2013-04-10T19:37:21 *** ChanServ sets mode: +o sync350_ 2013-04-10T19:38:50 *** sync350 has quit IRC (Read error: Connection reset by peer) 2013-04-10T19:38:50 *** sync350_ is now known as sync350 2013-04-10T19:44:33 *** Synx|hm has quit IRC (Ping timeout: 276 seconds) 2013-04-10T20:11:47 *** ZeroMinuS|Laptop has quit IRC () 2013-04-10T20:53:01 *** LastChild has joined #se2600 2013-04-10T20:53:01 *** ChanServ sets mode: +o LastChild 2013-04-10T20:53:05 https://maps.google.com/maps?q=keith+south+australia&ie=UTF8&ll=-36.144806,140.411024&spn=0.048518,0.113039&hnear=Keith+Zuid-Australi%C3%AB,+Australi%C3%AB&t=h&z=14&layer=c&cbll=-36.144767,140.41093&panoid=sJzTJOQLl1BqikQcEzCpuQ&cbp=12,198.28,,0,0 2013-04-10T20:53:06 Title: keith south australia - Google Maps (at maps.google.com) 2013-04-10T20:53:30 http://www.happyplace.com/23043/australian-couple-jumps-out-of-car-to-have-sex-when-they-see-google-street-view-coming 2013-04-10T20:53:31 Title: Australian Couple Jumps Out Of Car To Have Sex When They See Google Street View Coming | Happy Place (at www.happyplace.com) 2013-04-10T20:53:46 *** sasquatc4 has quit IRC (Quit: Leaving) 2013-04-10T21:04:48 *** sasquatc4 has joined #se2600 2013-04-10T21:04:48 *** ChanServ sets mode: +o sasquatc4 2013-04-10T21:21:50 *** rhia has quit IRC (Remote host closed the connection) 2013-04-10T22:00:00 *** spaceB0x has joined #se2600 2013-04-10T22:16:46 aww they blurred it 2013-04-10T22:16:53 funny though 2013-04-10T22:20:51 yea 2013-04-10T22:21:12 i shared it far and wide 2013-04-10T22:23:02 omg the drama from ingress tonight is funny. run your mouth and then you get run off. some people need to remember that just because you're playing a game in cyberspace, there is a straight up meat space component that could lead to a very real ass kicking 2013-04-10T22:30:57 *** rhia has joined #se2600 2013-04-10T22:30:57 *** ChanServ sets mode: +o rhia 2013-04-10T23:17:41 *** CNwaV has joined #se2600 2013-04-10T23:45:58 *** CNwaV has quit IRC (Ping timeout: 245 seconds)