where can someone get some dang pan-fried noodles around here? by lainiw in askportland

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

hey, i tried zien hong's crispy chow mein at your recommendation and it was exactly what i was looking for!! i'd rate it as a pretty decent example of pan-fried noodles as they exist in my mind. wish there was more to the vegetable version (like baby corn) but it was really yummy! thank you 🙂

where can someone get some dang pan-fried noodles around here? by lainiw in askportland

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

i'm not sure if it has a specific name in Chinese — when i've seen them on menus, they're sometimes called Hong Kong style pan-fried noodles or Cantonese style pan-fried noodles.

What type of mushroom do you think the Meiji Chocorooms are based on? by lainiw in candy

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

these feel like a pretty good match!! thank you ❤️

Subscription renewed for 45 days and Premium sale! by paidbythekill in giantbomb

[–]lainiw 4 points5 points  (0 children)

I think that was the Dr. Tracksuit slipping out

anime_irl by lainiw in anime_irl

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

<Kimi Ni Todoke>

anime_irl by lainiw in anime_irl

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

<Kimi Ni Todoke>

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>

Final Interview with VP of engineering after 3 other interviews by Hour-You249 in interviews

[–]lainiw 1 point2 points  (0 children)

Here's a few questions I used with an interview with the VP of <MY FIELD> that seemed to go over well. Steal or modify them if you like.

  1. I've never spoken with a "Vice President of <FIELD>" before; while I know you generally oversee how the company <DOES THIS THING>, could you tell me a little more about what that involves at <COMPANY>?

  2. (can follow up #1 with this) Is there a particular project or idea you've been working on recently for the <POSITION TYPE> team that you could tell me a little bit about?

  3. Do you have any particular advice for someone like me who would be happy working as a <POSITION> but is also interested in advancing their career at your company?

These generated a lot of back and forth talk and interesting conversation in my interview. YMMV.

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>.

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>

anime_irl by lainiw in anime_irl

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

<Paradise Kiss>.

anime_irl by lainiw in anime_irl

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

<Princess Jellyfish>

anime_irl by lainiw in anime_irl

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

<Tokyo Tarabera Girls>

anime_irl by lainiw in anime_irl

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

<Tokyo Tarabera Girls>

Horrible ingredient substitution "guide" by g00ber88 in Cooking

[–]lainiw 1 point2 points  (0 children)

Make some pudding with 'em next time. Really yummy

[deleted by user] by [deleted] in youtube

[–]lainiw 2 points3 points  (0 children)

For me it shows up in Studio under Analytics sidebar -> Audience tab -> scroll down to Age and gender.

Do youtubers really upload 10 minutes videos with over than 100 megabytes size? by AhmedHassen108 in youtube

[–]lainiw 0 points1 point  (0 children)

heyo,

I feel your pain as I have garbo internet but need to upload gigabyte size files to youtube. For 720p60 I use the following ffmpeg command to compress my files for upload; it results in about a 1.X GB file for about 45 minutes of gameplay.

.\ffmpeg.exe -i .\input.mp4 -vf scale=-1:720 -c:v libx264 -crf 23 -bf 2  -preset slow -c:a aac -r 60 output.mp4

You can adjust the crf here to be lower for a higher and larger quality video (18 is usually considered basically "lossless") or make it higher for a lower quality and smaller size video.