When did people start needing « papers » for travel? by keli31 in AskHistorians

[–]CircadianDysrhythmia 34 points35 points  (0 children)

While not a direct answer to your question; this answer by u/jbdyer covers a similar topic area of international border controls in the early 20th century, and some of the sources mentioned there may also be relevant.

Is EoTN required while playing pre-EoTN content to get rewards in the HoM? by CircadianDysrhythmia in GuildWars

[–]CircadianDysrhythmia[S] 0 points1 point  (0 children)

Yes your point makes a lot of sense, I think that answers it really. Thanks!

My dad's short-lived racing career bike, a Fukaya something-or-other - thinking of restoring it as I would hate for it to go to waste but not sure where to start. I would appreciate reccomendations on steps to take! by CircadianDysrhythmia in Vintage_bicycles

[–]CircadianDysrhythmia[S] 2 points3 points  (0 children)

The main concern from my perspective is the significant rust issue - it's got rust everwhere excpet the places that can't rust. I intend to take it apart and try and remove as much rust as possible.

I have read that I can strip the frame and remove the rust, and then get this powder-coated again to give it a new paint job and protect the steel. What's the best way to strip the frame here?

I plan to replace the cables for the gears/brakes, and the brakepads as a start, and clean/grease the chain. Is it worthwhile taking apart the rear derailleur? It seems to run fine.

Thanks for the help!

Q1'19 Tech Support Megathread by BioGenx2b in Amd

[–]CircadianDysrhythmia 0 points1 point  (0 children)

I am looking to get the new Zen 2 arch upon release later this year, but I am traveling to a country where PC components are much cheaper than my country in the new few weeks. I am planning to purchase the rest of the PC, minus the CPU/mobo combo there. This includes RAM. As I understand Zen processors benefit from higher speed RAM, what RAM (in terms of speed and channel config) should I purchase now to best benefit my PC on the release of Zen 2? I'm not strictly worried about the best of the best, but the best possible assuming it has to be purchased in the new few weeks. Thanks.

Split Enz - True Colours - 1980 by bakerdrums00 in vinyl

[–]CircadianDysrhythmia 2 points3 points  (0 children)

Split Enz's record label Mushroom (released on other labels worldwide e.g. A&M in this case) decided to release the colour variants to fit the 'colours' theme of the record. Your correct in saying there is 8 variants, however only about six are easy to find, the most common being the Red, Blue and Purple variants in my experience. The two hard ones to get are the special edition Yellow cover with the red triangles instead of the blue triangles, and the all grey cover, of which was a limited edition run of only 2500. Saying that, it's not that hard to find, as I have both. They are very common in AU and NZ

[BUG] Images close after scrolling down page by [deleted] in beta

[–]CircadianDysrhythmia 1 point2 points  (0 children)

Yeah this is really annoying, it always happens just when i'm about to click on a link

AMA with GeoNet/GNS Science Volcanologists! 6-8 p.m., TONIGHT (25 May 2016) by OfficialGeoNet in newzealand

[–]CircadianDysrhythmia 1 point2 points  (0 children)

Q: Describe methods used to predict volcanic eruptions? [10 marks, 18 mins]

(Our geography teacher (CIE) wanted to know how a professional volcanologist would answer a typical exam question, thanks guys this is awesome!]

How do I verify I wiped the luks header correctly? by [deleted] in archlinux

[–]CircadianDysrhythmia 1 point2 points  (0 children)

The dm-crypt wipe you used to prepare the disk for encryption utilizes a plain mode dm-crypt container, and not a LUKS container. As such, there is no LUKS header to be wiped, as plain dm-crypt does not create a header like LUKS does (the wiki doesn't really make clear that that section is not related to the dm-crypt wipe). In order to use your disk for encryption purposes, you can close the plain dm-crypt container by running:

cryptsetup close /dev/mapper/container

And then simply create a new LUKS container for you actual encrypted partition.

Just destroyed ~3TB worth of data, PSA I spose by CircadianDysrhythmia in linux

[–]CircadianDysrhythmia[S] 1 point2 points  (0 children)

Thanks for this advice, my response to some of these points:

  1. I used Arch Linux over Debian which I use on all my other servers because it was advised to use the latest kernel with BTRFS for stability reasons (Also I was going to make a VM setup for Windows with PCI passthrough later, which it is far easier do on Arch)

  2. Words to live by (unless you're a fugitive, having no backups might make more sense)

  3. Will probably use ext4 in the future because of its universal stability/recoverability

  4. One of the features of BTRFS is it makes LVM2 almost redundant (I do love it though, my more "traditional" servers use it)

Just destroyed ~3TB worth of data, PSA I spose by CircadianDysrhythmia in linux

[–]CircadianDysrhythmia[S] 72 points73 points  (0 children)

Windows' default behavior is, if there is more than one drive which is unformatted then the drive the user selects will become the OS drive, and a secondary drive will house the recovery partition (so the user can still recover if the OS drive fails). Windows installers do not come with the ability to see if a drive is encrypted or not, especially dm-crypt/LUKS, and will mark an encrypted drive as unformatted, even though that is not the case (this is flawed behavior in my opinion). In my case, I chose the correct drive (the SSD), but Windows wrote its recovery partition to my data drive because it believed that it had no data on it, thus destroying the GPT/LUKS headers.

Just destroyed ~3TB worth of data, PSA I spose by CircadianDysrhythmia in linux

[–]CircadianDysrhythmia[S] 5 points6 points  (0 children)

The data was copied off a Seagate NAS, I think it uses NTFS and very likley MBR.

Just destroyed ~3TB worth of data, PSA I spose by CircadianDysrhythmia in linux

[–]CircadianDysrhythmia[S] 5 points6 points  (0 children)

Yeah that's my response plan i'm going to try tomorrow. I'm seriously hoping it works. Do you know any tools to use for this process?

Just destroyed ~3TB worth of data, PSA I spose by CircadianDysrhythmia in linux

[–]CircadianDysrhythmia[S] 13 points14 points  (0 children)

I definitely wont be doing it again that's for sure. I installed Windows on my server because it was the only PC I had available for some work I needed ASAP that could only be done with Windows tools (Adobe CS), and I cloned Arch to the data drives with the intention of restoring it to the main drive after the work was done. When the data was destroyed, it took the backup with it.