00:40:39 *** emptyreddata (emptyred@856A53CC.B454AB78.6B89ED8F.IP) has joined #crytocc 01:50:53 *** slap (nobody@slap.users.cryto) has joined #crytocc 01:51:49 ohai 01:52:36 *** slap has quit (User quit: Mango IRC for iOS and OS X, http://mediaware.sk/mango) 01:58:32 *** x (foobar@91513BE6.1FF3EB83.C789C8B2.IP) has joined #crytocc 02:06:15 *** x has quit (Input/output error) 02:07:28 *** x (foobar@cryto-4ABAF172.as5577.net) has joined #crytocc 02:08:44 *** Inara (Inara@cryto-28E17E87.se) has joined #crytocc 03:05:03 *** Mighty0wl (Mighty0wl@cryto-54383BCE.us-west-1.compute.amazonaws.com) has joined #crytocc 03:06:25 *** Mighty0wl has quit (User quit: Connection closed) 03:12:18 *** x has quit (Connection reset by peer) 03:12:37 *** x (foobar@cryto-4ABAF172.as5577.net) has joined #crytocc 03:13:28 *** HiveResearch has quit (Ping timeout) 03:13:42 *** HiveResearch (HiveResear@developers.developers.developers) has joined #crytocc 03:18:43 Don't use Node, use Golang :D 03:40:25 YES :D 03:41:23 someday I'll create a reason to write an app in go 03:47:03 ATM Im writing a cloud system 03:50:29 lady-3jane: CHECK HOW COOL IT IS! http://www.freeimagehosting.net/newuploads/x38yi.png 03:50:43 cc emptyreddata 03:50:45 cc joepie91 03:51:12 All in Go :D 03:56:19 Yes! Another Go user :D 03:56:31 What kind of cloud system? :) 03:56:39 emptyreddata: did you see the image? 03:57:03 Not yet, one sec 03:57:44 Oh, it looks shmexy sir 03:58:03 emptyreddata: I used the twitterbootstrap CSS and shit 03:58:21 but basically, its an interface for an individual to manage all his servers, services, tasks, and data 03:58:52 it has a 'master', then all the other computers talk to it via TLS connections (crypto/tls) 03:59:03 by sending JSON objects (encoding/json) 03:59:28 Nice :D. I made a sample json app the other week to grab subreddit data. 03:59:40 the master has the web server and db (db was written in Go!), and clients do the processing 03:59:49 ALL IN GO :D ! 03:59:54 GO IS AMAZING AND WONDERFUL 03:59:56 Ah, did you make your DB or did you use a REPO 03:59:59 I agree :D 04:00:06 I made my DB 04:00:10 Very nice :O 04:00:19 I was trying to figure out how to make my own 04:00:20 its a memory DB, with disk persistance 04:00:41 I just store things in big *Tables 04:00:49 and tables have [][][]byte fields 04:00:56 [][][]byte? xD 04:01:03 Damn 04:01:07 so you have an array of array of []bytes 04:01:09 ie: table 04:01:15 Nice. 04:01:20 then, I JSON it to disk. 04:01:45 of course, efficiency is linear, so dont go chucking large amounts of data into it 04:01:56 So sexy sir. If you ever opensauce that stuff, I would absolutely LOVE to look at it. 04:02:10 emptyreddata: I opensauce everything. 04:02:15 but when its finished :P 04:02:41 Nice, I can't wait. I have been working on this distributed hash cracker for VBulletin hashese 04:03:00 If your not using the GPU then its a waste 04:03:01 im sorry 04:03:08 GPU = 20x CPUs 04:03:29 Ahh, that would help 04:04:17 As for distributed things, just used a master slave topologies 04:04:33 Yeah, one Central Server with an assload of slaves 04:04:37 yepp 04:04:43 thats how my shit works 04:04:52 as for communication, just send JSON objects 04:04:56 so easy that way 04:05:11 Nice. Andrew Gerrand says you can spawn a goroutine on a GPU and use channels to communicate with it, so I think I will find out how to do that and use it 04:05:17 Yap 04:05:21 holy fuck 04:05:25 where did he say that? 04:05:27 linky? 04:06:00 Ah, wait. He said "wouldn't it be cool" 04:06:01 https://groups.google.com/d/msg/golang-nuts/8OJ6etdl6WY/0FKMVa1UpccJ 04:06:02 14Title: Google Groups14 04:06:04 I missed that part 04:06:05 lol 04:06:19 FUCKK 04:06:20 lol 04:06:36 I know, I made myself all disappointed too 04:07:14 Well then, maybe I will put that project on hold :S 04:07:52 up to you 04:07:56 if your familiar with E2 04:08:11 you can always spawn 200 instances for an hour to do your cracking :P 04:08:15 and run it on that 04:08:20 for like $20 04:08:31 just burning CPUs 04:09:19 (Disclaimer: I dont actually endorse this lol) 04:13:07 * lady-3jane wobbles 04:20:32 *** x has quit (Input/output error) 05:19:00 *** pzuraq (pzuraq@cryto-3B273C29.ucsc.edu) has joined #crytocc 06:06:23 *** HiveResearch has quit (Ping timeout) 06:18:26 *** pzuraq has quit (Input/output error) 06:38:59 *** pzuraq (pzuraq@cryto-3B273C29.ucsc.edu) has joined #crytocc 06:59:37 *** pzuraq has quit (Input/output error) 07:00:21 *** mama has quit (Ping timeout) 07:28:32 *** emptyreddata has quit (User quit: Leaving) 10:16:01 *** mama (anon@cryto-84C88BCC.torservers.net) has joined #crytocc 10:50:59 *** HiveResearch (HiveResear@developers.developers.developers) has joined #crytocc 11:01:39 *** ShadowDemon (Alex@shadowdemon.users.cryto) has joined #crytocc 11:05:04 *** tmbucky (tmbucky@cryto-54383BCE.us-west-1.compute.amazonaws.com) has joined #crytocc 11:06:25 *** tmbucky has quit (User quit: Connection closed) 11:36:41 *** ShadowDemon has quit (User quit: Leaving.) 12:14:11 debaiting if cPanel on this machine is worth it. 12:14:18 Its soo small (only 20gb hdd). 12:26:51 *** HiveResearch has quit (Connection reset by peer) 12:49:15 All seized by fbi , looks like fbi has no work to do -_- 12:49:15 Wm-center.com, e-naira.com, ecardone.com, ebuygold.com, getemoney.com, epaymonster.com, instantgoldng.com, jtgold.com, goldnairaexchange.com, superchange.ru, webmoney.co.nz, m-gold.com, goldmediator.com, absolutexchange.eu, mewahgold.com, centregold.ca, electrumz.com, tukarduid.com, entelnova.com, tacoauthorized.com, intexchange.com, ukrnetmoney.com, wmirk.com, nigeriagoldexchanger.com, edealspot.com, duyduychanger.com, 12:49:15 magnetic-exchange.com, moneyexchange.vn, abc-ex.net, mi-billetera.com, nicciexchange.com, exhere.com, alertexchanger.com, velaexchange.com, goldexpay.com. 12:49:26 damn, all currency echange sites got sezied by FBI 12:52:43 *** ShadowDemon (alexgurrol@shadowdemon.users.cryto) has joined #crytocc 12:52:56 *** Xeross|AFK is now known as Xeross 13:22:08 *** ShadowDemon has quit (Ping timeout) 13:39:35 *** foolex has quit (Ping timeout) 13:49:48 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 13:58:18 oh herro 14:09:09 *** mama has quit (Ping timeout) 14:09:41 an herro? 14:10:11 yes an is good too 14:10:58 *** joepie91 has quit (Ping timeout) 14:13:51 *** foolex has quit (Ping timeout) 14:21:29 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 14:25:17 *** mama (anon@cryto-84C88BCC.torservers.net) has joined #crytocc 14:45:35 muhahahahahaha 14:50:53 http://www.nrc.nl/nieuws/2013/06/11/aivd-heeft-ook-toegang-tot-informatie-uit-prism/ 14:50:54 14Title: 'AIVD heeft ook toegang tot informatie uit PRISM' :: nrc.nl14 14:56:18 *** Inara has quit (Connection reset by peer) 15:14:29 *** Xeross is now known as Xeross|AFK 15:19:20 *** joepie91 (joepie91@cryto-3E6002EF.direct-adsl.nl) has joined #crytocc 15:20:06 *** foolex has quit (Ping timeout) 15:23:35 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 15:26:08 w00t 15:26:59 hai 15:42:23 wait what? FBI seized all bitcoin sites? 15:43:35 *** zest (zest@cryto-4DFEB79B.snydernet.net) has joined #crytocc 15:45:59 hey joepie91, 15:46:01 http://www.nrc.nl/nieuws/2013/06/11/aivd-heeft-ook-toegang-tot-informatie-uit-prism/ 15:46:57 brb 15:49:20 zxcvbnm: lol 15:49:22 not at all surprised 15:49:24 AnonForecast_: no 15:50:53 *** Xeross|AFK is now known as Xeross 15:57:10 I'm going to Bonnaroo this week, anyone familiar? 16:00:59 *** foolex has quit (Ping timeout) 16:03:36 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 16:13:17 *** foolex has quit (Ping timeout) 16:15:36 *** ebola has quit (User quit: Leaving) 16:24:16 *** ElectRo` has quit (Client exited) 16:27:38 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 16:34:25 ru ruu ra a r aa a ra raaaaA!!! 16:37:16 *** foolex has quit (Ping timeout) 16:41:32 *** HiveResearch (HiveResear@developers.developers.developers) has joined #crytocc 16:55:45 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 16:56:39 crytocc-c2:) cpanel is alright, but it's not very flexible. If you choose cpanel, know that you won't be able to touch much via cli. If that's your preference it seems like an okay choice. 17:07:25 Also if you end up hating your provider (but not cpanel) it's trivial to move from one to the other 17:07:45 clickbutton -> go, with automatic dns soft switching even 17:08:13 provided your host isn't an ass 17:13:56 yeah 17:14:10 you need root access to your vps container to do a real migration 17:14:44 I found that being able to place ssh keys in root's user absolved you 17:14:56 I couldn't get this one to migrate, and then I managed to get root to accept an ssh key 17:14:58 then all was well 17:18:30 *** mama has quit (Ping timeout) 17:24:28 *** foolex has quit (Ping timeout) 17:25:45 *** truetravesty has quit (Ping timeout) 17:26:22 *** AnonForecast_ has quit (Ping timeout) 17:26:28 *** truetravesty (truetraves@7ABB88F7.2C566207.79E6D716.IP) has joined #crytocc 17:26:29 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 17:26:47 *** AnonForecast_ (AnonForeca@cryto-BD5AB353.dhcp.insightbb.com) has joined #crytocc 17:27:34 *** mama (anon@cryto-EB219491.guilhem.org) has joined #crytocc 17:30:11 *** Ishaq has quit (Ping timeout) 17:30:11 *** MK_FG has quit (nexus.cryto.net buffalo.cryto.net) 17:30:11 *** waflel has quit (nexus.cryto.net buffalo.cryto.net) 17:30:11 *** IR601 has quit (nexus.cryto.net buffalo.cryto.net) 17:30:11 *** raymii has quit (nexus.cryto.net buffalo.cryto.net) 17:31:52 *** MK_FG (MK_FG@MKFG-91968.users.cryto) has joined #crytocc 17:31:53 *** IR601 (IR601@cryto-11D2CCB5.terrori.se) has joined #crytocc 17:32:11 *** MK_FG has quit (Ping timeout) 17:32:18 *** Ishaq (Ishaq@cryto-6C73979.rf.usr.sh) has joined #crytocc 17:32:20 *** waflel (nox@BB9515C3.2ADB708C.B32B6C79.IP) has joined #crytocc 17:32:29 *** MK_FG (MK_FG@MKFG-91968.users.cryto) has joined #crytocc 17:38:32 *** raymii (Raymii@cryto-F31E9E98.sparklingclouds.nl) has joined #crytocc 17:47:44 *** ebola (ebola@ebola.users.cryto) has joined #crytocc 18:05:04 *** eggtimer (eggtimer@cryto-54383BCE.us-west-1.compute.amazonaws.com) has joined #crytocc 18:06:27 *** eggtimer has quit (User quit: Connection closed) 18:40:18 w00t and back 18:45:12 *** monod (~pmpf@monod.users.cryto) has joined #crytocc 18:45:36 good evening beoble 18:47:05 gud 18:50:07 *afk* (studying, iceyy!) 18:52:50 joepie91, ping i need your help 18:55:54 waflel: I have approximately 2 minutes to answer anyones questions 18:55:56 (I'm quite busy) 18:57:59 if it's not urgent, it's probably better to ask later 19:02:03 anyone's questions... about anything? 19:03:11 * zxcvbnm muhahahaha 19:28:22 *** speakeasy (speakeasy@speakeasy.users.cryto) has joined #crytocc 19:43:14 morning all. 20:14:23 *** foolex has quit (Ping timeout) 20:16:40 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 20:23:38 *** Radical_Action (Radical_Ac@cryto-E7C99E42.sub-70-215-147.myvzw.com) has joined #crytocc 20:25:15 *** crytocc-c2 has quit (Connection reset by peer) 20:26:06 .bitcoin 20:26:08 1 BTC = $108.85, 1 BTC = €82.00 20:33:20 *** crytocc-c (crytocc-c@cryto-E7FC3177.tor.primus.ca) has joined #crytocc 20:36:02 *** foolex has quit (Ping timeout) 20:40:05 *** x (foobar@F41F7528.3BFC4759.D48B3C20.IP) has joined #crytocc 20:40:24 *** Xeross is now known as Xeross|AFK 20:41:04 joepie91 msg me when you're not busy. 20:49:33 :3 20:53:36 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 20:55:30 *** speakeasy2 (speakeasy@cryto-5C0BBA47.range86-152.btcentralplus.com) has joined #crytocc 20:56:15 *** speakeasy has quit (Ping timeout) 20:59:18 *** Radical_Action has quit (Ping timeout) 21:03:37 *** Rev has quit (Ping timeout) 21:07:56 *** foolex has quit (Ping timeout) 21:10:05 waflel, you can fuck off 21:10:09 im not busy 21:10:10 can we fuck in butt? 21:10:46 really? 21:10:48 can i? 21:11:04 i ain't takin shit from the dude with the faggy nick 21:11:29 jesus, can I leave you guys alone without you setting the place on fire? 21:11:40 joepie91, great timing 21:12:20 i assume not joepie91 21:12:40 joepie91, i think aunt sue over there is on her period 21:13:01 waflel: I think you should cool down and remember that you're not on anonops/voxanon here 21:13:17 im not on either of those networks 21:13:20 but thanks for the consideration 21:13:58 lmao 21:14:19 waflel: I think you understand what I'm saying perfectly well 21:14:24 i wish i did 21:14:27 but i don't read too good 21:18:05 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 21:26:39 *** foolex has quit (Ping timeout) 21:42:26 gotta go guys 21:42:48 I'm considering the idea of not idling in IRC while afk and on various servers 21:43:06 *** monod has quit (User quit: byebyeee) 21:43:17 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 21:47:13 *** foolex has quit (Ping timeout) 21:53:40 *** Xeross|AFK is now known as Xeross 21:55:33 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 21:59:40 *** iceTwy (iceTwy@iceTwy.users.cryto) has joined #crytocc 21:59:44 hai! 22:01:55 hai 22:02:36 so i'm being brainwashed right? 22:03:08 I'm inclined to answer yes, but, context? :P 22:03:29 official, national geography curriculum 22:03:30 for my grade 22:03:46 final on Tuesday, so, effectively, revising & revising brainwashes me 22:03:48 with their ideas 22:04:37 hmm 22:04:39 right now; I'm studying the way the EU stands as a major pole and actor within globalisation 22:04:53 yes 22:05:27 I can't figure out which I like more -- more-original copies of music or newer ones 22:05:37 original 22:05:37 ftwx 22:05:38 always 22:05:48 Newer ones might have been changed/remastered in some way 22:05:50 the newer ones are invariably "clearer" and often have more dynamic range, but the older are closer to what the artist intended, I think 22:06:19 and for non-new music, I tend to defer to artist's intended presentation 22:06:21 what are the kinds of music you like, again, lady-3jane? 22:06:31 that's a silly question 22:06:39 alright, lemme rephrase it 22:06:49 the genres you listen to the most 22:06:57 if any 22:07:06 I like certain tonal ranges and certain combinations of sounds, all of which are found in all genres 22:07:45 what I like in music is very specific, but it's found in all genres 22:08:05 curious point then 22:08:41 It's why I laugh at people when they ask me what kind of music I like :P because they're implicitly trying to box me into genre lists 22:09:14 most of those genre lists aren't even the same between people; so even that's futile if it wasn't ineffective in the first place 22:09:43 accurate thought indeed 22:09:56 :P 22:10:07 well I did think about this but it never seemed to make its way into my mind 22:10:28 you'll somehow always have main/genre-defining bands in a genre 22:10:40 I like repetition, does that count? I was happy because repeated beat patterns were popular for a bit recently 22:10:43 but it is true that you may or may not relate to them 22:10:46 most commonly in "dubstep" 22:10:51 woob woob 22:11:06 chill-out dubstep: *thumbsup* 22:11:10 and even a small bit of that "dubstep" had tonal ranges I liked 22:11:25 so some very good music came out of it for me, even if it was only a few songs 22:11:58 links? 22:12:07 sure 22:12:27 hey lady share some dubstep artists similar to phaeleh or you don't listen such type ? 22:12:57 nothing in my library starts with phae, shall I look on youtube? 22:13:26 don;t know try afterglow ... 22:13:56 this one always comes up: Mars - India Sleeping https://www.youtube.com/watch?v=Xyh6a5ef6Hw 22:13:59 lady-3jane: current song I'm jizzing on: https://www.youtube.com/watch?v=63yu12zRvdY 22:14:23 too dudes 22:14:27 ty* 22:14:55 If you can't hear real bass, that song won't sound like much 22:15:07 most of the song is below what shitty speakers can produce 22:15:45 lady-3jane: lol. my mom wants to hit me whenever she's home cuz, even when my subwoofer's at .05%, she's disturbed 22:15:46 it sounds great I like such style with indian motives mixing with tech, etc.. 22:15:56 ty, ty 22:16:23 gotta love Scale the Summit's prog stuff 22:16:35 haha :> 22:16:52 yeah, this scale the summit reminds me of a lot of old rock lots of people like 22:16:52 feels like you're in an open, dream environment with nature surrounding you 22:16:53 :3 22:17:11 Scale the Summit's supposedly a metal band 22:17:23 structurally, yeah 22:17:26 well it is when you listen to their albums 22:17:30 the song here is 22:17:48 metal minus the angry tone :P 22:17:54 haha 22:18:05 another good one in this kind of metal is Tobin Abasi 22:18:15 lady-3jane: I'm leaving for Bonnaroo tomorrow 22:18:17 derpme 22:18:21 Tosin Abasi 22:18:32 *** MK_FG has quit (Ping timeout) 22:18:33 zxcvbnm:) that's a music festival, right? 22:18:38 yea 22:18:42 http://lineup.bonnaroo.com/events/2013/06/14/ 22:18:44 also: instrumental or vocal songs? what do you prefer? 22:19:10 I don't have a preference, but I hate shitty singers. Most men are shitty singers, and some women. 22:19:22 The xx, pretty lights, animal collective 22:19:35 I feel that instrumental works offer a lot more possibilities when it comes to imagination 22:19:40 Empire of the Sun 22:19:44 Bustle in your hedgerow 22:19:50 Boys Noize 22:19:54 the singer effectively conveys a message through their lyrics 22:20:05 I have heard of one of those groups, zxcvbnm 22:20:06 haha 22:20:07 but instruments just set a global theme 22:20:21 lady-3jane: Yeah, those are just a few of the late night shows that you'd probably like 22:20:30 its 5 days of music. from noon til 4-5 in the morning :D 22:20:46 paul mccartney is gonna be there too, which, you know, will be kinda cool. 22:20:49 tom petty 22:20:54 *** MK_FG (MK_FG@MKFG-91968.users.cryto) has joined #crytocc 22:21:00 haha 22:21:16 the lumineers 22:21:17 Bjork 22:21:24 crunchy dubstep: Document One - Petty Cash https://www.youtube.com/watch?v=9dIcy0rMir8 22:21:54 John Mclaughlin and the 4th dimension, oh hell yes 22:22:08 *** Xeross is now known as Xeross|AFK 22:22:27 and, I don't even know what to call this: High Tone - X-Ray https://www.youtube.com/watch?v=9gm-zfX2DgE 22:22:35 John McLaughlin, Bjork, Wu-Tang Clan, The XX: hell ye 22:22:38 it's a great example of the type of repetition I like 22:22:51 alt-j 22:22:58 araabmuzik 22:23:14 * lady-3jane googles araabmuzik 22:23:17 that's prob everyone I'll see, then a bunch of new music that I don't know 22:23:30 damn, hiphop 22:23:34 * crytocc-c has to add new l7 firewall rule for XML-RPC :ugh: 22:23:39 http://sarge.readthedocs.org/ < this is kinda awesome 22:24:16 DDOS sucks, therefore I've gotten in to ddos protection :D 22:24:35 also almost anything Juno Reactor makes I like 22:24:43 only artist I can say that for 22:25:29 Neon! Why must you taunt me and make me reinstall into debian so I can host clients on there. 22:26:05 good examples: https://www.youtube.com/watch?v=aFAwJEhhfZY 22:26:17 joepie91 you helped with neon eh? if so do you know if its got a "whm"-like program in it? 22:26:42 what's the difference between typing "from socket import *" and "import socket" 22:26:59 https://www.youtube.com/watch?v=FvSf7ElTmWs 22:27:04 *** foolex has quit (Ping timeout) 22:27:32 socket.submodule.whatever vs submodule.whatever 22:28:06 that's my understanding 22:28:09 but eh, imports 22:29:44 I remember I did a from XXXX import * in boka or whatever... the sdk for amazon's webshit 22:29:49 https://www.youtube.com/watch?v=ufeGtTYLrPQ&list=PL34F989A9C767451F&index=75 22:31:24 holy crap 22:31:27 I love sarge 22:31:34 it did the whole output capture thing right off the bat 22:31:47 crytocc-c: right now, Neon is only a shared hosting panel afaik 22:31:51 also I haven't recently been very involved with it 22:31:59 er 22:32:03 Neon is only a hosting panel * 22:32:08 I just need it to provide to a couple customers and myself 22:32:13 afaik it's single user for now 22:32:19 but multi-user and multi-server support is planned later 22:32:20 it states multi-user 22:32:23 on neonpanel.com 22:32:25 ah, that might be new then 22:32:28 I'm not up to date on the latest events 22:32:33 been extremely busy 22:32:33 :P 22:32:51 :> 22:33:08 joepie91: I think I would have to use subprocess to understand why sarge would be useful 22:34:27 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 22:34:51 joepie91: meh, just tired it, its pretty bad acutally 22:34:59 reformatting my filtered machine now. 22:36:21 NP: [Smashing Pumpkins - Bullet With Butterfly Wings] [Mellon Collie and the Infinite Sadness (Disc 1)] [838kbps] DeaDBeeF 0.5.6-3jane 22:38:01 gotta figure out how to spread my ratio around 22:38:10 it's too high e.e 22:38:27 I think I'm gonna start dumping all over requests 22:42:07 *** emptyreddata (emptyred@856A53CC.B454AB78.6B89ED8F.IP) has joined #crytocc 22:56:19 *** MK_FG has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** raymii has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** waflel has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** Ishaq has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** IR601 has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** emptyreddata has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** foolex has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** iceTwy has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** speakeasy2 has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** x has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** ebola has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** mama has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** AnonForecast_ has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** truetravesty has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** HiveResearch has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** scraepy has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** crates has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** YW has quit (haless.cryto.net nexus.cryto.net) 22:56:19 *** SpaghettiCode has quit (haless.cryto.net nexus.cryto.net) 22:57:05 *** iceTwy (iceTwy@cryto-610769D0.fbx.proxad.net) has joined #crytocc 22:58:05 I am now a believer in threading 22:58:27 asdf 22:59:37 finally going to slepp 22:59:39 yaaay 22:59:47 agh 22:59:49 night 23:00:00 *** iceTwy has quit (User quit: Quit) 23:00:58 I can't figure out why transmission keeps overwriting the directories I tell it with fake directories 23:01:03 putting my data in random places e.e 23:01:04 it's like I'm getting memory overflows or something 23:01:04 is it caused by having 4900 torrents loaded, maybe? 23:01:04 that seems like a silly reason... 23:01:41 (this is in settings, not on the filesystem) 23:02:29 I wonder if rtorrent would handle this better 23:02:32 :/ 23:03:02 *** SpaghettiCode (pasta@code.bonanza) has joined #crytocc 23:03:02 *** IR601 (IR601@cryto-11D2CCB5.terrori.se) has joined #crytocc 23:03:02 *** Ishaq (Ishaq@cryto-6C73979.rf.usr.sh) has joined #crytocc 23:03:02 *** waflel (nox@BB9515C3.2ADB708C.B32B6C79.IP) has joined #crytocc 23:03:02 *** raymii (Raymii@cryto-F31E9E98.sparklingclouds.nl) has joined #crytocc 23:03:02 *** MK_FG (MK_FG@MKFG-91968.users.cryto) has joined #crytocc 23:03:52 *** emptyreddata (emptyred@856A53CC.B454AB78.6B89ED8F.IP) has joined #crytocc 23:03:52 *** foolex (foolex@AD356075.7DC890E0.CEC56216.IP) has joined #crytocc 23:03:52 *** speakeasy2 (speakeasy@cryto-5C0BBA47.range86-152.btcentralplus.com) has joined #crytocc 23:03:52 *** x (foobar@F41F7528.3BFC4759.D48B3C20.IP) has joined #crytocc 23:03:52 *** ebola (ebola@ebola.users.cryto) has joined #crytocc 23:03:52 *** mama (anon@cryto-EB219491.guilhem.org) has joined #crytocc 23:03:52 *** AnonForecast_ (AnonForeca@cryto-BD5AB353.dhcp.insightbb.com) has joined #crytocc 23:03:52 *** truetravesty (truetraves@7ABB88F7.2C566207.79E6D716.IP) has joined #crytocc 23:03:52 *** HiveResearch (HiveResear@developers.developers.developers) has joined #crytocc 23:03:52 *** scraepy (scraepy@scraepy.users.cryto) has joined #crytocc 23:03:52 *** crates (crates@cryto-FB60AABF.countshockula.com) has joined #crytocc 23:03:52 *** YW (YW@cryto-E909019D.hinet-ip.hinet.net) has joined #crytocc 23:06:56 *** speakeasy2 has quit (Ping timeout) 23:07:35 NP: [Tape Five - Bad Boy Good Man (feat. Henrik Wager)] [Tonight Josephine!] [916kbps] DeaDBeeF 0.5.6-3jane 23:09:16 *** why_slap_option (thespartan@whyslapoption-19584.users.cryto) has joined #crytocc 23:09:30 ohai everybody 23:12:47 joepie91 23:15:22 yes? 23:18:39 whos cryto-cc 23:19:13 *crytocc-c 23:19:55 huh? 23:25:06 a user? 23:27:52 no? 23:39:23 *** Rev (Rev@Rev.users.cryto) has joined #crytocc 23:40:23 *** zxcvbnm has quit (User quit: leaving) 23:43:54 *** Rev has quit (Ping timeout) 23:51:07 *** Rev (Rev@Rev.users.cryto) has joined #crytocc