Sickness sucks.

I spent the last week sick with a bad flu. I always imagine that getting sick for a big block of time will be great for reading or watching TV or doing some kind of online course or something, but in that imagination I fail to account for the following issues of the flu:

  • flu-people have no motivation for anything, even peeing or hydrating or breathing
  • flu-people are in constant discomfort and just want to close their eyes
  • flu-people can’t focus on stuff, even if they want to
  • flu-people smell and are sticky and sweaty and ick
  • flu-people think pretty slowly, and mess up some pretty simple logic

So my mighty plans were foiled! But now that I’m getting past it I feel renewed vigour and just feeling ‘normal’ feels comparatively great.

So what do I do now? It’s that perennial problem – I might need a philosophical response to it that just kills the whole question. Being interested in everything to the point that nothing can hold my attention for more than 48 hours is wonderful in its way, but it has made me into a massive dilettante.

I think I found at some earlier point that I find motivation in seeing other people do cool stuff, which only happens when I feed more input into my infohoppers – more commitment to consuming lots of diverse media sounds good. Also, easing barriers to making stuff.

Anyway, I’m glad to be back in the waking world. Next stop: not coughing and sneezing on everything. (there may be some time before we reach that stop)

Thank you, past me

Starting off this morning I had a pretty good idea of what my day would be about, but it hadn’t occurred to me to think about whether or not I had any specific task I was working on when I left.

I typed ‘git co master’, thinking I should probably pull and then merge into my latest work, and I got the following:

error: Your local changes to the following files would be overwritten by checkout:

So I’m thinking “whaaaaat?! why did I leave uncommitted crap hanging around!”

I have git status aliased to ‘s’, and git diff aliased to ‘d’, so ‘s’ showed me that only one file had changes, and I decided to take a peek with ‘d’:

+# get the correct information here to build the correct URL

I left myself a teensy love-note last night before I went off to dinner, and as soon as I saw it, I reloaded a ton of mental context.

So thanks, me.

21 days off complete!

21 days of rest including 7 days of camping! Next up is mathematics. Where to begin remains hazy… but that can be figured out tomorrow.

This might be a good starting place. Alternatively, reading Mathematics for the Practical Man could be useful. (It’s what Feynman used to teach himself as a teenager!) There’s also the calculus section of better explained.

The best route forward is likely to choose a goal, (like a problem to solve or equation to deeply understand) and then work toward it. Destinations make paths easier to find.

The God Particle, Ringworld, and Red Mars

I’m not supposed to be “working” on this at the moment, so I’m not going to make much of a blog post about it.

I made an effort to try out my rules today — a 7:00 PM hockey game required me to leave work at 6:00, and because it was our final playoff game, we had a celebration afterward. I opted to stay and celebrate, but that meant I didn’t get home until just now.

Still, I read 40 pages of The God Particle earlier today, and the remaining 25ish pages of yesterday’s Ringworld. I’m reading some more of Red Mars before I go to sleep, just because it’s damn interesting.

To conclude, doing the best I can to fit reading into smaller moments is helpful, and I’ve got way less stress thinking “It’s 12:30 and I have 70 pages to read!” — I didn’t get them done earlier. Try harder tomorrow!

In Other News

I spent many of my spare moments today (and yesterday) thinking about math and physics problems. I’m playing with ellipses a bit before I try to write a planetary orbit simulator, and I’m going to use that simulator to show off some math I did yesterday to make a program that calculates how large of a Ringworld we could make with the material inside the Earth. It turns out: pretty big! 1000km across by 500m deep, at roughly the same orbit as the earth. (I believe; I might be misremembering the results)

For simplification, I used our greatest distance from the sun as the radius of an imaginary “circular” orbit, and then I used the volume of the earth with the earth’s radius found on wikipedia. From there, you could supply a depth and it would tell you the width, or vice versa. Depth is the distance below your feet if you’re standing on the inner side, and width is the direction of each of your fingers, when standing on the inside looking along the ring.

I’m hoping that, eventually, I’ll have a javascript solar system model where you can click planets to change source materials (maybe allowing multiple selection) and then render an arbitrary ringworld with that volume of material, and you’d be able to play with its width or depth via sliders or something. That’ll take me some time and figuring, but it would be pretty cool to have!