I’ve been using Alljoyn recently, but only the sources are distributed, and it’s fairly difficult to compile programs against it. The recommended way to handle this seems to be to manually copy various files into your root filesystem, but I prefer not to do that for obvious reasons. Instead, I’m going to build Alljoyn packages, using fpm.

Read more

This is a short post to document an issue we ran into at work so it will show up in search results for people who have this problem in the future.

tl;dr:

  • Use FreeTDS 1.0 if you can.
  • If you’re stuck on FreeTDS 0.91 (and possibly other pre-1.0 versions), don’t use any TDS version above 7.0.

Read more

Today I installed Minecraft on a new computer and the textures all looked terrible and blurry:

Minecraft cave with torches and a chest, its stone-block textures smeared and blurry

Since the fix wasn’t terribly obvious, I figured I’d document it here in the hopes that search engines pick it up.

Read more

I need to build Chromium on a machine that runs Fedora 20 today, and I had some trouble due to this error:

[12269/24399] LINK gles2_conform_support
FAILED: c++ -Wl,-z,now -Wl,-z,relro -Wl,--fatal-warnings -pthread -Wl,-z,noexecstack -fPIC -B/home/blong/workspace/chromium/src/third_party/binutils/Linux_x64 …

Read more