Live data from Hacker News

Ask HN: What's your most interesting life goal currently?

news.ycombinator.com

351–360 of 438 posts

Re: Ask HN: What's your most interesting life goal currently?

#351
post #300

Earlier quoted context omitted.

As the oldest of 5, allow me to echo this sentiment ;)

Amateurs. I'm one of 8. My parents never had a chance.

I'll see your 8 and raise you one of 10!

I'm a middle child, and yes I suffer from middle-child syndrome big-time, still. Working class background, mum was a housewife and dad worked in a textile mill. Its amazing how he managed to raise us on that salary, yet 7 out of 10 of us have at least a degree, going all the way up to at least one PhD.

Re: Ask HN: What's your most interesting life goal currently?

#352

Earlier quoted context omitted.

If your answer to number 1 is not 100%, you are going to be letting them down in some way. (Or at least feel that way) Trust me, they will own you, being your #1 priority for the next 5 years at least.

This doesn't strike me as very useful advice, sorry. Taken at face value, you're saying my wife and I need to stop sleeping, and I need to quit my job. The number may be high, but I already know it's not 100%

Well, I suppose you are right if you want to take me literally, but I was speaking in a more rhetorical tone.

My point was that as a father of two boys, I can tell you that as far as priorities go, they are by far number 1, and they occupy pretty much all of my free time, either directly or indirectly. Of course I do make time for other things like work and my wife and trying to get a startup out the door.

Re: Ask HN: What's your most interesting life goal currently?

#353

I'm working on becoming a beekeeper. Learning about bee cycles and getting involved in a beekeeping group is easy enough. The biggest roadblock is finding a place to keep them in LA.

Check out this awesome site (http://www.voiceofthehive.com/). The background is painful, but the information is awesome. I don't know if it will actually help you become a beekeeper, but I enjoyed it thoroughly.

Re: Ask HN: What's your most interesting life goal currently?

#354

My most recent life goal is to learn how to shave with a straight razor... Don't ask me why, just seems like a cool skill to learn and someday pass down to my sons.

I expressed interest in same. My wife bought me a nice introductory model (german-made) but the pressure required (and angle of attack at my throat!!!) to get any hairs cut scares the dickens out of me. Now it is slowly rusting in my bathroom...

Re: Ask HN: What's your most interesting life goal currently?

#355
post #173

Earlier quoted context omitted.

Python. Easy to get started, but also very capable.

I looked at Python a few years ago and lacked the self-discipline to continue forward with it. I remember nothing of that failed attempt other than everyone spouting how wonderful and easy it was. It could very well be my answer though. One of the solutions I would like to work on involves a few small applications that I would need to run on Windows, Linux, OSX and cell phones. I could cut out the cell phone requirem…

To write Java well you have to understand object-oriented programming. I think first learning to program is easier without OOP, or GUIs for that matter. But if you already know the basics, learning OOP is a good next step.

Not trying to force you to use Python - I just thought I'd address some of your concerns.

You don't have to ship Python to your Windows users - there's a way to glue the Python runtime to your program and generate a standalone EXE (see py2exe.org). Also, a non-trivial Windows application will eventually need an installer. Which could install a Python runtime. But distribution is a problem for later.

Java on cell phones is a totally different beast than the regular JRE. Getting your desktop Java program to run on a phone is not an automated task by any means. Also don't forget that your desktop users have to have the JRE installed (and preferably running the same version).

Learning to program takes time. You will likely end up rewriting many of the earlier pieces of your app, and possibly have to reorganize it entirely. I see that you are trying to replace an existing system that is badly put together. That's a good motivator, but keep in mind that quick and dirty solutions are unlikely to produce a good result, at least not until you rewrite that first attempt. Having said that, there is a place for VB, and it has an undeservedly bad reputation.

My own programming language timeline went like this: QBasic, VB, PHP, C, Java, Python. Having gone through all of the above, Python seemed easy and well-designed. But the easy to learn part is at least somewhat influenced by having done similar things before.

Re: Ask HN: What's your most interesting life goal currently?

#357

learn as much mathematics as I can. Currently enrolled in undergrad summer classes at Berkeley, but I already have a CS degree from another school back east. Some obstacles: paying tuition out of pocket, navigating the bureaucracy of being a non-matriculated student, finding inexpensive housing near the university that's not utter crap; struggling to keep up in classes because I am older and my brain doesn't work as…

if your goal is to just learn as much math as you can. Why matriculate in the class and pay tuition? I've never seen a professor check if everyone is matriculated let alone kick anyone out for not being matriculated. Plus no bureaucracy. :-) I've sat in on tons of classes. Also MIT, Stanford and Berkeley post video lectures, notes, assignments exams of math classes online. also free. save the money and get a better apartment.

Re: Ask HN: What's your most interesting life goal currently?

#358

Get admitted to a PhD in CS at Stanford next cycle. Bottleneck: At my age and with no formal education in CS and poor academic records, getting an admission is next to impossible by conventional wisdom. But the challenge is what makes it interesting :-). PS: If anyone has any data/anecdotes/advice on "impossible" PhD admissions, I'd be glad to hear it (either here or my email is in the profile).

At the risk of discouraging you, have a look at the applicant profiles people post up on some of the grad school forum sites. In general, I have to say I have seen very little evidence of longshot admissions. The people who get in to MIT, Stanford, and Berkeley CS (et al) almost invariably have a stellar transcripts & scores, platinum refs, research experience, and very frequently a few papers and an NSF or NDSEG to boot.

If you are really serious about this, I would say that your best bet is to start making inroads into the field by first getting a masters at a lesser school. There you would be able to demonstrate that you are capable of doing well in grad level courses, which will be a serious question mark on your application given your poor grades. If you are lucky and work hard, you may also be able to publish & network. Especially at the top schools, academia is extremely insidery and knowing people counts for more than you might expect. At least, this has been my experience, and I am trying to do something very similar in a closely-related field (math).

Last, I see it all the time that people get hung up on gaining admission to the best schools. Why Stanford? Getting to rub shoulders with the leaders of the field would, admittedly, be awesome--but you should remember that there are many less selective departments which could afford you a solid and rewarding PhD experience. In my completely un-scientific estimation, 90% of your success or failure grad will be due intrinsic factors--intelligence, work ethic, communication skills, and so forth. The other 10% will come from your surroundings. Don't get so hung up on the latter that you lose sight of the former. Or, more simply: it's possible for you to be a successful PhD student and academic without going to Stanford.

Re: Ask HN: What's your most interesting life goal currently?

#359

Learn to be happy. "Satisfied with my lot" is probably a better term. Life is excellent except for the 5% of my brain that sees the bleak side of everything. The main roadblock is the common depression / bipolar type II episodes.

Have you tried meditation? Specifically vipassana or zen meditation are probably good ways to start tackling the whole package...
Post reply on HN