Navigation
Subscribe
More About This Website


Twitter Status
:




Sunday
24Aug

Stereo Listening, Speaker Positioning.

Three months ago I took the leap into the world of stereophilia.  Ever since, I've been trying to find the best positioning for my speakers.  I have a very small listening space and have a even smaller space to keep my speakers away from the wall.  Here is what I've found to work.

Click to read more ...


Friday
22Aug

What Denon really means by "Stereo", "Direct/Pure Direct", and "Bass Management".

Note: This post is simply a set of observations I've made since I purchased my new Denon AVR, they are no way Denon-backed facts.  I've tried to verify some of these things with them but no luck so far.

It seems by default, my Denon Integrated(Amplifier) seems to think that correct default settings for "Stereo" is, "Large"(for the Speakers, this is correct), "Yes"(for Subwoofer), "LFE+Main"(for Subwoofer Playback), and "40Hz"(for Crossover).  

The problem here is that LFE+Main freakin sucks.  Why do I want double-bass?  Not to mention its coming from 3 directions in 2 different phases( the Subwoofer is usually set to phase 90) and 3 different distances/delays.  All good quality subwoofers will provide High Level and Low Level input for Left/Right to use with the internal crossover.  This works great, however the sub is creating audio based on the distance information for the Left/Right channels(if your Integrated AMP has distance delays)... thus creating a somewhat delayed/shifted bass stereo image because regardless of where the subwoofer is it cannot be in two places at once.  

More after the jump...

Click to read more ...


Tuesday
17Jun

Perfect Safari Theme Setup FireFox 3

RE: http://macvswindows.com/forums/index.php?showtopic=472

 I'll take this one step further.  Type about:config in the address bar.  Set the filter to 'browser.tabs'.  Change values browser.tabs.tabMaxWidth and browser.tabs.tabClipWidth to 180 and 150 respectively.

 Open 'Stylish' Add-on preferences and add

#throbber-box { display: none !important; }

 to the "Combine Stop/Reload buttons" style.

 


Thursday
05Jun

Jedai API Docs

I just uploaded the API Docs for Jedai ( jedai.googlecode.com ) to http://labs.emoten.com/jedai/docs/html/. Have fun!


Monday
28Apr

Simple Variable Naming Prefix(s)

"_" private / protected
"__" item used for caching
"$_" pointer reference
"$__" cached pointer reference