--- Log opened Sun Jan 25 00:00:14 2015 00:18 * Bahhumbug pats puppet 00:38 < aestetix> hi Bahhumbug 01:22 < Evilpig_> http://wilpig.tumblr.com/post/109077357117/not-sure-how-well-you-can-see-it-but-im-on-the 01:22 < PigBot`> Title: Pig Angry! PIG SMASH! Not sure how well you can see it but I’m on the... (at wilpig.tumblr.com) 01:28 < RangerZ> huh? 01:43 < _NSAKEY> Pigbot didn't break on something? That's a first. 01:54 < RangerZ1> @self-roast 01:54 < PigBot`> RangerZ1: Error: "self-roast" is not a valid command. 01:54 < RangerZ1> it should be... 02:31 -!- InfoSecDog [~user@c-50-155-6-109.hsd1.ga.comcast.net] has quit [] 05:52 -!- dfused [~dfused@64.203.232.38.dyn-cm-pool-36.pool.hargray.net] has quit [Ping timeout: 276 seconds] 06:05 -!- dfused [~dfused@64.203.232.38.dyn-cm-pool-36.pool.hargray.net] has joined #se2600 06:15 < RangerZ> ok... this is fucking weird 06:16 < RangerZ> a protection plan from amazon has changed price from X.06 to x.05 to x.04 to x.03 to x.02 over the past like 10 minutes 07:59 <@Dagmar> Dynamic pricing 08:36 <@Dagmar> Well... shit 08:36 <@Dagmar> I'm sure I'm doing this right 09:41 -!- frsilent_ is now known as frsilent 09:41 -!- frsilent [~frsilent@198.91.88.88] has quit [Changing host] 09:41 -!- frsilent [~frsilent@unaffiliated/frsilent] has joined #se2600 10:10 < Evilpig_> Dagmar: what are you doing? 10:18 <@Dagmar> Still trying to get this damn homescreen widget to respond to touch events 10:18 <@Dagmar> It really *should* be sending a broadcast back when I tap it, but i can't find any sign that it's doing so 10:19 <@Dagmar> I have just about gotten everything else working perfectly fine, and now I'm moving a number of things (like working out the times) into it's own class file so that all three widget forms can invoke them 10:23 <@Dagmar> I've looked at a few dozen StackOverflow posts about this by now 10:23 <@Dagmar> Everything says this damn thing should be working 10:27 < Evilpig_> gotcha 10:29 <@Dagmar> I'm gonna have to ask someone who is familar with android dev to look directly at the code. Maybe they'll see something I've overlooked. 10:29 <@Dagmar> In the meantime I'm just cleaning things up so they're a bit more formal. 10:29 <@Dagmar> The only "work reduction" bit left is eliminating unnecessary updates for the countdown indicator lights 10:30 <@Dagmar> ...and I need to change over to using arrays there. 10:30 <@Dagmar> Right now i'm just double-checking my logic for determining the various cycle start and end times because I know I have a bug there 10:37 -!- scoob [~scoob@fsf/member/scoob] has quit [Ping timeout: 276 seconds] 10:41 <@Dagmar> ...and I found the problem. 10:44 < dfused> forgot to carry the 1? 10:47 <@Dagmar> Forgot to subtract a 1, actually. 10:47 < dfused> stupid math 10:47 <@Dagmar> Well, it's because I'm working with whole seconds. 10:48 <@Dagmar> The first time around everything just worked out because I was using fractional seconds, and 0.99999998 would still come out to zero. 10:48 <@Dagmar> Now I'm explcitly computing the remaining time from the last second in the cycle, rather than the start of the next cycle. 10:49 <@Dagmar> ...because (somewhat obviously) at that point there are zero seconds remaining in the cycle. 10:50 < dfused> counting dwn to 0 10:50 <@Dagmar> Basically, yes. 10:51 <@Dagmar> I'm trying to keep things arranged so that if at some future date I want to expand the functionality to set a calendar event to alarm for the start of the next cycle, I'll have that time as a separate thing from the countdown 10:51 <@Dagmar> ...so now i have getNextSepticycleStart and getCurrentSepticycleEnd. 10:51 <@Dagmar> I'm winding up with some lines that look like this tho'... 10:52 <@Dagmar> omgwtfbbqlongname = classname.getLongFunctionName(now) - classname.yetAnotherLongAssFunctionName(now); 10:52 <@Dagmar> ...which is a lot of text for 1 = 3 - 2; 10:53 <@Dagmar> ...but I'm aiming for explicitness over optimization. 10:53 -!- EnabrinTain [sid11525@gateway/web/irccloud.com/x-sfzntviyjvfmzwbz] has quit [Read error: Connection reset by peer] 10:53 < dfused> so long as longfunctionname(now) will always be greater than anotherlongassfunctionname(now) ... 10:53 <@Dagmar> Actually the first time around I was completely cheating and just subtracting 1 from the origin point 10:54 <@Dagmar> If time runs backwards where you are, you are not my problem. 10:54 < dfused> certainly feels that way sometimes 10:55 < dfused> but really though... glad you seemed to finalyy get that worked out. 10:55 -!- EnabrinTain [sid11525@gateway/web/irccloud.com/x-yjaijntlxcbhjedn] has joined #se2600 10:55 <@Dagmar> I knew i'd have to account for the starts and ends correctly, I just hadn't gotten around to it yet 10:56 <@Dagmar> (ccrrectly as opposed to subtracting 1 from origin) 10:56 <@Dagmar> Why the fucker doesn't respond to touches is something I'm still baffled about 10:56 <@Dagmar> Normally the only relevant information is the time remaining in the current checkpoint cycle 10:56 < dfused> its just not in the mood. has a headache or somesuch 10:57 <@Dagmar> Some people, occasionally, might want to know the time remaining before the septicycle ends 10:57 <@Dagmar> ...and when we're in the last checkpoint in the cepticycle is another time where it matters more about the end of the septicycle 10:57 < dfused> the few java classes i had to take for school proved to me that I would NEVER be happy being a damn coder. 10:58 <@Dagmar> So I'd planned on just setting a value to the future end time, so that when it's appropriate to display the septicycle, I could just set it to when that will last be 10:58 <@Dagmar> ...and when someone touches the widget to simply set that to four seconds into the future. 10:58 <@Dagmar> ...except I can't get the fucker to signal the touch event 10:59 <@Dagmar> I've done the setAction on the intent, applied it to the the layout which is clickable=true, have the onRecieve working fine... 10:59 <@Dagmar> ...it just doesn't generate the damn broadcast 10:59 < dfused> and no way to determine if it actually srecognizes the touch? 10:59 <@Dagmar> The secondly updates are coming from a systemservice sending a heartbeat, so I know the onReceive is getting _those_ events fine 11:00 <@Dagmar> Until I figure out where to attach ADB to see touch events, no 11:00 <@Dagmar> The intent filter is there. It's just not generating the broadcasts 11:00 <@Dagmar> I even had Log.d statements in there for unrecognized events. 11:01 <@Dagmar> ...and unlike the other restrictions on RemoteViews, I *know* widgets are supposed to respond to Touch and VerticalSwipe events only. 11:02 < dfused> well arent there android dev channels in freenode? 11:02 -!- klixa [uid861@gateway/web/irccloud.com/x-needorjwyfcaibxy] has joined #se2600 11:02 -!- mode/#se2600 [+o klixa] by ChanServ 11:02 <@Dagmar> Yeah I'll be heading that way soon, I jsut want to eliminate all the other inefficient bits before then 11:08 <@Dagmar> I know better than to ask anyone on IRC anything about something while I'm using say, a long to hold a value that can only be 0-6. 11:08 <@Dagmar> ...cuz they'll wade through every possibly pointless nitpick before actually answering a useful question. 11:09 < dfused> lmao....so very true 11:22 <@Dagmar> Umm... boxing question 11:23 <@Dagmar> If I'm multiplying a byte and a long, it doesn't do anything stupid like downconvert the long to a byte in order to multiply two bytes does it? 11:23 <@Dagmar> I'm just gonna swap those in case it works from left to right 11:26 < Evilpig_> this a-team special mythbusters episode is very amusing 11:33 < Evilpig_> cyanide and happiness has another notlarry day. http://explosm.net/comics/3814/ 11:33 < PigBot`> Title: Explosm.net - Home of Cyanide and Happiness (at explosm.net) 11:35 <@Dagmar> Wow... 11:35 <@Dagmar> Where once there was: 11:35 <@Dagmar> if (cycleEnd == CheckpointEnd) {} 11:35 <@Dagmar> ...now there is... 11:36 <@Dagmar> if ( SepticycleInfo.getCurrentSepticycleEnd(now) == SepticycleInfo.getCurrentCheckpointEnd(now) ) { 11:36 <@Dagmar> Yep. I'm coding in Java. 11:44 -!- scoob [~scoob@c-24-126-134-78.hsd1.ga.comcast.net] has joined #se2600 11:44 -!- scoob [~scoob@c-24-126-134-78.hsd1.ga.comcast.net] has quit [Changing host] 11:44 -!- scoob [~scoob@fsf/member/scoob] has joined #se2600 11:50 < Evilpig_> i've done worse. heh 11:51 < Evilpig_> you shoudl see some of my recent JS 11:58 <@Dagmar> Well, I realized at the last moment I should copy those to a local variable, since part of the reason i put "get" in the names is to remind myself that the function incurs some work 11:58 <@Dagmar> Now I have created a HUGE mess for myself 11:59 <@Dagmar> I think all thsoe red blobs on the right hand side of the editor window actually say something in morse. 11:59 <@Dagmar> Yes, it's "FUCK YOU ASSHOLE THIS WILL NEVER COMPILE NOW" 11:59 < Evilpig_> heh 12:00 <@Dagmar> Sooo many minor fixes to make now 12:09 -!- Dolemite1 [~scott@h96-60-248-228.cncrtn.dsl.dynamic.tds.net] has joined #se2600 12:09 -!- mode/#se2600 [+o Dolemite1] by ChanServ 12:09 -!- ladymerl1n [ladymerlin@mail.bbis.us] has joined #se2600 12:15 -!- Dolemite [~scott@h96-60-248-228.cncrtn.dsl.dynamic.tds.net] has quit [Ping timeout: 240 seconds] 12:15 -!- Netsplit *.net <-> *.split quits: ladymerlin 12:18 -!- kive__ [sid19953@gateway/web/irccloud.com/x-xhghlufcltmrsnqe] has quit [Read error: Connection reset by peer] 12:19 -!- mode/#se2600 [+o EnabrinTain] by ChanServ 12:27 -!- kive__ [sid19953@gateway/web/irccloud.com/x-zibbvrhoitpmjqgp] has joined #se2600 12:32 <@Dagmar> This _almost_ meets the "is the code beautiful?" standard 12:33 <@Dagmar> One of the three widgets would actually compile now 12:56 < Evilpig_> guess I need to head downstairs now and see if I can find parts to finish out a rack build 12:58 <@Dagmar> Now to see if I have some countdown timers or just random number generators. 13:00 <@Dagmar> Holy hell it seems to work lol 13:20 < Evilpig_> my boss is showing up to the dc on a sunday. this probably isn't good news 13:36 <@Dagmar> Bleh. Found one last bug. LOL 13:37 <@Dagmar> I have the wrong label on the very first widget. 14:47 -!- dfused [~dfused@64.203.232.38.dyn-cm-pool-36.pool.hargray.net] has quit [Ping timeout: 246 seconds] 14:50 <@Dagmar> fuuuuuck these people 15:06 < Evilpig_> wear a rubber 15:06 < Evilpig_> you don't knwo where they've been. especially aestetix 15:07 <@Dagmar> I'm just getting fed up with finding all these posts on StackOverflow where clearly the information is freakin' wrong 15:07 <@Dagmar> It's a decent site, but damn 15:08 <@Dagmar> Like, some of the stuff just beggars belief 15:08 <@Dagmar> An AppWidget should not need an Application attached to it 15:08 <@Dagmar> ...but I keep seeing people suggesting that suxh and such should be put into the Application 15:11 <@Dagmar> In the oldest versions of android that was a requirement, but not anymore 15:12 < Evilpig_> those questions rarely ever get dropped off teh grid. so old shit hangs 15:17 <@Dagmar> These are _new_ questions 15:17 <@Dagmar> I'm about to downvote me some people tho 15:24 -!- scoob [~scoob@fsf/member/scoob] has quit [Ping timeout: 264 seconds] 15:28 -!- dfused [~dfused@64.203.232.38.dyn-cm-pool-36.pool.hargray.net] has joined #se2600 15:28 -!- scoob [~scoob@c-24-126-134-78.hsd1.ga.comcast.net] has joined #se2600 15:29 -!- scoob [~scoob@c-24-126-134-78.hsd1.ga.comcast.net] has quit [Changing host] 15:29 -!- scoob [~scoob@fsf/member/scoob] has joined #se2600 15:33 -!- dfused is now known as dfused_ 15:34 -!- dfused_ is now known as dfused 15:35 -!- dfused is now known as dfused_ 15:35 -!- dfused_ is now known as dfused 15:43 -!- klixa [uid861@gateway/web/irccloud.com/x-needorjwyfcaibxy] has quit [Ping timeout: 265 seconds] 15:44 -!- EnabrinTain [sid11525@gateway/web/irccloud.com/x-yjaijntlxcbhjedn] has quit [Ping timeout: 276 seconds] 15:44 -!- strages [sid11297@gateway/web/irccloud.com/x-vlzyihcjerwkdurl] has quit [Ping timeout: 276 seconds] 17:17 < RangerZ> Thank you GearBox... Thank You... https://www.youtube.com/watch?v=NXjI3DgyOqM 17:17 < PigBot`> Title: Homeworld Remastered Collection Release Date Teaser - YouTube (at www.youtube.com) 17:17 <@Dagmar> RangerZ: The damn thing won't head touch events either 17:17 <@Dagmar> ...nor is it getting the signals it's apparently supposed to when orientation changes 17:17 < RangerZ> what 17:18 < RangerZ> ohh 17:18 < RangerZ> NOT the video I just posted 17:18 <@Dagmar> I don't even see that it's getting an extra hit to onUpdate then when it's supposed to 17:18 <@Dagmar> Yeah I'm downloading some other dude's sample just to work out what I might be missing with respect to receivers 17:19 < RangerZ> AHH 17:19 -!- klixa [uid861@gateway/web/irccloud.com/x-wvxycriyqrvwyomy] has joined #se2600 17:19 -!- mode/#se2600 [+o klixa] by ChanServ 17:20 <@Dagmar> If I could _catch_ the configuration change event, what to do is a no-brainer... I just have to call SessionStorage.clear with the widgetId and it'll flush all the cached data, and then do the usual update to the screen, which will redraw all the view bits 17:21 <@Dagmar> ...but there is *something* people are leaving out mentioning about recievers 17:32 -!- strages [sid11297@gateway/web/irccloud.com/x-uzelqwojbqubjsdq] has joined #se2600 17:34 -!- EnabrinTain [sid11525@gateway/web/irccloud.com/x-hqrymijoewuxyqxf] has joined #se2600 17:36 <@Dagmar> ..and now I realize that CyanogenMod's automatic orientation doesn't appear to work 17:36 <@Dagmar> Nova Launcher's does tho 17:36 <@Dagmar> Freakin' weird 17:39 -!- Dolemite1 [~scott@h96-60-248-228.cncrtn.dsl.dynamic.tds.net] has quit [Ping timeout: 264 seconds] 17:45 <@Dagmar> Loooovely 17:46 <@Dagmar> Orientation changes don't actually trigger a damn thing 17:46 -!- Dolemite [~scott@h96-60-248-228.cncrtn.dsl.dynamic.tds.net] has joined #se2600 17:46 -!- mode/#se2600 [+o Dolemite] by ChanServ 17:46 <@Dagmar> That's so awesome I could scream 17:49 <@Dagmar> According to what I was just told on StackOverflow, touch events might work now 18:03 <@Dagmar> I am seeing now that much of this is apparently Android's fault 18:05 < RangerZ> Dagmar: orientation changes DO trigger an event on activities 18:06 < RangerZ> on... widgets... i dunno 18:06 <@Dagmar> They're _supposed_ to 18:07 <@Dagmar> Clkearly they are no longer doing so 18:07 <@Dagmar> I have also discovered that apparently the fuckers can occasonally leave ani alarmmanager event hanging around 18:08 <@Dagmar> This is what I was bitching about earlier over information that is fail 18:08 <@Dagmar> http://stackoverflow.com/questions/28141361/android-home-screen-widget-mysteriously-fails-to-receive-touch-events/28142221#28142221 18:08 < PigBot`> Title: Android home screen widget mysteriously fails to receive touch events - Stack Overflow (at stackoverflow.com) 18:08 <@Dagmar> What that person says... _doesn't work_ 18:10 < RangerZ> thank god I don't deal with UI crap, lol 18:10 < RangerZ> cause this is silly 18:12 <@Dagmar> I suspect something was _broken_ with respect to orientation 18:29 <@Dagmar> OKay. I've found a widget that's clickable 18:30 <@Dagmar> Now I'm going to slice it open and see how many pieces I can modify before it stops working 18:33 <@Dagmar> Apparently the instructions I was given were very wrong lol 18:40 < RangerZ> http://www.cbsnews.com/news/measles-outbreak-traced-to-disneyland-continues-to-grow/ 18:40 < PigBot`> Title: Measles outbreak traced to Disneyland continues to grow - CBS News (at www.cbsnews.com) 18:40 < RangerZ> god... 18:41 < RangerZ> 85+ cases now 18:42 < Evilpig_> so what you're saying is... anti-vaxers have a good deal of extra income to blow at disney? 18:44 < RangerZ> a lot of the anti-vaxers are higher income b/c they think they know better than 'the plebians' 18:45 <@Dagmar> Well, just think of all the money they've saved by not having to heat sterilize food 18:47 < RangerZ> they should charge them with possession of weapons of mass distruction 18:47 < RangerZ> or just bio-terrorism 18:48 < Evilpig_> I'm fine with charging them with either bio-terrorism or something along the lines of endangering the public 18:52 <@Dagmar> We really need a charge of 'Criminal Stupidity' on the books 19:00 <@sdodson__> That seems covered by criminal neglegence. 19:05 <@Dagmar> No, that's a charge that's tied to an explicit requirement of duties and responsibilities 19:05 <@Dagmar> It does not cover "common sense" 19:06 <@Dagmar> Someone who, as an amateur, attempts to ride a skateboard off the roof of a ranch house onto a folding card table... if they get hurt, it's just "their own fault" 19:07 < Evilpig_> nah. it's the home owner's 19:07 <@Dagmar> If they're a "professional", and someone else gets hurt, and they did not take care to protect bystsanders, they can be charged with criminal negligence 19:07 <@Dagmar> An amateur would just be looking at a personal injury lawsuit 19:07 < Evilpig_> and if that fuck has a lawyer it will somehow be the manufacturer of the card table's fault 19:07 <@Dagmar> I think in both cases, a judge should be able to lock them up for a few days 19:08 <@Dagmar> Johnny Knoxville would _still_ be in jail for the shit he's done 19:09 <@Dagmar> They did a bunch of stuff where clearly the question wasn't "if" someone would get hurt, but "how badly" 19:09 <@Dagmar> Of course, I'm also a proponent of bringing back the pillory. 19:14 -!- sdodson__ [~Scott@2606:a000:110d:c03b:5528:4d33:5352:4a12] has quit [Read error: Connection reset by peer] 19:28 -!- klixa [uid861@gateway/web/irccloud.com/x-wvxycriyqrvwyomy] has quit [Quit: Connection closed for inactivity] 19:49 < aestetix> man reddit is so predictable 19:49 < aestetix> I love how every thread that references religion brings out people who start with "I'm an atheist but..." 19:49 < aestetix> they need to proclaim they are atheists before addressing the topic 19:51 <@Dagmar> Soo... I think the solution to my home screen orientation change problem is simpler than I thought 19:51 <@Dagmar> If I stick separate layouts in, it will *have* to redraw them... I hope 19:51 <@Dagmar> THere's no real reason the layout files can't be the same (that I can think of) 19:52 <@Dagmar> It might force a complete view refresh 19:57 <@Dagmar> Let's fint out what happens 19:58 < aestetix> wow 19:58 < aestetix> http://www.itworld.com/article/2875112/ibm-is-about-to-get-hit-with-a-massive-reorg-and-layoffs.html 19:58 < aestetix> sucks to be IBM 19:58 < PigBot`> Title: IBM is about to get hit with a massive reorg and layoffs | ITworld (at www.itworld.com) 19:59 < aestetix> IBM is expected to go through a massive reorg next month that will reportedly see 26% of its 430,000-strong work force let go, or 111,800 people. 20:02 <@Dagmar> Nope. That didnt' freakin work 20:11 < Evilpig_> ugh. when will these assholes get it that it is NOT okay to chop down a 4:3 movie to make it into letterbox? 20:12 < Evilpig_> oooo you have black bars on the sides, so fucking what. 20:12 < Evilpig_> making a good movie into unwatchable garbage is stupid 20:13 < Evilpig_> I can't find a good rip of six-string samurai so I guess i'm gonna have to drag my dvd out and rip it myself 20:30 -!- Synx|hm [~Synx@unaffiliated/synx-hm/x-1623004] has quit [Quit: leaving] 21:05 <@Dagmar> This demo app is starting to look like the proverbial frog on a dissection table 21:06 <@Dagmar> ...after a few firecrackers have been involved. 21:08 < RangerZ> https://www.youtube.com/watch?v=ai3EJ4me21E Glad to see Kent State repping 21:08 < PigBot`> Title: Sugar Daddies Paying For Student Debt - YouTube (at www.youtube.com) 21:15 < Evilpig_> We're under UDP DDoS attack to x.x.x.x. All traffic is getting dropped at the peering area. The size of the attack is 3Gbps. No impact to the site at this point. 21:15 < Evilpig_> heh 21:37 -!- klixa [uid861@gateway/web/irccloud.com/x-pnmfdpahgyjgthwv] has joined #se2600 21:37 -!- mode/#se2600 [+o klixa] by ChanServ 22:05 < RangerZ1> https://www.youtube.com/watch?v=2VX9ls4-FZo 22:05 < PigBot`> Title: Giant Jenga (Er Mega Tower?) Job Interview - YouTube (at www.youtube.com) 22:06 < RangerZ1> if you win jenga, you get the job 22:06 < RangerZ1> probably more realistic than most job interviews 22:06 < RangerZ1> lol 22:19 <@Dagmar> aestetix: Soo... Cyan got another link she posted to FB popped for "nudity". 22:19 <@Dagmar> aestetix: The model was wearing a freaking hazmat suit and helmet, unzipped by about five inches. 22:20 < RangerZ1> Cyan? 22:20 <@Dagmar> I'm thinking it *has* to have been because of the thumbnails of the lingerie models at the bottom 22:20 <@Bahhumbug> aestetix: That's beem coming for a long, long time. 22:20 < RangerZ1> http://www.nytimes.com/2015/01/26/nyregion/de-blasio-urges-new-yorkers-to-prepare-for-powerful-snowstorm.html 22:20 <@Dagmar> RangerZ: Yeah. A girl some of us worked with at iAsiaWorks that now (among other things) runs a skimpy modeling site 22:20 < RangerZ1> Dagmar: too bad we didn't get 3 feet of snow in nashville 22:21 < Evilpig_> we're looking to get a foot tomorrow 22:21 < RangerZ1> There would be like 6 people from Ohio and MI able to travel 22:21 < RangerZ1> lol 22:21 <@Dagmar> No, three feet I don't want 22:21 <@Dagmar> One would be plenty. 22:21 <@Dagmar> It would be deeper than I have ever seen it here in my entire life. 22:21 <@Dagmar> Three feet and people would find ways to be _crushed_ to death under it 22:22 <@Bahhumbug> You say that as if it's a bad thing. 22:22 <@Dagmar> You just *know* some drunken redneck would try to improvise an igloo and bury himself alive 22:23 <@Dagmar> ...and then we'd have to forever put up with warnings about "not burying yourself alive in snow and the dangers of hypothermia" in a city where it basically, never snows. 22:23 <@Dagmar> 'cuz it only takes one idiot to start the news cycle churning around here. 22:24 < RangerZ1> but normally that idiot has "Haslam" in his name 22:25 <@Dagmar> The only reason that man still has a job is because he's surrounded by people who would _steal the furniture_ if he were gone 22:25 <@Dagmar> ...so let's not. 22:26 <@Dagmar> I can think of no other reason why he is not _in jail_ over the stuff they were trying to pull off with the Cordell Hull building 22:26 <@Dagmar> I've been in it before. The thing is built to withstand decades. 22:27 <@Dagmar> Possibly even centuries. 22:30 < RangerZ1> https://www.facebook.com/video.php?v=10151710313697827 This is Dagmar when He's 70 22:30 < PigBot`> Title: Comments (at www.facebook.com) 22:30 <@oddball> The Cordell Hull building? 22:32 <@Dagmar> Yep 22:33 <@Dagmar> Dude was trying to have it demolished 22:35 <@oddball> Really? Somehow I missed that. 22:40 <@Dagmar> It was part of the mess of them trying to sell off their other properties that housed state workers, in order to put them into leased spaces 22:40 <@Dagmar> All being basically handed to one company, which somehow bypassed any bidding 22:42 < RangerZ1> ...and was a sponsor of him... 22:42 < RangerZ1> ...i mean "donated to him" 22:48 < _NSAKEY> Did you guys see where he's now the richest politician in the US? 22:49 <@Bahhumbug> Haslan? 22:49 <@Bahhumbug> I cry foul on that if so. 22:49 <@oddball> ahh... ok 22:52 < _NSAKEY> http://www.tennessean.com/story/news/politics/2015/01/21/haslam-richest-politician-in-country/22105767/ 22:52 < PigBot`> Title: Forbes: Haslam worth $2 billion, richest politician in U.S. (at www.tennessean.com) 22:52 < _NSAKEY> That's the claim, at least. 22:52 < frosty> http://www.forbes.com/sites/danalexander/2015/01/21/tennessee-governor-bill-haslam-is-new-billionaire-after-making-1-billion-in-5-months/ 22:52 < PigBot`> Title: Tennessee Governor Bill Haslam Is New Billionaire, Richest Politician In America - Forbes (at www.forbes.com) 22:54 <@Bahhumbug> Wow. 22:54 <@Bahhumbug> I stand corrected. 22:54 <@Bahhumbug> I knew he was worth a bundle, didn't realize it was that _large_ of a bundle, though. 22:54 <@Bahhumbug> Another reason I dislike the guy. 22:55 < frosty> Haven't you heard? Anyone in the US can get that rich! 22:55 <@Bahhumbug> Know what would be nice? If he'd dump 100 million of that into TN's educational system. 22:55 < frosty> Bad investment. 22:55 <@Bahhumbug> You're a politician and you want to "help" people? Fine. Do it. 22:56 <@Bahhumbug> Yes. Because investing in our children is a bad investment. 22:58 < frosty> XD 22:59 < frosty> It wont make *him* more money. 23:00 <@Bahhumbug> Indeed. He doesn't have enough. I see the point. 23:25 < Evilpig_> OMFG! shameless tonight. wow! 23:25 <@shapr> VAINA 23:25 <@shapr> but seriously, has anyone had problems finding android phones on wifi? 23:25 <@shapr> I've tried using arp-scan, but it's not finding my sgs3 23:41 < Evilpig_> shapr: are you looking for rogues or what? 23:56 <@shapr> no, building a roommate presence notifier 23:56 <@shapr> Evilpig_: https://twitter.com/shapr/status/556685232666320896 23:56 < PigBot`> Title: Shae Erisson ☠ on Twitter: "Code is now written to display text from serial, now to write a tcpdump script to match phone mac addresses on wifi. http://t.co/EQou2jameR" (at twitter.com) 23:58 < Evilpig_> shapr: just tag your dhcp leases then 23:59 < Evilpig_> lease 10.0.0.23 { starts 0 2015/01/25 21:53:28; ends 0 2015/08/23 21:53:28; cltt 0 2015/01/25 21:53:28; binding state active; next binding state free; hardware ethernet 00:1d:fe:e0:f4:86; client-hostname "android-683ed50e21f18f20"; 23:59 < Evilpig_> } --- Log closed Mon Jan 26 00:00:15 2015