Live data from Hacker News

Tell HN: My child's first program

news.ycombinator.com

91–100 of 139 posts

Re: Tell HN: My child's first program

#91
post #21

Hilarious! After a few of those, I taught my son how to open the javascript console and "hack" his favorite cookie clicker. He was so excited to show his friends but the school-provided chromebooks are really locked down. I was disappointed, thinking that would be the end of it, but his whole class has been trying to find ways around the blocks and filters ever since. They've found some clever workarounds and a lot o…

Back in my day you could just rename programs (read: Quake 2) to winword.exe and they would run no problem.

Re: Tell HN: My child's first program

#92
post #84

Earlier quoted context omitted.

I think it's a great way to ensure that the only motivation your kids have is external. "What's the point of doing X is no one offered me a phone for it" When I was a kid, I heard that some friends were getting money from parents as a reward for good grades. I always had good grades so I suggested to my mom that I should get money for good grades. She said "No, because then you'll get used to only work hard when I'm…

Now re-contextualize that as if it were an employer/employee relationship. That's actually a pretty messed up lesson to teach a kid about negotiation and self worth.

But it's not an employer/employee relationship.

It teaches you that you should _also_ consider your own long term goals, as opposed to only chasing the someone else's short term goals. I think it's a great lesson to teach a kid about self-worth.

Re: Tell HN: My child's first program

#93
post #54
post #37

My son took a coding class in elementary school (MIT scratch), and he came in one day and told his teacher that his Dad was a "pro programmer" and had helped him. The program was a pigeon farting on a man's head. The teacher asked what Dad had helped with, and he said "he recorded the fart sound".

All programmers have to start somewhere. My first program was an interactive piece of concrete.

Much like the parent's comment, we all need to fart somewhere too

Re: Tell HN: My child's first program

#95
The thing that got me to learn OO programming (9th grade...probably 1999) was my desire to write a program that contained the line:

> if (ned.isStupid):

and show it to my best friend, Ned, who only knew how to program TI-83 calculators.

Re: Tell HN: My child's first program

#96
Farts and poop talk all the time.

There was a post in the past where someone talked about “the function game”. You think of what the function does. The other person gives you “input”, and you give them back “output”, and they try to figure out the internals. Great to play anywhere.

There were plenty of fart and poop functions.

Re: Tell HN: My child's first program

#97
post #13
post #10

Show her how to loop through the print statement and she’ll be hooked forever!

I suspect some major portion of computer programmers discovered loops via 10 PRINT "FARTS" 20 GOTO 10

Yep, pretty close to my first program on an original TRS-80.

Re: Tell HN: My child's first program

#98

My girl's favourite saying at the moment is "command not found". That's the thing she reads the most, except on the occasion it does something. Walking around the house saying it gave way to answering back to requests with "command not found daddy". What have I unleashed?

> What have I unleashed?

Command not found.

Re: Tell HN: My child's first program

#100
Editing a game written in BASIC on Amstrad CPC, swapping original author name with mine. Reaching level 9000 of happiness watching my name at the screen. Then playing with C and mode 13h to simulate a an explosion of pixels using for loops. Damn i was 10 and i’ll remember forever.
Post reply on HN