diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-24 16:03:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-24 16:03:32 -0400 |
commit | b20ea840b89f7b1584b3cadcc195508ff824ad54 (patch) | |
tree | 7f2e6672c08f27e7b31d68458b3ecf1e4113ff84 /doc/design/assistant/blog | |
parent | 96af9a6b41b6b53a144630a278a6d5ccbb4daf24 (diff) |
blog for the day
Diffstat (limited to 'doc/design/assistant/blog')
-rw-r--r-- | doc/design/assistant/blog/day_315__backlog.mdwn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_315__backlog.mdwn b/doc/design/assistant/blog/day_315__backlog.mdwn new file mode 100644 index 000000000..ec0ee33be --- /dev/null +++ b/doc/design/assistant/blog/day_315__backlog.mdwn @@ -0,0 +1,12 @@ +After a couple days plowing through it, my backlog is down to 30 messages +from 150. And most of what's left is legitimate bugs and todo items. + +Spent a while today on an ugly file descriptor leak in the assistant's +local pairing listener. This was an upstream bug in the network-multicast +library, so while I've written a patch to fix it, the fix isn't quite +deployed yet. The file descriptor leak happens when the assistant is +running and there is no network interface that supports multicast. +I was able to reproduce it by just disconnecting from wifi. + +Meanwhile, guilhem has been working on patches that promise to massively +speed up `git annex unused`! I will be reviewing them tonight. |