<?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>borisSCHEIMAN // &#187; Misc</title>
	<atom:link href="http://www.bscheiman.org/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bscheiman.org</link>
	<description>Lifestyle, hobbies, work, rage...</description>
	<lastBuildDate>Sat, 26 Jun 2010 00:53:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Compiling Mono 2.6 on Slicehost</title>
		<link>http://www.bscheiman.org/2009/03/18/compiling-mono-22-on-slicehost/</link>
		<comments>http://www.bscheiman.org/2009/03/18/compiling-mono-22-on-slicehost/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 17:34:53 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.bscheiman.org/?p=92</guid>
		<description><![CDATA[It&#8217;s a pain in the ass. It takes ages. And did I mention it&#8217;s a pain in the ass? After reading the forums and stumbling upon xyzzyxyzzy&#8217;s awesome script, I decided to make it easier on all us Mono/.NET lovers. I did it manually, but this should work &#8211; alas, you&#8217;ve been warned. Insert typical]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s a pain in the ass. It takes ages. And did I mention it&#8217;s a pain in the ass? After reading the <a href="http://forum.slicehost.com/comments.php?DiscussionID=2909&amp;page=1#Item_7">forums</a> and stumbling upon xyzzyxyzzy&#8217;s awesome <a href="http://xyzzyxyzzy.net/2009/02/17/updated-mono-build-script-mono-22/">script</a>, I decided to make it easier on all us Mono/.NET lovers.</p>
<p>I did it manually, but this should work &#8211; alas, you&#8217;ve been warned. Insert typical &#8220;Works on my machine&#8221; disclaimer here; if your cat dies from using this script, it&#8217;s not my fault. You need kernel version 2.6.24-23-xen (standard on Slicehost I think)</p>
<p><strong>UPDATE</strong>: I&#8217;ll post the SVN version in a few. Seems there was a POSIX issue that wasn&#8217;t fixed on the tarball, forcing me to go the SVN way. New post in a few minutes, once I test it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bscheiman.org/2009/03/18/compiling-mono-22-on-slicehost/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Windows XP Registry Hacks</title>
		<link>http://www.bscheiman.org/2008/09/25/windows-xp-registry-hacks/</link>
		<comments>http://www.bscheiman.org/2008/09/25/windows-xp-registry-hacks/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 23:45:32 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Misc]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://www.bscheiman.org/?p=19</guid>
		<description><![CDATA[I finally graduate in about 2 months. However, much to my dismay, I have to finish my social volunteer work. No, I didn&#8217;t do anything weird &#8211; it&#8217;s just a graduation requisite. I&#8217;ve been working at my university&#8217;s computer division, so I&#8217;ve had to format anywhere between 4 and 15 laptops every day. Yes. Every.]]></description>
			<content:encoded><![CDATA[<p>I finally graduate in about 2 months. However, much to my dismay, I have to finish my social volunteer work. No, I didn&#8217;t do anything weird &#8211; it&#8217;s just a graduation requisite. I&#8217;ve been working at my university&#8217;s computer division, so I&#8217;ve had to format anywhere between 4 and 15 laptops every day. Yes. Every. Single. Day.</p>
<p>Unfortunately, most of the laptops are Dell C610s &#8211; in other words, 1GHz, 256MB RAM and they&#8217;re running Windows XP. You can probably tell that it&#8217;s very fun to optimize each system. (I&#8217;m proud of myself, they run pretty nicely for the low specs they&#8217;re sporting&#8230;)</p>
<p>With this in mind, I decided to code a .NET 3.5 application (free, of course) that does the job for me and also manages to be fully extensible through the use of a text-based hack database.</p>
<p>If you&#8217;re interested in downloading it, give it a go <a href="http://www.vector6.com.mx/apps/RegistryHacker.zip">here</a>. Read more if you&#8217;re interested in some of the example hacks, as well as the database specification.</p>
<p><span id="more-19"></span></p>
<p>The app itself has many, many hacks, but here are some of them just to get your attention:</p>
<ul>
<li>StartUpDelay (Speeds up startup)</li>
<li>MenuShowDelay (Faster start menu)</li>
<li>WaitToKillAppTimeout, HungAppTimeout (Speeds up shutdown)</li>
<li>SuperFetch</li>
<li>UDMA66 Mode</li>
<li>Large system cache</li>
<li>&#8230;and many more</li>
</ul>
<p>The format, per se, is the following:</p>
<p>Name<br />
Description<br />
Root value (Depends on type of hack: <a href="#registry">Registry</a>, <a href="#command">Command</a> or <a href="#profile">Profile</a>)<br />
Argument<br />
Value<br />
; (End of entry)</p>
<p>Here&#8217;s an example of 3 different entries in the regs.dat file, with comments in square brackets:</p>
<p><a name="registry">Registry entry:</a></p>
<p>Registry: Modify StartUpDelay [Name]<br />
It just removes the unnecessary wait time after a system startup before Indexing Service. (40000ms) [Description]<br />
HKEY_LOCAL_MACHINESystemCurrentControlSetControlContentIndex [In the case of a registry entry, the full tree]<br />
StartupDelay [Registry key]<br />
40000 [Registry value. If it's numerical, it's a DWORD - else, it'll get written as a String]<br />
;</p>
<p><a name="command">Command entry:</a></p>
<p>Services: Disable alerter service [Name]<br />
&#8216;Nuff said. [Description]<br />
Command [Root value, leave as "Command" for command]<br />
sc.exe [Actual command]<br />
config &#8220;alerter&#8221; start= disabled [Parameters]<br />
;</p>
<p><a name="profile">Profile entry: (aka, .ini files)</a></p>
<p>Profile: Set LocalLoadHigh [Name]<br />
Speeds up Windows XP boot times. Load all info needed for your programs into upper memory by default, and it will free up the maximum amount of conventional memory possible. (the first 640K) [Description]<br />
Profilesystem.ini386Enh [In the case of a Profile, it has to be like this: Profile&lt;.ini file [in Windows dir]&gt;&lt;section&gt;]<br />
LocalLoadHigh [Argument]<br />
1 [Value]<br />
;</p>
<p>If you add anything to the regs.dat file, please post it as a comment so everyone can benefit. Thanks, and enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bscheiman.org/2008/09/25/windows-xp-registry-hacks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to reprogram Dell&#8217;s MediaDirect button</title>
		<link>http://www.bscheiman.org/2008/02/07/how-to-reprogram-dells-mediadirect-button/</link>
		<comments>http://www.bscheiman.org/2008/02/07/how-to-reprogram-dells-mediadirect-button/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 21:52:49 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.bscheiman.org/2008/02/07/how-to-reprogram-dells-mediadirect-button/</guid>
		<description><![CDATA[Simple steps: Download IntelliType: http://www.microsoft.com/hardware/download/download.aspx?category=MK Install &#38; select &#8220;Wireless Photo Keyboard&#8221; Wait for setup to finish Open Control Panel &#8211; Keyboard Key Settings: disable all of these (edit, disable the use of this key) Edit (Photo) Print (Photo) Send (Photo) Slide Show Show Favorites Log Off New &#8211; Print Select &#8220;Library&#8221; &#8211; this IS the]]></description>
			<content:encoded><![CDATA[<p>Simple steps:</p>
<ol>
<li>Download IntelliType: <a href="http://www.microsoft.com/hardware/download/download.aspx?category=MK" target="_blank"><span><span class="a">http://www.microsoft.com/hardware/download/download.aspx?category=MK</span></span></a></li>
<li><span><span class="a">Install &amp; select &#8220;Wireless Photo Keyboard&#8221;</span></span></li>
<li><span><span class="a">Wait for setup to finish</span></span></li>
<li><span><span class="a">Open Control Panel &#8211; Keyboard</span></span></li>
<li><span><span class="a">Key Settings: disable all of these (edit, disable the use of this key) </span></span>
<ol>
<li><span><span class="a">Edit (Photo)</span></span></li>
<li><span><span class="a">Print (Photo)</span></span></li>
<li><span><span class="a">Send (Photo)</span></span></li>
<li><span><span class="a">Slide Show</span></span></li>
<li><span><span class="a">Show Favorites</span></span></li>
<li><span><span class="a">Log Off</span></span></li>
<li><span><span class="a">New  &#8211; Print</span></span></li>
</ol>
</li>
<li><span><span class="a">Select &#8220;Library&#8221; &#8211; this IS the MediaDirect button</span></span></li>
<li><span><span class="a">&#8220;Edit&#8221; &#8211; do whatever your heart desires.</span></span></li>
</ol>
<p>Yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bscheiman.org/2008/02/07/how-to-reprogram-dells-mediadirect-button/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Shadow Puppets</title>
		<link>http://www.bscheiman.org/2007/08/26/shadow-puppets/</link>
		<comments>http://www.bscheiman.org/2007/08/26/shadow-puppets/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 04:10:25 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.bscheiman.org/2007/08/26/shadow-puppets/</guid>
		<description><![CDATA[Just happened to find this YouTube video while being lazy and oh so productive during the weekend. This guy is just unbelievable&#8230; Enjoy!]]></description>
			<content:encoded><![CDATA[<p>Just happened to find this YouTube video while being lazy and oh so productive during the weekend. This guy is just unbelievable&#8230; Enjoy!</p>
<p><span id="more-10"></span></p>
<param name="movie" value="http://www.youtube.com/v/UCn3mYR97YM"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/UCn3mYR97YM" type="application/x-shockwave-flash" wmode="transparent" height="350" width="425"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bscheiman.org/2007/08/26/shadow-puppets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transformers</title>
		<link>http://www.bscheiman.org/2007/08/23/transformers/</link>
		<comments>http://www.bscheiman.org/2007/08/23/transformers/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 18:44:05 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.bscheiman.org/2007/08/23/transformers/</guid>
		<description><![CDATA[Just when I thought that nothing could be worse than *actually* changing your name to Optimus Prime, I stumble upon this very&#8230; weird&#8230; site. Kinda old for current Internet standards (2-3 months), but still weird as hell. Anyway, seems like some other guy decided it would be nice to change his middle name to Megatron.]]></description>
			<content:encoded><![CDATA[<p>Just when I thought that nothing could be worse than *actually* changing your name to Optimus Prime, I stumble upon this very&#8230; weird&#8230; site. Kinda old for current Internet standards (2-3 months), but still weird as hell.</p>
<p>Anyway,  seems like some other guy decided it would be nice to change his middle name to Megatron. But &#8211; alas &#8211; he probably wasn&#8217;t aware of what the consequences for such action would be. (Other than causing extreme laughter when met that is.) The Big Ugly One (Scrubs reference!), aka Optimus Prime, has actually laid down the gauntlet for a <em>mano a mano</em> against Megatron.</p>
<p>I&#8217;d love to see them scream &#8220;TRANSFORM!&#8221; and fight it out. Or just roll out. Either one works.</p>
<p>Original link <a href="http://gizmodo.com/gadgets/transformers/real-life-optimus-prime-challenges-megatron-to-epic-battle-275922.php">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bscheiman.org/2007/08/23/transformers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elite moment</title>
		<link>http://www.bscheiman.org/2007/07/14/elite-moment/</link>
		<comments>http://www.bscheiman.org/2007/07/14/elite-moment/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 06:09:35 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://www.bscheiman.org/2007/07/14/elite-moment/</guid>
		<description><![CDATA[Just wanted to share something I stumbled upon some days ago, while driving in Mexico City. This is what my car&#8217;s (being a Peugeot 206) digital odometer looked like: In case anyone was wondering, I was on my way back to Cuernavaca&#8230; the picture was taken on my 8525 cellphone on Calzada de Tlalpan. Now,]]></description>
			<content:encoded><![CDATA[<p>Just wanted to share something I stumbled upon some days ago, while driving in Mexico City. This is what my car&#8217;s (being a Peugeot 206) digital odometer looked like:<br />
<span id="more-6"></span></p>
<p><a href="http://www.bscheiman.org/wp-content/uploads/2007/07/image_006.jpg" title="‘Nuff said."></a></p>
<p style="text-align: center"><a href="http://www.bscheiman.org/wp-content/uploads/2007/07/image_006.jpg" title="‘Nuff said."><img src="http://www.bscheiman.org/wp-content/uploads/2007/07/image_006.thumbnail.jpg" alt="‘Nuff said." border="0" /></a></p>
<p style="text-align: left" align="left">In case anyone was wondering, I was on my way back to Cuernavaca&#8230; the picture was taken on my 8525 cellphone on Calzada de Tlalpan. Now, if only the speedometer showed something remotely interesting&#8230; a.k.a., not 10km/h. Oh well.</p>
<p style="text-align: left" align="left">&nbsp;</p>
<p style="text-align: left" align="left">&nbsp;</p>
<p style="text-align: left" align="left">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bscheiman.org/2007/07/14/elite-moment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First post!</title>
		<link>http://www.bscheiman.org/2007/07/06/first-post/</link>
		<comments>http://www.bscheiman.org/2007/07/06/first-post/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 00:30:54 +0000</pubDate>
		<dc:creator>Boris</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.bscheiman.org/2007/07/06/first-post/</guid>
		<description><![CDATA[So once again I decided to hop on the blogging scene, but this time I&#8217;ll actually post stuff on my site. Seeing as how I also just changed hosts (from C I Host to Lunarpages, if you were wondering.) I think it&#8217;d be fitting to post some of the coupons I found on the &#8216;net]]></description>
			<content:encoded><![CDATA[<p>So once again I decided to hop on the blogging scene, but this time I&#8217;ll actually post stuff on my site.  Seeing as how I also just changed hosts (from C I Host to Lunarpages, if you were wondering.) I think it&#8217;d be fitting to post some of the coupons I found on the &#8216;net and saved myself a buck or two. Let&#8217;s put it this way: without coupons, I would&#8217;ve paid a lot. With coupons, I just about paid what the usual 6-month basic plan goes for. Now, don&#8217;t get me wrong &#8211; I love the service C I Host used to give me, but hosting several domains (legally) under one account is just&#8230; nice to have.</p>
<p>Anyway, here goes. Hope you enjoy;<br />
<span id="more-3"></span></p>
<p>Yeah, I had to go ahead and use the more tag. Sorry, couldn&#8217;t resist. (By the way, these coupons only work for 1 and 2-year plans.)</p>
<p>28poffWebHostingUnleashed :: 28% off the order.</p>
<p>28add1month :: $28 off and 1 month; the best one. I used this one actually&#8230;</p>
<p>28OffHosting :: $28 off; not that bad&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bscheiman.org/2007/07/06/first-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
