floridagram | <Ivoriesablaze> btw, @KMyers still hurting, and the person sending the MRI report messed up royally | 00:37 |
---|---|---|
floridagram | <Ivoriesablaze> they sent someone else's MRI instead of mine | 00:38 |
floridagram | <Ivoriesablaze> MAJOR hippa violation | 00:38 |
floridagram | <KMyers> @Ivoriesablaze, That is a problem, hopefully they did not give yours to another person | 00:45 |
floridagram | <ahoneybun> https://github.com/dell | 00:52 |
floridagram | <ahoneybun> dell is putting out code from Ubuntu project laptop thing lol | 00:52 |
mhall119 | ahoneybun: who do you think posted those @ubuntu tweets? :) | 00:56 |
ahoneybun | I know lol | 01:00 |
ahoneybun | mhall119: Aug-Sept is such a bad time for the Global Jam | 01:01 |
mhall119 | ideally it would have been late july or early august, but we were late in planning | 03:21 |
floridagram | <Abrerr> N beta was worth it. | 03:28 |
floridagram | <AdamOutler> I've been using N beta since v1. | 03:35 |
floridagram | <Abrerr> As a daily driver? | 03:35 |
floridagram | <AdamOutler> Yes | 03:35 |
floridagram | <Abrerr> Hardcore. Any fun hangs? | 03:35 |
floridagram | <AdamOutler> All the time. | 03:36 |
floridagram | <AdamOutler> Not on the latest. But it seems slower. | 03:36 |
floridagram | <AdamOutler> While Pokemon go stutters, it doesn't hang like on my GS7. | 03:36 |
floridagram | <AdamOutler> Someone Rickrolled the Bitcoin Auction for NSA Exploits | Motherboard … http://motherboard.vice.com/read/someone-rickrolled-the-bitcoin-auction-for-nsa-exploits | 11:51 |
floridagram | <KMyers> @Abrerr, I have also been using the N Beta as a daily driver on my 6P without issue. | 11:55 |
floridagram | <RazPi> @AdamOutler, Hm good point, I never did think about passing a function around in Java. | 12:29 |
floridagram | <RazPi> But I think in those cases you're passing around objects or returning objects, as the OOP analogue? | 12:30 |
floridagram | <RazPi> *analogy | 12:31 |
floridagram | <Ivoriesablaze> @AdamOutler, @KMyers, This has your fingerprints on it... | 12:37 |
floridagram | <KMyers> @Ivoriesablaze, It does indeed | 12:43 |
floridagram | <ahoneybun> @JohnLegere: Hope you’re around in 30 mins… because I’m going to announce #Uncarrier12 https://t.co/UWhpGIkzNI | 12:47 |
floridagram | <ahoneybun> Oh snap | 12:47 |
floridagram | <KMyers> Sweet!!! | 12:48 |
floridagram | <AdamOutler> @RazPi, In Reflection you're passing a reference to the Class or Method. In Lambda expressions you pass code. | 12:50 |
floridagram | <RazPi> @AdamOutler Oh huh, consider me school'ed. Admittedly my experience with languages like C# and Java are rather limited. Also, I thought lambda expressions were also passed by reference | 13:07 |
floridagram | <RazPi> Like the state is malloced and referenced under the hood | 13:08 |
floridagram | <KMyers> Holy Crap... T-Mobile's new plan looks tempting | 13:09 |
floridagram | <mhall119> @Ivoriesablaze you're not actually passing functions as parameters in your example | 15:50 |
floridagram | <mhall119> if you call functionA(functionB(foo)) what it does is call functionB(foo) first, then uses it's return value as the parameter to functionA() | 15:50 |
floridagram | <Ivoriesablaze> ok, so basically it's not using the function itself as an argument but the result that is being returned | 15:51 |
floridagram | <mhall119> yup | 15:51 |
floridagram | <Ivoriesablaze> ok, cool, it just so happens i can use that syntax, lol | 15:52 |
floridagram | <mhall119> that said, you actually *can* pass a function as a parameter in python | 15:52 |
floridagram | <mhall119> def functionA(call_func, param): … return call_func(param) … def functionB(param): | 15:53 |
floridagram | <mhall119> bah, messed it up, hang on | 15:53 |
floridagram | <mhall119> def functionA(call_func, param): … return call_func(param) … def functionB(param): … print param; … functionA(functionB, "foo") | 15:53 |
floridagram | <mhall119> that will print "foo" | 15:54 |
floridagram | <mhall119> you see this often when sorting, where you can pass a custom comparator function to the sort function | 15:55 |
floridagram | <mhall119> python gets more and more fun the deeper down the rabbit hole you go :) | 15:55 |
floridagram | <AdamOutler> Hey we are paying well for someone who wants a joba as a Sr Embedded Systems Security Engineer. https://tracfone-wireless.silkroad.com/epostings/index.cfm?fuseaction=app.jobinfo&jobid=1353&source=ONLINE&JobOwner=992275&company_id=16179&version=1&byBusinessUnit=NULL&bycountry=0&bystate=0&byRegion=&bylocation=&keywords=&byCat=&proximityCountry=&postalCode=&radiusDistance=&isKilometers=&tosearch=yes&city= | 16:49 |
floridagram | <AdamOutler> Most qualifications must be met. | 16:49 |
floridagram | <AdamOutler> This is a security job and we need applications. | 16:50 |
floridagram | <Ivoriesablaze> Ask me again in a couple of years when I have my infosec degree, lol | 17:47 |
floridagram | <KMyers> I can hax Winblows XP | 17:48 |
floridagram | <Ivoriesablaze> Anker PowerCore Edge Ultra-High Capacity Portable Charger, Slim Design External Battery Power Bank with Premium Travel Pouch, 20000mAh, 2 USB Ports for Apple iPhone, Samsung Galaxy and More … https://www.amazon.com/dp/B01ABGVX58?&_encoding=UTF8&tag=nl_fstr_op_0818-20 | 17:52 |
floridagram | <Ivoriesablaze> So freaking tempted | 17:52 |
floridagram | <KMyers> Not super impressed by that one to be honest | 17:53 |
floridagram | <Ivoriesablaze> No? Because it's not fast charging? Or no USB c? | 17:53 |
ahoneybun | powershell is opensource and on linux now | 17:54 |
ahoneybun | https://azure.microsoft.com/en-us/blog/powershell-is-open-sourced-and-is-available-on-linux/ | 17:54 |
floridagram | <KMyers> https://www.amazon.com/Qualcomm-Certified-RAVPower-20100mAh-Portable/dp/B019IFIJW8/ref=as_li_ss_tl?ie=UTF8&qid=1471542877&sr=8-6&keywords=type+c+battery+pack&linkCode=ll1&tag=tcz-20&linkId=3e19b4c286e5fb853bd174091e4db85b | 17:55 |
floridagram | <Ivoriesablaze> Yeah, the IT guy at my job was telling me about this. When I use my laptop that has linux on it, I'll check it out,lol | 17:55 |
floridagram | <Ivoriesablaze> The other one is also $30 cheaper | 17:56 |
floridagram | <KMyers> That is the one I have, It has Quick Charge and it can take a charge over MicroUSB (with QuickCharge) or over USB Type C with USB PD | 17:56 |
floridagram | <ahoneybun> @KMyers their new One plan looks bad | 18:11 |
floridagram | <KMyers> I have to agree after pinging T-Mobile for some questions. Tethering would be off the table. Not switching | 18:12 |
floridagram | <ahoneybun> our plan is the best | 18:12 |
floridagram | <KMyers> In some ways but the unlimited tablet plan is not a bad thing | 18:13 |
floridagram | <ahoneybun> mm | 18:13 |
floridagram | <KMyers> Dont worry, not worth switching for that | 18:14 |
floridagram | <ahoneybun> yea I like the 14gb of tether | 18:14 |
floridagram | <ahoneybun> super helpful | 18:14 |
floridagram | <ahoneybun> that Honor 8 Blue looks awesome | 18:21 |
floridagram | <ahoneybun> love the color | 18:21 |
floridagram | <AdamOutler> Don't waste money on Qualcomm quick charge | 18:26 |
floridagram | <AdamOutler> USB power delivery is where things are going | 18:27 |
floridagram | <KMyers> On a phone with USB 2.0 like the Nexus 6, I disagree however I will agree when you have devices with Type C | 18:27 |
floridagram | <AdamOutler> Hey, Qualcomm quick charge is good until last year | 18:28 |
floridagram | <AdamOutler> Even ZTE is putting out the USB C devices | 18:28 |
floridagram | <KMyers> I know, it is great hfor new phones | 18:28 |
floridagram | <AdamOutler> well you shouldn't lay down that kind of money for legacy infrastructure | 18:29 |
floridagram | <KMyers> In the case of that power bank, it is current with the latest MicroUSB and ready for Type c things | 18:30 |
floridagram | <KMyers> On an unrealted note, I just watched last night's Mr Robot and my brain is officially broken | 18:31 |
floridagram | <RazPi> https://s-media-cache-ak0.pinimg.com/564x/53/26/cc/5326cca45a4387c733acb6bf40481233.jpg | 18:35 |
floridagram | <KMyers> Want | 18:35 |
maxolasersquad | @honeybun: ++ Just installed it on my work machine. | 19:00 |
meetingology | maxolasersquad: Error: "honeybun:" is not a valid command. | 19:00 |
ahoneybun | just ahoneybun will work | 19:03 |
maxolasersquad | Typing is hard. :) | 19:09 |
floridagram | <ahoneybun> @KMyers https://goo.gl/photos/7fbJ9pzGnzgMvNQt7 | 22:17 |
floridagram | <ahoneybun> best picture ever | 22:17 |
floridagram | <Ivoriesablaze> ... I hate you... I'm in such a sushi mood, but I'm stuck at home again this weekend | 22:19 |
floridagram | <ahoneybun> opps | 22:19 |
floridagram | <Ivoriesablaze> Yeah, I'm being referred to an ortho | 22:20 |
floridagram | <ahoneybun> that bad? | 22:27 |
floridagram | <KMyers> @Ivoriesablaze - Lets see how you feel on saturday. I dont mind making a small road trip but dont want to do anything that can cause it to get worse | 22:45 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!