[00:22] *** mistym has quit IRC (Remote host closed the connection) [00:35] *** mistym has joined #archiveteam-bs [00:51] *** tomwsmf-a has quit IRC (Read error: Operation timed out) [00:54] *** Spritecla has quit IRC (Quit: [Quit message changed because SOME-body is an asshole.]) [01:10] *** xtr-201 has joined #archiveteam-bs [01:40] *** wednesday has quit IRC (Quit: Be the change that you wish to see in the world.) [01:40] *** wednesday has joined #archiveteam-bs [01:41] *** Spirit has quit IRC (Read error: Operation timed out) [01:48] The audit fixing continues [01:53] *** Spirit has joined #archiveteam-bs [02:03] *** Start has joined #archiveteam-bs [02:14] *** primus104 has quit IRC (Leaving.) [02:29] *** Spritecla has joined #archiveteam-bs [03:32] *** wm_ has quit IRC (Ping timeout: 240 seconds) [03:34] *** mistym has quit IRC (Remote host closed the connection) [03:34] *** Start_ has joined #archiveteam-bs [03:38] *** wm_ has joined #archiveteam-bs [03:38] *** Start has quit IRC (Ping timeout: 306 seconds) [03:38] *** Start_ is now known as Start [03:54] I'll attack the rest of the audit soon, but a lot has been fixed. [04:09] *** mistym has joined #archiveteam-bs [04:23] *** JesseW has joined #archiveteam-bs [04:23] How do I get JSON search results from archive.org? [04:23] (yes, I know we aren't IA) [04:26] Ah, here's the doc: https://archive.org/help/json.php [04:36] * JesseW archive.org/advancedsearch.php freezes my browser... :-( [04:37] *** aaaaaaaaa has quit IRC (Leaving) [04:42] *** RedType has quit IRC (Remote host closed the connection) [04:47] *** RedType has joined #archiveteam-bs [04:52] *** Spritecla has quit IRC (Quit: [Quit message changed because SOME-body is an asshole.]) [05:02] *** mistym has quit IRC (Remote host closed the connection) [05:03] *** mistym has joined #archiveteam-bs [05:29] *** Jonimus has quit IRC (Read error: Operation timed out) [05:30] *** marvinw has quit IRC (Read error: Operation timed out) [05:30] *** lrkj_ has quit IRC (Read error: Operation timed out) [05:30] *** lrkj has joined #archiveteam-bs [05:30] *** ripvanwin has quit IRC (Read error: Operation timed out) [05:30] *** sep332 has quit IRC (Write error: Broken pipe) [05:30] *** toad2 has quit IRC (Read error: Operation timed out) [05:30] *** phuzion has quit IRC (Read error: Operation timed out) [05:30] *** botpie91 has quit IRC (Read error: Operation timed out) [05:30] *** maz_ has quit IRC (Write error: Broken pipe) [05:30] *** wyatt8740 has quit IRC (Read error: Operation timed out) [05:30] *** dxrt has quit IRC (Read error: Operation timed out) [05:31] *** RKenshin has joined #archiveteam-bs [05:31] *** jk[SVP] has quit IRC (Read error: Operation timed out) [05:31] Weird question: is there a way to get everything I say in IRC made available in an RSS feed? [05:31] *** chfoo has quit IRC (Read error: Operation timed out) [05:32] *** human39 has quit IRC (Read error: Operation timed out) [05:32] *** Kenshin has quit IRC (Read error: Operation timed out) [05:32] *** RKenshin is now known as Kenshin [05:34] *** chfoo has joined #archiveteam-bs [05:34] *** dxrt has joined #archiveteam-bs [05:36] *** jk[SVP] has joined #archiveteam-bs [05:38] kyan: presumably you could make such a thing locally... [05:39] would you want each line in a separate RSS entry, or per day, or per channel, or? [05:39] each line in a separate rss entry [05:39] i guess [05:40] i figured there might be something out there already that did that, but googling didn't help [05:40] may I ask, why you would find this useful? [05:41] (I know that somehow archivebot jobs get posted to twitter, so maybe the software that does that could be repurposed to post everything I say in IRC to twitter and then from there I could get RSS) [05:42] I would find it useful because I want to have a section on my website where I aggregate all of my activity online up-to-the-minute (or up-to-the-ten-minute, at least), so it's easy to see where I am / what I'm doing at any given time [05:42] the archivebot twitter client is a custom job that hooks into ArchiveBot's Redis instance and generates tweets from there [05:42] it's not generalizable [05:42] oh [05:42] kyan: ah, that makes sense. I'd like such a thing, also (but I'd keep it private) [05:42] oh well [05:42] you could however write a bot that made an RSS feed from everything you wrote [05:42] I think you'd want to hook it into your IRC client [05:43] Hmm. Ok. I wouldn't really know where to start, but thanks :) [05:44] this is interesting https://code.google.com/p/twitterircbot/ [05:44] if you want to adjust to using a bouncer, you could also write a znc module [05:45] kyan: http://www.russellbeattie.com/blog/1003292 [05:45] JesseW: cool! [05:46] kyan if you know any python maybe check out soppel/willie bot. I'm pretty sure it has a .tweet command and you could probably very easily modify it to trigger on your name/send any text you send [05:46] * JesseW just looked through https://duckduckgo.com/?q=irc+to+rss&t=debian [05:47] Huh, i googled it and that blog post was no where in sight [05:47] dxrt: looking at it :D [05:48] the benefits of duckduckgo vs google. :-) [05:48] (admittedly, google is better most of the time -- but not always!) [05:49] *** marvinw has joined #archiveteam-bs [06:02] *** mistym_ has joined #archiveteam-bs [06:09] *** mistym has quit IRC (Read error: Operation timed out) [06:19] can't find anything about a tweet option in willie... [06:28] kyan: https://github.com/sopel-irc/sopel/wiki/Commands [06:28] .tweet [06:28] ? [06:30] ....wut? [06:30] I literally typed "tweet" into the search box for the repository in github [06:30] or maybe i searched for "twitter" [06:30] but it came up with 3 issues and no code [06:31] Oh. I think I know, they removed the twitter module from the main repo [06:31] *** espes__ has joined #archiveteam-bs [06:33] aah [06:33] https://github.com/sopel-irc/sopel-extras/blob/master/twit.py [06:33] there ya go :) [06:34] now i need to figure out why willie disconnects from teh server after a couple minutes without ever joining a channel [06:38] Ok, wtf. Someone created a twitter acount with my email address [06:40] I guess they never confirmed the address, so they presumably don't have access to my email [06:45] *** mistym_ has quit IRC (Remote host closed the connection) [06:45] *** mistym has joined #archiveteam-bs [06:47] I dunno what the handle or username I have been given mean.... Google Translate says "موجب حائل" means "Hail positive", which sounds nice enough...but um mystery arabic things = sketchy???. [06:48] that's weird [06:48] do you have an exotic sounding email address [06:51] calculator.ftvb@gmail.com [06:52] (go ahead, spam me) [06:52] Before willie ever joins a channel it gives ERROR:willie.modules.willie.irc:ERROR recieved from server: Closing Link: pool-72-65-96-236.ptldme.east.myfairpoint.net (Connection timed out) [06:55] Oh dear, GitHub has the most annoying feature — when looking at a file, if I hit a key on the keyboard it starts editing the file. [06:56] Not too sure to be honest.. Obvious thing would be to maybe try a different server and port perhaps? [06:56] kyan: Yeah, there's key bindings.. [06:59] *** RedType has quit IRC (Quit: leaving) [07:00] *** RedType has joined #archiveteam-bs [07:05] *** dashcloud has quit IRC (Ping timeout: 252 seconds) [07:08] *** dashcloud has joined #archiveteam-bs [07:08] *** mistym has quit IRC (Remote host closed the connection) [07:11] Willie is doing this with several servers and ports http://pastebin.com/JDRug4Eg [07:11] *** JesseW has quit IRC (Quit: Leaving.) [07:14] man.. what the heck [07:16] mind if I PM you kyan? [07:16] nope [07:41] *** botpie91 has joined #archiveteam-bs [07:41] *** ripvanwin has joined #archiveteam-bs [07:41] *** wyatt8740 has joined #archiveteam-bs [07:42] *** sep332 has joined #archiveteam-bs [07:43] *** maz_ has joined #archiveteam-bs [07:46] *** toad1 has joined #archiveteam-bs [08:01] *** Jonimus has joined #archiveteam-bs [08:17] *** kyanz`bot has joined #archiveteam-bs [08:18] kyanz`bot should now tweet this to my account, let me know if you want to know how to set one of these up for you :) [08:19] *** Start has quit IRC (Read error: Operation timed out) [08:21] *** kyanz`bot has quit IRC (Client Quit) [08:23] *** primus104 has joined #archiveteam-bs [08:24] *** kyanz`bot has joined #archiveteam-bs [08:24] *** kyanz`bot has quit IRC (Client Quit) [08:25] *** kyanz`bot has joined #archiveteam-bs [08:28] *** kyanz`bot has quit IRC (Client Quit) [08:32] *** kyanz`bot has joined #archiveteam-bs [09:01] *** RedType has quit IRC (Ping timeout: 252 seconds) [09:17] *** kyanz`bot has quit IRC (Quit: KeyboardInterrupt) [09:18] *** kyanz`bot has joined #archiveteam-bs [09:26] *** RedType has joined #archiveteam-bs [09:38] https://guillaumepaumier.com/2015/07/29/autistic-wikipedian/ [09:40] *** antomati_ has joined #archiveteam-bs [09:40] *** swebb sets mode: +o antomati_ [09:40] *** antomatic has quit IRC (Read error: Operation timed out) [09:42] *** BlueMaxim has quit IRC (Quit: Leaving) [09:52] *** dashcloud has quit IRC (Quit: No Ping reply in 180 seconds.) [09:57] *** dashcloud has joined #archiveteam-bs [10:24] *** dashcloud has quit IRC (Quit: No Ping reply in 180 seconds.) [10:34] *** dashcloud has joined #archiveteam-bs [10:39] *** Muad-Dib has joined #archiveteam-bs [10:52] ersi: it's interesting how many of the things they describe are things I do consciously, rather than because of inability to do otherwise [11:01] *** primus104 has quit IRC (Leaving.) [11:13] *** dashcloud has quit IRC (Read error: Operation timed out) [11:16] *** dashcloud has joined #archiveteam-bs [11:18] *** Sellyme has quit IRC (Read error: Operation timed out) [11:36] joepie91: Hehe, I think I know exactly what you mean. [11:41] ersi: eg. the meaning of "How are you" as a greeting is a thing I've always been well aware of, I just can't stand dumb insincere social 'decorations' like that :) [11:42] That's also a cultural differance [11:42] ersi: sure, but it's common in NL also, although slightly less habitual [11:43] ersi: ie. it's something that a friend or family member might use as a greeting even if they don't care how you're doing, but not a random shopkeeper like eg. in the UK (or at least in London, not sure whether it varies by region) [11:43] I would expect it to be a genuine question of interest if it's from a friend or family member [11:44] depending on the setting of course [11:44] if it's fly-by-mode-I-saw-you-on-town-but-we're-not-staying-to-talk, I'd assume it's just a greeting [11:46] ersi: it's often neither in NL [11:47] ersi: but then again, insincerity is a lot more subtle in NL than in many other cultures [11:47] average Dutch person will try rather hard to make that "how are you" come across as sincere, even if they really don't care [11:47] NL is very 'fake' :) [11:47] just seems more honest and direct on the surface [11:49] joepie91: not as much as americans [11:50] midas: I doubt that. Americans don't generally bother to hide the fakeness [11:51] are you kidding? [11:51] everytime i get called or call to the us it's always "Hello? Oh hi Midas, how are you today?" Like you care. [11:52] and all the dutch people are like "Hey, alles goed? Mooi." done talking :p [12:01] joepie91: I guess we have that shared, culturally. [12:17] [13:51] everytime i get called or call to the us it's always "Hello? Oh hi Midas, how are you today?" Like you care. [12:17] yes, but that's the point [12:17] the fakeness is there, but they don't bother to pretend it's genuine interest [12:18] thats true [12:18] NL looks really accepting and honest on the surface, but damn if you actually get to know people [12:18] hehe, same here in SE [12:18] which I personally find a lot more harmful than "we're fake, deal with it" [12:33] *** tomwsmf-a has joined #archiveteam-bs [13:23] *** dashcloud has quit IRC (Read error: Connection reset by peer) [13:24] *** dashcloud has joined #archiveteam-bs [13:58] *** kyan_ has joined #archiveteam-bs [14:00] *** kyan has quit IRC (Ping timeout: 258 seconds) [14:04] *** kyanz`bot has quit IRC (Read error: Operation timed out) [14:15] *** thechip has joined #archiveteam-bs [14:16] *** primus104 has joined #archiveteam-bs [14:17] *** thechip has quit IRC (Remote host closed the connection) [14:37] *** balrog has quit IRC (Read error: Connection reset by peer) [14:46] *** kyanz`bot has joined #archiveteam-bs [14:47] *** kyan_ is now known as kyan [14:47] *** balrog has joined #archiveteam-bs [14:47] *** swebb sets mode: +o balrog [14:47] joepie91: I have an interesting take on that — I generally probably come across as fake in my greetings, but a lot of the time I actually am genuinely interested [14:48] *** mistym has joined #archiveteam-bs [14:50] *** JesseW has joined #archiveteam-bs [14:58] kyan: did you install the patch? :p [14:59] *** mistym has quit IRC (Remote host closed the connection) [15:00] *** mistym has joined #archiveteam-bs [15:02] *** tomwsmf-a has quit IRC (Read error: Operation timed out) [15:08] *** mistym has quit IRC (Read error: Operation timed out) [15:11] *** JesseW has quit IRC (Quit: Leaving.) [15:17] *** mistym has joined #archiveteam-bs [15:20] *** mistym has quit IRC (Remote host closed the connection) [15:21] *** mistym has joined #archiveteam-bs [15:23] *** Start has joined #archiveteam-bs [15:24] *** mistym_ has joined #archiveteam-bs [15:29] *** mistym has quit IRC (Read error: Operation timed out) [15:29] *** Ctrl-S has quit IRC (Remote host closed the connection) [15:29] *** _desu_ has quit IRC (Read error: Connection reset by peer) [15:42] *** tomwsmf-a has joined #archiveteam-bs [15:48] *** primus104 has quit IRC (Leaving.) [15:55] *** deathy has quit IRC (Remote host closed the connection) [16:00] *** mistym_ has quit IRC (Remote host closed the connection) [16:08] *** deathy has joined #archiveteam-bs [16:16] *** mistym has joined #archiveteam-bs [16:50] *** _desu_ has joined #archiveteam-bs [16:52] *** nmnn has joined #archiveteam-bs [16:56] *** Ctrl-S has joined #archiveteam-bs [17:09] *** Start has quit IRC (Quit: Disconnected.) [17:19] *** Start has joined #archiveteam-bs [17:32] *** HCross has left Leaving [17:39] *** aaaaaaaaa has joined #archiveteam-bs [17:39] *** swebb sets mode: +o aaaaaaaaa [17:40] *** Start has quit IRC (Quit: Disconnected.) [17:50] *** nmnn has quit IRC (Remote host closed the connection) [17:50] i'm starting to upload jan 1988 of mbc newsdesk [17:50] 1987 episodes are all uploaded now [18:02] *** Start has joined #archiveteam-bs [18:06] *** Fletcher has quit IRC (Read error: Connection reset by peer) [18:06] *** diacope has quit IRC (Read error: Connection reset by peer) [18:09] *** diacope has joined #archiveteam-bs [18:16] *** primus104 has joined #archiveteam-bs [18:20] *** Fletcher has joined #archiveteam-bs [18:24] *** Start has quit IRC (Quit: Disconnected.) [18:38] *** Start has joined #archiveteam-bs [18:40] *** diacope has quit IRC (Quit: ZNC - http://znc.in) [18:40] *** Fletcher has quit IRC (Quit: k) [18:44] *** diacope has joined #archiveteam-bs [18:45] *** dashcloud has quit IRC (Ping timeout: 265 seconds) [18:50] *** dashcloud has joined #archiveteam-bs [18:53] *** Start has quit IRC (Quit: Disconnected.) [19:00] *** mistym has quit IRC (Remote host closed the connection) [19:01] *** mistym has joined #archiveteam-bs [19:03] *** Start has joined #archiveteam-bs [19:14] *** dashcloud has quit IRC (Read error: Connection reset by peer) [19:17] *** dashcloud has joined #archiveteam-bs [19:20] i'm uploading more of Joystiq Xbox 360 Fancast [19:37] *** mistym has quit IRC (Remote host closed the connection) [19:41] *** mistym has joined #archiveteam-bs [19:46] *** Fletcher has joined #archiveteam-bs [19:56] *** dashcloud has quit IRC (Ping timeout: 240 seconds) [20:00] *** dashcloud has joined #archiveteam-bs [20:06] *** dashcloud has quit IRC (Read error: Operation timed out) [20:09] *** dashcloud has joined #archiveteam-bs [20:54] *** Spirit has quit IRC (Leaving) [20:55] I'm sorting those audit files, we're down to the boring ones. [20:55] If people want to help the wiki entery to track down items, that would help me. [21:01] *** mistym has quit IRC (Remote host closed the connection) [21:10] *** kyan_ has joined #archiveteam-bs [21:10] *** kyan has quit IRC (Ping timeout: 258 seconds) [21:13] *** kyanz`bot has quit IRC (Read error: Operation timed out) [21:13] *** kyanz`bot has joined #archiveteam-bs [21:15] *** mistym has joined #archiveteam-bs [21:19] so i'm getting a new computer next week [21:19] its a amd a10 with 8gb of ram [21:41] *** mistym has quit IRC (Remote host closed the connection) [21:51] *** Ravenloft has joined #archiveteam-bs [21:55] *** mistym has joined #archiveteam-bs [22:00] Sweet [22:02] Home Alabama [22:03] I think the fear some smart people have of IA turning into SkyNet is easy to dismiss when we dont even have a convincing chat bot [22:04] just plain text, no need to recognize images, depth or anything [22:05] a limited number of words, albeit a very large number of combinations [22:06] not being able to say if its a human or a computer you are interacting with still the best test [22:18] *** zenguy_pc has quit IRC (Read error: Connection reset by peer) [22:19] *** zenguy_pc has joined #archiveteam-bs [22:22] so i'm going to be doing a panic grab of judicial watch pdfs [22:23] but this looks funny: http://www.judicialwatch.org/document-archive/page/187/ [22:23] there are 1462 pages [22:23] but not all pages have links [22:25] SketchCow: i think IA index is not updating [22:26] my godaneinbox is not updating [22:32] http://www.core77.com/posts/39478/Original-Prints-of-Movies-Music-and-Photographs-are-Stored-22-Stories-Underground-in-a-Secret-Pennsylvania-Facility [22:43] *** primus104 has quit IRC (Read error: Connection reset by peer) [22:47] *** garyrh has quit IRC (Remote host closed the connection) [22:48] *** primus104 has joined #archiveteam-bs [22:50] *** primus105 has joined #archiveteam-bs [22:53] so looks like i 'may' get my computer tommorrow [22:55] *** primus104 has quit IRC (Read error: Operation timed out) [23:07] *** RedType has quit IRC (Read error: Operation timed out) [23:08] *** szalwia has quit IRC (Read error: Operation timed out) [23:08] *** RedType has joined #archiveteam-bs [23:09] *** szalwia has joined #archiveteam-bs [23:11] *** zenguy_pc has quit IRC (Read error: Connection reset by peer) [23:12] *** zenguy_pc has joined #archiveteam-bs [23:14] *** szalwia has quit IRC (Read error: Operation timed out) [23:14] *** szalwia has joined #archiveteam-bs [23:22] *** zenguy_pc has quit IRC (Read error: Connection reset by peer) [23:22] *** zenguy_pc has joined #archiveteam-bs [23:38] *** dashcloud has quit IRC (Read error: Operation timed out) [23:42] *** dashcloud has joined #archiveteam-bs [23:49] *** zenguy_pc has quit IRC (Read error: Connection reset by peer) [23:49] *** zenguy_pc has joined #archiveteam-bs [23:51] *** zenguy_pc has quit IRC (Read error: Connection reset by peer) [23:52] *** zenguy_pc has joined #archiveteam-bs [23:53] *** tomwsmf-a has quit IRC (Read error: Operation timed out) [23:59] *** zenguy_pc has quit IRC (Read error: Connection reset by peer)