Ask HN: How old are you (optional) and what was the last thing that you learned?
111–120 of 161 posts
Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#11246, I took Discrete Math I & II this past spring. It wasn't easy. Last math class I has was (failed) Calculus I in 1989 and (failed) again in 1990. I got a B+ and an A- this time, but I probably put in 30 hours per week studying and doing homework.
Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#113Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#11441 - learning to trade options on the stock market.
Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#115Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#11646, I took Discrete Math I & II this past spring. It wasn't easy. Last math class I has was (failed) Calculus I in 1989 and (failed) again in 1990. I got a B+ and an A- this time, but I probably put in 30 hours per week studying and doing homework.
Just out of curiosity as I'm probably closer to your age than I am to the majority of folks here, are you taking these classes as part of a grad program in CS or related?
Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#11731. In Java, this code can spin forever if a different thread changes this.done, and it's not a "volatile" member. while(!this.done){ Thread.Sleep(1000); } The more I learn about Java, the more I'm shocked at how mostly-identical it is to C#. Except C# is clearly superior in the details. I expected to find something java did better, but I'm coming up short.
Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#118Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#119Re: Ask HN: How old are you (optional) and what was the last thing that you learned?
#120I learned never to take today for granted and don't put things off for tomorrow with your loved ones. Your job will send flowers to your family and then open up a req for your position. Don't put your job before your family.