Might be off topic but a nugget from having two girls (5 and 11). Kids don’t care about budget or how much things cost. We have toys we’ve spent hundreds of dollars on only to have the near free to free one be a hit. I say this to make sure you know your employment status likely only effects your kids if it effects you. Or said differently, to the extent it effects you it will effect them. Kids will generally have fu…
My wife frequently says to me “this is why I don’t buy my kid toys” as we watch our Son playing with some random bucket or cardboard box around the house.
Ask HN: How to keep my daughter busy while tickling her curiosity
131–140 of 227 posts
Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#132Earlier quoted context omitted.
I've been programming for 15 years and had to google what NAND was. Had a sense of XOR
You would be surprised how much more relevant info programmers miss... Example, most programmers I know have no idea when a variable gets allocated on the stack and when it's on the heap. Let's not talk about how many dont even know what a (stack overflow)[ https://en.m.wikipedia.org/wiki/Stack_buffer_overflow ] is...
Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#133Earlier quoted context omitted.
I've been programming for 15 years and had to google what NAND was. Had a sense of XOR
To be fair, AND, OR and NOT are enough to compute any function, and you can make all the other operators out of a combination of those three. For example A XOR B is just (A OR B) AND (NOT (A AND B)). Knowing things beyond AND, OR or NOT is useful, but not strictly necessary. XOR has useful properties though: with random inputs you get TRUE 50% of the time, allowing you to chain it without trending to 0 or 1; also it'…
Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#134My son is 12 y/o, and he's into Minecraft. Yesterday he discovered the server mc.openredstone.org. He spent all day yesterday and about one hour today, and he ended up building a 4-bit adder. On this server players learn how to build logic gates, and mix them so they eventually build CPUs. It's fully gamified, so beginners are called "students" and more advanced players are called "builders". To become a "builder" yo…
Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#135Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#136Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#137Snap-in educational and fully functional circuits: https://www.elenco.com/snap-circuits-2/
Science & crafts toys: https://www.johncoproductions.com/collections/4m
Green & renewable energy toys: https://www.johncoproductions.com/collections/green-science
(Edit: For the second two links, apparently that is a non-US vendor. Sorry about that. But those toys are also commonly available in the US, at toy stores and often, museum gift stores)
Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#138Earlier quoted context omitted.
I've been programming for 15 years and had to google what NAND was. Had a sense of XOR
To be fair, AND, OR and NOT are enough to compute any function, and you can make all the other operators out of a combination of those three. For example A XOR B is just (A OR B) AND (NOT (A AND B)). Knowing things beyond AND, OR or NOT is useful, but not strictly necessary. XOR has useful properties though: with random inputs you get TRUE 50% of the time, allowing you to chain it without trending to 0 or 1; also it'…
((a or b) is (not ((not a) and (not b))), and vice versa.)
Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#139Maybe look at building up manual skills if possible. When my daughter was 11 y/o I as doing a lot of DIY plumbing in the house and I taught her to cut and bend (copper) pipes, and solder pipe joints. We used a gas torch, much to the horror of my S.O, but it was a useful skill learned and she got really good at it.
I think learning to "think with your hands" is not a recognized academic skill, but yet there's something real about it. If at all possible, teach her to ride a bike and to actually be able to get around on one if your locale is suitable for it.
Re: Ask HN: How to keep my daughter busy while tickling her curiosity
#140Being unemployed probably means you don't have a huge budget, but some for our child I've tried to do a little bit of "everything" to see what he enjoys. When I ask him what he wants to do he says "I don't know", so I say "We're going swimming in the sea", "Lets plant some seeds", "Today we're cooking / sewing", "Lets pick a spot on the map and go visit it by bus/tram", or "Lets draw pokemon evolving". (maps are kind…