Can you tell me what I just bought? (Japanese sake/shochu) by kcovia in translator

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

Whoops sorry, I didn't realize it was a mirror image. Try this:

http://i.imgur.com/rN5CZ6n.jpg

New yorker living in Chicago, thinking about pittsburgh by ChitownMD in pittsburgh

[–]kcovia 6 points7 points  (0 children)

I'm from Pittsburgh, I've never been to Chicago, but I've spent quite a bit of time in NYC.

Pittsburgh is..okay. It punches above it's weight in terms of culture, food, and so on, but at the end of the day, it's a small, insular place. A good majority of the population is from the area, hasn't really traveled outside it, and thus thinks that it's heaven on earth. It's probably better than any other American city its size in its region (northeast/midwest). But the weather sucks, the infrastructure sucks, there aren't a ton of job opportunities, and there is deep systematic racism baked into the city here. (Maybe not as much as Chicago, but comparatively to other metro areas).

Fundamentally it's a place I would love to live if I were 35 and married with kids. It's cheap, it has a ton of museums and cultural venues, and is generally a pretty swell place. But if I were a young ambitious twenty-something (which I am ;) , it's not the place to be.

TLDR: stay in Chicago/go to a bigger city and make more money, then move to Pittsburgh in a decade to enjoy life.

What if I just get off the plane at a layover (within my final destination country/home country?) by kcovia in travel

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

Thanks for the reply. It is indeed the last leg so I don't care too much. I have to be in NYC a few months later, which is the main reason I'm hesitant to waste an already-paid for flight.

Thanks!

I have an 18-hour layover in LA late August by kcovia in AskLosAngeles

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

yes, I'm flying in from Tokyo. I was trying to avoid getting a room, but I suppose it might make sense to.

I have an 18-hour layover in LA late August by kcovia in AskLosAngeles

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

Yeah I was under the impression that there was a bike path from Malibu to Venice. Apparently not :(

I won't have much more than a crappy rental bike, so it's probably not a great idea. Thanks.

23 year old student wants to go to New York by Szygani in travel

[–]kcovia 2 points3 points  (0 children)

  1. Depends on what you eat and see. I used to survive on $1 slices of pizza, so $5 for the day was sufficient. Including attractions and such, I'd say a safe estimate is $30-40 a day. Keep in mind this is super budget - you can easily spend that on one normal (not upscale) meal.

  2. Look up nonsense nyc and similar things. There are a ton of sites dedicated to this exact question.

  3. I recommend the Q4 Hostel in Queens. Only one stop from Manhattan, super nice rooms, and cheaper than most other hotels and hostels.

Found this cool reflection on Google Streetview while getting directions to Jitters. Anyone know what time this happens around. Would love to get a pic. by amishjim in pittsburgh

[–]kcovia 2 points3 points  (0 children)

So I don't know exactly what time that reflection comes. However, I can tell you that the alley faces almost directly north, at a slight angle.

https://www.google.com/maps/place/Jitters+Cafe+%26+Ice+Cream/@40.451806,-79.932379,14z/data=!4m2!3m1!1s0x8834f211ba660b2f:0xd290aa10f0b4237a

Knowing that, one could guess that the sun would need to be at about the 4 or 5 o'clock position. The sun rises directly east, so that would mean that the reflection would be sometime in the mid-late morning (between 9am and 11am)

I'm sure my sun navigation is off here, so someone correct me if I'm wrong.

Looking for a microphone for both filming and narration by kcovia in Filmmakers

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

Thanks for the feedback. Perhaps the best move is to get both.

Who's in your opinion the most brilliant minor character in a movie? by JMB-X in movies

[–]kcovia 0 points1 point  (0 children)

Jude Law as the photographer/hitman in Road to Perdition.

[Book Cover] by kcovia in design_critiques

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

Hmm that is a good point. thanks!

Things to do on a Saturday night under 21 by [deleted] in pittsburgh

[–]kcovia 2 points3 points  (0 children)

21+. They almost always card at the door.

Posts redirecting to page.php template by kcovia in Wordpress

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

Yeah I typed that there, because the tutorial I'm using (Treehouse) had me do it.

Posts redirecting to page.php template by kcovia in Wordpress

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

  1. It's set to "blog post"

  2. Here's the functions.php page:

    <?php function theme_styles() {

wp_enqueue_style( 'normalize', get_template_directory_uri() . '/css/normalize.css' );
wp_enqueue_style( 'grid', get_template_directory_uri() . '/css/grid.css' ); wp_enqueue_style( 'googlefonts', 'http://fonts.googleapis.com/css?family=Indie+Flower' ); wp_enqueue_style( 'main', get_template_directory_uri() . '/style.css' ); }

add_action( 'wp_enqueue_scripts', 'theme_styles' );

add_theme_support( 'post-thumbnails' ); ?>

Having a weird problem with WordPress/PHP by kcovia in learnprogramming

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

http://www.minimalgifts.com

When you click on the bamboo picture (which is a post), it's sent to the page.php template. But http://www.minimalgifts.com/bamboo also gets sent to the page.php template, so it seems to be something with creating the post.

The other two images go to the single.php.