beemind.me extra integrations

Interesting. I’ve written my manual version of something similar to deliberately use the card-update-time, exactly so that it increases at random times throughout the day. Ever more reason to get back on the road earlier in the day, because I never quite know when the value is going to jump…

1 Like

Yes, The algotithm counts seconds and devides by the number of seconds in
a day. This leads to gradual increases throughout the day. It isn’t obvious
what is going on but the alternative might be even more surprising. Say you
add 20 cards at 11pm. Then each day will see 20 points bump at that time.
The current way of extrapolating seem to be less surprising. Maybe i should
round it with a digit or two of fraction so the linearity will be visible.

2 Likes

Another question: is it possible to have more than one Trello neglect goal? I just did what seemed like the obvious thing to set up a second one tracking a different board, and it seems to have just changed the config for the existing one.

1 Like

The UI doesn’t support it at the moment. I was afraid it might add some complexity to an app that might be confusing enough already. As a workaround you can use the exponential version with 1.0 as exponent, that makes equivalent to the reuglar version.

1 Like

If anyone is interested, I’ve added an option to track the average age of the cards instead of the sum.
This method seem to be more reasonable as having many cards is not necessarily bad.

1 Like

I still love the original trello neglect metric of just sum of ages in days. I’m game to try this (average age instead of total) but here are my worries:

  1. Adding new cards will bring the average age down.
  2. Minding the mean makes it harder to dispatch a beemergency by focusing on one or two of the oldest cards.

Imagine a flat yellow brick road that you were right on the edge of yesterday (my motto: consider the akratic steady state). Then today the average age will increase by 1 day (+1 on all cards) and you’ll be 1 above the road…

… Wait, now I’m wondering if #2 is just wrong, and maybe #1 is fine if adding lame-o cards to bring down the average is not a loophole you’d abuse. Maybe adding more cards is even something you’d like to add incentive for.

Ok, so maybe simply minding the average age is best after all! Eager to hear what others think!

(Being a math nerd I’m now also wondering about things like geometric instead of arithmetic mean, which might incentivize greater focus on older cards. And of course then you can generalize that with a parameter… http://mathworld.wolfram.com/PowerMean.html)

1 Like

(I had that backwards. Geometric mean would skew the mean lower. What we might want is higher power means, like root-mean-square which is a power mean with p=2. And in the extreme, p=infinity means simply minding the max age.)

Sounds like an interesting experiment. You can try it here, http://beemind.me/goals/trello/idle_hours_rmp

1 Like

I do this for my personal backlog-scorer scripts. I quantize the time per item into a customizable unit, and then have Ax^Y, where A and Y are configurable, and then sum the results into a score.

(I am glad I am not the only constant-happy backlogger out there.)

2 Likes

Sweet! I think the term is just “power mean”. And might be cool to have an “infinity” option for minding the max. And maybe worth highlighting the special cases like p=1 is the normal average, p=2 is root-mean-square, p=0 is the geometric mean.

I did think of one advantage of minding the simple sum of ages: If I see the “last modified” date I can (sort of) tell in my head whether a card will be enough to dispatch my beemergency. Minding the mean that’s much more opaque.

So there is no chance of fixing the Anki plugin or integrating it to beemind.me?

I couldn’t find API documentation for Anki so I have no reasonable way to integrate with them.

The traditional integration was from anki’s desktop client, rather than to ankiweb.

Related: anki sync broken

1 Like

@galtsubery since the anki sync worked as an addon from anki’s desktop, is there a chance to make a new one that actually works for everyone and integrate it to beemind.me? I’m willing to pay for this.

Thanks!

1 Like

Sorry, I can’t accept more work at the moment. Anyway, my experience with Python is limited so it wouldn’t be good use of your money to have me work on it.

The desktop plugin accesses the local database, not the one in the ankiweb cloud, so it’s not as straightforward as that… :frowning2:

The anki project on github has a sync.py source file which sounds like a good place to start if anyone wants to write something against it. Sounds almost as good as an API to me :slight_smile:

Disclaimer: I’m not currently into Anki, but I may if someone tells me it is kickass at Japanese.

I am wondering if anyone is interested in doing this job. Should I outsource it to a frelancer? I’m willing to pay.

@galtsubery do you think you could help a freelancer to integrate an Anki plugin with beemind.me?

Thanks!

1 Like

If someone fixes the plugin, it could directly communicate with beeminder.com as they have an API for incoming data.
My app does not have an API for incoming data as it just generates by contacting other servers.

Ok thanks.

So the question is now for @dreves and @bee: do you think you could help a freelancer to integrate an Anki plugin with beeminder’s API if he needs any help?

I know there is the option of RescueTime, but it just din’t work out for me.

1 Like