Skip to main content

Papers, please! 2018 Edition.

Musical score for this post:

I've been in Switzerland for nearly two years, and my visa expires next month. I have to get a different kind of visa, which basically means doing all of the paperwork over again. The big problem: US bureaucracy.

To renew my visa, I need to provide a letter from my government showing that I'm not a criminal. In most countries, that's a relatively simple process. But in the US:

  1. The FBI website says that I have two options: I can submit a paper form, or I can apply online.
  2. The website for applying online doesn't work. It gives an error as soon as I try to connect.
  3. Both the paper form and the electronic form require a copy of your fingerprints on an FBI fingerprint card. How do you get fingerprints? Just drop by your local FBI field office. Where's the nearest field office? Boston.
  4. After contacting the US embassy, they told me that the Swiss police can make fingerprints for me, but I need to bring a printout of the FBI fingerprint card. 
  5. The US Consulate sent me a link to the FBI fingerprint card that doesn't work. Fortunately, Google can find it. 
  6. I download a PDF, but the fingerprint card is an odd size that doesn't fit onto European (A4) office paper. I need to find a large printer or go to a print shop.
  7. After submitting my request, it will take the FBI 14 to 16 weeks to mail back a response. Did I mention that my visa expires next month?
  8. Fortunately, the Swiss know how screwed up the US is, so they will give me an extension to the deadline if I send a notarized Affidavit of Good Conduct. 
  9. How do I get an Affidavit of Good Conduct? Just make an appointment with the US Consulate.  I sent an email message. They tell me that they're quite busy and their first free appointment date is "March 7". It's currently March 12. I'm not sure whether I need a time machine (perhaps there's an express train that can get up to 88 miles per hour) or whether they mean "April 7" or whether they haven't bothered to update their canned response.


Comments

Popular posts from this blog

The Chromecast conceptual model

Google makes a device called Chromecast . It's a relatively inexpensive way to turn any TV into a "Smart" TV capable of playing movies or music. It's a clever bit of engineering, but I've run into a few people who have trouble understanding how they work. The key thing to understand is that the Chromecast is the device that's actually receiving and playing the movie (or whatever), and your phone is just the remote. Here's how the process works at a high level: You start watching a video on Youtube 30 seconds in, you decide that you'd like to watch the rest on your TV, so you press the "Cast" button. Your phone stops playing and tells the Chromecast "Get this video directly from Youtube and start playing at the 0:30 mark"  When your phone initially asks the Chromecast to start playing, it also specifies a "default thing" to do when the Chromecast is finished. If the Chromecast is playing a Youtube video, it might...

The Virus By the Numbers

I'm writing this because there's some really insane stuff that's being said by people who should really know better, and I'm sick of discussing it one post or email at a time. So, this is my One Big Post that I'll point people toward rather than bringing it up again and again. In case you haven't noticed, we're in the middle of a pandemic. Just so that we're all using the same terminology:  The virus is Severe acute respiratory syndrome Coronavirus 2 . It's usually abbreviated SARS-CoV-2. It's a brand new kind of Coronavirus, so for a while, before it had this awkward name, people were calling it "novel coronavirus". (For the non-English speakers and D students, "novel" is another word for "new".) The disease that the virus causes is called Coronavirus Disease 2019 , and it's usually abbreviated COVID-19. It's called that because it was discovered in 2019. This came out of nowhere in China in late ...

Fixing Linux Audio

This is somewhat technical, and it's aimed at people who use Linux and are comfortable editing files from the command line. I was looking for a quick fix, but discovered that most of the documentation out there is wrong. So, I had to research what it all meant, figure out what the correct settings were, and write it all down. For the Impatient If you use Linux, and you're just looking for a quick way to make your sound better, add these lines to /etc/pulse/daemon.conf or $HOME/.config/pulse/daemon.conf   default-sample-format = s32ne default-sample-rate = 192000 high-priority = yes default-fragments = 8 resample-method = speex-float-10 I've tested this on Fedora and Ubuntu with no problems. Also, if you're using an external DAC (if you're not sure, then you're not using one), be sure that it has sufficient power (either plugged directly into the computer or into a powered USB hub. DO NOT plug it into an unpowered hub or dongle. A...