<?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>Vex Star</title>
	<atom:link href="http://www.vexstar.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vexstar.com</link>
	<description>Computers and Programming</description>
	<lastBuildDate>Tue, 04 May 2010 14:20:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>VBA question</title>
		<link>http://www.vexstar.com/vba-question/</link>
		<comments>http://www.vexstar.com/vba-question/#comments</comments>
		<pubDate>Tue, 04 May 2010 14:20:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/vba-question/</guid>
		<description><![CDATA[I couldn&#8217;t find the answer googling but I&#8217;m not finding what I need to know.
I have a spreadsheet with a command button. It opens a userform that has several combo boxes. The user selects an option for each, and then clicks a command button. I have to run a certain calculation and return the results [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t find the answer googling but I&#8217;m not finding what I need to know.</p>
<p>I have a spreadsheet with a command button. It opens a userform that has several combo boxes. The user selects an option for each, and then clicks a command button. I have to run a certain calculation and return the results to the spreadsheet based on which option they chose.</p>
<p>Now I know how to return the results and all that stuff, and already have the equations working. I just have them ALL in the command button that closes out the userform. I need to put them in subs somehow and then call them I think, but I&#8217;m not exactly sure how. Anyone wanna chime in?<br /><span id="more-422"></span><br />You can create functions &#8211; is that what you mean?</p>
<p>Function YourFunction(YourArgs as Long) as Long </p>
<p>YourFunction = YourArgs * 10</p>
<p>End Function<br />If you are only returning a single value (string or number), in the code for the form get your values from the combo boxes. Do what you need to them (Math, If Statements whatever) then spit out the result using the Range(application.ActiveCell.Address).Value property.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/vba-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cant see server on network from the workstation</title>
		<link>http://www.vexstar.com/cant-see-server-on-network-from-the-workstation/</link>
		<comments>http://www.vexstar.com/cant-see-server-on-network-from-the-workstation/#comments</comments>
		<pubDate>Tue, 04 May 2010 14:20:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/cant-see-server-on-network-from-the-workstation/</guid>
		<description><![CDATA[Why the hell can&#8217;t I see my Windows Server2008 server on my network while I&#8217;m on my workstation? I can see the workstation from the server.
I can&#8217;t seem to enable network discovery. it keeps turning off after I enable it. Anyone know wtf is going on?
I tried to google the answer all night but can&#8217;t [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Why the hell can&#8217;t I see my Windows Server2008 server on my network while I&#8217;m on my workstation? I can see the workstation from the server.</p>
<p>I can&#8217;t seem to enable network discovery. it keeps turning off after I enable it. Anyone know wtf is going on?<br />
I tried to google the answer all night but can&#8217;t find the answer.<br />which os on the workstation? Is it on a workgroup or domain? Is the server handing out IP addresses and DNS? Or are you using different DNS?
<div style="margin:20px;margin-top:5px">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="border:1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>Workstation is on Windows 7.<br /><span id="more-421"></span></p>
<p>Its on a domain.</p>
<p>The server is not handing out IPs, but has a DNS role. I have to set the DNS to point back at server to get it on the same domain. it can ping eachother just fine.<br />the Default Group policy might not allow network discovery to be turned on. Check that first. You can also check to see if you can get to the server by typing in \servername into the search bar at the bottom of the start menu.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/cant-see-server-on-network-from-the-workstation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xbap resources</title>
		<link>http://www.vexstar.com/xbap-resources/</link>
		<comments>http://www.vexstar.com/xbap-resources/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 23:04:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/xbap-resources/</guid>
		<description><![CDATA[any website or book suggestions for XBAP? 
mainly i&#8217;m trying to see some examples of database interaction. i must be putting in the perfect terms to return the most broad result set in google on this topic. 
thanks


Related posts:VBA question I couldn&#8217;t find the answer googling but I&#8217;m not finding...



Related posts:<ol><li><a href='http://www.vexstar.com/vba-question/' rel='bookmark' title='Permanent Link: VBA question'>VBA question</a> <small>I couldn&#8217;t find the answer googling but I&#8217;m not finding...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>any website or book suggestions for XBAP? </p>
<p>mainly i&#8217;m trying to see some examples of database interaction. i must be putting in the perfect terms to return the most broad result set in google on this topic. </p>
<p>thanks</p>


<p>Related posts:<ol><li><a href='http://www.vexstar.com/vba-question/' rel='bookmark' title='Permanent Link: VBA question'>VBA question</a> <small>I couldn&#8217;t find the answer googling but I&#8217;m not finding...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/xbap-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My mobo died :wtc:</title>
		<link>http://www.vexstar.com/my-mobo-died-wtc/</link>
		<comments>http://www.vexstar.com/my-mobo-died-wtc/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 15:49:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft Vista]]></category>
		<category><![CDATA[PCMCIA bridge]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[shitty products]]></category>
		<category><![CDATA[USD]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/my-mobo-died-wtc/</guid>
		<description><![CDATA[One day when rebooting a windows update it all went to BSOD hell (random errors, never the same each time).  Linux will not boot with random IRQ sync errors.  Bootable OS on CD will only boot to completion 5% of the time, and then just halt.  I managed to run memtest with [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>One day when rebooting a windows update it all went to BSOD hell (random errors, never the same each time).  Linux will not boot with random IRQ sync errors.  Bootable OS on CD will only boot to completion 5% of the time, and then just halt.  I managed to run memtest with no errors.  I removed all add-on cards, drives, resetting CMOS/BIOS defaults then disabling all components in BIOS.  No workie   I was really thinking up upgrading now, anyway&#8230;</p>
<p>What was:  Asus K8VM800 + AMD somethingorother (64bit, single core) + 2GB ram (1&#215;1G+2&#215;512M) + ATI Radeon 9800 Pro All-In-Wonder (TV tuner + 128M)<br /><span id="more-419"></span></p>
<p>Thinking of replacing with these:</p>
<ul>
<li>I don&#8217;t need fancy graphics, the 9800 worked perfect for the games I played&#8230; heck It even ran Doom3 just fine with decent settings when it came out.  I liked the TV tuner, but I&#8217;ll just get a USB stick to replace that functionality.</li>
<li>I DEFINATELY need multi core, I was growing sick of managing apps&#8217; process priorities to get things done.  Why not go quad?  I mostly do web &amp; program development, graphics and video editing on this machine, including non-persistent virtualisation.</li>
<li>The 2GB was working OK, but I needed more sometimes(especially when I was using FF2 ).</li>
<li>Old setup utilized the SATA RAID (1) for the primary OS and documents (my other drives contain the pr0n and other can-be-lost items)</li>
<li>I have 3 legacy PCI cards I&#8217;d like to keep (PCMCIA bridge, HDTV tuner, WiFi: if a better board is out there that has just 2 PCI for me I can sacrifice this card)</li>
</ul>
<p>avoid the USB TV Tuners if you can.  they suck and break often.<br />
go quad<br />
ram is cheap<br />
P35 is so last year.  get a P43/P45 board.  <br />
I checked newegg,&#8230;. right now, Gigabyte boards offers 2 PCI slots.  Asus, Biostar, and MSI offers 3 or 4 PCI slots.<br />
Abit and Intel/Foxconn will be releasing their new boards this week or the next.  I believe some of them will have 3 PCI slots.<br />get an intel.</p>
<p>don&#8217;t get a fucking asus or biostar.<br />I got a amd 9750, gigabyte 790x-ds4 for $310. </p>
<p>Pretty good price&#8230; Vista gives me a 5.9<br />You can get a 3870 for $120 on new egg too, spider platform ftw.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>why?<br />
should have returned it
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">avoid the USB TV Tuners if you can.  they suck and break often.<br />
go quad<br />
ram is cheap<br />
P35 is so last year.  get a P43/P45 board.  <br />
I checked newegg,&#8230;. right now, Gigabyte boards offers 2 PCI slots.  Asus, Biostar, and MSI offers 3 or 4 PCI slots.<br />
Abit and Intel/Foxconn will be releasing their new boards this week or the next.  I believe some of them will have 3 PCI slots.</div>
</td>
</tr>
</table>
</div>
<p>No reviews on this one yet, should I go for it?</p>
<p>
If i get that one I can nix the raid card
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">get an intel.</p>
<p>don&#8217;t get a fucking asus or biostar.</p></div>
</td>
</tr>
</table>
</div>
<p>What is it with you and all the Asus hate? 
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">why?<br />
should have returned it</div>
</td>
</tr>
</table>
</div>
<p>So that I could get lectured by someone and return it, duh.<br />i would say find the motherboard with the HIGHEST possible reviews you can. if 100 people gave it 5 eggs, they most likely aren&#8217;t wrong.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">No reviews on this one yet, should I go for it?</p>
<p>
If i get that one I can nix the raid card</div>
</td>
</tr>
</table>
</div>
<p>if you checked the reviews on the other Asus P45 boards, some received no problems, some DOA.  <br />
that&#8217;s very typical for Asus.  if it works, its awesome. if not, its hell.<br />
i&#8217;d hit it, but that&#8217;s me.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>i don&#8217;t like shitty products that break.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/my-mobo-died-wtc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WMV joiner</title>
		<link>http://www.vexstar.com/wmv-joiner/</link>
		<comments>http://www.vexstar.com/wmv-joiner/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/wmv-joiner/</guid>
		<description><![CDATA[I am looking for a program that will allow me to combine multiple wmv files. Sure, there are plenty of programs like that out there. But I&#8217;m looking for one that has a batch feature. Anyone?


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I am looking for a program that will allow me to combine multiple wmv files. Sure, there are plenty of programs like that out there. But I&#8217;m looking for one that has a batch feature. Anyone?</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/wmv-joiner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brightkite</title>
		<link>http://www.vexstar.com/brightkite/</link>
		<comments>http://www.vexstar.com/brightkite/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/brightkite/</guid>
		<description><![CDATA[Hi,
I&#8217;d like to join , but the site currently requires invites in order to become a member.  Does anyone have an invite they could send my way?
Thanks!
Brennan


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;d like to join , but the site currently requires invites in order to become a member.  Does anyone have an invite they could send my way?</p>
<p>Thanks!</p>
<p>Brennan</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/brightkite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Whats a Good printer to get?</title>
		<link>http://www.vexstar.com/whats-a-good-printer-to-get/</link>
		<comments>http://www.vexstar.com/whats-a-good-printer-to-get/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:49:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[a lot of different applications]]></category>
		<category><![CDATA[bulk printing]]></category>
		<category><![CDATA[compliant device]]></category>
		<category><![CDATA[grade teacher]]></category>
		<category><![CDATA[ink devices]]></category>
		<category><![CDATA[large format devices]]></category>
		<category><![CDATA[laser]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[printing mechanism]]></category>
		<category><![CDATA[retail stores]]></category>
		<category><![CDATA[trained technician]]></category>
		<category><![CDATA[USD]]></category>
		<category><![CDATA[Xerox]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/whats-a-good-printer-to-get/</guid>
		<description><![CDATA[Hey Guys,
   I&#8217;ve been doing some research on some printers to purchase for a newly formed company.
What we are trying to do is print brochure inserts.   We have ordered custom brochure folders already but now we plan to print the inserts ourselves.  
What is a good printer for this? a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Hey Guys,<br />
   I&#8217;ve been doing some research on some printers to purchase for a newly formed company.</p>
<p>What we are trying to do is print brochure inserts.   We have ordered custom brochure folders already but now we plan to print the inserts ourselves.  </p>
<p>What is a good printer for this? a printer that is under 500.00</p>
<p>
Thanks in advance<br />good?  under 500?  something you&#8217;re going to give to customers?</p>
<p>no.<br />I&#8217;m assuming you&#8217;re going to want to print in color, so Ink Jet is your preferred option in that case.  If you are printing a lot, look for a printer that has a low cost per page.  Basically, the main difference that I&#8217;ve found is when you get a cheap printer it uses ink cartridges that are half filled while a more expensive printer gets a full cartridge.  So, for the same $30 per cartridge you get more prints out of the full cartridge and thus lower cost per page.<br /><span id="more-416"></span>
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">good?  under 500?  something you&#8217;re going to give to customers?</p>
<p>no.</p></div>
</td>
</tr>
</table>
</div>
<p>there are plenty of ink jet printers under $500 that can print out very nice stuff.  for over $500 you&#8217;re going to get something that prints faster, cheaper per page and lasts longer (higher number of pages it is expected to last).  to say that you can&#8217;t get quality out of a sub-$500 printer is ignorant.</p>
<p>i&#8217;ve got an HP printer that i bought years ago for about $300 (printer/scanner/copier/fax).  it prints very nice and my wife used it for quite a while to print shit for her students (she was a 3rd grade teacher in a shithole school that locked the photocopiers away from the teachers).  she has printed tons of stuff over the years and the thing is still cranking without a problem.  every so often i&#8217;ll print out flyers for my father&#8217;s business, though if he wants a lot he&#8217;ll go to a printing company just because in large quantities it makes sense.<br />speed and cost per page on inkjet printers is horrible at decent quality settings.  It&#8217;s good for home and very low-volume usage where initial cost and size are prohibitive&#8230;  However, if you&#8217;re printing out brochures &quot;en mass&quot; then it&#8217;s not the right technology.</p>
<p>I&#8217;d say double the budget and get a Xerox Phaser.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">good?  under 500?  something you&#8217;re going to give to customers?</p>
<p>no.</p></div>
</td>
</tr>
</table>
</div>
<p>Only the best. Anything less is shit right? <br />Also, he said good, not great. Something for $500 may well do the job. And you don&#8217;t even know what volume he is printing in. So what if its a little more cost per page? Doesn&#8217;t matter if he isn&#8217;t printing thousands upon thousands.</p>
<p>You say he should spend $1000? Is his volume of printing on a lower cost per page printer gonna outweigh that extra $500?</p>
<p>TS needs to do some sums I think.<br />HP 2550L or HP 2550ps</p>
<p>that works good for me. they were like $299 a few years back.  prints good and a pretty low cost per page.<br />we are looking to print out about 3000 brochure inserts about  5&#215;8 inserts<br />and i have only heard good things about canon , epson and hp<br />So basically what is gonna go on these inserts will be our menus for catering. With some light graphics behind the writing.<br />
So the first wave of prints will be 3000 prints on the inserts and once we use up those, we will print another 3000 or more.</p>
<p>So yea i need something that lasts.  </p>
<p>i Appreciate all the suggestions<br />honestly, if you&#8217;re doing 3000 at a time, and you&#8217;ll do it more than once, you are much better off with something like a Phaser.<br />Why not get a Xerox Phaser 8560?</p>
<p>It&#8217;s a little more than your budget, but it IS worth it, and will end up paying for itself over time, with ink costs.</p>
<p>If you don&#8217;t need duplex support, then you can get one for $699.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">Why not get a Xerox Phaser 8560?</p>
<p>It&#8217;s a little more than your budget, but it IS worth it, and will end up paying for itself over time, with ink costs.</p>
<p>If you don&#8217;t need duplex support, then you can get one for $699.</p></div>
</td>
</tr>
</table>
</div>
<p>
is this also an inkjet and how much are the catridges? I havent used xerox before
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>it is NOT an inkjet.</p>
<p>you do NOT want an inkjet.</p>
<p>the 8560 is a solid-ink printer.</p>
<p>30ppm in both bw and color<br />
5 seconds first-page-out.<br />
2400ppi resolution<br />
625 sheet capacity standard, optional 1675 extended capacity<br />
network connectivity standard<br />
85,000 ppm duty cycle<br />
fastest color print speed in its class<br />
fastest first-page-out in its class<br />
cartridge-free ink design means you can add more ink without losing the ink already in the printer.  and it&#8217;s solid so no messy liquids to mess with</p>
<p>here&#8217;s the pdf on cost-per-print:</p>
<p>great. this looks good! So whast the different between solid ink to inkjet? Thanks so much for the help<br />should answer all your questions about solid-ink</p>
<p>this looks like its definately what i need however i am not even sure if theres ink block catridges can even be purchased in retail stores since this technology is more of a exclusiveness to Xerox only.<br />you can buy these printers outright, or lease them.  leases often include maintenance and ink contracts.</p>
<p>if you buy it outright, you can buy ink through local office supply houses such as IKON, or online.</p>
<p>office depot does sell them, but they&#8217;re over-priced.</p>
<p>Ordering online is the way to go, imo.  you can get 16 packs for $169 or less (4 of each of the colors).<br />I used to work in a print shop, and we used a Phaser for a lot of different applications.  They&#8217;re workhorses, and solid-ink printed docs have a really professional look to them, imo.  I&#8217;d recommend the Phaser if you&#8217;re willing to spend the money.<br />Power consumption: The ink must be heated and a large portion of the printing mechanism must be kept at or near the ink&#8217;s melting point. Printers often keep a small pool of each color wax heated to temperature when the printer is not in one of its low-power modes. This is similar to laser printers which need to heat the fuser assembly. Inkjet printers do not require heated components (save high end, large format devices such as those used for sign making.) Xerox solid ink devices are typically incapable of meeting Energy Star requirements; they essentially become unusable if they do meet them. When Xerox sells an allegedly Energy Star compliant device, its &quot;Intelligent Ready&quot; algorithm immediately kicks in, and within 2 weeks the heaters are on all of the time. <br />
Printer damage from moving: The printer contains melted wax when at operating temperature, and owners manuals warn it cannot be moved until it has completed a special cool-down cycle selected from the machine&#8217;s control panel. The manuals warn that substantial damage is possible, requiring servicing by a trained technician. The same problem occurs during a power outage. Given the printer&#8217;s high power use, it is not feasible to connect it to a UPS. </p>
<p>
that scares me lol.</p>
<p>
15minute warm up time!!!!! is that over exxagerating or is it right?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">speed and cost per page on inkjet printers is horrible at decent quality settings.  It&#8217;s good for home and very low-volume usage where initial cost and size are prohibitive&#8230;  However, if you&#8217;re printing out brochures &quot;en mass&quot; then it&#8217;s not the right technology.</p>
<p>I&#8217;d say double the budget and get a Xerox Phaser.</p></div>
</td>
</tr>
</table>
</div>
<p>My work has a Xerox Phaser &amp; it prints excellent color pages.  I just saw the bill the other day for the solid-ink refills, was $93ish for 3 blocks of ink.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>yea, but 3 blocks last an average of 3400 pages in color.  That&#8217;s damn good!  Plus you can get them a lot cheaper.</p>
<p>You can find 4 blocks of each of the 4 colors (CMYK) for under $170.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>when you first plug it in, yes.  But once it warms up, you don&#8217;t have to do anything&#8230;  you could let it sit for days before printing and once you click &quot;print&quot; the first page comes out in under 5 secs.<br />Xerox Phasers are excellent for &quot;small&quot; bulk printing. I wouldn&#8217;t use an inkjet to make brochures, you&#8217;ll go broke buying ink cartridges.<br />oh ok. Seems good. But what i was ready is that i cant move the printer around much due to the melted ink blocks spilling all over the place. Do i really need to be worried about that?  Once used, how long does it take before i can move the printer ? Thanks</p>
<p>
Pick a good spot so you don&#8217;t have to move it.  <br />You would be sickened if you plugged it into the nearest socket to get it heated up.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/whats-a-good-printer-to-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got a new monitor and am having a strange problem</title>
		<link>http://www.vexstar.com/got-a-new-monitor-and-am-having-a-strange-problem/</link>
		<comments>http://www.vexstar.com/got-a-new-monitor-and-am-having-a-strange-problem/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 16:49:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/got-a-new-monitor-and-am-having-a-strange-problem/</guid>
		<description><![CDATA[So my new monitor I got hates me. Reasons I came to this conclusion are: My resolution(s) don&#8217;t fit my screen, I have to move the mouse to the top of the screen to go up and see the top of windows, I have to move the mouse down to see my taskbar and stuff [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>So my new monitor I got hates me. Reasons I came to this conclusion are: My resolution(s) don&#8217;t fit my screen, I have to move the mouse to the top of the screen to go up and see the top of windows, I have to move the mouse down to see my taskbar and stuff down at the bottom, same for right and left sides of the screen. Does anyone have any idea what might fix this or maybe even cause it?  </p>
<p>Here&#8217;s how I went about installing the monitor, just in case the questions come up and someone might know: I shutdown my computer, unplugged monitor one and moved it to monitor two slot on the video card. Monitor is now on my floor with the new monitor plugged into the monitor one slot. I then turned out power and installed the stuff on the CD that came with said new monitor, drivers and some application that came with it. I hit update drivers and everything is up to date. Rather confusing as either I fail at Google or it just doesn&#8217;t want to show me what I want to know.<br /><span id="more-415"></span><br />That normally happens when you have 2 monitors cloned. It is using a resolution from the old monitor that isn&#8217;t supported by the new one. Just unplug the old monitor or set the new one to be the primary.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/got-a-new-monitor-and-am-having-a-strange-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo of my new pagefile.</title>
		<link>http://www.vexstar.com/photo-of-my-new-pagefile/</link>
		<comments>http://www.vexstar.com/photo-of-my-new-pagefile/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 13:22:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[algorithms]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[embedded controller]]></category>
		<category><![CDATA[flash card wear-leveling algorithms]]></category>
		<category><![CDATA[flash memory]]></category>
		<category><![CDATA[fractal algorithm]]></category>
		<category><![CDATA[Fujitsu]]></category>
		<category><![CDATA[G8]]></category>
		<category><![CDATA[gas mileage]]></category>
		<category><![CDATA[Hitachi]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[mem controller]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[operating systems]]></category>
		<category><![CDATA[Prime Minister]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[ram]]></category>
		<category><![CDATA[rubber hoses]]></category>
		<category><![CDATA[sdram]]></category>
		<category><![CDATA[single controller]]></category>
		<category><![CDATA[special driver]]></category>
		<category><![CDATA[stock driver]]></category>
		<category><![CDATA[USD]]></category>
		<category><![CDATA[wear-leveling algorithm]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/photo-of-my-new-pagefile/</guid>
		<description><![CDATA[Yeah bwoiee.
I have no idea what possessed me to do this, but I bought a 300x CF card and a CF-to-IDE adaptor to use it with, then I set it to be my Z: drive and put a 1.8GB pagefile on it. I figured it would benefit from the virtually-nonexistent random seek times that FLASH [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Yeah bwoiee.</p>
<p>I have no idea what possessed me to do this, but I bought a 300x CF card and a CF-to-IDE adaptor to use it with, then I set it to be my Z: drive and put a 1.8GB pagefile on it. I figured it would benefit from the virtually-nonexistent random seek times that FLASH memory has, and that 300x (45MB/s) would be fast enough to be useful. I was right; PCMark05 reported a consistent increase in HDD performance of about 500 points, and more importantly, my HDDs are quieter, especially on bootup &#8212; which actually matters when your boot disk consists of three fucking Raptors that sound like coffee grinders on a good day.<br /><span id="more-414"></span></p>
<p>One note: I had to use a special driver for the CF card to get Windows to treat it like a fixed disk (instead of a removable one), because without that it won&#8217;t put the pagefile on it. I don&#8217;t know if it&#8217;s the stock driver for Hitachi Microdrives or if someone edited it, but either way, if someone else wants to do the same thing, PM me and I&#8217;ll send you the driver I used.</p>
<p>Was it worth $75? Meh, I dunno, but it was a fun project and it improved things a bit.<br />awesome.  now you can chew up a cf card in short-order </p>
<p>seriously tho&#8230;  11ty/10 on the retard-o-meter.<br />We&#8217;ll see how long it lasts. But whatever, it&#8217;s got a lifetime warranty.</p>
<p>I think I can deal with pegging the retard-o-meter if it also means I get a 10% increase in HDD performance.<br />i think you&#8217;d be better off with one of those adapters that allowed you to plug in sdram/ddr as a hard drive.  i know they had limitations, i think they released another version that accepted ddr2 or something</p>
<p>boot times were amazing with those, but they relied on a small battery to keep all the data intact
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">i think you&#8217;d be better off with one of those adapters that allowed you to plug in sdram/ddr as a hard drive.  i know they had limitations, i think they released another version that accepted ddr2 or something</p>
<p>boot times were amazing with those, but they relied on a small battery to keep all the data intact</p></div>
</td>
</tr>
</table>
</div>
<p>Nope, still no DDR2 version of the iram. Which is a shame considering the price of DDR2.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">i think you&#8217;d be better off with one of those adapters that allowed you to plug in sdram/ddr as a hard drive.  i know they had limitations, i think they released another version that accepted ddr2 or something</p>
<p>boot times were amazing with those, but they relied on a small battery to keep all the data intact</p></div>
</td>
</tr>
</table>
</div>
<p>the batt is a moot point when it&#8217;s just a pagefile.<br />What about a way to use a 8GB SD card?<br />
I would think SD cards would be cheaper and easier to find. I know I can get an 8gb SD card at microcenter for $30. Although I did just find a 8GB CF card at newegg for $36 including shipping
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">We&#8217;ll see how long it lasts. But whatever, it&#8217;s got a lifetime warranty.</p>
<p>I think I can deal with pegging the retard-o-meter if it also means I get a 10% increase in HDD performance.</p></div>
</td>
</tr>
</table>
</div>
<p>
I like that it cuts down on the seeking of the Raptors.</p>
<p>That&#8217;s seriously not a bad thing.</p>
<p>Is there anything inherent about that setup that couldn&#8217;t be done off of a USB thumb drive?</p>
<p>I&#8217;ve got a 4gb Corsair Flash Voyager GT sitting around that is pretty speedy for a USB drive.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>yeah good point, i was pointing out the battery as a shortcoming to the device in general, but for a page file who cares.</p>
<p>too bad they don&#8217;t make it compatible with ddr2, i would buy one right now. could you imagine how quickly video transcoding and dvd ripping would be?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">yeah good point, i was pointing out the battery as a shortcoming to the device in general, but for a page file who cares.</p>
<p>too bad they don&#8217;t make it compatible with ddr2, i would buy one right now. could you imagine how quickly video transcoding and dvd ripping would be?</p></div>
</td>
</tr>
</table>
</div>
<p>meh no diff than having a buttload of system ram.  actually system ram would be a bit faster because it goes cpu &gt; mem controller &gt; ram&#8230;  These ram-as-storage cards put the pci-express bus in the way.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>no, i-ram uses a sata connection.  it plugs into the pci slot for power.  but it is limited to 4gb ddr1 and sata 150.</p>
<p>if the second generation of i-ram will ever come out, you could put 16gb or so on it.  that would be enough to have an OS + rip dvds and transcode some video very quickly, much quicker than a hard drive.<br />
<a href="http://en.wikipedia.org/wiki/I-RAM" target="_blank">http://en.wikipedia.org/wiki/I-RAM<br />
</a><br />
could you imagine a RAID-0?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">no, i-ram uses a sata connection.  it plugs into the pci slot for power.  but it is limited to 4gb ddr1 and sata 150.</p>
<p>if the second generation of i-ram will ever come out, you could put 16gb or so on it.  that would be enough to have an OS + rip dvds and transcode some video very quickly, much quicker than a hard drive.<br />
<a href="http://en.wikipedia.org/wiki/I-RAM" target="_blank">http://en.wikipedia.org/wiki/I-RAM<br />
</a><br />
could you imagine a RAID-0?</div>
</td>
</tr>
</table>
</div>
<p>raid0 has thus-far proven nearly useless.</p>
<p>
Even sata-150 is not as fast as system memory thru the mem controller.  just need to properly write something to take advantage of it (and have enough system memory).  64-bit systems make that possible.  I&#8217;m surprised we don&#8217;t see some enthusiast mobos with six or eight memory slots.<br />11ty/10 would be using readyboost in Vista&#8230;</p>
<p>
Edit: Assuming it probably damages the flash drive from reading and writing 
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">Yeah bwoiee.</p>
<p>I have no idea what possessed me to do this, but I bought a 300x CF card and a CF-to-IDE adaptor to use it with, then I set it to be my Z: drive and put a 1.8GB pagefile on it. I figured it would benefit from the virtually-nonexistent random seek times that FLASH memory has, and that 300x (45MB/s) would be fast enough to be useful. I was right; PCMark05 reported a consistent increase in HDD performance of about 500 points, and more importantly, my HDDs are quieter, especially on bootup &#8212; which actually matters when your boot disk consists of three fucking Raptors that sound like coffee grinders on a good day.</p>
<p>One note: I had to use a special driver for the CF card to get Windows to treat it like a fixed disk (instead of a removable one), because without that it won&#8217;t put the pagefile on it. I don&#8217;t know if it&#8217;s the stock driver for Hitachi Microdrives or if someone edited it, but either way, if someone else wants to do the same thing, PM me and I&#8217;ll send you the driver I used.</p>
<p>Was it worth $75? Meh, I dunno, but it was a fun project and it improved things a bit.</p></div>
</td>
</tr>
</table>
</div>
<p>Probably a waste but who gives a fuck?  Cool project.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">11ty/10 would be using readyboost in Vista&#8230;</p>
<p>
Edit: Assuming it probably damages the flash drive from reading and writing </div>
</td>
</tr>
</table>
</div>
<p>Screw it. A £10, 2GB flash drive seems to be pretty good. PhotoShop CS3 starts in 3 seconds where it used to take around 10 </p>
<p>I can handle wearing out a £10 drive.<br />why wouldn&#8217;t you just use that money to add extra RAM so you don&#8217;t have to use your pagefile?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">What about a way to use a 8GB SD card?<br />
I would think SD cards would be cheaper and easier to find. I know I can get an 8gb SD card at microcenter for $30. Although I did just find a 8GB CF card at newegg for $36 including shipping</div>
</td>
</tr>
</table>
</div>
<p>Lexar makes 8GB 300x CompactFlash cards, but not SD cards. CompactFlash will always be the fastest memory card, because it has more electrical contacts and so it has greater bandwidth than cards with fewer contacts.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>My board has three RAM slots. I&#8217;m using two right now, in dual-channel mode. If I wanted to add more RAM, I&#8217;d either have to add a third card and give up dual-channel, or replace the two RAM cards I have right now.</p>
<p>I actually considered what you asked about, and I went on Newegg to price out more RAM. I have 2x 1GB DDR400 right now, so first I looked at that; the CompactFlash pagefile cost about half as much. Then I looked at 2x 2GB DDR400, which is what I&#8217;d need if I wanted to upgrade, and Newegg doesn&#8217;t even sell 2GB DDR400 cards.</p>
<p>Besides, the point was to see if it would work, and if it would improve performance. I&#8217;ve already overclocked my Athlon XP (and by extension, everything else plugged into the motherboard), I&#8217;ve already got a hardware-controlled RAID, I&#8217;ve maxed out the RAM, I installed extra USB ports inside the case for a memory card reader and a USB hard drive with an internal docking bay, I&#8217;ve got a PSU with modular cables to keep things tidy, etc&#8230;</p>
<p>Using an SSD was just about the only thing I haven&#8217;t done to trick out my machine yet, so it was a natural next step.<br />you should have saved your money for a new machine.  you must be planning that soon.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>I was going to get an Athlon 64 machine. Then I was going to get a Core2Duo machine. Then I was going to get a Phenom machine. Now I&#8217;m thinking I&#8217;ll get a Nehalem machine.</p>
<p>The basic problem is my Athlon XP machine continues to do what I need it to do, and even if the improvements I make to it are incremental and the law of diminishing returns is kicking in, it&#8217;s still fun to see if I can eke out a bit more from my old hardware.</p>
<p>Kinda the same reason why I&#8217;m dicking around with a 4-cylinder Passat instead of buying a 6-liter G8.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>Nope, I have the 1.8t. Much easier to modify, gets better gas mileage, and once modified properly, it&#8217;ll make more power than the V6 and <i>still</i> get better gas mileage, because the engine is lighter. 3500lbs. is heavy enough for any passenger sedan, it doesn&#8217;t need even more weight.</p>
<p>The V6 is more reliable, but only because it stays cooler. If VW had used silicone hoses instead of rubber hoses, the 1.8t&#8217;s heat bath wouldn&#8217;t make shit wear out so damned fast.<br />vw doesn&#8217;t know much about reliability except in cases of the utmost simplicity.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>this i&#8217;ll concur with.  i own a 2001 1.8T passat that has had a few reliability issues, although lately it&#8217;s been ok.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>But that 10 year 100K mile drivetrain warranty make they comfortable.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>what is with you mis-using &quot;they&quot; tonight?
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>vw has only a 5/60k warranty, iirc, as of 2002.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>usually, yes.  But VW had the old fox, rabbit, and bug.<br />very cool<br />
i might actually want to try this one out.</p>
<p>also, how come the page file is used so much during boot up? i had no idea that this happened lol<br />How is this going now deus?</p>
<p>Apparently, you may be better off to use it as an external journal. At least that seems to be the case on Ext3, for fancy RAIDs (6, maybe 5?).</p>
<p>   I like these guys.</p>
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<p>				<b>Performance Impact</b></p>
<p>  After running the setup for a few days, I draw the following conclusions:
<ul>
<li>The general slowness of all file access, caused by a single heavy write is reduced so much that it does not interfear with daily work anymore.</li>
<li>The hardlink backup (using rsync to keep a copy of the files, with hardlinks to those that have not changed) is about twice as fast.</li>
<li>The tape based backup (bacula, running at the same time as the hardlink backup) is about twice as fast as well.</li>
</ul>
<p>In other words, having an external journal with a HW RAID setup is a MUST.</p>
</td>
</tr>
</table>
</div>
<p>I might need to do this.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">very cool<br />
i might actually want to try this one out.</p>
<p>also, how come the page file is used so much during boot up? i had no idea that this happened lol</p></div>
</td>
</tr>
</table>
</div>
<p>I&#8217;m not sure why; I&#8217;m not really sure it is used that much during bootup, except to allocate and de-allocate segments of the pagefile as processes get loaded and demand more memory than they&#8217;ll ever really use, but whatever the case may be, it definitely is quieter on bootup with the CF card taking some of the hits.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">How is this going now deus?</p>
<p>Apparently, you may be better off to use it as an external journal. At least that seems to be the case on Ext3, for fancy RAIDs (6, maybe 5?).</p>
<p>   I like these guys.</p>
<p>I might need to do this.</p></div>
</td>
</tr>
</table>
</div>
<p>Interesting idea. Not practical on a Windows system, I&#8217;m afraid, but for that you can always get one of Fujitsu&#8217;s new hybrid HDDs with the built-in FLASH cache. (heh, it rhymes!)</p>
<p>Anyway, it&#8217;s still working fine. If there were a way to check what the wear on the card is, I&#8217;d do it, but given that I bought a good card from a reputable company, I&#8217;m not worried about it wearing out before the end of the computer&#8217;s lifetime.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
<div style="italic">Interesting idea. Not practical on a Windows system, I&#8217;m afraid, but for that you can always get one of Fujitsu&#8217;s new hybrid HDDs with the built-in FLASH cache. (heh, it rhymes!)</p>
<p>Anyway, it&#8217;s still working fine. If there were a way to check what the wear on the card is, I&#8217;d do it, but given that I bought a good card from a reputable company, I&#8217;m not worried about it wearing out before the end of the computer&#8217;s lifetime.</p></div>
</td>
</tr>
</table>
</div>
<p>it also seems like it would be pretty easy to swap for a new card if that one burned out, right?  there is no data being stored so at worst if it dies during use your PC may crash until you swap it out and redo the pagefile on the new one.<br />It would probably just throw up a stream of delayed-write failures, at which point I&#8217;d hard-off the computer and swap out the card.</p>
<p>The card <i>is</i> formatted, so I&#8217;d have to reformat the new card on another computer and use a utility to make a new blank 1.8GB file called &quot;pagefile.sys&quot;, but that would take about five minutes. Not a huge loss.
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<div></div>
</td>
</tr>
</table>
</div>
<p>I was forever pronouncing cache as cashay but I&#8217;ve known for a long time that that&#8217;s wrong. Still took me 2 mins to realise where your rhyme was. I&#8217;m still saying cashay.</p>
<p>If I do that external journal thing, I guess a hybrid drive could be very worth it! But does it need to be many gigabytes? 400Mb per partition, therefore 4Gb = loads I THINK. Could get an SSD, down the road. I will need to work it out. Not worrying yet.</p>
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<p>				Anyway, it&#8217;s still working fine. If there were a way to check what the wear on the card is, I&#8217;d do it, but given that I bought a good card from a reputable company, I&#8217;m not worried about it wearing out before the end of the computer&#8217;s lifetime.</p>
</td>
</tr>
</table>
</div>
<p>I wish for a way to check the wear too.</p>
<p>Once I heard that with wear levelling an SSD can stand AT LEAST (As in the very worst case) one year of pretty hectic writing. There was a very good page that I might link back here if I get to it in the near future. Then again swap space is used a lott.</p>
<p>But I also heard that SSDs don&#8217;t do wear levelling accross the entire drive. Actually I think that was just Flash cards, which makes some sense.<br />
Oh yes. I got a link: </p>
<div style="5px;">
<table cellpadding="6" cellspacing="0" border="0" width="100%">
<tr>
<td class="alt2" style="1px inset">
<p>				                       SiliconSystems patented wear-leveling algorithm writes data                        evenly over the entire SiliconDrive, resulting in the longest                        possible drive life. SiliconDrive is specifically engineered                        for embedded systems that store user files as well as hold                        operating systems, look-up tables and other critical static                        data.                     In contrast, traditional flash card wear-leveling algorithms                        do not write evenly over the entire card. The expected life                        of traditional flash cards is directly related to the amount                        of static data present &#8211; the more static data, the shorter                        the card life.</p>
</td>
</tr>
</table>
</div>
<p>Technically speaking, it <i>is</i> pronounced &quot;cashay&quot;, it&#8217;s just that we Americans usually treat trailing e&#8217;s as silent &#8212; cashay, coopay, rooay, etc&#8230;</p>
<p>I guess it&#8217;s not surprising that SSDs don&#8217;t do wear-leveling across the entire drive, because the fractal algorithm used to do wear-leveling grows exponentially in complexity as the area covered increases. Eventually you&#8217;d hit a point where the embedded controller couldn&#8217;t keep up. It&#8217;s probably easier to treat the SSD as a spanned disk with multiple separate areas covered by multiple separate controllers running multiple separate algorithms. That SiliconSystems SSD must be pretty pricey if it has a single controller that can wear-level the entire disk at once.</p>
<p>From that description, it sounds like pagefile duty is the best possible assignment for my CF disk &#8212; data never persists past a single boot cycle, and rarely persists for more than a few hours, so I should get close to the theoretical maximum lifespan for my money spent.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/photo-of-my-new-pagefile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google apps?</title>
		<link>http://www.vexstar.com/google-apps/</link>
		<comments>http://www.vexstar.com/google-apps/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 13:22:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://www.vexstar.com/google-apps/</guid>
		<description><![CDATA[any of you guys use this at your office?
we just found out that someone had created a site for our company. now that we have have control over it, the &#8216;create an account here&#8217; button is missing from the sign in page.  
any idea on how to get it back?


No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>any of you guys use this at your office?</p>
<p>we just found out that someone had created a site for our company. now that we have have control over it, the &#8216;create an account here&#8217; button is missing from the sign in page.  </p>
<p>any idea on how to get it back?</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.vexstar.com/google-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
