Skip to Content

News Blog

I need math after all

In the last week or two I've some time figuring out the next app I'm working on. In addition to finding code libraries and working out general application architecture, I also ended up spending a decent amount of time on the math.

It seems like there is always an interesting math problem. For the iRollDice app it was trying to figure out probability when you had a "drop lowest" modifier. It's pretty easy to figure the odds of rolling a "14" when you roll 4d6, but what are the odds of a "14" when you roll 5d6 and drop the lowest 2 rolls? Now calculate that on iPhone hardware... quickly... when rolling 99d100. Fun! Fun!



This time my math challenge was finding the angle created when connecting 3 points (A,B,C) in an X-Y coordinate plane. Oh, and the Y axis is inverted: y increases as you go down - the opposite of every textbook ever made. I think I have it all worked out now. It was humbling digging through the vocabulary again... radians, cosecant, inverse cosine, ray, dot-product. I wonder if Mr. Shilke, my high school math teacher, would be happy that I was able to figure this out? Or disappointed it was took some effort?

Anyhow, hope everyone had a good Turkey day!

Web site functional!

Of course a web site is never actually finished, but I think all the necessary pieces are in place to meet my current needs.

  • Domain, hardware, and hosting.
  • Apache, MySQL, PHP, and Drupal working and configured.
  • Design, information architecture, and content all using the technology stack appropriately.
  • Email - both personal accounts and spam-proofed mailboxes for things like webmaster@ledtke.com and info@ledtke.com
  • Facebook, Twitter, and MySpace fronts established.
  • Secure remote file backups for project assets.

I think I finally get to go back to work making actual software! Who says Friday the 13th is an unlucky day?

Web site under construction

I am hard at work on this website. I'm pleased with my decision to use Drupal, though it made things a lot more complex to start off. It turned out to have a pretty steep learning curve... but no where near as bad as Objective C, Cocoa Touch, and XCode.

I believe the web site will be able to grow pretty easily. I can add new pages and features as my suite of apps grows, and it's not very hard for a designer to spruce up the appearance of the site. I can also integrate with Facebook, Twitter, Google, and MySpace.

When I decided to make apps for the iPhone, I didn't realize how much work I'd end up doing that wasn't actually developing software for the iPhone!

Syndicate content