--- Log opened Fri Dec 08 00:00:28 2017 00:22 -!- K4k [elw@unaffiliated/k4k] has joined #se2600 00:22 <@Dagmar> This is starting to sound like the star chamber shit that goes on in edu spaces 00:40 < aestetix> yep 01:06 -!- HackMaster [uid45710@gateway/web/irccloud.com/x-oamgiyvhbrkvvyqm] has quit [Read error: Connection reset by peer] 01:07 -!- HackMaster [uid45710@gateway/web/irccloud.com/x-bbaupyjzqwvnrpgk] has joined #se2600 01:14 -!- Imgur[m] [nebimgurma@gateway/shell/matrix.org/x-hwjyajmoetnkbhhg] has quit [Ping timeout: 240 seconds] 01:15 -!- opticron [~opticron@75.76.59.35] has quit [Ping timeout: 248 seconds] 01:15 -!- dc0de[m] [dc0dematri@gateway/shell/matrix.org/x-uflrsexmbaxcjbez] has quit [Ping timeout: 255 seconds] 01:16 -!- opticron [~opticron@75.76.59.35] has joined #se2600 01:16 -!- mode/#se2600 [+o opticron] by ChanServ 01:25 -!- cordless1 [cordless@gateway/shell/insomnia247/x-aoxmebvusyhpegpl] has quit [Ping timeout: 248 seconds] 03:19 -!- Imgur[m] [nebimgurma@gateway/shell/matrix.org/x-qgaecmiprdsqetig] has joined #se2600 03:29 -!- dc0de[m] [dc0dematri@gateway/shell/matrix.org/x-udhvvheqeqkhnvsw] has joined #se2600 05:52 < aestetix> hmmm 05:52 < aestetix> http://thehill.com/homenews/senate/363896-democrats-saw-franken-as-a-liability 05:52 < PigBot`> Title: Democrats saw Franken as a liability  | TheHill (at thehill.com) http://tinyurl.com/y7klw66b 05:52 < aestetix> so far it looks like the senate controls who is in the senate, not the people 07:43 -!- remoford [~remo_lapt@c-69-137-84-154.hsd1.tn.comcast.net] has quit [Quit: Leaving.] 08:35 -!- cordless_ is now known as cordless 08:36 -!- mode/#se2600 [+o cordless] by ChanServ 08:46 <@cordless> Anyone here use fortran90 regularly? 09:17 -!- Dolemite [~scott@96-38-109-185.dhcp.jcsn.tn.charter.com] has quit [Remote host closed the connection] 09:18 -!- Dolemite [~scott@96-38-109-185.dhcp.jcsn.tn.charter.com] has joined #se2600 09:19 -!- mode/#se2600 [+o Dolemite] by ChanServ 09:52 < xray> sorry, not since the early 90's 09:52 < xray> no pun intended 09:52 < xray> it is still used 09:52 < xray> though 09:54 <@cordless> lol 09:54 <@cordless> yea, i'm porting matlab code over to fortran right now to speed up my simulations 10:00 <@opticron> ugh 10:00 <@opticron> why not C? 10:00 <@opticron> last I used as F77 and it was 10+ years ago 10:01 <@cordless> opticron: the advice I received from 90% of my colleagues was that using F90 would allow me to use LAPACK that already contains many of the packages for the mathematical methods I'm using 10:02 <@cordless> I'm not against using C though.. I'm much more familiar with it 10:02 <@opticron> or python with scipy 10:02 <@cordless> I'm solving reaction diffusion equations using fractional pde's.. fourier spectral method vs MTT 10:02 <@opticron> since that's mostly backended with native code 10:03 <@opticron> oooh, that's some fun calculus 10:03 <@cordless> python I assume would have the same issue that matlab has - it severely limits my domain size because computational time greatly increases 10:03 <@cordless> theoretically c or fortran should be able to handle the larger domains in at least a decent cpu time 10:04 <@cordless> I have the matlab code for using fourier spectral crank-nicholson in 1 dimension.. my goal is to extend the method to 2 and 3 dimensions 10:05 <@opticron> python won't have the same issue as ML given https://en.wikipedia.org/wiki/SciPy 10:05 < PigBot`> Title: SciPy - Wikipedia (at en.wikipedia.org) http://tinyurl.com/ncpeb66 10:05 <@cordless> I also have to do side by side comparison using other methods.. which in 3 dimensions produce HUGE dense matricies.. making matlab or python... very time consuming computationally 10:06 <@cordless> You're suggesting that python would have a similar cpu runtime as fortran or c? 10:06 <@opticron> a lot of that library is C/C++/Fortran backed 10:06 <@cordless> true, i'm familiar with scipy 10:07 <@opticron> so it might be a little slower than raw C/Fortran, but not too much worse since all the heavy lifting is in native code 10:07 <@cordless> hmm 10:07 <@cordless> I'll run some tests on the 1D and see 10:07 <@opticron> but if you're not comfortable with python, probably don't go that route 10:07 <@cordless> oh, I'm much more comfortable with python than fortran 10:07 <@cordless> lol 10:08 <@cordless> I usually use fortran for raw computations and handle plotting and data analysis with python 10:08 <@cordless> at least for the smaller problems and test cases that I've ported over to fortran 10:09 <@cordless> don't suppose that openmp is well supported in python? 10:10 <@opticron> you probably wouldn't use openmp for that case: http://scipy.github.io/old-wiki/pages/ParallelProgramming 10:10 < PigBot`> Title: ParallelProgramming - SciPy wiki dump (at scipy.github.io) http://tinyurl.com/ho4l6et 10:11 <@opticron> Cython supports openmp, apparently 10:12 <@cordless> interesting 10:17 <@Dagmar> LTC running amoke 10:17 <@Dagmar> er amok 10:18 <@cordless> Dagmar: millionaire yet? 10:18 <@cordless> :P 10:18 <@Dagmar> No, but I'm on track for making about a grand today 10:19 <@cordless> wow o.O 10:19 <@cordless> How long you think this will last? 10:19 <@Dagmar> If I knew that I'd be on track for makign a fuckton more 10:19 <@cordless> hehe 10:20 <@cordless> Of course.. if any of us knew that.. 10:20 <@Dagmar> I thought it was goign to push to 122, I didn't expect it to keep going to 126-127 10:20 <@cordless> You're mining LTC? 10:21 <@Dagmar> Nope 10:21 <@cordless> Or just tradin 10:21 <@cordless> ah 10:21 <@rattle> LTC is on fire! 10:28 <@Dagmar> I'm trying hard not to get feels 10:28 <@Dagmar> I think it's coming back down to 120 before it has a go at 150 10:28 <@Dagmar> Just because it's LTC doesn't mean that zerg rush up won't correct 10:29 <@Dagmar> Being this undervalued that little dip at 10:23 might have been it 10:30 <@Dagmar> We've only five million before we enter WTF territory 10:33 <@Dagmar> $132 10:34 <@Dagmar> Jesus 10:34 <@Dagmar> OKay, maybe we're going to moon today. I won't complain 10:35 <@Dagmar> $135 10:35 <@Dagmar> GDAX should be melting any minute now. lol 10:35 <@rattle> I had the same thought.. Hah 10:36 <@Dagmar> Fuckign $141 10:36 <@rattle> I've got a sell order in at 165.. Let's see if it goes that crazy. 10:37 <@Dagmar> I'm fuckign riding this bitch to the moon 10:37 <@cordless> lol 10:37 <@Dagmar> Four million to $150 10:37 <@Dagmar> 6.4 million to $200 10:37 <@Dagmar> People are completely tumescent after yesterday's BTC run 10:37 <@Dagmar> (That's the nicest way I can say that) 10:38 <@rattle> Adjusted to 140.. 10:38 <@Dagmar> GDAX melting, but my stop-loss kicked in at $130. hehe 10:39 <@Dagmar> It'll have another go today 10:40 <@rattle> Whoo hoo! I'm out. 10:40 <@rattle> I think it's gonna go up a bit more, but I'm glad to have that gain locked. 10:46 <@rattle> ETH's turn? 10:46 <@Dagmar> Not sure how with those kittens clogging the tubes up 10:46 <@Dagmar> This may damn well be people from Monday's ETF screwing around 10:55 <@Dagmar> lol BTC spikes up a bit and people flee LTC 10:55 <@Dagmar> More for me 11:04 -!- K`Tetch_ [~no@24-178-141-147.dhcp.thtn.ga.charter.com] has joined #se2600 11:06 -!- K`Tetch [~no@unaffiliated/ktetch] has quit [Ping timeout: 246 seconds] 12:58 <@Dagmar> I wonder if the whales aren't ttying to get BTC back under 14k 12:59 <@Dagmar> LTC and ETH are basically about where they _should_ be if BTC's rise hadn't been so damnably parasitic 13:04 <@Corydon76> Dagmar: you see the dipshit who emailed the board yet? 13:04 <@Dagmar> Not yet 13:04 <@Dagmar> (apparently) 13:04 <@Dagmar> Are they _high_? 13:05 <@Corydon76> Probably 13:05 <@Corydon76> Let's email the board a complaint about a board member... 13:06 <@Dagmar> With a name that comes up in zero google searches 13:06 <@Dagmar> Not even pipl 13:07 <@Corydon76> Fake name? 13:08 <@Corydon76> Doesn't help that there's a politician with that name 13:08 -!- Catonic [~catonic@71.45.91.197] has quit [Ping timeout: 246 seconds] 13:08 <@Dagmar> This is either a fabrication or another case of someone deciding to redefine " 13:08 <@Dagmar> bullying" to simply mean disagreeing 13:08 <@Dagmar> Or... 13:09 <@Dagmar> Someone is fucking stupid enough to attempt to impersonate me. 13:09 <@Corydon76> Wait for the lawsuit that probably won't happen 13:09 <@Dagmar> Courts would be merciful compared to what I'll do 13:09 <@Dagmar> Hell, wolves would be merciful compared to what I'll do. 13:09 <@Corydon76> I'm laughing that he reported you to the FBI, as if that's going to do anything. 13:10 <@Dagmar> They'd know enough to know that's fully outside my normal behaviour 13:10 <@Corydon76> Apparently he doesn't realize that the FBI has far more important things to do 13:11 <@Dagmar> ...and that I've got a lot of free time to hunt down liars 13:11 <@Dagmar> FFS I don't "bully" people 13:11 <@Dagmar> I'd have to actually care about most of them first 13:16 <@Dagmar> I think this person is just lying, although I've no idea WTF their motive could possibly be 13:16 <@Dagmar> If this were really sub judice, they wouldn't be able to say what they did, let alone on a mailing list 13:27 < dfused> Dagmar: you dont bully, you berate. beat over the head with words. 13:28 <@Dagmar> I was bullied as a kid in school, so I'm _really_ not down with bullying 13:28 <@Dagmar> I'm fairly pissed someone's attempting to spin this kind of lie 13:29 -!- ezelkow1 [~sasquatch@2601:282:702:1eb8:d824:f7e:67c7:c0bd] has joined #se2600 13:29 -!- mode/#se2600 [+o ezelkow1] by ChanServ 13:29 < dfused> keep in mind.... the definitions of "bullying" have DRAMATICALLY changed since we were kids... 13:29 <@Dagmar> If it turns out someone was attempting to pretend to be me and bully people, they better hope whoever is filing a complaint doesn't let the FBI share with _me_ who it was 13:30 <@Dagmar> If it's just some whiner who is mad because I had to show them they were terribly wrong about something, the FBI isn't going to care 13:32 <@Dagmar> No judge is going to agree that telling someone they're wrong is bullying 13:32 < dfused> coinbase is pissing me off. 13:32 <@Dagmar> I ain't worried about getting in trouble 13:33 < dfused> two fucking days and xfer still stuck in Pending. 13:33 <@Dagmar> dfused: Look on the bridge side. KYC rules might slow things down getting an account going, but they also mean the DoJ is _radically_ less likely to snatch the whole thing out of the server rooms 13:33 <@Dagmar> An ACH transfer? 13:33 < dfused> no from one bit acct to another 13:33 <@Dagmar> ...or is this a blockchain operation 13:33 < dfused> moved btc from one wallet to another 13:33 <@Dagmar> You probably didn't allocate enough to the fee and your transaction is getting passed over 13:34 < dfused> shit. 13:34 < dfused> no way to cancel the transaction and redo as high priority. 13:35 < dfused> apparently coinbase has been having some issue the past few days 13:37 < dfused> i guess the good news is that by the time everything finally gets moved, BTC will normalize and no more profit so I wont have to pay taxes. -sigh- 13:37 <@Dagmar> What ddi you buy in at? 13:37 <@Dagmar> Also there's a threshhold before they give a @!#$! about capital gains 13:37 < dfused> 6000 13:38 <@Dagmar> You bought on some other exchange? 13:38 < dfused> no i bought on coinbase but moved lump to another wallet.. which was duuuumb. 13:39 < dfused> learning is hard. 13:40 <@Dagmar> Oh, okay. That at least keeps the cost basis easy 13:41 <@Dagmar> You'll only have the one spreadsheet to deal with 13:41 <@Dagmar> If it were on some other exchange it might be "interesting" to prove you bought the BTC with fiat and _have_ a cost basis 14:17 -!- ChanServ [ChanServ@services.] has quit [shutting down] 14:24 -!- ChanServ [ChanServ@services.] has joined #se2600 14:24 -!- ServerMode/#se2600 [+o ChanServ] by wilhelm.freenode.net 14:25 -!- brimstone [~brimstone@unaffiliated/brimstone] has quit [Ping timeout: 240 seconds] 14:27 <@_NSAKEY> Dagmar: What is this idiot who e-mailed the board smoking, and where do we buy it in quantity? We could make PhreakNIC free off of the profits. 14:28 <@_NSAKEY> I love bedtime stories in the form of e-mails from half-witted cranks. 14:28 -!- brimstone [~brimstone@unaffiliated/brimstone] has joined #se2600 14:28 -!- mode/#se2600 [+o brimstone] by ChanServ 14:44 <@Dagmar> I have to run an errand real quick, but when I get back, I've decided I'm going to call that lie what it is 14:44 <@Dagmar> It's a complete fabrication, and I've got exactly two possible suspects. 14:45 <@Dagmar> One is crazypants, and the other is like some crank from #Linux who'll probably sober up in a few hours 14:50 <@Evilpig> glad to hear the insanity continues when I'm not the one starting it 15:05 -!- Catonic [~catonic@71.45.91.197] has joined #se2600 15:05 -!- mode/#se2600 [+o Catonic] by ChanServ 15:46 <@Dagmar> I really doubt we'll hear anything more from whatever kook that was 15:48 <@Dagmar> ...although I'm exceptionally displeased that whoever it was even tried that shite. 16:54 * dc0de[m] feels bullied by Dagmar 16:55 < dc0de[m]> Wait... That came out wrong. :) 16:55 <@Dagmar> You shoudl really see this email 16:56 <@Dagmar> I mean, it's probably Amber, but you'd think by now she'd know better 17:01 <@Evilpig> why would a certified crazy person know better? 17:01 <@Evilpig> that's like expecting dru to come in and be completely healthy with a wallet fat with cash 17:12 <@rattle> GDAX just sent out a sorry-we-suck letter. 17:13 < dfused> hahah....coinbase sent out an email. 17:22 <@Dagmar> I haven't got it yet. Oh well 17:27 <@Dagmar> kpoman: Yeah but that is a skillset _way_ beyond the norm 17:27 <@Dagmar> !#@! 18:19 <@Mirage> what skillset is that?! typing in the right window? 18:24 <@Dagmar> :P 18:24 <@Dagmar> The guy was talking aobut using jtag to get data off his now-basically-bricked phone 18:24 <@Dagmar> He didn't disable FRP, and broke his firmware 18:24 <@Dagmar> So now he can't boot into anything but Odin mode, and his phone is apparently failing at basic USB communication and causing errors in dmesg 18:25 -!- Psilovybin [~psilovybi@unaffiliated/drarkanex] has quit [Quit: leaving] 18:29 -!- Psilovybin [~psilovybi@unaffiliated/drarkanex] has joined #se2600 18:31 <@Mirage> awesome 18:33 <@Mirage> i was wishing my work phone would do something like that earlier. ATT pushed out an update yesterday, so I went ahead an allowed it to run last night when I put it on the charger. 18:34 <@Mirage> Thanks to Corp security policies that get pushed down to the phone it now requires you to enter your PIN to unlock the phone anytime it gets powered on. I of course didn't do that. 18:34 <@Dagmar> So they require you to actually set a PIN for the encrypted filesystem 18:34 <@Dagmar> That seems pretty reasonable to me 18:34 <@Dagmar> If you're rebooting your phone more than once a month you're probably doing something wrong 18:34 <@Mirage> So when I did enter the PIN this morning, all the Nagios alerts generated by a datacenter network outage lasting ~3hrs in CA last night came flooding through. 18:34 <@Dagmar> lol 18:35 <@Dagmar> You should look into quiet hours 18:35 <@Dagmar> You can tell the thing to jsut not yell about notifications during the night 18:35 <@Mirage> I use the Tom Hanks "Houston, we have a problem" sample from Apollo 15. 18:36 <@Mirage> After 4 minutes of it I was ready to kill someone. 18:36 <@Dagmar> Yes, and if you set up quiet hours correctly it won't say a damn thing from 11pm to 6am 18:36 <@Mirage> s/15/13/ 18:38 <@Mirage> Well, if something goes down in the middle of the night I'm kind of supposed to hear the alerts and check into it. 18:38 <@Mirage> Luckily this wasn't an issue that I was responsible for, otherwise I could have been in for one hell of an ass chewing for not getting the alerts overnight. 19:26 <@Evilpig> I have my phone's quiet hours set from 7a - 3:30p 19:33 <@Mirage> Evilpig: http://www.geniuskitchen.com/recipe/angry-edamame-491686 19:33 < PigBot`> Title: Angry Edamame Recipe - Genius Kitchen (at www.geniuskitchen.com) http://tinyurl.com/yaq9r6l4 19:41 -!- Psilovybin [~psilovybi@unaffiliated/drarkanex] has quit [Quit: leaving] 19:47 -!- Psilovybin [~psilovybi@unaffiliated/drarkanex] has joined #se2600 19:51 < aestetix> The plot thickens 19:51 < aestetix> http://thehill.com/homenews/administration/364056-former-fox-news-anchor-trump-tried-to-kiss-me-on-the-lips 19:52 < PigBot`> Title: Former Fox News anchor: Trump tried to kiss me on the lips | TheHill (at thehill.com) http://tinyurl.com/y7jqg9yp 19:52 < aestetix> I gurantee this is why Al Franken resigned 19:54 < Psilovybin> prepare for the ultimate feminization of men everywhere 19:55 < Psilovybin> before it was by choice... 20:10 < aestetix> and then a slew of depressed women as they realize they hate the beta males they've created 20:15 < Psilovybin> lol 20:16 < Psilovybin> "be careful what you wish for" takes on a whole new meaning 20:18 -!- skiboy [~skiboy@gateway/vpn/privateinternetaccess/skiboy] has joined #se2600 20:53 -!- skiboy [~skiboy@gateway/vpn/privateinternetaccess/skiboy] has quit [Quit: Leaving] 21:16 -!- Warcop [~zadeaux@2001:0:9d38:90d7:1420:3d42:5955:c5dd] has joined #se2600 21:48 -!- Psilovybin [~psilovybi@unaffiliated/drarkanex] has quit [Ping timeout: 240 seconds] 21:51 -!- Warcop [~zadeaux@2001:0:9d38:90d7:1420:3d42:5955:c5dd] has left #se2600 [] 21:53 -!- Psilovybin [~psilovybi@unaffiliated/drarkanex] has joined #se2600 22:14 <@Dagmar> Well, damn. LTC is still going up 22:14 <@Dagmar> I guess it only makes sense since LTC/BTC seem to balance at about 1:10 22:21 <@Dagmar> Fuuuuck 58.91% and climbing still 22:27 < dasunt> This is insane, and I hope you know it. I also hope you profit off the bubble. 22:27 <@Dagmar> This isn't a bubble 22:27 <@Dagmar> LTC basically skimmed the good parts of BTC 22:29 <@Dagmar> This is LTC finally catching up from being wildly undervalued for months 22:29 <@Dagmar> We *started* this trajectory back in September, and then like two days into it when LTC hit $98... *BLAM* China freaks the fuck out and sells goddamn everything 22:30 <@Dagmar> I'll shit if this passes $160 22:31 <@Dagmar> Another 8 million into it and it'll hit $200 22:32 <@Dagmar> The order book goes into practically unknown territory at that point. 22:33 <@Dagmar> Oh fuck me 22:34 <@Dagmar> I think the market is reactng because those sell orders are moving away 22:34 < dasunt> I think we need a better e-coin, but I can't figure out how to get a "boring" currency launched. But currency should be boring. 22:36 <@Dagmar> Wait until Monday 22:38 < dasunt> It's hard, since deflation is how cryptocurrs are launched, yet deflation tends to be a bad thing in a currency. 23:06 -!- Netsplit *.net <-> *.split quits: PigBot`, cslansing, crashcart, @Dolemite, sicsscam, k3ymkr, @Catonic, @ChanServ, K4k, dasunt, (+5 more, use /NETSPLIT to show all of them) 23:08 -!- dc0de[m] [dc0dematri@gateway/shell/matrix.org/x-udhvvheqeqkhnvsw] has quit [Ping timeout: 252 seconds] 23:08 -!- Imgur[m] [nebimgurma@gateway/shell/matrix.org/x-qgaecmiprdsqetig] has quit [Ping timeout: 255 seconds] 23:11 -!- Netsplit over, joins: @Catonic, cslansing, @ChanServ 23:14 -!- Psilovybin [~psilovybi@unaffiliated/drarkanex] has joined #se2600 23:14 -!- ^020d [~^020d@108-192-158-126.lightspeed.tukrga.sbcglobal.net] has joined #se2600 23:14 -!- Catonic [~catonic@71.45.91.197] has quit [Ping timeout: 260 seconds] 23:14 -!- Dickie [~dickie@unaffiliated/dickie] has joined #se2600 23:14 -!- ServerMode/#se2600 [+o Dickie] by wilhelm.freenode.net 23:14 -!- Catonic [~catonic@71.45.91.197] has joined #se2600 23:15 -!- mode/#se2600 [+o Catonic] by ChanServ 23:15 -!- K4k [elw@unaffiliated/k4k] has joined #se2600 23:15 -!- Dagmar [dagmar@unaffiliated/dagmar] has joined #se2600 23:15 -!- PigBot` [~pigbot@96-80-184-99-static.hfc.comcastbusiness.net] has joined #se2600 23:15 -!- ServerMode/#se2600 [+o Dagmar] by wilhelm.freenode.net 23:39 -!- ezelkow1 [~sasquatch@2601:282:702:1eb8:d824:f7e:67c7:c0bd] has joined #se2600 23:39 -!- Dolemite [~scott@96-38-109-185.dhcp.jcsn.tn.charter.com] has joined #se2600 23:39 -!- sicsscam [~sicsscam@24.154.71.208] has joined #se2600 23:39 -!- dasunt [~dasunt@192.249.59.215] has joined #se2600 23:39 -!- crashcart [uid29931@gateway/web/irccloud.com/x-iwpddonbbldhvksm] has joined #se2600 23:39 -!- k3ymkr [~KeyMaker@ec2-52-6-16-39.compute-1.amazonaws.com] has joined #se2600 23:39 -!- ServerMode/#se2600 [+oo ezelkow1 Dolemite] by wilhelm.freenode.net 23:42 -!- skiboy [~skiboy@gateway/vpn/privateinternetaccess/skiboy] has joined #se2600 --- Log closed Sat Dec 09 00:00:29 2017