Active Entries
- 1: witnessed a bike crash
- 2: bikeshare rant, and library stuff
- 3: The power of one-lane streets
- 4: pastrami disappointment
- 5: things to be aware of
- 6: ebike under the rainbow
- 7: In which a dog attack gets me 40 dollars and maybe delayed trauma
- 8: Life by candle-light
- 9: some meal costs vs alternatives
- 10: stainless steel convert
Expand Cut Tags
No cut tags
Style Credit
- Base style: Abstractia by
- Theme: White Lace by
no subject
Date: 2006-08-06 06:54 (UTC)From:Like my fractions primer (http://mindstalk.net/littlefractioner) I'd like feedback from the intended audience, sigh.
You can see I put in a simpler version in the comment. I'd actually started simple, with a little countdown/blastoff program, then the simple grading one. But it bugged me that my intended point was to be "and this is all you need" meaning math and IF/GOTO and variables and I/O, when that isn't true, you also need memory you can address more systematically than with variables, meaning array, and then I thought I'd try to roll everything up into an assembly-like picture. Vs. a traditional stepped sequence of Hello World, loops, etc. which yes, does make sense; I thought this might be fasted if it worked.