Wi-Fizzle.com - Putting the fizzle in Wi-Fi since 2005 .. (yes, this was a poor choice for a domain name)

June 30, 2009 - September 12, 2009

< Previous Articles >< Next Articles >
Posted by dandriff on Saturday September 12, 2009@12:20PM

Virtual-CloneDrive seems to be the best program I have found thus far for mounting .bin/.cue files from Windows 7.


Posted by dandriff on Wednesday September 09, 2009@03:41PM

  1. Go grab a copy of the hosts file from someonewhocares.org/hosts/.
  2. Edit the file as desired/needed. For example, I removed the localhost and localhost.localdomain block of entries, since it is not really needed for my setup.
  3. Paste the result into your OpenWRT hosts file (for me it was /etc/hosts.local).
  4. Reboot the router, and you should be all set!

Posted by dandriff on Wednesday September 09, 2009@02:42PM

So, I recently updated to firefox 3.5.2 on my main desktop. After the upgrade, the activity indicator was missing from the upper right hand corner! Oh well, I was willing to attribute it to the strange toolbar layout I had on that machine. Now, after doing a few different Windows XP and Windows 7 OS reinstalls on my home theater pc, I have noticed the activity indicator is now missing from the default layout. WTF? Way to go Mozilla (you blew it).


Posted by dandriff on Wednesday September 09, 2009@10:33AM

So, after installing the XP audio drivers for my Intel D865-PERL motherboard, I got this error upon logging in to windows:

"No ADI device codec installed"

Google didn't show any results for this and win7? Hmm...

<small>
Keywords:

  • Windows 7
  • Windows7
  • Win7

</small>


Posted by dandriff on Tuesday August 25, 2009@10:32AM
Posted by dandriff on Tuesday August 25, 2009@10:15AM

"There has grown up in the minds of certain groups in this country the notion that because a man or corporation has made a profit out of the public for a number of years, the government and the courts are charged with the duty of guaranteeing such profit in the future, even in the face of changing circumstances and contrary to the public interest. This strange doctrine is not supported by statute nor common law. Neither individuals nor corporations have any right to come into court and ask that the clock of history be stopped, or turned back."
Life-Line by Robert A. Heinlein, 1939
inspired by some slashdot person


Posted by dandriff on Monday August 10, 2009@02:53PM

Fernflower is one of the nicest Java decompilers I've ever seen! Apparently when it's ready he wants to integrate it with the Eclipse IDE. BADASS!


Posted by dandriff on Sunday July 26, 2009@02:27PM

Running VACUUM recommended

The estimated rowcount on the table "release" deviates significantly from the actual rowcount. You should run VACUUM ANALYZE on this table.

Instead of issuing a manual VACUUM ANALYZE command on this table (you can use the pgAdmin III maintenance menu for this), running VACUUM ANALYZE on a regular or automated basis should be considered. This can be achieved using a scheduler. PostgreSQL also supplies the autovacuum daemon, which will track changes made to the database and issue vacuum commands as required automatically. In most cases, autovacuum will be the best choice.

What is VACUUM good for?

The PostgreSQL query planner makes its decision based on assumptions, taken from the estimated rowcount. If the actual rowcount is too different from the estimated rowcount, the planner might take a wrong decision, resulting in a query plan that is not optimal. This might result in poor performance.

The PostgreSQL storage needs VACUUM to have transaction IDs in tables fixed. Additionally, outdated rows from updates and deletes are not cleaned up until the VACUUM command has been issued on that table. In-depth information can be found in the online documentation, just press the help button.


Posted by dandriff on Monday July 20, 2009@09:29PM

I just upgraded to winamp v5.56, and then it kept skipping to the last song of the now playing list..very annoying. Eventually I just reset the preferences by deleting C:\Program Files\Winamp\winamp.ini


Posted by dandriff on Sunday July 19, 2009@03:39PM

They claim is is the most significant update to nmap since 1997..wow! better grab it.. ;)


Posted by dandriff on Friday July 17, 2009@01:55PM

Research how context shell menu's are controlled (via the registry...) (the details!)


Posted by dandriff on Saturday July 04, 2009@10:59AM

Vim script idea: A function which will escape whatever character is passed with another character (perhaps passed as a second argument?). Don't forget to check if the script already exists ;)


Posted by dandriff on Tuesday June 30, 2009@03:34PM

So last year I bought a Sharp 46" LC-46D64U (refurb) off buy.com. That television had some problems, namely 5-10 dead pixels, many stuck on red, and near the center of the screen, and the 2.5mm rca-style input did not work, at all. So Sharp replaced it with a new (<em>non-reburf</em>) identical model. It has been great! Except for the occasional color banding with low-quality dvd players and what not...I don't know which device (tv or dvd) causes the issue...anyways, blabber blabber..blabber.

I finally got a nice little home-theater computer hooked up to the television. The relevant video input connectivity options are component, HDMI, or VGA. The computers video card (Nvidia FX5-series) has both VGA and DVI outputs. What I <em>really REALLY</em> want is to run the tv at it's native 1080p resolution of 1920x1080. The video card and windows do not complain when I select the display resolution option of 1920x1080, and from Remote Administrator (radmin) I can confirm over the network that the computer is reaching the correct resolution without any problem. However, the TV will not show a picture, and says "480i" up in the right hand corner. It Is Very Frustrating! I called Sharp, the <span color:green;font-weight:bold;">*</span>representative suggested I try a DVI->HDMI adapter. Brilliant! I had been trying to get 1080p over VGA, but when he made that suggestion, I had the sudden realization that 1080p is pretty hi-rez, and thus bandwidth-intensive, and that VGA might not be able to deliver enough bandwidth to do that resolution. At least, not on this tv!

So I have to get a DVI->HDMI adapter and I should be good to go... I'll update this as things unfold.

<span color:green;font-weight:bold;">*</span>As an aside, I just wanted to note that my experience with Sharps support department has been very good (everytime). I guess it just seems kind of rare these days to find such a huge company that provides such a smooth RMA for such a huge item out where there are no Sharp Authorized Repair shops. And they don't treat you like an idiot! (as a sub-aside, it should be sub-noted that this was all on the phone; - I never got a reply of any kind for the service ticket form I submitted via their website 2+ months ago (no e-mail acknowledgement of submission w/ a id# is always a bad sign, ehhe).


< Previous Articles >< Next Articles >