Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Re: Sorry, couldn't resist (Score 1) 328

"These are subhuman Aminals" ahhh, and the bigotry is laid bare. Regardless of how justified you might feel in making such a statement, it's racism plain and simple. You're generalizing a whole population based on the actions of the few that impact Israel. That makes you a racist, so please stop spewing your vitriol.

Comment Re:Comparing apples to miniature oranges (Score 2) 409

To counter your anecdotal evidence with my own, I drink way too much soda, probably 4 cans a day average, maybe more. On weekends probably more like 6. It's ruining my teeth. I have done this pretty much my entire life and I'm 34 years old now. I'm 5'10 and weigh 140 lbs. Despite not exercising regularly (I need to get on that), I'm still quite healthy. I simply have something most Americans know nothing about: food intake control. When I get full, I stop eating. I don't stuff every scrap on the plate into my belly. When I'm thirsty, I drink a mouthful at a time, not gulp down half a liter in one swig. Basically, I allow my body to communicate with me how much nutrition it needs, and I actually listen to it. That's all that is needed; listening to your body. There is not one single thing, such as soda, causing obesity in America. It's systemic. It's a culture problem. We have a fat culture. "Finish everything on your plate" is the motto of American well-to-do families who can afford to put way too much food on the table. Hell just look at serving sizes at any restaurant in America. You can't buy a meal that is sized for a person who is less than 180 lbs. I frequently buy "small" meals and throw away 1/3 of the food I get.

Comment HTML was my starting point (Score 1) 704

I dabbled in things like QBasic when I was young, but never created anything rewarding enough to hold my interest. I would strongly discourage the types of programming exercises that were the normal starting point for a programmer back in the 80's and 90's, I'm talking the "10: PRINT HELLO WORLD; 20: GOTO 10" type stuff. Kids today are not going to be even remotely impressed by that. It was only impressive back in the day because you were commanding this computer to do something, and it was obeying. It was empowering because computers were not mainstream. These days, such a simple concept is akin to when your math teacher gives you a list of additions or multiplications to perform. Sure it helps get them into the mindset and learn the basics, but it's tedious and not likely to hold the person's interest. They would require a strong initial interest to learn this way, I think. Sounds like this kid has none, so far. So he needs something where he can hit the ground running and get something usable out of it.

The first time I really created anything worth being particularly proud of was when I started getting into the web side of things. HTML is extremely easy to learn. The syntax is very simple, you don't need a compiler, and what's best is that you can teach yourself through using View Source to see how a website performs a particular trick, then add that trick to your own bag. Grow it out from there into CSS & JavaScript. If he takes well to this, it won't be long before he's ready to start trying some server-side scripting. The move to a database back-end is particularly rewarding. If he's more the self-teaching, hands-on learning type, HTML is the perfect starting point because it takes almost no knowledge whatsoever to produce a very basic webpage. As they start to branch out from HTML into things like JavaScript, the transition from those languages into more formal languages is really not very difficult. They will be missing a strong foundation due to being self-taught and using fairly casual languages, but if they're smart they will adapt very quickly.

Slashdot Top Deals

A motion to adjourn is always in order.

Working...