Viewing profile — WorksOnRobots
WorksOnRobots
HN member- Joined
- Mon, Jul 23, 2012, 7:05 PM UTC
- HN karma
- 4
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About WorksOnRobots
No profile information was provided.
Recent public activity
-
comment
Comment #9979109
Hmmm. That's a good point. Maybe Codecombat's free levels followed by Learn Python the Hard Way to mix instant, visual feedback and fun with "more useful" material. Thanks!
-
story
Ask HN: Best learn to program course for mature learners?
A family member (age ~60 years) is looking to pick up new skills and wants to learn to program. She has some basic computer knowledge but is totally lost when it comes to the comma…
-
comment
Comment #7746613
Shouldn't we celebrate that the U.S. is rich enough and stable enough that their students do not have to study for 14 hours a day in their prime of their youth to acquire a stable …
-
comment
Comment #7376593
Another YC intern here. I want to know this too.
-
comment
Comment #6678937
Exactly. char * a = 0; int * b = 0; a + 1 = a + sizeof(char) = 1 b + 1 = a + sizeof(int) = 4
-
comment
Comment #6132928
Pass the address of the block of memory to the constructor along with your other arguments and perhaps the length of the memory block (to assert that sizeof(block) >= sizeof(object…
- story