I'm not sure that it's my most interesting, but I want to someday make robotic fireflies. I'm about to leave the East Coast to go to Stanford, and I don't want to live in a firefly-free world. I thought about trying to import them and have them breed, but apparently most species like humidity and standing water, which the Bay Area isn't too long on. I'm also not sure if they could find stuff to eat out West. So robot…
> I thought about trying to import them and have them breed, but apparently most species like humidity and standing water... Thank you for not doing that. The last person to have an idea like this introduced those god damn Starlings to North America. Mice came here in the same fashion (i.e. human intervention).
Ask HN: What's your most interesting life goal currently?
411–420 of 438 posts
Re: Ask HN: What's your most interesting life goal currently?
#412The google codejam occurs about once a year ( http://code.google.com/codejam ). If you make it past the qualification round and the first round, and you place in the top 500 of the second round, then you get a codejam tshirt. (This year, I placed around 1300, which is good, but not good enough!) Getting that tshirt is my goal - a nice, tangible way to symbolize the massive amount of algorithmic things that I'm attemp…
Re: Ask HN: What's your most interesting life goal currently?
#413My goal is to create a new programming language (sort of - in so far as I can talk about it). If monetized properly it would be worth billions. Questions is, should I incubate it myself, which will take longer, but be very financially rewarding, or work on it openly so that better minds than mine can make it better - but then no money for me... (except perhaps on the conference circuit!)
Is this a joke, or what?
Re: Ask HN: What's your most interesting life goal currently?
#414To be the man who donates the most and the man who owns the least, at the same time. Bottlenecks: My empathy is ridiculed by the way I live. I believe I can make more of a difference in a position of power then if I just move somewhere and work as a volunteer for the rest of my life. Though to get to power I have to live in this world which I hate.
Re: Ask HN: What's your most interesting life goal currently?
#415The google codejam occurs about once a year ( http://code.google.com/codejam ). If you make it past the qualification round and the first round, and you place in the top 500 of the second round, then you get a codejam tshirt. (This year, I placed around 1300, which is good, but not good enough!) Getting that tshirt is my goal - a nice, tangible way to symbolize the massive amount of algorithmic things that I'm attemp…
I'm interested in this sort of competition, but honestly, I don't know enough to even begin. What do you recommend to someone who'd like to learn enough to participate in these competitions?
The absolute best resource for competitions - well, that I've found so far - is a little website called train.usaco.org . It gives you a ton of practice, starting out easy and growing slowly more difficult, but it always helps you along the way. It's for high school students, but don't let that trick you into thinking it's easy. It's preparation for the IOI, probably one of the hardest coding competitions in the world.
The websites topcoder.com and codeforces.com host weekly programming competitions. These are great practice as well to see how you stand and where you can improve. I signed up for both and added them to my calendar.
Topcoder also has a wealth of old problems - somewthing on the order of a few thousand. These are great for speed trials. Plus, you can check other coder's solutions to see how they solved certain things. One of the best ways to learn new tactics is to browse through the code of people who solved a problem faster than you. I've picked up some amazing tricks this way.
The uva online judge and sphere online judge have literally thousands of problems to solve. I can't say as much about them, since I haven't really delved too deeply into the problemsets on those websites yet - I've mostly stuck to usaco for now.
You'll come to value a straightforward approach over using language tricks, especially things that you don't fully understand. If you don't know exactly what your code is doing, debugging (and you will debug it if you don't understand it) becomes a nightmare.
I would recommend learning C++. As much as HN tirades against it, it's definitely the fastest language, and it's really not all that bad once you know your way around. Codeforces allows for python, but I've had problems with solutions that take too long sometimes :(
Email me at johnfn at gee mail dot com. I'm always looking for people to compete with, and I would be glad to provide hints and tricks if you run into problems :)
Re: Ask HN: What's your most interesting life goal currently?
#416learn 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 a…
Because at any given moment I may have some side projects that "might potentially make some money" going on, and if I don't pay for a class, I will naturally just want to work on those projects - this has been proven out by history.
Re: Ask HN: What's your most interesting life goal currently?
#417Re: Ask HN: What's your most interesting life goal currently?
#418Fully realize who I am, what I have, and what I am capable of.
Check out the book Zen and the Art of Making a Living by Laurnce G. Boldt. I just finished reading it and it's really inspiring/helpful in that regard.
Re: Ask HN: What's your most interesting life goal currently?
#419Earlier quoted context omitted.
Is this a joke, or what?
No. What part do you find funny/absurd?
You talk about it as though it would be easy, but promotion, debugging, libraries, support, tutorials, HOLY SHIT it's not easy.
Re: Ask HN: What's your most interesting life goal currently?
#420Earlier quoted context omitted.
No. What part do you find funny/absurd?
You think you can make billions on a programming language? The only popular language that I can think of that isn't free is C#, so people are going to have options. You talk about it as though it would be easy, but promotion, debugging, libraries, support, tutorials, HOLY SHIT it's not easy.