[00:08] *** j08nY has quit IRC (Quit: Leaving) [00:17] *** Asparagir has joined #archiveteam-bs [00:59] so i got a micro video learning systems tape [00:59] its a 'bootleg' from a one of my dad's work buddys [01:00] and the video has had better days [01:11] looks like none of the videos can be found online [01:11] SketchCow: i think you may need to sent me tapes at some point [01:12] i'm doing just a lot of captures these days [01:13] *** Sk1d has quit IRC (Ping timeout: 194 seconds) [01:13] this tape is very shitty now [01:16] i'm skipping that tape for now cause its very shitty to the point that its not a good copy at all [01:17] and since its a bootleg of it i feel i need a original tape of it [01:20] *** Sk1d has joined #archiveteam-bs [01:40] *** schbirid2 has joined #archiveteam-bs [01:45] *** schbirid has quit IRC (Read error: Operation timed out) [02:44] https://archive.org/details/TNM_Avery_Tabulabels_For_Tape_Reels [02:56] *** topher has joined #archiveteam-bs [02:57] *** topher has left [03:01] *** dashcloud has quit IRC (Read error: Operation timed out) [03:02] *** dashcloud has joined #archiveteam-bs [03:56] *** kurt has quit IRC (Read error: Operation timed out) [03:56] *** kurt has joined #archiveteam-bs [04:37] *** BlueMaxim has joined #archiveteam-bs [05:06] *** voidsta has joined #archiveteam-bs [06:01] *** SHODAN_UI has joined #archiveteam-bs [06:47] *** Aranje has quit IRC (Quit: Three sheets to the wind) [07:04] reading http://jrs-s.net/2015/02/06/zfs-you-should-use-mirror-vdevs-not-raidz/ and http://louwrentius.com/the-hidden-cost-of-using-zfs-for-your-home-nas.html makes me want to just hide in bed so complicated and seemingly no right choice aaaaa (I don't usually know anything about this stuff but I feel I have to try understand it all to try make an educated choice to avoid being screwed [07:04] over when ... [07:04] ... another cheap usb hard disk dies again :( ) [07:13] this stuck out as terrifying quote "RAIDZ1 .. you have no fault tolerance at all until the disk has been replaced and completely resilvered… which could take days or even weeks, depending on the performance of your disks, the load your actual use places on the disks, etc. And if one of your disks failed, and age was a factor… you’re going to be sweating bullets wondering if another [07:13] will fail ... [07:13] ... before your resilver completes. " [07:24] *** j08nY has joined #archiveteam-bs [07:28] kittymeow: strip USB drives to bypass everyone's flaky or transparently-encrypting controllers. skip RAID entirely and have a second computer [07:29] the right answer is some kind of object storage filesystem that ensures >= 2 copies and the terrible approximation of that is rsync'ing to a second copy [07:34] RAID is for either increasing read speeds or ensuring availability for OLTP applications (of which very few are actually constrained by the annual failure rate of good hard drives) [07:34] aka not archiving operations where days of downtime is tolerable [07:41] *** SHODAN_UI has quit IRC (Remote host closed the connection) [07:53] *** Honno has quit IRC (Ping timeout: 370 seconds) [08:04] *** Honno has joined #archiveteam-bs [09:19] ivan : the thing about raid stuff though is it makes a backup live, like sure if something dies you will be able to have most of your stuff on your backup, but you'll lose like a few days or weeks of stuff which might be important or career/life changing etc - sure not much would be lost in comparison to cold backups but it seems like the only way to get a chance to not lose stuff on [09:19] that fatal ... [09:19] ... die when something dies? (im a noob and mostly make/read/watch media I have windows and cheap usb drives and nothing with professional tech abbreviations I never heard of rsync til today actually even though I've been googling this stuff to try learn, aw. I just looked at http://wikipedia.org/wiki/Rsync#rsync_applications and it seems like there's a few that work with windows hm [09:19] but yeah it does ... [09:19] ... seem like it still has the problem that if something on that day is important your backup will be at best a day or 2 away? [09:31] RAID is not a backup. It protects you from hardware failures (to some degree), but it doesn't help at all in various other situations such as accidental file deletion, software malfunction, or malware. [09:42] *** j08nY has quit IRC (Read error: Operation timed out) [10:04] a cold backup of hard disks not connected to anything (with a usb cradle so there's less things that can break) and storing copies at other places/proper archives/cloud stuff seems like the most reliable yeah, but for everyday use without RAID it seems it's really easy to lose everything since your last backup? since hard drives are expected to die (and horribly it seems that's something [10:04] that ... [10:04] ... seems to never be advertised by the manufacturers despite it being a good reason to buy more hard disks every few years, that seems silly) [10:13] That's true whether you use RAID or not. RAID just gives you some additional protection from specific failure modes. [10:16] What you probably want is a separate storage system which only allows appending new data, not overwriting or deleting old one. Then, you backup to that system frequently enough to minimise the amount of work lost at any point in time. You could even backup continuously, i.e. whenever a file changes. [10:25] Is there anything that does that seamless backup to something because that sounds like the whole NAS with raid thing that I was looking int obefore but usb disks seem really prone to failure and also windows acts weird with them a lot (it will freeze a program/everything while it waits for the usb disk to spin up, but also constantly keeping it spinning means it's more likely to wear [10:25] out quicker ... [10:25] ... I thought, not that you can do that it seems even if you turn the power saving off it still does it due to something set in the hardware in the external drive thing I guess) [10:28] *** username1 has joined #archiveteam-bs [10:31] No idea since I haven't used Windows in many years. My backups currently consist of regular, manual rsyncs to cold storage. [10:31] *** schbirid2 has quit IRC (Read error: Operation timed out) [11:28] *** j08nY has joined #archiveteam-bs [12:01] *** brayden__ has joined #archiveteam-bs [12:01] *** brayden_ has quit IRC (Read error: Connection reset by peer) [12:01] *** swebb sets mode: +o brayden__ [13:11] *** GLaDOS has quit IRC (Read error: Operation timed out) [13:57] *** GLaDOS has joined #archiveteam-bs [14:04] *** BlueMaxim has quit IRC (Read error: Operation timed out) [14:19] *** Stilett0 has joined #archiveteam-bs [14:20] *** Stiletto has quit IRC (Read error: Operation timed out) [14:21] kittymeow: all you need to avoid usb drive problems is a computer with a case with a bunch of 3.5" drive slots [14:24] I just write programs that do all the rsync'ing I need to do [14:24] *** SHODAN_UI has joined #archiveteam-bs [14:25] I can even switch whether my desktop or my laptop is the master copy [15:09] *** Stilett0 is now known as Stiletto [15:13] *** Asparagir has quit IRC (Asparagir) [15:14] *** luckcolor has quit IRC (Read error: Operation timed out) [15:14] *** luckcolor has joined #archiveteam-bs [15:14] *** decay has quit IRC (Read error: Operation timed out) [15:15] *** decay has joined #archiveteam-bs [15:59] programming makes kittens cry :( [16:06] *** Xamayon has quit IRC (Read error: Connection reset by peer) [16:07] *** Xamayon has joined #archiveteam-bs [16:24] *** icedice has joined #archiveteam-bs [16:24] *** icedice has quit IRC (Client Quit) [16:27] PurpleSym, arkiver, greenie: weffey has some initial URL listings for Imzy. https://imzy-default.s3.amazonaws.com/export/archive/community_urls.txt https://imzy-default.s3.amazonaws.com/export/archive/profile_urls.txt https://imzy-default.s3.amazonaws.com/export/archive/anon_profile_urls.txt -- post URLs forthcoming [16:28] (No channel yet?) [16:30] *** Lord_Nigh has quit IRC (Quit: ZNC - http://znc.in) [16:32] Huh, that’s 10x the number of communities I discovered, timmc. Wondering what went wrong with my discovery… [16:33] *** Lord_Nigh has joined #archiveteam-bs [16:34] PurpleSym: it looks like that list includes the /about, /rules, and /leaders URLs for each community. Did you count those as part of your discovery? [16:34] Nope, removed them. Still 777 vs 7309. [16:41] Guess /api/communities returns only a subset of communities then. [16:42] *** tuluu_ has joined #archiveteam-bs [16:43] *** tuluu has quit IRC (Ping timeout: 268 seconds) [16:50] https://imzy-default.s3.amazonaws.com/export/archive/post_urls.txt [16:54] Static pages: /about /communities /community-policy /developers /faq /login /privacy-policy /recovery /search /signup /terms /upgrade-browser [16:55] Thanks! These links will be very helpful [17:06] *** Xamayon has quit IRC (Read error: Operation timed out) [17:06] *** Xamayon has joined #archiveteam-bs [17:42] isn't tracker rate limit a bit extreme for steam right now? if I'm doing the math right we're not going to make it at this pace [17:42] just barely, but still [17:43] *** SHODAN_UI has quit IRC (Remote host closed the connection) [17:45] Nazca: We already grabbed all the threads, now we're just grabbing extra links (e.g. viewing individual posts or looking up threads by posts) [17:59] oh, nice [17:59] probably should be written down somewhere in the project page [17:59] unless it was and I'm just blind, brb checking [18:01] hm I don't think it is stated clearly, but I guess it's actually better if people don't know [18:19] *** TheLovina has joined #archiveteam-bs [19:17] *** ivan has quit IRC (Read error: Operation timed out) [19:17] *** ivan has joined #archiveteam-bs [19:17] *** Mayonaise has quit IRC (Read error: Operation timed out) [19:19] *** logchfoo2 starts logging #archiveteam-bs at Tue May 30 19:19:24 2017 [19:19] *** logchfoo2 has joined #archiveteam-bs [19:19] *** htw has joined #archiveteam-bs [19:21] *** SHODAN_UI has joined #archiveteam-bs [19:21] *** mhazinsk has joined #archiveteam-bs [19:21] *** Mayonaise has joined #archiveteam-bs [19:25] *** JAA has joined #archiveteam-bs [19:26] *** Asparagir has joined #archiveteam-bs [19:47] *** TheLovina has quit IRC (Read error: Operation timed out) [20:20] *** username1 has quit IRC (Quit: Leaving) [20:29] *** Asparagir has quit IRC (Read error: Operation timed out) [21:04] *** ndiddy has joined #archiveteam-bs [21:09] *** LastNinja has joined #archiveteam-bs [21:29] *** SHODAN_UI has quit IRC (Remote host closed the connection) [21:42] *** Ravenloft has joined #archiveteam-bs [22:02] PurpleSym: we suppress non-active communities from /communities unless you're on a staffed account. Thats probably why you found 777 versus 7309. I think we suppress communities that haven't been active in a few weeks from discovery. [22:25] *** icedice has joined #archiveteam-bs [22:39] *** icedice has quit IRC (Quit: Leaving) [22:42] *** BartoCH has quit IRC (Ping timeout: 260 seconds) [22:42] *** Sanqui has quit IRC (Ping timeout: 260 seconds) [22:42] *** BartoCH has joined #archiveteam-bs [22:47] *** Sanqui has joined #archiveteam-bs [22:57] HEY HEY HEY [22:58] https://twitter.com/textfiles/status/869687322010320896 [23:06] excellent selfie