<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MiguelitoNet</title>
	<atom:link href="http://www.miguelito.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miguelito.org</link>
	<description>My little corner o' the web where I spout any crap I feel like spouting. If you disagree... either leave, or better yet, comment. Note: All postings on this site are my opinion, and mine alone. They do not reflect the opinions of my employer or any group I might be officially (or unofficially) accociated with. And yes, It really is getting that bad out there.</description>
	<lastBuildDate>Wed, 25 Mar 2009 00:10:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Yeah, so I decided to move to WordPress.. as you can see.</title>
		<link>http://www.miguelito.org/2008/09/23/yeah-so-i-decided-to-move-to-wordpress-as-you-can-see/</link>
		<comments>http://www.miguelito.org/2008/09/23/yeah-so-i-decided-to-move-to-wordpress-as-you-can-see/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 06:13:35 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.miguelito.org/?p=110</guid>
		<description><![CDATA[Had problems (again) after upgrading Movable Type, and wordpress has really matured in the last couple years, with tons of cool plugins.  So I&#8217;m giving it a try. Got a fairly decent setup similar to what I had before FAR faster then it took to do the same with MT. The only negatives I&#8217;ve seen [...]]]></description>
				<content:encoded><![CDATA[<p>Had problems (again) after upgrading Movable Type, and wordpress has really matured in the last couple years, with tons of cool plugins.  So I&#8217;m giving it a try.</p>
<p>Got a fairly decent setup similar to what I had before FAR faster then it took to do the same with MT.</p>
<p>The only negatives I&#8217;ve seen about WP really, are periodic security issues, which isn&#8217;t exclusive to WP.  I&#8217;ll have to make sure to keep and eye on logs and such and keep up with any updates, that&#8217;s for sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/09/23/yeah-so-i-decided-to-move-to-wordpress-as-you-can-see/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You think I&#8217;d learn..</title>
		<link>http://www.miguelito.org/2008/09/23/you-think-id-learn/</link>
		<comments>http://www.miguelito.org/2008/09/23/you-think-id-learn/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 08:27:02 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=103</guid>
		<description><![CDATA[not to update late a night or when I don&#8217;t have a lot of free time on my hands, but I figured, eh.. update from MT 4.1 to 4.21 can&#8217;t be that big a change, right?   Well as you can see, it broke the layout/widgets somehow and it&#8217;s not clear how.  I&#8217;ll have to [...]]]></description>
				<content:encoded><![CDATA[<p>not to update late a night or when I don&#8217;t have a lot of free time on my hands, but I figured, eh.. update from MT 4.1 to 4.21 can&#8217;t be <strong>that</strong> big a change, right?   Well as you can see, it broke the layout/widgets somehow and it&#8217;s not clear how.  I&#8217;ll have to fix when I get a chance.   Basically had to flip layout to get sidebar to show up at all and everything is squished.  Bah.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/09/23/you-think-id-learn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NX server auth suggestion&#8230; local/passwd auth without allowing passwd auth on public sshd</title>
		<link>http://www.miguelito.org/2008/07/21/nx-server-auth-suggestion-localpasswd-auth-without-allowing-passwd-auth-on-public-sshd/</link>
		<comments>http://www.miguelito.org/2008/07/21/nx-server-auth-suggestion-localpasswd-auth-without-allowing-passwd-auth-on-public-sshd/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 05:41:38 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Cool programs]]></category>
		<category><![CDATA[My l337 skillz]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=102</guid>
		<description><![CDATA[
]]></description>
				<content:encoded><![CDATA[<p>I thought this was pretty simple, but after chatting with a few, apparently not a lot have thought of it.&nbsp; If you want to use NX to connect to a server from the internet, but also want more security on that same host by only allowing known rsa/dsa keys the ability to login, and you don&#8217;t like the nx passworddb option; you can use the following setup:
<ul>
<li>Leave the &#8220;public&#8221; sshd process listening on port 22, only allowing known keys (and don&#8217;t allow root logins IMO).</li>
<li>Setup a 2nd &#8220;local&#8221; sshd process listening on another port.&nbsp; My setup is as follows:</li>
<ul>
<li>Create /etc/ssh/sshd_config_local, in that file there will be 2 differences&#8230;</li>
<li>Port 222</li>
<li>UsePAM yes (or set PasswordAuthentication yes if you don&#8217;t use PAM).</li>
<li>For extra super security, also set: ListenAddress 127.0.0.1</li>
</ul>
<li>Setup another init script (I just copied sshd to sshd_local) and add the following to the line that spawns the sshd process:</li>
<ul>
<li>-f /etc/ssh/sshd_config_local</li>
</ul>
</ul>
<p>Setup your links, run chkconfig, whatever your distribution does, and then start the service (sudo su &#8211; root -c &#8216;/etc/init.d/sshd_local start&#8217;).&nbsp;&nbsp; You should now have another daemon running that looks like:<br />&nbsp;/usr/sbin/sshd -f /etc/ssh/sshd_config_local</p>
<p>The only configs needed for nx (I&#8217;m using the free nomachine server, not freenx, might be slight differences) are (in /usr/NX/etc/server.cfg):
<ul>
<li>SSHDAuthPort to 222</li>
<li>EnablePasswordDB = 0</li>
</ul>
<p>..and that&#8217;s it.&nbsp; Now connections to the server connect to port 22 as user nx using the key that came with the client (or you can setup a custom key&#8230; you figure that out) and then it does the ssh step (to auth/fwd the connection) via basically doing an &#8216;ssh -p 222 -l $USER localhost&#8217; on the server, so it uses your &#8220;local&#8221; sshd copy and passwords work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/07/21/nx-server-auth-suggestion-localpasswd-auth-without-allowing-passwd-auth-on-public-sshd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Temporarily disabled comments</title>
		<link>http://www.miguelito.org/2008/05/28/temporarily-disabled-comments/</link>
		<comments>http://www.miguelito.org/2008/05/28/temporarily-disabled-comments/#comments</comments>
		<pubDate>Wed, 28 May 2008 22:43:10 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=101</guid>
		<description><![CDATA[
]]></description>
				<content:encoded><![CDATA[<p>Not that I get all that many.. but I see odd entries in apache logs and see grumblings online about a possible exploit in mt-comments.cgi to send spam again.&nbsp; Just to be safe I disabled comments until it looks like it&#8217;s ok.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/05/28/temporarily-disabled-comments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ImageMagick&#8230; had issues, again.</title>
		<link>http://www.miguelito.org/2008/05/26/imagemagick-had-issues-again/</link>
		<comments>http://www.miguelito.org/2008/05/26/imagemagick-had-issues-again/#comments</comments>
		<pubDate>Tue, 27 May 2008 06:02:01 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=100</guid>
		<description><![CDATA[
]]></description>
				<content:encoded><![CDATA[<p>Found my system run out of ram a few times lately.&nbsp; Just again tonight.&nbsp; Found there&#8217;s a fairly well known bug in ImageMagick in re: to libgomp.so.1 in gcc-4.2.x (See <a href="http://bugs.gentoo.org/show_bug.cgi?id=193737">this Gentoo bug entry</a> for an example).&nbsp; Didn&#8217;t see any openmp flag check in the ebuild for imagemagick so I added the &#8211;disable-openmp bit to configure and re-emerged imagemagick and it&#8217;s ok now.</p>
<p>So if you tried to comment recently and it never came back&#8230; sorry.&nbsp; Should be fixed now.&nbsp; Will try to comment to this myself to make sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/05/26/imagemagick-had-issues-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finally</title>
		<link>http://www.miguelito.org/2008/04/11/finally-2/</link>
		<comments>http://www.miguelito.org/2008/04/11/finally-2/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 04:07:44 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Computer Bits]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=99</guid>
		<description><![CDATA[
]]></description>
				<content:encoded><![CDATA[<p>Only took them a month.. but my 360 finally showed back up last Friday.&nbsp; They never bothered to even send an email letting me know it had shipped so I could be there to sign for it&#8230; luckily they left it with my neighbor who called me (first time he ever did.. at first I was worried my house was on fire or something until he said he had a package). &nbsp; Sadly&#8230; either swapping out a DVD drive is far too difficult for MS techs or something on the mobo itself was failing (maybe the sata controller) because they sent me a replacement unit.&nbsp; Why that took 4 weeks to do is beyond me.</p>
<p>However it seems to be running fine.&nbsp; I have to at least give them credit for getting me back a working unit.&nbsp; There have been plenty of stories out there about people sending in broken 360s that come back and are DOA.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/04/11/finally-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haven&#8217;t had a reason to complain about Microsoft in awhile&#8230;</title>
		<link>http://www.miguelito.org/2008/02/23/havent-had-a-reason-to-complain-about-microsoft-in-awhile/</link>
		<comments>http://www.miguelito.org/2008/02/23/havent-had-a-reason-to-complain-about-microsoft-in-awhile/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 02:40:24 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft Xbox360]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=98</guid>
		<description><![CDATA[
]]></description>
				<content:encoded><![CDATA[<p>Boy do I have a reason now though.&nbsp; I now have had 2 out of 3 Xbox 360&#8242;s fail.&nbsp; That is so pathetic.&nbsp; </p>
<p>I&#8217;ve had gaming consoles going back to the original 8bit NES (and we had an old Pong system in the 70&#8242;s that my dad bought) and I don&#8217;t remember any ever having issues on the level the 360 has had.&nbsp; Yeah, eventually (after several years) the NES and Coleco systems both suffered from oddities where you had to do things like blow in the cartridge slot and/or cartridge itself&#8230; click the NES game up and down a bunch of times to get it to lock properly, or you&#8217;d suffer graphics glitches.&nbsp; However, they continued to work long past the time the next gen consoles came out and still worked by the time they were retired.&nbsp;&nbsp;</p>
<p><span id="more-98"></span><br />
<br />Even now I have the 3 current consoles: a 360, a PS3 and a<br />
Wii.&nbsp; I haven&#8217;t had a single problem with the PS3 nor the Wii, but the<br />
360 has been a pain.&nbsp; My first 360 died (the well known heat/graphics<br />
issue) just after it was a year old (and I hadn&#8217;t read about the<br />
extension of warranty to 3 years that had just happened) and wasn&#8217;t<br />
thrilled about the idea of paying for a fix that was damn near the cost<br />
of a new console anyway.&nbsp; I followed some of the online ideas for<br />
fixing the problem&#8230; and failed miserably, bricking the thing (yay).&nbsp;<br />
Yes, I was a part of that ultimate failure, but the system was already<br />
dorked and basically useless and would&#8217;ve cost a ton to fix.&nbsp;&nbsp; I ended<br />
up buying the low end system then.. one good side effect of the<br />
swappable HDD I guess.</p>
<p>Late last year I bought an Elite model<br />
for 2 reasons.. 1. the HDMI connection (upgrading TV soon).&nbsp; 2. the<br />
120Gig HDD and 3. I bought 2 Rock Band kits and figured I could use the<br />
one to take the 2nd kit to family gatherings and such without having to<br />
unhook my setup (have done this a couple times.. been a blast).&nbsp;&nbsp; </p>
<p>Well<br />
last weekend my Elite ate it.&nbsp; No RROD or anything, but the DVD drive<br />
seems to haved died.&nbsp; I was playing through Portal on The Orange Box<br />
again, and about 2/3 of the way through it, it hung.. the drive started<br />
making a grinding noise, and that was it.. from then on it won&#8217;t read<br />
any discs at all.&nbsp; I either get the &#8220;Cannot read disc&#8221; error, or other<br />
things like the disc bar sticks on &#8220;reading&#8230;&#8221;&nbsp;&nbsp; I&#8217;m pissed.. these<br />
consoles aren&#8217;t exactly cheap, and for 2 out of 3 to fail on me is<br />
beyond sad.&nbsp; There are <a href="http://www.google.com/search?q=xbox+360+failure+rates&amp;ie=utf-8&amp;oe=utf-8&amp;aq=t&amp;rls=org.mozilla:en-US:official&amp;client=firefox-a">widespread problems out there with overall<br />
failure rates on them</a> too, so I know it&#8217;s not just me.&nbsp;&nbsp; Even the <a href="http://www.miguelito.org/l">HD-DVD playback hasn&#8217;t exactly been very good</a> either (boy am I glad Blu-ray won the HD disc format war).&nbsp; </p>
<p>So I&#8217;m on my &#8220;backup&#8221; 360 console.. meanwhile my PS3 runs perfectly..<br />
damn near every day (I use it as my defacto DVD player now too).</p>
<p>I filled out the support forms online and they&#8217;re supposed to be<br />
sending me a box to ship in the busted Elite to fix it, and it&#8217;s on<br />
warranty too, so it should be free.&nbsp; I&#8217;ll follow-up with how that goes<br />
(I&#8217;m betting it&#8217;ll take awhile).</p>
<p>Update (3/18): The return box finally showed up a week later, I dropped it off at a local UPS Store on 3/4&#8230; 2 weeks later and the online status still shows &#8220;<span class="dev lbl RepairStatus">Repair Status: </span><span class="dev ctl" id="sr.Properties[orderStatusGuid]">Device Received at Service Center</span>.&#8221;&nbsp; Whee.&nbsp; Hopefully I&#8217;ll get it back, or at least an update, sometime this month.
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2008/02/23/havent-had-a-reason-to-complain-about-microsoft-in-awhile/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The HD battle.. and why I would rather see Blu-Ray win</title>
		<link>http://www.miguelito.org/2007/12/17/the-hd-battle-and-why-i-would-rather-see-blu-ray-win/</link>
		<comments>http://www.miguelito.org/2007/12/17/the-hd-battle-and-why-i-would-rather-see-blu-ray-win/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 03:58:15 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Toys]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=97</guid>
		<description><![CDATA[
]]></description>
				<content:encoded><![CDATA[<p>For those who don&#8217;t know.. or just haven&#8217;t paid attention, there&#8217;s a battle going on in the marketplace right now about which format should replace the current DVD one.. the 2 competing formats are HD-DVD and Blu-Ray (HD and BD from here on out). &nbsp;If you really want more info, I suggest&nbsp; <a href="http://en.wikipedia.org/wiki/Comparison_of_high_definition_optical_disc_formats">this page at Wikipedia</a> as a good starting point.  They have a few pages there, with a really good chart comparing HD and BD with DVD for added info.  You&#8217;ll note from the linked page that there are a few other competing ideas too, and there&#8217;s downloads, but these are the 2 big dogs.  I pretty much discount downloads for Hi-Def content anyway, as the data sizes for storage and the required download times just won&#8217;t really work&#8230; today.</p>
<p><span id="more-97"></span></p>
<div>Anyway, if you check the nice table near the top of the linked wikipedia entry, you&#8217;ll note that when it comes down to it, HD and BD are very similar.  As far as codecs go for video and audio on the discs, they&#8217;re pretty similar.  BD does edge out a bit in tending to prefer higher bit-rates for most stuff.  Basically where there are differences, BD wins.. aside from Dolby True-HD audio which HD requires a higher bit-rate on.  BD has higher data transfer rates and because it has a lot more storage (50Gig vs 30Gig for the 2 dual layered) BD movies are more likely to have the uncompressed audio stream and can have the video done at a higher rate for better quality.  Of course the resulting quality all depends on how the studio has the video and audio done&#8230; and right now the studios that release both will tend to do well enough for HD, then just dump the same thing onto BD (I would too.. why pay more to have another version done for BD?).&nbsp;</p>
</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Most of the arguments for people that want HD to win tend to boil down to 2 things:&nbsp;</div>
<div>1. HD players are cheaper.  This is true, however that gap is closing fast, especially things like today&#8217;s announcement that <a href="http://www.thedigitalbits.com/#s300">Sony dropped a player&#8217;s price to $299.99</a> which is a pretty big change.&nbsp;</div>
<div>2. People say they&#8217;ll never trust Sony again after the <a href="http://en.wikipedia.org/wiki/2005_Sony_BMG_CD_copy_protection_scandal">Rootkit scandal</a> from a couple years ago.  True, Sony was stupid here, but frankly this is a dumb stance considering Microsoft is the developer of the HDi interactive layer on HD disks (BD uses a Java version) and is a HUGE backer of HD&#8230; I don&#8217;t know about anyone else, but I&#8217;ll pick Sony over Microsoft as a company to trust any day.&nbsp;
</div>
<div><br class="webkit-block-placeholder" /></div>
<div>So basically the format war boils down to.. they&#8217;re very similar, most people can&#8217;t tell the difference, and I really don&#8217;t care that much who wins.. though right now I give an edge to BD.   The larger space available and higher bit rates for data transfer win me over as well.&nbsp;
</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Tonight though, I had my first experience that makes me dislike HD even more.  First a little info: I have both a BD and HD player&#8230; well, actually I have a Playstation 3 and an Xbox 360 with the HD-DVD addon.  Thus far I have had no issues with my PS3 at all&#8230; and every movie I&#8217;ve bought (I have about 24 BD movies to 7 HD ones) in BD has worked flawlessly.  Including all the interactive bits I&#8217;ve messed with, like the interactive Liar&#8217;s Dice game on the 2nd Pirates of the Caribbean set.  I have had, however.. issues on the HD side.  First off, I&#8217;ve yet to see a BD get scratched to where it won&#8217;t play.. in fact, I&#8217;ve not seen a scratch show up (one big thing Sony pushes in the BD spec is an anti-scratch coating it uses).  I have had one of the &#8220;hybrid&#8221; HD/DVD disks scratched to unplayable out of the case though (the movie was Smoking Aces)&#8230; because the cheap box&#8217;s hub that holds the disk broke.&nbsp;</p>
</div>
<div><br class="webkit-block-placeholder" /></div>
<div>The problem tonight was with the much-touted release of the Bourne Ultimatum &#8220;hybrid&#8221; disc.  I booted up my 360 and put it in.. and the disc failed to read popping up a warning.  I reset the xbox and it read&#8230; immediately telling me there was an update for the &#8220;game&#8221; (stupid xbox message calls movies games too), which I applied.  When it started playback again, it asked me if I would allow a cookie for some web content thing it wanted to do.. I said yes, and a &#8220;loading&#8221; screen appeared.. and then stopped.  I could exit playback but re-entering the disk showed the same loading screen, and it froze again after 2 seconds.   I did a quick search online and found people mentioning the online part sucking (apparently Knocked Up has issues too).  I found that I could get past the frozen bit by either unplugging the console&#8217;s network cable (yeah, that&#8217;s a good fix) or if I hit OK inside the 2 seconds I had before the thing froze.  I was then able to disable the network access from HD movies altogether (else it locks every time).  I even snagged a quick video of it to show what it does (yeah, quality isn&#8217;t exactly up there):</div>
<div><br class="webkit-block-placeholder" /></div>
<p><embed src="/files/mediaplayer.swf" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="file=/files/HDStuckPlayback.flv&amp;displayheight=300" height="300" width="400">&nbsp;</p>
<div>Once I&#8217;m into playback, the disk seems fine&#8230;  looks great, sounds great, etc.  The fact that the HDi layer is this fragile though (HDi includes the web bits and/or interactive programs from what I understand&#8230; check wikipedia) is beyond asinine.  I shouldn&#8217;t be surprised, Microsoft isn&#8217;t exactly known for stable software.  This is nonetheless very frustrating when the PS3 just works.. every time. &nbsp;Granted BD doesn&#8217;t require network access in every player (though the PS3 will support it if it doesn&#8217;t already I&#8217;m sure).. but who really needs it all the time for movies anyway? &nbsp;This difference in how the two have performed for me is just another small push over to the BD side.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Small other note that likely has nothing to do with the HD/BD spec vs the consoles&#8230; the 360 takes about double the time to just read and start playback of the HD discs when compared to the PS3 and BD movies. &nbsp;Notice it&#8217;s a good 14 seconds from the time the xbox menus go blank (very first frames of above video) before the &#8220;loading&#8221; screen shows up. &nbsp;Oh, and frankly, the playback on the PS3 is just nicer then the 360.. the interface is better, and the info you can display is better. &nbsp;That&#8217;s personal preference of course, but the PS3 clearly shows nice info like video codec and bit-rates, audio codec and bit-rates, and you can quickly toggle between time displays (up or down) for title or chapter. &nbsp;The 360 just seems to show time played and time remaining and I don&#8217;t see anything on codecs. &nbsp;The remote for the PS3 is a lot nicer.. both in look/feel and that they stuck to bluetooth whereas the 360 remote (maybe there&#8217;s a new one, not sure) is IR and frankly it sucks rocks when the unit isn&#8217;t directly facing you. &nbsp;I used to have my consoles installed in a cabinet facing 90 degrees from me and the 360 was a pain to use the remote with, and I HATE using the game controllers for movie playback. &nbsp;Why they even bothered with an IR remote when the console also already have wireless built in for the game controllers is beyond me. &nbsp;</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Update: After some net searching, I found suggestions to clear the 360 cache. &nbsp;Doing that fixed the hang, so I can hit OK to skip even after 2 seconds, but the download appears be barely get anywhere (if at all). &nbsp;Thus I refer back to the line above with asinine in it again. <img src='http://www.miguelito.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div><br class="webkit-block-placeholder" /></div>
<div>Update (a bit later): &nbsp;*sigh* &nbsp;I get about 2/3 into the movie and run into tons of playback issues. &nbsp;The thing hangs, I can hear the disc trying to re-read again and again, until if eventually gives up (15+ seconds each time) and usually poorly catches up again after several more seconds of jitter and audio-sync issues. &nbsp;It got so bad I finally gave up and flipped it over, and moved it into my PS3, and watched the standard DVD to finish it. &nbsp;Yes, I checked for dust and it seems fine, nor can I see scratches. &nbsp;First ad on the DVD side is a pro-HD-DVD bit too.. oh the irony.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Update (again): I removed &#8220;(barely)&#8221; from the title. &nbsp;After the later problems I had with playback (and it&#8217;s not the first time I&#8217;ve seen that on the HD side) it pushed my support for Blu-ray over even more.</p>
<p>Update (ok, this is getting crazy): For those that wonder about my mention of the problems, you can see from a <a href="http://www.google.com/search?hl=en&amp;rlz=1G1_____ENUS247&amp;q=hd-dvd+%28%22xbox+360%22+%7C+%22web+content%22%29+freezing+playback&amp;btnG=Search">google search</a> that there are a lot of issues with the web content hanging, and playback issues in general out there.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2007/12/17/the-hd-battle-and-why-i-would-rather-see-blu-ray-win/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I got a fever, and the only prescription&#8230;</title>
		<link>http://www.miguelito.org/2007/11/25/i-got-a-fever-and-the-only-prescription/</link>
		<comments>http://www.miguelito.org/2007/11/25/i-got-a-fever-and-the-only-prescription/#comments</comments>
		<pubDate>Sun, 25 Nov 2007 18:04:23 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Cool programs]]></category>
		<category><![CDATA[Poker / Gaming]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=96</guid>
		<description><![CDATA[Rock Band is extremely cool.  Yes, it&#8217;s basically just a compilation of the Guitar Hero, Karaoke and a drum game.. but when put together, it&#8217;s more then just the sum of it&#8217;s parts.  The solo careers are pretty much run of the mill; much like the previous games already listed.  However, when you play in a group, [...]]]></description>
				<content:encoded><![CDATA[<p>Rock Band is extremely cool.  Yes, it&#8217;s basically just a compilation of the Guitar Hero, Karaoke and a drum game.. but when put together, it&#8217;s more then just the sum of it&#8217;s parts.  The solo careers are pretty much run of the mill; much like the previous games already listed.  However, when you play in a group, it&#8217;s so much fun it&#8217;s insane.  We played for several hours over at my parent&#8217;s house on Thanksgiving, and man was it fun.  Of course my parents and grandparents didn&#8217;t care for a lot of the music included, but even they were singing along with some of the songs, like Bon Jovi&#8217;s Wanted Dead or Alive.</p>
<div><br class="webkit-block-placeholder" /></div>
<div>The new drum set (the one real new addition to the game over previous Harmonix games) are both extremely cool, and quite hard.  My niece was actually the most talented out of the box.   She was wailing on stuff on Medium with barely any practice at all.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Not having played the karaoke games, this is the first experience I&#8217;ve had with the singing.  While everyone seems embarrassed to try it in front of a group, it is a lot of fun to do in the privacy of your own home without anyone around to hear. <img src='http://www.miguelito.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </div>
<div><br class="webkit-block-placeholder" /></div>
<div>Anyway, to refer back to the title.  The BOC classic <span class="Apple-style-span" style="font-weight: bold;">is</span> included.  Even better, there are periods in songs where the vocalist can hit the mic in time with some marks on the screen as a tambourine.  However, in this track, you actually are doing the cowbell&#8230; I started laughing so hard when that first happened.  Here&#8217;s a little taste to show you (yes, it&#8217;s crappy quality.. I just pulled out my little cam to snag this real quick):</div>
<div><br class="webkit-block-placeholder" /></div>
<div><span class="Apple-style-span" style="color: #000000; font-family: Courier; font-size: 18px;"><br />
</span></div>
<div><span class="Apple-style-span" style="color: #000000; font-family: Courier; font-size: 18px;"><br class="webkit-block-placeholder" /></span></div>
<p><object width="400" height="300" data="http://www.miguelito.org/files/mediaplayer.swf" type="application/x-shockwave-flash"><param name="flashvars" value="file=http://www.miguelito.org/files/DIGI0003.flv&amp;displayheight=300" /><param name="src" value="http://www.miguelito.org/files/mediaplayer.swf" /></object></p>
<div><br class="webkit-block-placeholder" /></div>
<div>No, I&#8217;m not posting any of me singing on here.  :P</div>
<div><br class="webkit-block-placeholder" /></div>
<div>If you already knew about Rock Band and were on the fence, then you need to get your ass off there and find yourself a bundle.  I&#8217;ve read that they might really be having supply issues on the east coast, but on the west coast, there are (or were before Black Friday anyway) tons of them in stock (for the xbox 360 at least) all over the place.  The Best Buy in Mission Valley near me had tons of them on Tuesday when it was released.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Update (12/17/2007): Switched to much better flash player</div>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2007/11/25/i-got-a-fever-and-the-only-prescription/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thank you sir, may I have another?</title>
		<link>http://www.miguelito.org/2007/11/16/thank-you-sir-may-i-have-another/</link>
		<comments>http://www.miguelito.org/2007/11/16/thank-you-sir-may-i-have-another/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 00:19:27 +0000</pubDate>
		<dc:creator>Miguelito</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://webdev.miguelito.org/?p=95</guid>
		<description><![CDATA[I was rear-ended today.  Gee was that fun.  Most people&#8217;s first thought is probably, &#8220;eh, people get rear-ended all the time.&#8221;  Yeah, but I was going about 60mph at the time, and the idiot still managed to ram into me. I was on my way into work around 1:45pm (hey, I was up until after [...]]]></description>
				<content:encoded><![CDATA[<p>I was rear-ended today.  Gee was that fun.  Most people&#8217;s first thought is probably, &#8220;eh, people get rear-ended all the time.&#8221;  Yeah, but I was going about 60mph at the time, and the idiot still managed to ram into me.</p>
<div><br class="webkit-block-placeholder" /></div>
<div>I was on my way into work around 1:45pm (hey, I was up until after 1:30am working on urgent stuff).  I entered the 805 North from 52 West, and after I looked in my rear view, I saw a commercial truck (not a big-rig, but uhaul sized or so) coming up on me fast.   He came pretty close but slowed down and fell back.  He fell back enough that I didn&#8217;t keep track anymore.  About 2 miles later, as I was approaching Miramar Way.. I had to slow down a little (maybe down to 55) due to slower cars in front of me.  There wasn&#8217;t any real traffic to speak of, but I was going to be exiting soon and wasn&#8217;t in a hurry.  The car in front of me got into the &#8220;Exit only&#8221; lane to take Miramar, and I noticed the car in front of him was an old VW (or maybe Volvo) and it was the slow car.  I was catching up to him a bit (he was a couple hundred feet ahead) when he took the 2nd lane exit to Miramar.  At this point I started accelerating again to get back up to 65, and seconds later I checked behind me again.. . lo and behold, here came the same truck from before.  I started to think something along the lines of &#8220;here comes that jackass again,&#8221; but quickly realized he was going to hit me!  I couldn&#8217;t swerve either way (short curb for exit on right, car in lane behind me a bit to the left) so I just jammed down the gas to try to minimize the speed difference.  Then he nailed me.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>I don&#8217;t think the speed differential was more then 10mph&#8230; but goddamn was the hit hard.   Luckily I didn&#8217;t lose control at all, and immediately we both pulled over and stopped.  I got out figuring the back end of my car was smashed to hell, but it turns out there was almost no damage whatsoever.  I was in that fairly angry, but really shaken up mode.. so while I did get his info, I completely spaced on getting his name.  I got the insurance info and wrote down the license plate too just in case.  I didn&#8217;t feel any ill effects, nor do I yet.  I&#8217;m pretty sure I put my head against the head rest to minimize any whiplash&#8230; still a tiny part of me worried about the horror stories you hear about people who feel fine then wake up the next day with their necks killing them&#8230; hoping nothing like that happens.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Some crazy things I noticed that gave some indication of the force of the hit:</div>
<div>- The moon roof in my car had opened up about 4 inches.</div>
<div>- I had a soda can in the center console cup holders, which barely had any soda in it.. and some of that splashed out onto the gearshift.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>The only visible damage:  4 nut imprints in the bumper.  2 from the license plate, 2 from wider out on his front bumper.  That and a bit of the left side of the bumper had popped out of place a bit, but it snapped right back in when I pushed on it.   Took this shot as soon as I got to work&#8230; can see the 4 bolt spots.  Part of why I took it was for a date/time stamp just in case too.</div>
<div><br class="webkit-block-placeholder" /></div>
<div><span class="mt-enclosure mt-enclosure-image"><a onclick="window.open('http://www.miguelito.org/images/071116_140322-thumb-240x240.jpg','popup','width=1280,height=1024,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false" href="http://www.miguelito.org/images/071116_140322-thumb-240x240.jpg"><img class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" src="http://www.miguelito.org/images/071116_140322-thumb-240x240.jpg" alt="071116_140322.jpg" width="400" height="320" /></a></span></div>
<div><br class="webkit-block-placeholder" /></div>
<div>All in all, it could&#8217;ve been a hell of a lot worse, of course.  It&#8217;s a good thing I didn&#8217;t swerve too, I&#8217;m pretty sure that would&#8217;ve pretty much guaranteed that he still would&#8217;ve hit me, but at an angle instead of flush, which would&#8217;ve made me fishtail and lose control I&#8217;m sure.  All the drivers training (that drove me nuts at the time) that my grandfather put me through likely helped me keep my cool and maintain control too.  Thanks for that gramps. <img src='http://www.miguelito.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Kudos to Toyota for building a hell of a car too.</div>
<div><br class="webkit-block-placeholder" /></div>
<div>Going to call dealer tomorrow (would&#8217;ve today but I was still really busy) and set an appointment.  I have a couple things that already needed doing, but I figure it&#8217;d probably be a good idea to have them check out the car for any damage I can&#8217;t see.  Just in case.</div>
<div><br class="webkit-block-placeholder" /></div>
]]></content:encoded>
			<wfw:commentRss>http://www.miguelito.org/2007/11/16/thank-you-sir-may-i-have-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
