full stack
Dr. Apple TV or: How I Learned to Stop Worrying and Love Spending CPU Cycles on Transcoding
Submitted by Matt Fleming on Tue, 2010-05-04 10:25.
I have an AppleTV that is now playing movies from a variety of sources. This is how I am able to take some of the more popular movie containers and convert (transcode) them for use with the AppleTV using OSX.
- 2 comments
- Read more
- 4698 reads
How to securely redirect users between web applications at different corporations without a packaged SSO solution
Submitted by Matt Fleming on Fri, 2009-03-06 16:15.
It was hard to come up with a title for this article... Essentially the problem that I have been repeatedly been asked to solve is: Company A wants to use Company B's web application within it's own web application. How can we make sure that only people from Company A will be able to access Company B's application?
- 2 comments
- Read more
- 3464 reads
WS-Security, Weblogic 10.2, Service Controls, and legacy namespaces
Submitted by Matt Fleming on Sun, 2008-08-03 13:42.
I was working on a Weblogic Portal application that needed to get information from a secure (WS-Security) third party web service over https. This web service used a legacy (pre-OASIS) WS-Security namespace and modern clients (like the one bundled with Weblogic server) don't create messages that conform to the old specification. Here's what I did to work around this restriction...
OSX: The Apache Tomcat Native library... was not found on the java.library.path
Submitted by Matt Fleming on Mon, 2008-02-18 15:08.
Here's how to get rid of the log message-- INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path when you startup Tomcat on OSX. On Windows, all one needs to do is drop in a precompiled dll, on OSX there are a few more steps...
Full Stack: Portable Home Directory over NFS on OSX authenticated via OpenLDAP on Debian Linux
Submitted by Matt Fleming on Sat, 2007-08-25 16:20.
OSX has what I would call an undocumented feature of the operating system- the portable home directory. Basically, it keeps a user's home directory sync'd up between a network share and the local pc. If you are not on the network you work on the local home directory. Whenever you login on the network, the mirror agent running on the local pc synchronizes the two directories. This simple, extremely useful concept came with a steep learning curve. I think it took me two weeks to get this all working...
- 11 comments
- Read more
- 54254 reads
Full Stack: MSN, AIM/ICQ, and Yahoo! in iChat via Jabber server on Debian
Submitted by Matt Fleming on Sun, 2006-08-27 02:31.
I wanted to use iChat as my universal chat client on my mac. iChat has native connectivity available for Bonjour, AIM and Jabber but not MSN, Yahoo! or ICQ. How could I use it then to communicate with those services? Easy.. hook up to a jabber server that has the appropriate legacy gateways enabled.. yeah real easy..
