Technobabbles I try to sound like I know what I'm talking about. Don't be fooled.

29Apr/104

Release: Voyagerfan5761 v1.9

It's a few days late, but here's the official announcement of Voyagerfan5761 version 1.9. There have been some minor updates made to this version, but not a lot of major changes.

The most significant updates are in /experience/work/, where several new files have been added to reflect the program's continued evolution. More files will be committed to the repository soon, for inclusion in the next release.

Obviously the /personality/punctuality.php module needs some additional attention in this year's development cycle, as well as the /skills/theatre/tech.php library. We will continue to iterate on these and other components (such as /skills/theatre/dance.php, /personality/gregarious.php, and /assets/income.php) for the next release.

Any ideas for improvements? Think you can write a better algorithm for determining when to leave home than $event->arrivalTime( TIME_MINUTES ) - 15? Feel free to submit patch ideas in the comments.

Thanks to Matt Mullenweg for his inspirational birthday posts.

Filed under: humor Leave a comment
Comments (4) Trackbacks (0)
  1. I generally use the rule “Add 15 minutes for each half hour your trip _should_ take”. Accounts for traffic, parking, etc.

    • I’ll have to figure out how to implement that one. $event->setDepartureTime( $event->arrivalTime( TIME_MINUTES ) - ( $event->travelTime( TIME_MINUTES ) + 15 * ( $event->travelTime( TIME_MINUTES ) / 30 ) ) ) could work… :)

      • You’d want to use ceil($event->travelTime( TIME_MINUTES ) / 30) . Otherwise it just simplifies out to :

        $event->setDepartureTime( $event->arrivalTime( TIME_MINUTES ) - ( $event->travelTime( TIME_MINUTES ) * 1.5 ) )

        Which is similar for large values of $event->travelTime( TIME_MINUTES ), but for low values, the 15 minutes part is more important than the “15 is half of 30″ part.


Leave a comment

(required)

Notify me of followup comments via e-mail (or subscribe without commenting)

 

By posting a comment, you grant me editorial discretion regarding your submission and a perpetual license to reproduce your submission. Learn more.

No trackbacks yet.