aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-14 18:20:35 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-14 18:20:35 -0400
commit2c0428907a8f17b2957ec08cd7ba6bd05e173a4e (patch)
tree777cbf11d9979cb9f2971f22f4f1f88837ad3ab3
parentaaae1dc2087cfe1b3f503e468bd6e8c626aa424c (diff)
blog for the day
-rw-r--r--doc/design/assistant/blog/day_284__porting.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_284__porting.mdwn b/doc/design/assistant/blog/day_284__porting.mdwn
new file mode 100644
index 000000000..4815b5a68
--- /dev/null
+++ b/doc/design/assistant/blog/day_284__porting.mdwn
@@ -0,0 +1,13 @@
+Today I got to deal with bugs on Android (busted use of `cp` amoung other
+problems), Windows (fixed a strange hang when adding several files), and
+Linux (`.desktop` files suck and Wine ships a particularly nasty one).
+Pretty diverse!
+
+Did quite a lot of research and thinking on XMPP encryption yesterday, but
+have not run any code yet (except for trying out a D-H exchange in `ghci`).
+I have listed several options on the [[XMPP]] page.
+
+Planning to take a look at
+[[bugs/Handling_of_files_inside_and_outside_archive_directory_at_the_same_time]]
+tomorrow; maybe I can come up with a workaround to avoid it behaving so
+badly in that case.