Feed on
Posts
Comments

Category Archive for 'Programming'

Using Newer Subversion in Xcode

I use MacPorts to get a whole host of utilities. In addition, I’ve always used it to obtain later versions of subversion that the one provided with the OS. Xcode, on the other hand, is locked into using the version of Subversion which is installed in /usr (currently version 1.4.4 where as I [...]

Read Full Post »

Growing Sense of Entitlement

As many of you know, I work on Open Source Software (OSS). This means I release several projects free of charge that I create using my time. I’ve gotten a large amount of appreciation from users, but there is another side that’s quite disturbing. What’s worse is it appears to be indicative [...]

Read Full Post »

Java in Xcode

Well, I have had reason with my research to do some Java development. No biggie, Xcode supports Java too, right? Wrong! well mostly. This all came to a head when I downloaded the latest beta of Xcode (which I am only using because these fix a serious performance issue with the non-beta [...]

Read Full Post »

Limited Real AC3 Passthrough

Well, I got to fiddling around with the existing passthrough on the AppleTV. I found where it works, and where it doesn’t. AC3 passthrough does work in .mov files with 48KHz files, of any bit rate. I did this with importing a .ac3 file into .mov, and adding a video track (ATV [...]

Read Full Post »

I have seen a few people post methods about enabling AC3 passthrough, and many of them are overly complicated or in some cases even wrong. This also serves as the first place to describe how to enable DTS passthrough. Since I designed the code that actually does this, I’ll list the steps here:
Note: [...]

Read Full Post »

Next »