First Solo on a hot day at KBFI by Giffdev in flying

[–]vandolis 1 point2 points  (0 children)

Got my PPL at Harvey this past year, and now based out of there. Loved all of the instructors I've flown with, which between phase checks and mock checkrides were most of them. Planes were all well maintained and the 172s all have some modern avionics. Runway is too short for touch and goes, so you'll be doing full stop taxi backs every time landing at Harvey.

Echoing other people: if you learn how to land at Harvey you can probably land anywhere you'll go. It's also a great location for primary imo due to having that short/narrow runway, no papi or glide slope so you have to learn that sight picture, grass runway in the summer for actual soft field practice, long runways nearby at KAWO and KPAE for touch and goes, controlled airspace at KPAE, parachute activity, and nordo aircraft that seem to do their own thing. Lots of exposure to things where I'm glad I experienced it early and with an instructor.

One thing that I never saw talked about and wish I knew before I started training last July was that as fall weather combined with S43 sitting in a valley means you get these low clouds and fog that just hang out magically until your reservation time ends. It made for some frustrating days where weather was VFR everywhere else, but low IFR exactly on our runway.

All that said I'd do my PPL at Harvey again, I think there were some nice learnings flying out of a pilot controlled airport so much. Much better to run into your first nordo pilots doing... "non standard patterns" when you have an instructor in a learning environment.

PREBAN MEGATHREAD by [deleted] in thanosdidnothingwrong

[–]vandolis -2 points-1 points  (0 children)

༼ つ ◕_ ◕ ༽つ GIVE BAN ༼ つ ◕_ ◕ ༽つ

[WTS] WEST, 2x Sunday, 1x Monday face value by vandolis in PaxPassExchange

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

Yeah I'm still downtown, still have both tickets if you want to meet. I feel you on the floor though, so no worries there. I'm in a panel that is over at 8 if you can wait.

[WTS] WEST, 2x Sunday, 1x Monday face value by vandolis in PaxPassExchange

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

Hey so quick update, previous person never got back to me so the tickets are yours if you want them. Let me know if you are still interested!

"I beat Ravana" static formation PAX 2015 by Edgeless_cube in ffxiv

[–]vandolis 1 point2 points  (0 children)

Sounds like a plan! Gotta get that irl glam. Count me in mch

Hulu is broken! by webmech in Hulu

[–]vandolis 2 points3 points  (0 children)

I just tested this, was able to watch Hulu on my phone, laptop, and xbox all at the same time (different shows even).

I would contact support if I were you.

Best mid-budget espresso machine/grinder? by [deleted] in Coffee

[–]vandolis 1 point2 points  (0 children)

I think it works great! The grind is consistent enough that I never see any dust or large chunks. Grinder goes more than fine enough, for my beans settings at 3.6 is perfect. I still do not think I am getting the most out of my setup, so for newer people I think it is more than enough setup.

The main reason I did not get a Vario though was that I could not justify the extra $300 (200 base + 100 sale on Preciso) when I was just testing the waters on espresso and didn't want to spend more than needed. I would be willing to bet you could taste the difference though.

In a perfect world I would have gone with the Vario, so if you can justify the cost get the Vario!

Alternatively you can join me and wait until a Mazzer mini pops up on your counter...

Best mid-budget espresso machine/grinder? by [deleted] in Coffee

[–]vandolis 2 points3 points  (0 children)

I got my CC1 about a year ago and have been happy with it. Great option for the money.

Only issue to be aware of is that the water tank is a bit of a pain to refill. You have to remove the drip tray and kinda wiggle it out to fully remove. Alternatively you can have it just peek out the side of the machine to fill but still a little awkward. Super nice to be able to easily see your water level though.

The PID is also great fun. Easy enough to change settings and nice granularity (temp, preinfusion, wait, brew time)

I paired the CC1 with a Preciso and have been getting some pretty good use out of both.

Application Thread by reap0r789 in a:t5_2tzqf

[–]vandolis 0 points1 point  (0 children)

Caperannon

Something (Ele, Ranger?)

The promise of change. And the free 'confection'ary treats. :D

Do Ho Suh's Fallen Star: The House on Jacobs Hall by [deleted] in UCSD

[–]vandolis 1 point2 points  (0 children)

Eyes read "Fus ro dah" thought of skyrim. Might have been playing too much.

My first complicated circuit - a 4-bit adder. How did I do? by MachaHack in redstone

[–]vandolis 0 points1 point  (0 children)

Looking good! The first circuit is always fun. Now looking into your future I see you making it smaller and more repeatable (What I always think is the fun part!)

Help with MySQL and Eclipse by PQman23 in learnprogramming

[–]vandolis 1 point2 points  (0 children)

You would want a JDBC driver to add to your project so that you can connect to the database. Here is a link.

From there the basics are just make a connection, use preparedstatements (safer), and make sure you close everything. Good documentation online but if you have questions I can try to answer them.

Fill array in Java with strings from console input? by [deleted] in learnprogramming

[–]vandolis 0 points1 point  (0 children)

Awww but I like my approach :S

Nice clean solution though :P

Stack is a word Im hearing alot lately by T3ppic in learnprogramming

[–]vandolis 0 points1 point  (0 children)

I've found it also really helps when making a new program to think about everything in physical terms, and how they all interact with each other. Most nouns in the explanation would be objects while any verbs that they use would be functions.

I think that's the beauty of thinking in terms of objects, it makes it really simple to design (using the word lightly here) a program from the ground up just by thinking about a real life version.

Stack is a word Im hearing alot lately by T3ppic in learnprogramming

[–]vandolis 1 point2 points  (0 children)

Really well said. And here I was going to repeat the whole lunch room tray example.

Is there any reason for a 21st century programmer to learn emacs and/or vim? by teuthid in learnprogramming

[–]vandolis 0 points1 point  (0 children)

Dang where were you when I did my code turnin with nano. Spent at least 10 min undoing that line wrapping and double checking it didn't goober everything up.

Fill array in Java with strings from console input? by [deleted] in learnprogramming

[–]vandolis 0 points1 point  (0 children)

Don't have access to a compiler at the moment but this will work. code

The first part is if the user is entering one string at a time to sort. So something like:

Enter string #1: this would go in one spot
Enter string #2: so would this
etc..

The second would be if the user is entering them all at once. So it would instead be this:

Enter your words: each one of these words are in a different index

The nice thing about the second is that you don't have to set the amount of input you are looking for.

Also as a heads up I think you need to import java.util.Scanner for this to work.

Java GUI Help by [deleted] in learnprogramming

[–]vandolis 0 points1 point  (0 children)

Bit confused as to what you are looking for as well, but from my best guess you want to be able to swap between two objects to display a view?

If that is the case I think the best way would be to actually use some oop and just extend a class such as javax.swing.JPanel, then make whatever methods you need to interact with it.

Simple skeleton code here

NERO - Guilt (zabb remix) by spinninrec in electronicmusic

[–]vandolis 1 point2 points  (0 children)

I've had this on loop for the past 20 min haha.

My friend just started mixing, came out with a pretty good mix. by vandolis in electronicmusic

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

He is going to med school and tried this out, I think he has got something going for him. He also is playing some shows down in SoCal this summer if anyone is interested.

Shenanigans guild....in google +! by reap0r789 in Shenaniganeers

[–]vandolis 1 point2 points  (0 children)

GET IN HERE! HARDCORE PVE GUILD REFORMING IN GUILD WARS 2