This is the website of Abulsme Noibatno Itramne (also known as Sam Minter). Posts here are rare these days. For current stuff, follow me on Mastodon

Categories

Calendar

2011 Family Movie Nights

As I did for movies we saw at the movies and for books I’ve read, I’m moving my descriptions of what we’ve watched on “Family Movie Nights” from one post for each movie we watched, to one per year, listing each of the movies. So here we go, for 2011. Yeah, I’m a bit behind. Whatever.

  • 2011-01-02: Mama Mia! (2008) – I saw this on Broadway too. The movie wasn’t as good as Broadway, but it was OK. Also the first thing we ever watched on Blu-Ray. Fun Abba songs. Pretty Greek scenery. Pretty forgettable plot. Fine for a couple hours once.
  • 2011-01-16: Emma (1996) – Let no lasting impression on me at all. I guess it was OK.
  • 2011-01-31: Heathers (1988) – Apparently an 80’s classic. Blah blah blah. I hated it. I couldn’t relate to or understand the motivations of any of the characters. At all.
  • 2011-05-15: Doctor Who: The Space Museum (1965) – One of the old 1st Doctor stories. As with all of these old stories, it is pretty slow by modern standards. But as 1st Doctor episodes go, I actually kind of liked it.

And that was the last real “family movie night” we ever had using the old way we did that. We’ve seen a few things together since then, just not quite that way. Starting whenever I do this for 2012, I’ll just list all movies I’ve seen, regardless of the venue or who it was seen with.

Oh, for completeness, in 2011 I also “kinda saw” the following movies because Alex watched them so much I eventually saw the whole things, although not necessarily in a linear straight through the movie sort of way:

  • Hero of the Rails (2009)
  • The Adventures of Elmo in Grouchland (1999)
  • Mater’s Tall Tales (2008-2012)
  • Ratatouille (2007)

@abulsme tweets from 2015-06-13 (UTC)

The Annals of Sam Task Tracking

Screen Shot 2015-06-13 at 21.35.49165

As is true of most people, every few months I completely change the method I use to keep track of and manage the various things I need to get done.

Right? Most people do this, right?

No? OK, well, whatever. This is something I experiment with. The general pattern is that at some point I realize that whatever method I am using isn’t working for me. Then I scrap the whole thing and come up with a new mechanism/algorithm to try and see how it goes. Typically, it will do better at making sure some of the things I was feeling got neglected get done, but at the expense of something else that had been getting more attention, but now doesn’t. (Because fundamentally, there is never time to do everything I want to do, so no matter what system I choose, SOMETHING gets shafted, the question is which things, and am I happy with the result.)

Anyway, in the last couple weeks, I’ve started a new one of these cycles, so I figured I’d talk about it a little bit.

Requirements

In this iteration, the problem I was having was that a handful of high priority items that I do regularly were getting all my attention, and some lower priority items (that never the less I would like to get to SOMETIMES) were just never happening. So I wanted some method that would encourage me to mix it up a bit.

I wanted something that would take into account that I want to do certain tasks repeatedly, while others were one offs. It also needed to take into account the fact that some items do indeed have higher priority than others. Also, and most importantly, it should take into account how close the deadline is for each item. (Or realistically, since this is me, how late it is.) This last factor makes the prioritization dynamic. If it has been 5 days since the last time I did something that is supposed to happen once a day, that’s one thing. If it has been 20 days since I did that thing, the priority should be much higher.

I also didn’t want a todo list that just showed me a list, or what the current “most important” thing was. If the most important thing is a big time consuming thing, it doesn’t mean I want to spend 100% of my time on it until it gets done. (Not usually anyway.) So I wanted something probabilistic, where each item had a dynamically calculated “current priority” which would translate into a probability. Each time I want to sit down to work on something, I want to roll the metaphorical dice, and have one of the items come up based on those probabilities. So the “most important” item has a higher chance of coming up than everything else, but not a 100% chance. Meanwhile, low priority items may have a low chance of coming up, but not a 0% chance. And as time goes by without those low priority items being picked, their priority slowly rises. If ignored long enough, even the lowest priority item will become high priority.

So, looking at specifics:

Recurring Items

To start with, I figured I would have a “default priority” for these that started at 0 when the item had just been done, and rises linearly to some constant value (I picked 1.00) at the moment the thing is due to happen again. Then because some things are more important than others, I allow a multiplier.

So we end up with (multiplier)*(1-(((time due next)-(now))/(recurrence)).

Notice this keeps going up after something is due, at a rate that depends on the recurrence. So a weekly item that has gone two weeks ends up with the same priority as a daily item that has gone two days (if they have the same multiplier).

One off Items

I wanted these to basically work the same way and be included in the same system as the recurring items, so I mapped them into the same pattern. I did this by also tracking a “start date”. A one off item just gets treated the same as a recurring item with the recurrence being the amount of time between the start date and the due date.

Putting it Together

Although eventually I’d like to set all this up in a web app for me to be able to easily access my list from anywhere, I started by modeling it in Excel. You list all the times, you calculate the dynamic priorities, from that you sum things up and calculate the probabilities. I added some additional stuff for Excel to show a bar graph of the probabilities, to have a macro to refresh all the probabilities, resort the list, and then pick an item based on the probabilities, etc.

Although I may flip on this later, I also decided on a minimum recurrence of 24 hours for practical purposes. (Theoretically, having much shorter time frames is fine, but for my use case it didn’t make sense…)

Results

Too soon to tell. I’ve been using this for maybe two weeks so far. I am indeed seeing a mix that has the higher priority items come up slightly less often, but still a decent amount, while lower priority items are getting attention they haven’t gotten in a long time. I’m happy about that. But of course the question is if the higher priority items will get ENOUGH attention, or if this ends up being a solution where they don’t get what they need, and being high priority, that causes problems. Of course, if that happens, I can always increase the multiplier on those items. But I’m not sure yet if that would just set up an arms race on multipliers, or if things would come to a stable equilibrium that is acceptable.

I’ll report back after a few months. :-)

Oh, and if anybody wants to also try this, let me know and I’d be happy to send you a copy of a skeleton spreadsheet with this logic.

@ElecCollPolls tweets from 2015-06-12 (UTC)

@abulsme tweets from 2015-06-12 (UTC)

Curmudgeon’s Corner: Push It Out The Window!

In the latest Curmudgeon’s Corner Sam and Ivan talk about:
* Introduction
* Apple WWDC 2015
* Twitter CEO Departure
* Hastert / Election 2016
* Lightning Round

CCCover20141121-bigheads-2
Recorded 2015-06-12

Length this week – 1:32:53

1-Click Subscribe in iTunes
View Podcast in iTunes
View Raw Podcast Feed
Download MP3 File
Follow the podcast on Facebook

@abulsme tweets from 2015-06-11 (UTC)

@abulsme tweets from 2015-06-10 (UTC)

@abulsme tweets from 2015-06-09 (UTC)

Congressional Velocity (June 2015 Update)

Standard Into:

This is the latest in a series of quarterly posts on congressional legislative output. I started these in June 2013 in response to a flurry of commentary about how the 113th congress was lagging behind in output compared to previous congresses. Now, it is fundamentally debatable if passing fewer laws is a good thing, a bad thing, or just a completely meaningless number since of course the impact of laws varies widely. I’m guessing in reality, it is a pretty meaningless number.

But I noticed that in many of these debates, there was a lack of rigor in the ways these numbers were used. For instance, it seemed common to compare the current number of laws passed in the 113th, to the TOTAL passed in the 112th or 111th. Or maybe talking about the “pace” at which legislation was being passed as if there was an expectation that this would continue linearly. Never did I hear a comparison that actually looked specifically at where the previous congresses had been at the same point in the cycle. So I made one.

Now the new stuff:

The 114th congress is now past their first 100 days. Past 150 in fact. So lets check in on how they are doing at the whole making laws thing. Bottom line, they have produced more signed laws than either the 112th or 113th congresses at this point in the cycle, and they are actually not that far behind the 111th.

Here are the graphs:

Screen Shot 2015-06-09 at 03.08.36815

Screen Shot 2015-06-09 at 03.08.21461