Articles in the Coding category

  1. More optimization

    Not creative enough to think of a better title right now...

    I just spent almost two hours hacking away at the Banshee visualization pipeline again and made one very important optimization: when the callback function is null (which happens when nobody in managed land is listening for visualization data) the ...

    Tagged as : Banshee C# OpenVP
  2. Optimizing the visualization pipeline

    So apparently the visualization stuff in Banshee has been disabled since it's a CPU hog. I don't know why I didn't notice it during testing (and I did check) but there seems to be a five-fold increase in CPU utilization with the visualization pipeline running. For me ...

    Tagged as : Banshee C# OpenVP
  3. Almost there

    After a few hours of hacking using a wigdet that Michael and a few others pointed me at, I now have a working Banshee.OpenVP extension!

    Banshee.OpenVP screenshot

    Much work still remains to be done, but what I have is a pretty stable foundation. Both the OpenVP 0.0.1 branch and ...

    Tagged as : Banshee C# OpenVP
  4. Ok, I guess not

    Banshee.OpenVP is on hold indefinitely until a stable GTK+ widget providing an OpenGL context is available. All of the wrappers I have tried have serious issues that prevent this project from even making minimal headway.

    Tagged as : Banshee C# OpenVP
  5. Upcoming goodness

    I've been working with several Banshee people this week and we finally got my patch committed. All this patch does is provide a managed event that acts as a PCM and spectrum data source. While simple, it is a required building block for the upcoming OpenVP extension.

    Right now ...

    Tagged as : Banshee C# OpenVP
  6. Three-column CSS layout

    There are many established CSS layouts for doing a three-column website. They seem to work pretty well. Perhaps the most popular is the Faux Columns technique.

    At work we are working on an internal site that requires three columns (or to be more precise, up to two sidebars). I have ...

    Tagged as : CSS HTML
  7. .NET and XPath

    So I'm working on this XPath presentation for my team at work. I was trying to hack up a sample using some of the more interesting XPath functions, like string-join. PHP's DOMXPath throws a fit when I use this function so I cracked open MSDN and saw that ...

    Tagged as : C#
  8. Bluetooth presence detection

    I recently found my USB Bluetooth adapter and have been tinkering with using it to talk to my Palm. I've successfully configured Linux to allow PPP connections over Bluetooth, so I can sync my Palm if I don't have the cradle hooked up.

    But a more interesting use ...

    Tagged as : Bluetooth Linux

Page 3 / 8