Cryto! 11 June 2013

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 <slap> 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 <emptyreddata> Don't use Node, use Golang :D
03:40:25 <twitchyliquid64> YES :D
03:41:23 <lady-3jane> someday I'll create a reason to write an app in go
03:47:03 <twitchyliquid64> ATM Im writing a cloud system
03:50:29 <twitchyliquid64> lady-3jane: CHECK HOW COOL IT IS! http://www.freeimagehosting.net/newuploads/x38yi.png
03:50:43 <twitchyliquid64> cc emptyreddata
03:50:45 <twitchyliquid64> cc joepie91
03:51:12 <twitchyliquid64> All in Go :D
03:56:19 <emptyreddata> Yes! Another Go user :D
03:56:31 <emptyreddata> What kind of cloud system? :)
03:56:39 <twitchyliquid64> emptyreddata: did you see the image?
03:57:03 <emptyreddata> Not yet, one sec
03:57:44 <emptyreddata> Oh, it looks shmexy sir
03:58:03 <twitchyliquid64> emptyreddata: I used the twitterbootstrap CSS and shit
03:58:21 <twitchyliquid64> but basically, its an interface for an individual to manage all his servers, services, tasks, and data
03:58:52 <twitchyliquid64> it has a 'master', then all the other computers talk to it via TLS connections (crypto/tls)
03:59:03 <twitchyliquid64> by sending JSON objects (encoding/json)
03:59:28 <emptyreddata> Nice :D. I made a sample json app the other week to grab subreddit data.
03:59:40 <twitchyliquid64> the master has the web server and db (db was written in Go!), and clients do the processing
03:59:49 <twitchyliquid64> ALL IN GO :D !
03:59:54 <twitchyliquid64> GO IS AMAZING AND WONDERFUL
03:59:56 <emptyreddata> Ah, did you make your DB or did you use a REPO
03:59:59 <emptyreddata> I agree :D
04:00:06 <twitchyliquid64> I made my DB
04:00:10 <emptyreddata> Very nice :O
04:00:19 <emptyreddata> I was trying to figure out how to make my own
04:00:20 <twitchyliquid64> its a memory DB, with disk persistance
04:00:41 <twitchyliquid64> I just store things in big *Tables
04:00:49 <twitchyliquid64> and tables have [][][]byte fields
04:00:56 <emptyreddata> [][][]byte? xD
04:01:03 <emptyreddata> Damn
04:01:07 <twitchyliquid64> so you have an array of array of []bytes
04:01:09 <twitchyliquid64> ie: table
04:01:15 <emptyreddata> Nice.
04:01:20 <twitchyliquid64> then, I JSON it to disk.
04:01:45 <twitchyliquid64> of course, efficiency is linear, so dont go chucking large amounts of data into it
04:01:56 <emptyreddata> So sexy sir. If you ever opensauce that stuff, I would absolutely LOVE to look at it.
04:02:10 <twitchyliquid64> emptyreddata: I opensauce everything.
04:02:15 <twitchyliquid64> but when its finished :P
04:02:41 <emptyreddata> Nice, I can't wait. I have been working on this distributed hash cracker for VBulletin hashese
04:03:00 <twitchyliquid64> If your not using the GPU then its a waste
04:03:01 <twitchyliquid64> im sorry
04:03:08 <twitchyliquid64> GPU = 20x CPUs
04:03:29 <emptyreddata> Ahh, that would help
04:04:17 <twitchyliquid64> As for distributed things, just used a master slave topologies
04:04:33 <emptyreddata> Yeah, one Central Server with an assload of slaves
04:04:37 <twitchyliquid64> yepp
04:04:43 <twitchyliquid64> thats how my shit works
04:04:52 <twitchyliquid64> as for communication, just send JSON objects
04:04:56 <twitchyliquid64> so easy that way
04:05:11 <emptyreddata> 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 <emptyreddata> Yap
04:05:21 <twitchyliquid64> holy fuck
04:05:25 <twitchyliquid64> where did he say that?
04:05:27 <twitchyliquid64> linky?
04:06:00 <emptyreddata> Ah, wait. He said "wouldn't it be cool"
04:06:01 <emptyreddata> https://groups.google.com/d/msg/golang-nuts/8OJ6etdl6WY/0FKMVa1UpccJ
04:06:02 <Inara> 14Title: Google Groups14
04:06:04 <emptyreddata> I missed that part
04:06:05 <emptyreddata> lol
04:06:19 <twitchyliquid64> FUCKK
04:06:20 <twitchyliquid64> lol
04:06:36 <emptyreddata> I know, I made myself all disappointed too
04:07:14 <emptyreddata> Well then, maybe I will put that project on hold :S
04:07:52 <twitchyliquid64> up to you
04:07:56 <twitchyliquid64> if your familiar with E2
04:08:11 <twitchyliquid64> you can always spawn 200 instances for an hour to do your cracking :P
04:08:15 <twitchyliquid64> and run it on that
04:08:20 <twitchyliquid64> for like $20
04:08:31 <twitchyliquid64> just burning CPUs
04:09:19 <twitchyliquid64> (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 <crytocc-c2> debaiting if cPanel on this machine is worth it.
12:14:18 <crytocc-c2> Its soo small (only 20gb hdd).
12:26:51 HiveResearch has quit (Connection reset by peer)
12:49:15 <crytocc-c2> All seized by fbi , looks like fbi has no work to do -_-
12:49:15 <crytocc-c2> 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 <crytocc-c2> magnetic-exchange.com, moneyexchange.vn, abc-ex.net, mi-billetera.com, nicciexchange.com, exhere.com, alertexchanger.com, velaexchange.com, goldexpay.com.
12:49:26 <crytocc-c2> 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 <zxcvbnm> oh herro
14:09:09 mama has quit (Ping timeout)
14:09:41 <MK_FG> an herro?
14:10:11 <zxcvbnm> 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 <zxcvbnm> muhahahahahaha
14:50:53 <zxcvbnm> http://www.nrc.nl/nieuws/2013/06/11/aivd-heeft-ook-toegang-tot-informatie-uit-prism/
14:50:54 <Inara> 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 <zxcvbnm> w00t
15:26:59 <joepie91> hai
15:42:23 <AnonForecast_> wait what? FBI seized all bitcoin sites?
15:43:35 zest (zest@cryto-4DFEB79B.snydernet.net) has joined #crytocc
15:45:59 <zxcvbnm> hey joepie91,
15:46:01 <zxcvbnm> http://www.nrc.nl/nieuws/2013/06/11/aivd-heeft-ook-toegang-tot-informatie-uit-prism/
15:46:57 <zxcvbnm> brb
15:49:20 <joepie91> zxcvbnm: lol
15:49:22 <joepie91> not at all surprised
15:49:24 <joepie91> AnonForecast_: no
15:50:53 *** Xeross|AFK is now known as Xeross
15:57:10 <zxcvbnm> 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 <waflel> 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 <lady-3jane> 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 <lady-3jane> Also if you end up hating your provider (but not cpanel) it's trivial to move from one to the other
17:07:45 <lady-3jane> clickbutton -> go, with automatic dns soft switching even
17:08:13 <joepie91> provided your host isn't an ass
17:13:56 <lady-3jane> yeah
17:14:10 <lady-3jane> you need root access to your vps container to do a real migration
17:14:44 <lady-3jane> I found that being able to place ssh keys in root's user absolved you
17:14:56 <lady-3jane> I couldn't get this one to migrate, and then I managed to get root to accept an ssh key
17:14:58 <lady-3jane> 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 <zxcvbnm> w00t and back
18:45:12 monod (~pmpf@monod.users.cryto) has joined #crytocc
18:45:36 <monod> good evening beoble
18:47:05 <zxcvbnm> gud
18:50:07 <monod> *afk* (studying, iceyy!)
18:52:50 <waflel> joepie91, ping i need your help
18:55:54 <joepie91> waflel: I have approximately 2 minutes to answer anyones questions
18:55:56 <joepie91> (I'm quite busy)
18:57:59 <joepie91> if it's not urgent, it's probably better to ask later
19:02:03 <zxcvbnm> anyone's questions... about anything?
19:03:11 * zxcvbnm muhahahaha
19:28:22 speakeasy (speakeasy@speakeasy.users.cryto) has joined #crytocc
19:43:14 <crytocc-c2> 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 <joepie91> .bitcoin
20:26:08 <botpie91> 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 <crytocc-c> joepie91 msg me when you're not busy.
20:49:33 <x> :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 <crytocc-c> waflel, you can fuck off
21:10:09 <crytocc-c> <waflel>im not busy
21:10:10 <crytocc-c> <waflel>can we fuck in butt?
21:10:46 <waflel> really?
21:10:48 <waflel> can i?
21:11:04 <waflel> i ain't takin shit from the dude with the faggy nick
21:11:29 <joepie91> jesus, can I leave you guys alone without you setting the place on fire?
21:11:40 <waflel> joepie91, great timing
21:12:20 <crytocc-c> i assume not joepie91
21:12:40 <waflel> joepie91, i think aunt sue over there is on her period
21:13:01 <joepie91> waflel: I think you should cool down and remember that you're not on anonops/voxanon here
21:13:17 <waflel> im not on either of those networks
21:13:20 <waflel> but thanks for the consideration
21:13:58 <crytocc-c> lmao
21:14:19 <joepie91> waflel: I think you understand what I'm saying perfectly well
21:14:24 <waflel> i wish i did
21:14:27 <waflel> 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 <monod> gotta go guys
21:42:48 <monod> 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 <iceTwy> hai!
22:01:55 <joepie91> hai
22:02:36 <iceTwy> so i'm being brainwashed right?
22:03:08 <joepie91> I'm inclined to answer yes, but, context? :P
22:03:29 <iceTwy> official, national geography curriculum
22:03:30 <iceTwy> for my grade
22:03:46 <iceTwy> final on Tuesday, so, effectively, revising & revising brainwashes me
22:03:48 <iceTwy> with their ideas
22:04:37 <lady-3jane> hmm
22:04:39 <iceTwy> right now; I'm studying the way the EU stands as a major pole and actor within globalisation
22:04:53 <lady-3jane> yes
22:05:27 <lady-3jane> I can't figure out which I like more -- more-original copies of music or newer ones
22:05:37 <iceTwy> original
22:05:37 <iceTwy> ftwx
22:05:38 <iceTwy> always
22:05:48 <iceTwy> Newer ones might have been changed/remastered in some way
22:05:50 <lady-3jane> 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 <lady-3jane> and for non-new music, I tend to defer to artist's intended presentation
22:06:21 <iceTwy> what are the kinds of music you like, again, lady-3jane?
22:06:31 <lady-3jane> that's a silly question
22:06:39 <iceTwy> alright, lemme rephrase it
22:06:49 <iceTwy> the genres you listen to the most
22:06:57 <iceTwy> if any
22:07:06 <lady-3jane> I like certain tonal ranges and certain combinations of sounds, all of which are found in all genres
22:07:45 <lady-3jane> what I like in music is very specific, but it's found in all genres
22:08:05 <iceTwy> curious point then
22:08:41 <lady-3jane> 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 <lady-3jane> 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 <iceTwy> accurate thought indeed
22:09:56 <lady-3jane> :P
22:10:07 <iceTwy> well I did think about this but it never seemed to make its way into my mind
22:10:28 <iceTwy> you'll somehow always have main/genre-defining bands in a genre
22:10:40 <lady-3jane> I like repetition, does that count? I was happy because repeated beat patterns were popular for a bit recently
22:10:43 <iceTwy> but it is true that you may or may not relate to them
22:10:46 <lady-3jane> most commonly in "dubstep"
22:10:51 <iceTwy> woob woob
22:11:06 <iceTwy> chill-out dubstep: *thumbsup*
22:11:10 <lady-3jane> and even a small bit of that "dubstep" had tonal ranges I liked
22:11:25 <lady-3jane> so some very good music came out of it for me, even if it was only a few songs
22:11:58 <iceTwy> links?
22:12:07 <lady-3jane> sure
22:12:27 <zest> hey lady share some dubstep artists similar to phaeleh or you don't listen such type ?
22:12:57 <lady-3jane> nothing in my library starts with phae, shall I look on youtube?
22:13:26 <zest> don;t know try afterglow ...
22:13:56 <lady-3jane> this one always comes up: Mars - India Sleeping https://www.youtube.com/watch?v=Xyh6a5ef6Hw
22:13:59 <iceTwy> lady-3jane: current song I'm jizzing on: https://www.youtube.com/watch?v=63yu12zRvdY
22:14:23 <zest> too dudes
22:14:27 <zest> ty*
22:14:55 <lady-3jane> If you can't hear real bass, that song won't sound like much
22:15:07 <lady-3jane> most of the song is below what shitty speakers can produce
22:15:45 <iceTwy> 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 <zest> it sounds great I like such style with indian motives mixing with tech, etc..
22:15:56 <zest> ty, ty
22:16:23 <iceTwy> gotta love Scale the Summit's prog stuff
22:16:35 <lady-3jane> haha :>
22:16:52 <lady-3jane> yeah, this scale the summit reminds me of a lot of old rock lots of people like
22:16:52 <iceTwy> feels like you're in an open, dream environment with nature surrounding you
22:16:53 <iceTwy> :3
22:17:11 <iceTwy> Scale the Summit's supposedly a metal band
22:17:23 <lady-3jane> structurally, yeah
22:17:26 <iceTwy> well it is when you listen to their albums
22:17:30 <lady-3jane> the song here is
22:17:48 <lady-3jane> metal minus the angry tone :P
22:17:54 <iceTwy> haha
22:18:05 <iceTwy> another good one in this kind of metal is Tobin Abasi
22:18:15 <zxcvbnm> lady-3jane: I'm leaving for Bonnaroo tomorrow
22:18:17 <iceTwy> derpme
22:18:21 <iceTwy> Tosin Abasi
22:18:32 MK_FG has quit (Ping timeout)
22:18:33 <lady-3jane> zxcvbnm:) that's a music festival, right?
22:18:38 <zxcvbnm> yea
22:18:42 <zxcvbnm> http://lineup.bonnaroo.com/events/2013/06/14/
22:18:44 <iceTwy> also: instrumental or vocal songs? what do you prefer?
22:19:10 <lady-3jane> I don't have a preference, but I hate shitty singers. Most men are shitty singers, and some women.
22:19:22 <zxcvbnm> The xx, pretty lights, animal collective
22:19:35 <iceTwy> I feel that instrumental works offer a lot more possibilities when it comes to imagination
22:19:40 <zxcvbnm> Empire of the Sun
22:19:44 <zxcvbnm> Bustle in your hedgerow
22:19:50 <zxcvbnm> Boys Noize
22:19:54 <iceTwy> the singer effectively conveys a message through their lyrics
22:20:05 <lady-3jane> I have heard of one of those groups, zxcvbnm
22:20:06 <lady-3jane> haha
22:20:07 <iceTwy> but instruments just set a global theme
22:20:21 <zxcvbnm> lady-3jane: Yeah, those are just a few of the late night shows that you'd probably like
22:20:30 <zxcvbnm> its 5 days of music. from noon til 4-5 in the morning :D
22:20:46 <zxcvbnm> paul mccartney is gonna be there too, which, you know, will be kinda cool.
22:20:49 <zxcvbnm> tom petty
22:20:54 MK_FG (MK_FG@MKFG-91968.users.cryto) has joined #crytocc
22:21:00 <lady-3jane> haha
22:21:16 <zxcvbnm> the lumineers
22:21:17 <zxcvbnm> Bjork
22:21:24 <lady-3jane> crunchy dubstep: Document One - Petty Cash https://www.youtube.com/watch?v=9dIcy0rMir8
22:21:54 <zxcvbnm> John Mclaughlin and the 4th dimension, oh hell yes
22:22:08 *** Xeross is now known as Xeross|AFK
22:22:27 <lady-3jane> 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 <iceTwy> John McLaughlin, Bjork, Wu-Tang Clan, The XX: hell ye
22:22:38 <lady-3jane> it's a great example of the type of repetition I like
22:22:51 <zxcvbnm> alt-j
22:22:58 <zxcvbnm> araabmuzik
22:23:14 * lady-3jane googles araabmuzik
22:23:17 <zxcvbnm> that's prob everyone I'll see, then a bunch of new music that I don't know
22:23:30 <lady-3jane> damn, hiphop
22:23:34 * crytocc-c has to add new l7 firewall rule for XML-RPC :ugh:
22:23:39 <joepie91> http://sarge.readthedocs.org/ < this is kinda awesome
22:24:16 <crytocc-c> DDOS sucks, therefore I've gotten in to ddos protection :D
22:24:35 <lady-3jane> also almost anything Juno Reactor makes I like
22:24:43 <lady-3jane> only artist I can say that for
22:25:29 <crytocc-c> Neon! Why must you taunt me and make me reinstall into debian so I can host clients on there.
22:26:05 <lady-3jane> good examples: https://www.youtube.com/watch?v=aFAwJEhhfZY
22:26:17 <crytocc-c> joepie91 you helped with neon eh? if so do you know if its got a "whm"-like program in it?
22:26:42 <zxcvbnm> what's the difference between typing "from socket import *" and "import socket"
22:26:59 <lady-3jane> https://www.youtube.com/watch?v=FvSf7ElTmWs
22:27:04 foolex has quit (Ping timeout)
22:27:32 <lady-3jane> socket.submodule.whatever vs submodule.whatever
22:28:06 <lady-3jane> that's my understanding
22:28:09 <lady-3jane> but eh, imports
22:29:44 <lady-3jane> I remember I did a from XXXX import * in boka or whatever... the sdk for amazon's webshit
22:29:49 <zest> https://www.youtube.com/watch?v=ufeGtTYLrPQ&list=PL34F989A9C767451F&index=75
22:31:24 <joepie91> holy crap
22:31:27 <joepie91> I love sarge
22:31:34 <joepie91> it did the whole output capture thing right off the bat
22:31:47 <joepie91> crytocc-c: right now, Neon is only a shared hosting panel afaik
22:31:51 <joepie91> also I haven't recently been very involved with it
22:31:59 <joepie91> er
22:32:03 <joepie91> Neon is only a hosting panel *
22:32:08 <crytocc-c> I just need it to provide to a couple customers and myself
22:32:13 <joepie91> afaik it's single user for now
22:32:19 <joepie91> but multi-user and multi-server support is planned later
22:32:20 <crytocc-c> it states multi-user
22:32:23 <crytocc-c> on neonpanel.com
22:32:25 <joepie91> ah, that might be new then
22:32:28 <joepie91> I'm not up to date on the latest events
22:32:33 <joepie91> been extremely busy
22:32:33 <joepie91> :P
22:32:51 <lady-3jane> :>
22:33:08 <zxcvbnm> 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 <crytocc-c> joepie91: meh, just tired it, its pretty bad acutally
22:34:59 <crytocc-c> reformatting my filtered machine now.
22:36:21 <lady-3jane> NP: [Smashing Pumpkins - Bullet With Butterfly Wings] [Mellon Collie and the Infinite Sadness (Disc 1)] [838kbps] DeaDBeeF 0.5.6-3jane
22:38:01 <lady-3jane> gotta figure out how to spread my ratio around
22:38:10 <lady-3jane> it's too high e.e
22:38:27 <lady-3jane> 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 <zxcvbnm> I am now a believer in threading
22:58:27 <joepie91> asdf
22:59:37 <iceTwy> finally going to slepp
22:59:39 <iceTwy> yaaay
22:59:47 <lady-3jane> agh
22:59:49 <iceTwy> night
23:00:00 iceTwy has quit (User quit:  Quit)
23:00:58 <lady-3jane> I can't figure out why transmission keeps overwriting the directories I tell it with fake directories
23:01:03 <lady-3jane> putting my data in random places e.e
23:01:04 <lady-3jane> it's like I'm getting memory overflows or something
23:01:04 <lady-3jane> is it caused by having 4900 torrents loaded, maybe?
23:01:04 <lady-3jane> that seems like a silly reason...
23:01:41 <lady-3jane> (this is in settings, not on the filesystem)
23:02:29 <lady-3jane> I wonder if rtorrent would handle this better
23:02:32 <lady-3jane> :/
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 <lady-3jane> 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 <why_slap_option> ohai everybody
23:12:47 <crytocc-c> joepie91
23:15:22 <joepie91> yes?
23:18:39 <why_slap_option> whos cryto-cc
23:19:13 <why_slap_option> *crytocc-c
23:19:55 <why_slap_option> huh?
23:25:06 <joepie91> a user?
23:27:52 <why_slap_option> 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