00:09:13 *** wh1t3r4bb1t (antarctica@cryto-497FB66D.direcpc.com) has joined #crytocc 00:16:08 *** tommykaine has quit (User quit: tommykaine) 00:18:21 *** macbeth (Macbeth@Macbeth.users.cryto) has joined #crytocc 00:18:33 *** macbeth has quit (Input/output error) 00:19:09 *** macbeth (Macbeth@Macbeth.users.cryto) has joined #crytocc 00:19:56 Page construction is almost working properly for logged in users. 00:20:30 Zekka: is this the first time you're hanging on CrytoCC? 00:20:53 iceTwy - Yeah, I'm a friend of joepie's from another server though. 00:21:21 iceTwy: alt to is and can be 00:21:24 glad to have you onboardddddd 00:21:42 macbeth: well, yes? 00:21:43 I was looking @ your web source, i wasn't sure if you knew since you said tht you used codecademy 00:21:50 oh 00:21:54 Which are considered appropriate practice out of those? / or /? 00:21:56 I'd not used codecademy for that 00:21:58 lol 00:22:04 not at all 00:22:12 didn't use anything for my website but my own knowledge 00:22:13 I'm not a web dev but I knew of the pairs 00:22:19 AAAAAAAND some help on CSS stuff 00:22:37 the CSS is pretty shit and not responsive 00:22:44 i'll fix that some day 00:23:01 the site looks pretty good 00:23:06 yeah but 00:23:12 the footer is messed up.. 00:23:12 i didnt see tht many bugs with it, it's pretty nice looking. 00:23:18 i like the site, thefont is awesome 00:23:25 hah, Open Sans? 00:23:26 I love it 00:23:28 yea 00:23:32 good font for a website 00:23:36 I'm actually using it with i3 00:23:41 nice 00:23:42 it's the font for window titles 00:23:49 lol iceTwy :P 00:23:55 i reading the guide tht u gave me 00:24:01 sorta drab, but im learning 00:24:02 thx 00:24:08 iceTwy: alt to is and can be 00:24:09 no 00:24:09 bad 00:24:16 they're not alternatives 00:24:20 they have distinct meanings 00:24:29 semantic markup 00:25:03 cayce: aloha 00:25:12 Yeah, I was leaning / because they're about the structure of the text rather than just its formatting 00:25:14 hey cayce 00:25:15 and describe what kind of text is represented (strong and emphasized, respectively) 00:25:32 cayce, i wanna talk to you about that software on our site, do you have xmpp? 00:25:34 and describe typographic styles, and unless you know what you're doing, you shouldn't be using them 00:25:48 alrighty 00:25:53 then i shall be using strong 00:25:54 which may not seem relevant with default style but which start to seem relevant when you realize the content of a page shouldn't really be deterined by its style. 00:25:56 macbeth:) yes 00:26:06 cool, macbeth@exploit.im 00:26:08 macbeth:) what software, and what do you want to talk about 00:26:28 pm or xmpp? there is too much activity here to go on one specific topic 00:26:39 er, okay 00:26:54 I'll put it in my todo list, since I'm about to leave for the store 00:27:04 oh, alright 00:27:07 nvm then 00:27:11 talk later :) 00:38:57 gah. 00:39:01 I really need to use Vim. 00:42:21 What's the name of Chrome's debug tool?? Inspector? 00:42:56 Anyways it's showing html in there that isn't in "view source" 00:43:57 And also, under view source the page is build in the correct order and in the inspector the stuff that is in head shows up in the body. 00:44:17 What in the name of shit is going on? 00:45:09 I must not be using the tools correctly 00:46:17 *** macbeth has quit (Ping timeout) 00:48:35 http://postimg.org/image/48ad7yfmx/ 00:50:20 http://postimg.org/image/ielvxpir9/ 00:50:38 ^ compare and tell me I am not crazy 00:51:59 Also if you notice in the inspector the tag is there but in the view source it's not. 00:52:27 I want to kill chrome still because it's been doing this all week 00:52:42 yes that's what viewsource does 00:52:46 it shows you the source 00:52:58 if you modify the source with javascript afterwards, it's no longer the same source 00:53:43 But I'm not modifying the source with javascript to swap the head content nor that tag 00:54:00 I am baffled. 00:56:22 Obviously there IS some js acting upon the body tag because you can clearly see the addition of "style". THAT is something in the blueimp stuff. 00:58:56 I should have never a) hacked the blueimp jquery file uploader into this project, b) tried to use MVC based framework. 00:59:32 Previously I didn't have there bugs. 00:59:38 these* 01:00:47 question: 01:01:23 in C, isn't declaring small floating point values (i.e. 1.2) as double a waste of memory 01:02:06 idk 01:02:55 notice; there may be some downtime of the hub tonight 01:03:07 in case of split, reconnect to haless.cryto.net etc. 01:03:15 it should be resolved in not too long 01:03:42 I should have never a) hacked the blueimp jquery file uploader into this project, b) tried to use MVC based framework. 01:03:43 Previously I didn't have there bugs. 01:03:49 with regards to b), you're blaming the wrong thing entirely 01:03:57 MVC has nothing to do with your bugs 01:04:32 It did until I fixed the bug it was causing :P 01:05:02 But a) is the main culprit of so much fucked 01:15:05 *** iceTwy has quit (User quit: Disconnecting from server) 01:21:27 Ok I removed all js from the whole project 01:22:24 Still showing the head contents in the body with inspector, showing the correct version in view source. What the actual fuck? 01:23:53 wh1t3r4bb1t: the HTML parser in Chrome will attempt to put your elements into a sane order 01:24:03 that is why the inspector shows a difference from the source 01:24:21 the inspector isn't code; it's a representation of the DOM, as far as Chrome was able to 'fix' it 01:27:16 In the inspector there is that tag for the avatar. In the view source it is not there at all. How the hell is the inspector adding things that don't even exist? 01:28:02 So many "want to kill chrome to death" feelings right now. 01:28:59 wh1t3r4bb1t : it does exist. 01:29:04 or something implies that it doed. 01:29:05 does *. 01:36:40 Why isn't it in the view source then. 01:37:08 am I still here? 01:37:11 This is making me feel extremely depressed and sad. 01:37:14 botpie91: ping 01:41:16 *** wh1t3r4bb1t has quit (User quit: Leaving...) 01:41:28 *** wh1t3r4bb1t (antarctica@cryto-497FB66D.direcpc.com) has joined #crytocc 01:41:33 vld: pong 01:48:39 *** x has quit (Ping timeout) 01:53:01 *** macbeth (Macbeth@Macbeth.users.cryto) has joined #crytocc 01:53:20 Could the doctype be fucking things up? 01:54:04 joe, is @anonnews_org yours? 02:05:04 *** ttmbRAT (ttmbRAT@cryto-151F53BD.us-west-1.compute.amazonaws.com) has joined #crytocc 02:06:25 *** ttmbRAT has quit (User quit: Connection closed) 02:09:09 FINALLY!!!!! 02:09:38 I was echoing the fucking avatar WAYYY in the wrong place. 02:09:55 * wh1t3r4bb1t slaps himself, twice 02:10:20 Do not code when tired! DONT DO IT! 02:10:26 :P 02:14:11 From now on function will never echo!!! Always return, then echo. 02:17:20 :) 02:36:33 macbeth: yes 02:36:42 wh1t3r4bb1t: told you so! 02:36:42 :P 02:42:15 joepie91: ping 02:42:27 /ping joepie91 02:42:31 is how it should be 02:42:32 lelelelelelelelele: hai? 02:42:41 ohai, u busy? 02:42:48 why do you have a nick like that? o_O 02:42:51 and yes, kind of 02:42:52 Rub it in joepie91... but use lotion when you do! Haha 02:42:53 we're all multitasking 02:42:54 meh, i got bored. 02:43:01 wh1: rofl 02:43:05 anyways joepie91, whats a good secure "pastebin" for-say. 02:43:18 lelelelelelelelele: I'd really rather you pick a shorter nick, before we get people complaining that you fucked up their irssi separator line 02:43:18 cryptobin.org 02:43:19 lol 02:43:25 *** lelelelelelelelele is now known as lelelel 02:43:28 better? 02:43:28 better 02:43:29 :P 02:43:30 cryptobin.org 02:43:38 no 02:43:52 whut? 02:43:59 cryptobin is urgh 02:44:04 it doesn't append the key to the URL 02:44:09 alright 02:44:12 pain to use :P 02:44:17 also, moment 02:44:19 mm so what you suggest 02:44:32 this? https://pastee.org/ 02:44:37 hide your dox in a vagina! 02:44:40 "the secure pastebin" 02:44:46 wh1: rofl 02:44:51 well, to be fair 02:44:57 cryptobin -does- actually do AES256 02:45:00 >.< 02:45:02 whereas zerobin and 0bin claim 256 02:45:05 but do actually do 128 02:45:06 i know 02:45:14 (from a brief look at the source) 02:45:23 macbeth: no, not pastee, it doesn't do clientside encryption 02:45:29 mm what bout icebin joepie91 02:45:32 lelelel: what's your threat model? 02:45:33 oh, true 02:45:38 icebin is just zerobin 02:45:48 joepie91, no big threat... just a raw database stolen 02:46:03 not what I meant 02:46:15 what are you trying to protect from 02:46:16 as in 02:46:20 why do you need 'secure' 02:46:22 (in broad terms) 02:46:28 I'm really not interested in the details 02:46:47 well, I was using pastebin and they took it down 02:46:53 so omething not easily taken down 02:47:06 right, pastebay then 02:47:14 if that still exists 02:47:42 http://pastebay.net/ 02:48:18 btw, it can be .com / .net 02:48:47 .[off] whats with all the [off]? 02:48:48 macbeth: ? 02:48:57 pastebay.com and pastebay.net are the same 02:48:59 what can be .com / .net? 02:49:00 ah 02:49:02 Oh, really, one zerobin thing with aes-256? ;) 02:49:04 mhmm 02:49:10 MK_FG: looks like it 02:49:17 f.cipher.value = Aes.Ctr.encrypt(f.cipher.value, f.password.value, 256); 02:49:18 i searched it, returned .com. u shared .net and they are the same 02:49:23 https://cryptobin.org/ 02:49:49 i like cryptobin 02:50:46 zerobin clones do aes-ccm though, which doesn't allow host to tamper with ciphertext 02:51:35 Maybe they copied that 256 thing from this one, even though replaced aes.js with sjcl at some point 02:51:41 i just wrote a script that calculates area, volume and im adding perim 02:52:30 I have two words 02:52:33 zero day 02:56:26 I have one word 02:56:27 0day 02:56:30 #getfucked 02:59:45 *** pzuraq has quit (Input/output error) 03:00:07 *** pzuraq (pzuraq@cryto-BAE76FBA.hsd1.ca.comcast.net) has joined #crytocc 03:03:09 *** pzuraq has quit (Ping timeout) 03:07:50 *** macbeth has quit (User quit: macbeth) 03:09:27 *** pzuraq (pzuraq@cryto-BDB534F3.hsd1.ca.comcast.net) has joined #crytocc 03:24:59 Okay I'm going to push these changes... Someone please take over the jquery file upload and fix it so I can work on posting status updates and the social stream. 03:29:57 https://bitbucket.org/teamsocialflood/socialflood 04:12:31 *** pzuraq has quit (Ping timeout) 05:19:52 *** ebola has quit (Ping timeout) 05:44:59 .wik heisenbug 05:44:59 "Heisenbug is a computer programming jargon term for a software bug that seems to disappear or alter its behavior when one attempts to study it." - http://en.wikipedia.org/wiki/Heisenbug 05:57:08 *** pzuraq (pzuraq@cryto-BDB534F3.hsd1.ca.comcast.net) has joined #crytocc 06:01:53 joepie91 is that directed at me? 06:06:05 joepie91 wants to rebuild the socialflood installer... I can tell. 06:06:16 :) 06:06:33 Very frustrating, still trying to convince an affiliate markete there are better things he can be doing with his time and cash 06:06:36 obviously he's not listening 06:07:12 I've been told to piss in my own cheero's though. 06:10:23 *** pzuraq has quit (haless.cryto.net nexus.cryto.net) 06:10:23 *** wh1t3r4bb1t has quit (haless.cryto.net nexus.cryto.net) 06:10:23 *** stanone has quit (haless.cryto.net nexus.cryto.net) 06:10:23 *** nox has quit (haless.cryto.net nexus.cryto.net) 06:10:23 *** connor has quit (haless.cryto.net nexus.cryto.net) 06:10:23 *** SpaghettiCode has quit (haless.cryto.net nexus.cryto.net) 06:10:23 *** lysobit has quit (haless.cryto.net nexus.cryto.net) 06:13:01 *** GHOSTnew has quit (Ping timeout) 06:19:30 theeere we go 06:19:50 Zekka: hehe 06:22:14 I'm not sure what a cheero is but I'll piss on it if I have to 06:22:28 I think at some point I'll try and contact a couple other marketeers and see if anyone else is more receptive 06:22:43 they can't all be bad people yet 06:26:03 I think I'm going to write a python uglifier and see if I can just convert python into lambda flavored goop 06:33:05 Zekka: 06:33:09 .g pissing in my cheerios 06:33:09 joepie91: http://www.urbandictionary.com/define.php?term=pissing%20in%20my%20cheerios 06:33:18 :) 06:33:24 joepie91 - BUt what's a cheero? 06:33:32 aren't they crisps? 06:33:36 .g cheerios 06:33:37 joepie91: http://www.cheerios.com/ 06:33:39 I'm just poking fun at his misspelling 06:33:44 They're a cereal 06:33:46 oh 06:33:47 derp 06:33:47 lol 06:41:51 urgh 06:41:57 Zekka : node-webkit looks awesome 06:42:07 until you find out that the installation process basically.. doesn't exist 06:42:09 :| 06:42:17 I haven't even looked into it 06:42:49 "here you have a pre-built binary" 06:42:52 ok.... 06:43:05 let's put it into /usr/bin 06:43:08 "cannot find $otherfile" 06:43:12 ok... 06:43:20 let's google for proper installation instructions 06:43:21 zilch 06:43:32 eventually ended up just throwing it in a dotfolder in my home directory 06:43:34 and adding it to PATH 06:43:44 :| 07:13:21 *** GHOSTnew (GHOSTnew@cryto-1BD76AB0.piratenpartei-nrw.de) has joined #crytocc 10:09:55 *** Dwaan has quit (Ping timeout) 10:22:35 *** iceTwy (iceTwy@cryto-610769D0.fbx.proxad.net) has joined #crytocc 10:41:02 that's one excellent article 10:41:04 http://www.spiegel.de/spiegel/print/d-105648288.html 10:41:06 (in German) 10:43:22 HAHAHAHA 10:43:29 ohai iceTwy 10:43:31 I am about to go to sleep 10:44:33 Hadn't read that one 10:44:36 http://arstechnica.com/security/2013/10/hackers-compromise-official-php-website-infect-visitors-with-malware/ 10:44:37 .title 10:44:38 iceTwy: Hackers compromise official PHP website, infect visitors with malware (updated) | Ars Technica 10:45:16 aware 10:45:24 the fuck kind of image is that 10:45:27 in their article 10:45:42 did they run out of offensive-towards-PHP images in their image archive? 10:45:51 so they just picked something random? :| 10:46:01 lol, I suppose 10:46:07 but at least, php had a swift reaction 10:46:17 moved servers, revoked SSL cert, asking users to change pw's 10:47:46 mm 10:47:47 anyway 10:47:49 going to sleep 10:47:51 night 10:54:40 night 10:56:50 *** joepie91 has quit (Ping timeout) 10:59:45 *** crafy_d (crafy_d@cryto-90D34012.privacyfoundation.ch) has joined #crytocc 11:05:03 *** pjtyler (pjtyler@cryto-8265A5F2.us-west-1.compute.amazonaws.com) has joined #crytocc 11:06:24 *** pjtyler has quit (User quit: Connection closed) 11:07:34 *** crafy_d has quit (User quit: ☭ o/) 13:05:09 *** GHOSTnew has quit (Ping timeout) 13:26:27 *** GHOSTnew (GHOSTnew@cryto-4DFEB79B.snydernet.net) has joined #crytocc 13:44:06 *** GHOSTnew has quit (Ping timeout) 13:55:59 *** GHOSTnew (GHOSTnew@cryto-91A00DD0.torservers.net) has joined #crytocc 13:58:46 *** GHOSTnew has quit (Input/output error) 14:00:40 vim is really cool 14:01:52 *** DrWhat (Snake@cryto-AC2BD676.pool-1-1.dynamic.totbb.net) has joined #crytocc 14:02:13 Why is the network so bad today 14:02:20 also 14:02:28 Who likes my ip :D 14:03:36 Im on 1.1.206.187 14:04:25 * cayce mambos slow, Guantanamo 14:18:53 Your lag on Cryto-IRC is above the max (16.579 seconds), press Shift + F6 to change server 14:18:54 *** DrWhat has quit (Input/output error) 14:37:32 *** iceTwy has quit (Ping timeout) 14:39:45 iceTwy your stupeed 14:48:17 nah he just derps too hard 15:05:23 DrWhat: http://cpanel.net/ 15:08:57 so many vulns lol 15:09:21 that right there is my justification for forced autoupdate on our cpanel server lol 15:09:24 cpanel = gehhhh 15:09:30 cpanel.net load it 15:09:33 that site is ugly 15:09:49 now it's broken 15:09:53 why'd you break it 15:10:00 i didn't. 15:10:10 i cut their internet wires with my boat 15:10:12 I'm blaming you 15:10:32 * cayce goes back to reading articles 15:19:03 *** Ablazerainbowhedge (Youaredead@cryto-D0648E4.static.asianet.co.th) has joined #crytocc 15:19:35 HELLO PPL WIFI HERE SUX 15:25:37 *** Ablazerainbowhedge has quit (Client exited) 15:58:45 *** Ablazerainbowhedge (Youaredead@cryto-D0648E4.static.asianet.co.th) has joined #crytocc 16:00:44 *** Ablazerainbowhedge has quit (Client exited) 16:04:02 *** Ablazerainbowhedge (Youaredead@cryto-D0648E4.static.asianet.co.th) has joined #crytocc 16:04:44 *** Ablazerainbowhedge has quit (Client exited) 16:05:08 *** Ablazerainbowhedge (Youaredead@cryto-D0648E4.static.asianet.co.th) has joined #crytocc 16:05:11 *** ChanonBB (ChanonBB33@cryto-5CC1E450.hsd1.wa.comcast.net) has joined #crytocc 16:08:08 *** Ablazerainbowhedge has quit (Ping timeout) 16:20:28 *** ChanonBB has quit (User quit: Leaving) 16:27:18 *** complex_ (litehode@1FB20456.69AC617A.F6E1C77B.IP) has joined #crytocc 16:49:55 *** crafy_d (crafy_d@C4BA82B5.B6F1FB86.78C94033.IP) has joined #crytocc 16:57:07 *** crafy_d has quit (Ping timeout) 17:08:06 *** iceTwy (iceTwy@cryto-610769D0.fbx.proxad.net) has joined #crytocc 17:17:42 *** IR601 is now known as herxode 17:17:58 *** herxode is now known as IR601 18:01:09 *** Useless (user@cryto-105D9F5B.torservers.net) has joined #crytocc 18:01:11 hey 18:01:19 apparently services are down 18:01:27 can you give me any news please? 18:05:04 *** ttmbRAT (ttmbRAT@cryto-5AF6970E.us-west-1.compute.amazonaws.com) has joined #crytocc 18:06:25 *** ttmbRAT has quit (User quit: Connection closed) 18:06:37 *** GHOSTnew (GHOSTnew@cryto-1EEC6C73.host.de.colt.net) has joined #crytocc 18:12:35 *** Baklava (antarctica@cryto-497FB66D.direcpc.com) has joined #crytocc 18:13:02 Hellllllooohhh 18:38:10 hola Baklava! 18:38:22 Baklava: isn't that the name of those delicious pastries 18:38:41 that are full of grease and melt in your mouth 18:38:43 hmmm 18:42:04 Sounds closer to "balaklava", the ski mask thing 18:46:04 MK_FG: balaklavas are also used by SWAT 18:49:36 and by me :P 19:13:31 *** x (foobar@47DC6ED3.BD906BBE.7A718692.IP) has joined #crytocc 19:42:43 pastries are tastries 20:08:23 *** joepie91 (joepie91@E0EF0B4E.8949E6E0.92880880.IP) has joined #crytocc 20:12:06 aloha joepie91 20:12:21 * iceTwy gives 1 (one) Internets to joepie91 20:13:24 ohai 20:15:16 just woke up, joepie91? 20:21:36 ya 20:21:49 oh god god 20:21:56 listening to AC/DC feels so good 20:22:04 it'd been a while lol 20:22:04 lol 20:22:11 they are the green day of 80s 20:22:12 probably a good few months 20:22:20 lol. green day... 20:22:20 all songs all the same 20:22:22 ù:P 20:22:31 well, yeah, sort of 20:22:43 iceTwy: i like classic rock 20:22:45 though listening to AC/DC once in a while is a blast! 20:22:53 yeah, so do I, Useless 20:22:58 iceTwy: i agree :) 20:22:59 though I'm more into (progressive) metal 20:23:15 "beeh eeh eeehk in blek" 20:23:17 :D 20:26:32 Useless: I usually don't like vocals in songs. But AC/DC's just blend perfectly with the rest 20:26:57 (now, of course, it's bluesy-hard rock so hence the need for vocals) 20:29:21 iceTwy: anyway, i like prog metal too 20:29:24 as well as prog rock 20:29:45 oh, do you? :D 20:29:53 what are your "favorite" prog metal bands? 20:36:37 iceTwy: actually i liste to a lot of metal bands 20:37:04 but i really don't know how to 'categorize' them 20:38:02 in the sense that i like dream theater, novembre 20:38:22 but under section 'prog metal' of wikipedia there are even haggard, rhapsody of fire and epica under it 20:38:57 aye 20:39:01 if I had to recommend one.. 20:39:05 Scale the Summit 20:40:03 iceTwy: thanks, i'll try right now 20:40:23 ah, i forgot agalloch on my small small list :D 20:40:27 :D 20:43:37 iceTwy: do you know what happened to cryto services? 20:45:07 +1 for scale the summit anyway 20:57:15 Useless: not too sure 20:57:20 and yeah 20:57:22 StS <3 20:59:59 iceTwy: do you like post rock too? 21:03:42 Useless: love it 21:03:50 Caspian & Mono <3 21:04:32 i was looking for new band other than godspeed, sleepmakeswaves and silver mt zion 21:04:35 *** guest-2938 (guest-2938@cryto-F50ABF08.mullvad.net) has joined #crytocc 21:04:49 Useless: well, have you ever listened to, say, Caspian? 21:05:17 https://www.youtube.com/watch?v=xd_gr7dPzHM 21:06:01 no iceTwy but i'm taking note :D 21:22:43 iceTwy: i have to go 21:22:47 hope to met you again 21:22:48 bye 21:22:49 yeah 21:22:50 *** Useless has quit (User quit: leaving) 21:27:49 cryto services will be restored soon 21:27:55 hub is down for maintenance 21:31:00 *** x has quit (Input/output error) 21:38:27 Ah, nevermind. I see now :) 21:42:13 oh, guest-2938, hi, welcome to #crytocc, blah blah blah, please be aware that this channel is publicly logged, and ensure to read the channel rules in the topic etc. 21:42:16 * joepie91 should make that an alias 21:42:36 loggy, pointer? 21:42:36 http://wire.cryto.net/logs/crytocc/2013-10-27#T21-42-36 21:43:04 lol joepie91 21:43:39 LOL. 21:43:41 http://imgur.com/gallery/gFt4cLM 21:43:43 .title 21:43:43 iceTwy: Our family friends took their horse to the beach for the first time. - Imgur 21:44:35 iceTwy, xmpp? 21:44:44 also lol 21:46:29 joepie91: yeah 21:49:30 *** guest-2938 is now known as Anonymous922 23:03:15 *** Gooch has quit (Ping timeout) 23:17:38 iceTwy:) ping@xmpp :) 23:24:21 Beer beer beer 23:28:17 http://www.youtube.com/watch?v=6IKE2lCoNqY 23:28:18 just saying 23:46:25 *** complex_ has quit (Input/output error)