tag:blogger.com,1999:blog-31438633611014220382009-07-15T18:55:54.431-07:00The Tomorrow TimesNews that matters for the futurestevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.comBlogger76125tag:blogger.com,1999:blog-3143863361101422038.post-43467509000489442102009-05-02T21:26:00.000-07:002009-05-02T22:51:21.956-07:00a digital study of ColourI've been doing some programming lately (coding an application to load onto my camera that makes the camera capable of taking high dynamic range photos <span class="blsp-spelling-error" id="SPELLING_ERROR_0">natively</span>), but writing this application has made me notice a few things about the colour, light intensity and tone of a digital image. There are some things I have taken for granted really about working with coloured images in <span class="blsp-spelling-error" id="SPELLING_ERROR_1">photoshop</span>, never really having dealt with the <span class="blsp-spelling-error" id="SPELLING_ERROR_2">nitty</span> gritty details of image enhancements that I'm forced to learn all about now. I feel like sharing a couple of these interesting insights, however obvious they seem to be.<br /><br />First off, lets explore how important the varying levels of brightness is to a photo. Take, for example, this following image.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0ddygHUNI/AAAAAAAADy0/mdySHdazQBY/s1600-h/Seasons.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 208px;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0ddygHUNI/AAAAAAAADy0/mdySHdazQBY/s400/Seasons.jpg" alt="" id="BLOGGER_PHOTO_ID_5331449931486417106" border="0" /></a><span style="font-style: italic;">(Image credit of <span class="blsp-spelling-error" id="SPELLING_ERROR_3">Alexiuss</span> @ http://alexiuss.deviantart.com/art/Seasonscape-69489448)</span><br /><br />It's a lovely image, but lets see what happens to the image when we remove the <span class="blsp-spelling-corrected" id="SPELLING_ERROR_4">varying</span> levels of brightness (or shading I guess you could call it); we're just going to leave behind the colour hues.<br /><br /><div style="text-align: center;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_kfv2ADnjgQg/Sf0ddxe-LCI/AAAAAAAADy8/bxnqf5e1MXk/s1600-h/nodarkness.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 208px;" src="http://1.bp.blogspot.com/_kfv2ADnjgQg/Sf0ddxe-LCI/AAAAAAAADy8/bxnqf5e1MXk/s400/nodarkness.jpg" alt="" id="BLOGGER_PHOTO_ID_5331449931213188130" border="0" /></a>We are left now with a colorful, but rather confusing, image made up of several main colors: cyan, green, yellow, red, magenta, and blue. White represents an area lacking colour. Even though a coloured image in principal requires three times more information than a black and white image, all that added information provides relatively little use on it own it seems.<br /><br />Next, lets look at the opposite effect; turning a coloured image into a black and white (<span class="blsp-spelling-corrected" id="SPELLING_ERROR_11">gray scale</span>) image. The thing is, how do you do this? If there are three colour channels in a coloured image, (Red, Green, and Blue,) how best do you combine them to make just one black and white channel?<br /><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0leAkmTsI/AAAAAAAADzM/X2fXFtLzg00/s1600-h/im2.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 208px;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0leAkmTsI/AAAAAAAADzM/X2fXFtLzg00/s400/im2.jpg" alt="" id="BLOGGER_PHOTO_ID_5331458731356344002" border="0" /></a>First up, it seemed logical to me to just average all three <span class="blsp-spelling-error" id="SPELLING_ERROR_5">RGB</span> colour channels to make the black and white image: the above is the outcome. Overall, I was pleased with this first result, but after reading up some more on the behaviour of light, color and human perception, I realized that the ideal method might not be just so simple.<br /></div><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0lerxgu-I/AAAAAAAADzc/F_HXsjYt_zY/s1600-h/im4.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 208px;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0lerxgu-I/AAAAAAAADzc/F_HXsjYt_zY/s400/im4.jpg" alt="" id="BLOGGER_PHOTO_ID_5331458742953229282" border="0" /></a>One thing to realize is that the human eye sees different luminosities for each of the three main <span class="blsp-spelling-error" id="SPELLING_ERROR_6">RGB</span> colours. In the above image, the ratios 0.3 : 0.6 : 0.1 were used to combine (add up) the <span class="blsp-spelling-error" id="SPELLING_ERROR_7">RGB</span> channels to make just one whole channel. The idea is, the human eye sees green as being 6 times as bright as blue and twice as bright as red. But is this even the best method?<br /><br /> <a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0leavllJI/AAAAAAAADzU/cGY7RSEcpKc/s1600-h/im3.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 208px;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/Sf0leavllJI/AAAAAAAADzU/cGY7RSEcpKc/s400/im3.jpg" alt="" id="BLOGGER_PHOTO_ID_5331458738381755538" border="0" /></a><br />The above image was produced by squaring each of the <span class="blsp-spelling-error" id="SPELLING_ERROR_8">RGB</span> colour channels, adding up the results, and then rooting that sum. I actually really liked this result; it makes some sense that the brightness of a color might not be linear in nature, but even if that is not the case, visually I found this result the most appealing. <br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_kfv2ADnjgQg/Sf0leHWbSvI/AAAAAAAADzE/1dPhuQ11yJs/s1600-h/im1.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 208px;" src="http://3.bp.blogspot.com/_kfv2ADnjgQg/Sf0leHWbSvI/AAAAAAAADzE/1dPhuQ11yJs/s400/im1.jpg" alt="" id="BLOGGER_PHOTO_ID_5331458733175950066" border="0" /></a><br />Lastly, I wanted to see how my <span class="blsp-spelling-error" id="SPELLING_ERROR_9">paint</span> application defined brightness to see if I could duplicate how it might produce a black and white image from a colored image. Its method was actually performed by taking the lowest and highest valued channel (per coloured pixel) of the three <span class="blsp-spelling-error" id="SPELLING_ERROR_10">RGB</span> channels and just averaging them-- completely ignoring the third colour channel! The above is the result. <br /><br />In the end, I have tested 4 different methods of producing a black and white image from a coloured image- and there are probably a dozen more other ways yet unmentioned here. I wish I could say there was 'a best' method, but it appears that it all comes down to personal preference. Some of the methods may be considered more accurate, numerically or perceptually, and other ways may just look nicer. In the end, it may not really matter, as the end results of the different methods were all still very similar. Can you see the differences?<br /><br />For something that seemed at first so simple, I'm amazed to find that working with coloured images at the <span class="blsp-spelling-error" id="SPELLING_ERROR_12">nitty</span> gritty level becomes quite the chore. My headaches do not end there however, as <span class="blsp-spelling-corrected" id="SPELLING_ERROR_13">modifying</span> and combining the dynamic ranges of <span class="blsp-spelling-corrected" id="SPELLING_ERROR_14">multiple</span> images introduces new challenges as well. It turns out that just averaging two identical photos (with just different exposures) produces pretty decent results! It may not be the best method of producing an <span class="blsp-spelling-error" id="SPELLING_ERROR_15">HDR</span> image, but it sure is easy. (bonus: simply averaging the images also seems to reduce image noise!)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-4346750900048944210?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com14tag:blogger.com,1999:blog-3143863361101422038.post-16817755682923857822009-03-31T19:49:00.001-07:002009-04-03T14:13:34.603-07:00How to get Skype for the iPhone in Canada<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_kfv2ADnjgQg/SdLdf9xmKuI/AAAAAAAADys/Sg5PB44xRc0/s1600-h/Image3.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 347px; height: 355px;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/SdLdf9xmKuI/AAAAAAAADys/Sg5PB44xRc0/s400/Image3.png" alt="" id="BLOGGER_PHOTO_ID_5319557651106245346" border="0" /></a><br />It seems every country was able to download and install Skype for the iPhone as of today... except for Canada. Apparently it was due to some patent-licencing issues.. I really wanted Skype though since I have unlimited incoming calls on my iPhone, but no long distance features and limited outgoing minutes; Skype-out would be a great way for me to save some money.<br /><br />Well, there is hope, Canada!<br /><br />Steps involved:<br /><br />1) Visit <a href="http://www.tunecore.com/freealbum">http://www.tunecore.com/freealbum</a> and get a free iTunes promo code. If the link no longer works, Google is your friend when it comes to finding other valid US iTunes promo codes.<br />2) In iTunes, select from the Menu,<span style="font-weight: bold;"> Store > View My Account</span> and login.<br />3) Select <span style="font-weight: bold;">Change Country </span>and follow the instructions.<br />4) You will want to select US as the country and instead of using a Credit Card, just enter the promo code. The new address you enter needs to be US-based; Beverly Hills, 90210 is popular.<br />5) When done, you can use the US iTunes App store (since your account is now set to US) to install Skype to your iPhone. <span style="font-style: italic;">(Syncing Apps with iTunes can be a pain bit of a pain in the butt, so if you are having problems with the syncing process, keep playing with it until you get it to </span>work.)<br />6) Skype should now be installed on your iPhone, but with your iTunes set for US, using your iPhone App store could be a problem. So, once Skype is installed, just repeat the above steps to change your Country setting in iTunes back to Canada.<br />7) If you do not have a Credit card, or wish not to enter a Credit card number, <a href="http://www.dose.ca/music/artiststowatch/download.html">Dose.ca</a> provides free promo codes that will allow you to bypass this step. American promo codes may not work.<br />8) Now that your iTunes account is set back to Canadian, everything should be back to normal, except Skype will now be loaded on your iPhone.<br />9) ENJOY!<br /><br />If you are having problems with my above method, <a href="http://www.ianbell.com/2009/03/31/iphone-skype-for-canada-a-workaround/">check out this site</a>, as it offers a slightly different method that should also work.<br /><br />[Update: Skype calls over 3G are disabled for some annoying reason, so only calls over WiFi seem to work. $4/month for skype versus $40/month for a cellular voice plan... I feel like I'm being scammed. gah!]<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-1681775568292385782?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com6tag:blogger.com,1999:blog-3143863361101422038.post-5382706942961667592009-03-18T14:39:00.000-07:002009-04-02T12:51:42.048-07:00Lenovo T400 - Trial OutdoorsIt has been a long winter up here in Canada and with the warm, sunny weather now approaching, computer users attempt to migrate outside with their laptops to soak up some much needed Vitamin D. One problem though -- not all notebooks displays are readable in bright light.<br /><br />I wanted to try out my Lenovo Thinkpad T400 notebook outside today, as the weather was finally somewhat warm and the sun was shining. I bought the T400 a few months ago in hopes of the screen being usable outside in direct sunlight, but I was unable to actually test it until now.<br /><br />When customizing a Thinkpad at Lenovo.com, there often are a few choices for display types. Some options include LED backlighting, some include high resolution displays and most recently, Lenovo has started offering an ultra bright 680-nit display option for the T400 that is designed for outdoor use it would seem.<br /><br />The display my Thinkpad uses is the LED-backit 1440 by 900 resolution display option, which is bright, but not 680-nit bright.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScFtKjYKX8I/AAAAAAAADyE/J_2yQ_JkR3s/s1600-h/Image1.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 308px; height: 400px;" src="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScFtKjYKX8I/AAAAAAAADyE/J_2yQ_JkR3s/s400/Image1.png" alt="" id="BLOGGER_PHOTO_ID_5314649063336599490" border="0" /></a><br />I started my test outside with the T400 in the early afternoon on a sunny March day here in Toronto. One thing I quickly noticed was that<span style="font-weight: bold;"> in direct sunlight</span>, reading black on white text was quite easy, even with the backlight turned off; this was in part due to the transflection properties of the display. <span style="font-weight: bold;">Without the backlight on</span>, the whites had a yellow tint to it, whereas with the backlight set to full, there was more of a slight blue tint to the whites. Also, <span style="font-weight: bold;">shadows</span> (with the backlight off) quickly lowered the contrast, making it harder to read, while with the backlight set to full, shadows had less of an effect.<br /><br />Despite having some added problems with having the backlight off, in direct sunlight text was still readable with the backlight off and I was able to greatly increase the battery life of the notebook because of it.<br /><br />On an overcast day, or when there are shadows present, turning on the backlight to full works well to bring out more accurate colors and to make text even more readable. Text was still not as easy to read as it is when indoors, but it was workable. I was able to write up an article for work, while sitting in the sun at a park with my iPhone providing me a tethered Internet connection. I will need to try this all on the beach sometime. :-)<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_kfv2ADnjgQg/ScFx_UN9KdI/AAAAAAAADyM/TYuaDeiPD7U/s1600-h/Img_0494.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/ScFx_UN9KdI/AAAAAAAADyM/TYuaDeiPD7U/s400/Img_0494.jpg" alt="" id="BLOGGER_PHOTO_ID_5314654367846836690" border="0" /></a><br />Anyways, as for reflections, since the screen was matted, I did not see any real reflections at all. (unlike on the new glossy Macbook displays). Other than reduced contrast, my eyes did not need to fight or become strained trying to see the display. There was one problem, easily fixed, but during the late afternoon, when the soon was nearing the horizon, there was a blurry bright reflection of the sun. Adjusting the screen's angle or shifting the notebook a bit to another angle fixed that issue.<br /><br /><span style="font-weight: bold;">As a conclusion</span>, I would say the matted LED backlit 1440x900 LCD display on the Lenovo T400 is fully adequate for working on a document outside in the direct sun. It even has some transflective properties that allow a user to turn off the backlight completely and still see the screen. Watching a dark movie or dealing with dim images may be troublesome however.<br /><br />The incredible battery life of the T400 allowed me to spend virtually the entire day working outside, which is a plus as well. Purchasing the new 600-nit option displays for the T400 would be even better for working outdoors I am sure. I'm very pleased, but as you can tell from the images, contrast is still greatly lowered.<br /><br /><span style="font-weight: bold;">One last thing,</span><br />I will try to add more photos of other notebooks under direct sunlight conditions to help give everyone an idea of what are good outdoor displays and what are not. If any readers have a photo of their notebook out in the sun however, send it my way and I will add it to the site, along with all the others I get.<br /><br />punkrawker@gmail.com<br /><br /><br />[<span style="font-weight: bold;">Update:</span> A reader had a few questions for me that I may not of made clear in this article. So, I am attaching below my response, in case anyone else has similar questions. ]<br /><span style="font-size:85%;"><span style="font-family:arial;"></span><br /><br /><span style="font-family:arial;"> When I bought my T400, Lenovo offered a different selection of LCD panels for the T400. There was the WXGA, WXGA+ and WXGA+ /w LED BL. I notice that Lenovo seems to change what is offered quite often; sometimes do to a shortage of a specific type. In some cases, it is just the price that goes up or down for an option, but at other times, the option is removed. I paid about $80 for my screen upgrade; while there were some weeks the same upgrade cost $150- it does not seem like Lenovo.com Canada offers this option at the moment.</span><br /><br /><span style="font-family:arial;"> The current offerings at Lenovo Canada are:</span><br /><span style="font-family:arial;"> WXGA</span><br /><span style="font-family:arial;"> WXGA+</span><br /><span style="font-family:arial;"> WXGA HN + backlit.</span><br /><span style="font-family:arial;"> (none of these really seem that great to me)</span><br /><br /><br /><span style="font-family:arial;"> I bought the </span><b style="font-family: arial;">WXGA+ /w LED BL.</b><span style="font-family:arial;"> From what I can tell, my display has a 300:1 contrast and 250 nits of brightness. It really seems quite bright compared to older Thinkpads.</span><br /><br /><span style="font-family:arial;"> This T400 review also had the same panel that I have it seems.</span><br /><span style="font-family:arial;"> <a href="http://www.buy.com/articles/loc/64230/channeltype/2/channelid/127/subtype/1/2004569.html">http://www.buy.com/articles/loc/64230/channeltype/2/channelid/127/subtype/1/2004569.html</a></span><br /><span style="font-family:arial;"> There opinion on the 250nit display outdoors was "</span><span style="color: rgb(0, 0, 0);font-family:arial;font-size:100%;" >it is perfectly serviceable outside."<span style="font-size:85%;"> I tend to agree; even on the sunniest of days, things are quite usable/readable. However, with the 250nit display, in direct sunlight the contrast of the screen seemed to be become lower, so I would say if you plan on working outdoors a lot, an even brighter screen could be a better choice. A brighter screen = easier to view outside. The pictures in my article are of the 250nit LED display in sunlight.<br /><br />The 250 nit display that my T400 has is currently not offered at this time at Lenovo.com Canada, but it might become available in the future.</span></span><span style="font-family:arial;"> If you can get the WXGA+ /w LED BL 250nit display upgrade (for under $100, preferably), I'd say it is a great option for people who only occasionally plan to use their notebooks outdoors. It is still looks bright and more than bright enough for indoor use. The viewing angles are not that super great however.</span><br /><br /><span style="color: rgb(0, 0, 0);font-family:arial;font-size:12;" ><span style="font-size:100%;"><span style="font-size:85%;"><br />Their is currently a</span> </span></span><b style="font-family: arial;">WXGA HN (high nit?) /w LED BL</b><span style="font-family:arial;"> being offered now at Lenovo.com Canada --- I assume this is the 680 nit option as mentioned in this article. <a href="http://www.eweek.com/c/a/Desktops-and-Notebooks/Lenovo-ThinkPad-Laptop-Toughens-Up-Against-Panasonic-Dell/">http://www.eweek.com/c/a/Desktops-and-Notebooks/Lenovo-ThinkPad-Laptop-Toughens-Up-Against-Panasonic-Dell/</a></span><br /><span class="Article_Date" style="font-family:arial;">"The Lenovo ThinkPad T400, which has a retail price starting at $1,350, includes an optional 680-nit "high brightness" panel designed to provide extra visibility even in bright ambient conditions, such as light shining directly on the screen. "</span><span style="font-family:arial;"> </span><span style="color: rgb(0, 0, 0);font-family:arial;font-size:12;" ><br /><br /></span><span style="font-family:arial;">As for a higher resolution version of this display, someone on the Internet said "at least for one day, there was yet another option (priced at $150, if I recall correctly) for a 14.1" </span><b style="font-family: arial;">WXGA+ (1440x900) "High Nit" with LED backlighting</b><span style="font-family:arial;">." The HN high resolution LCD display might of sold out already. If you wait, it might become available again in the future. And then again, Maybe not. It seems like the best choice for a LCD Panel if you can get it.</span><br /><br /><span style="font-family:arial;"> Heavy outdoor users will want to grab the HN (680nit?) LED BL option, as it will make working outside more pleasurable. If you can get it with the WXGA+ resolution, that would probably be preferred. You might have to wait and see if it becomes available though. I can't really suggest anyone get the WXGA low-resolution display, but for a lot of people that resolution is fine to use. If that is the only option available, it might be the best choice though. If it were me, I'd wait and see what other options become available.</span><br /><br /><br /><span style="font-family:arial;"> I have also seen a "</span><b style="font-family: arial;">Wide Viewing Angle" display</b><span style="font-family:arial;"> option appear at Lenovo.com at one time or another; I dont know how it differs exactly from other screens, but the display I have does not have great viewing angles. It seems however that the HN display options have Wide viewing angles (which is great). "</span></span> <span style=";font-family:arial;font-size:85%;color:black;" >, Lenovo is equipping the ThinkPad T400 laptop with an optional high brightness, wide angle screen, making it nearly four times brighter than previous ThinkPad laptop screens." - Lenovo PR. Im unsure exactly if this is a fact yet tho and im not sure what exactly is considered wide angle.</span><span style="font-size:85%;"><br /><br /><span style="font-family:arial;"> As for the </span><b style="font-family: arial;">Non-LED BL displays (CCFL)</b><span style="font-family:arial;">, I would not recommend getting one of these. They tend to be not as bright as the LED BL displays, and these backlights often tend to burn out after like 5 years of use. The LED BL options also seem to provide for better battery life comparably.</span><br /><br /></span> <span style=";font-family:arial;font-size:85%;color:black;" ><br />If it were me at the moment looking to buy a new T400, I would wait for better options to become available.</span><span style="font-size:85%;"><span style="font-family:arial;"> I like having a high resolution display, but I also like my display being LED backlit. Since I don't work outside that much, the WXGA+ 250-nit LED BL option works fine for me, but a brighter screen with better viewing angles would be preferred. The WXGA+ HN /w LED BL option would probably be the best option, if you can find that offer.</span><br /></span> <span style="color:black;"><span style=""><span style="font-size:85%;"><br /><br /><span style="font-family:arial;"> I do not know for sure if you can buy a Thinkpad in the US and have the warranty be valid in Canada. According to this discussion however, <a href="http://forum.notebookreview.com/showthread.php?t=90585">http://forum.notebookreview.com/showthread.php?t=90585</a>, a USA warranty is valid in Canada. If you can order from the US, it seems like that may indeed be a great way of getting the display type you want, while not having to wait for Lenovo Canada to start offering it.<br /><br />(At the time of this writing, Lenovo USA only offers CCFL displays and the WXGA HN LED display. The same as Canada, so ordering from the US at this time may not actualy help out much)<br /></span></span><br /></span></span><span style="font-weight: bold;">(disclaimer: This article contains opinions and it may also contain factual errors. Please inform me of any errors, so I can correct them. If you do not agree with my opinion on something, please leave a comment below to share your own opinion. thank you.)</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-538270694296166759?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com2tag:blogger.com,1999:blog-3143863361101422038.post-64545374885176684322009-03-17T16:39:00.000-07:002009-03-28T23:03:14.111-07:00Review: Lenovo S10Here is my <span class="blsp-spelling-corrected" id="SPELLING_ERROR_0">initial</span> review of the <span class="blsp-spelling-error" id="SPELLING_ERROR_1"><span class="blsp-spelling-error" id="SPELLING_ERROR_0">Lenovo</span></span> <span class="blsp-spelling-error" id="SPELLING_ERROR_2"><span class="blsp-spelling-error" id="SPELLING_ERROR_1">IdeaPad</span></span> S10 <span class="blsp-spelling-error" id="SPELLING_ERROR_3"><span class="blsp-spelling-error" id="SPELLING_ERROR_2">netbook</span>*</span> that I recently bought and had the day to play around with.<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://s3.amazonaws.com/twitpic/photos/full/3671171.jpg?AWSAccessKeyId=0ZRYP5X5F6FSMBCCSE82&Expires=1237346204&Signature=WjRYARs1WlrD5TAv%2FQS6KUwCn%2FM%3D"><br /></a><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScEz0S6HXgI/AAAAAAAADx0/h-Cx3qxnhHk/s1600-h/3671171.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScEz0S6HXgI/AAAAAAAADx0/h-Cx3qxnhHk/s400/3671171.jpg" alt="" id="BLOGGER_PHOTO_ID_5314586008795700738" border="0" /></a><br /><span style="font-weight: bold;">System Specifications:</span><br />10-inch display (matte)<br />512 MB RAM (2 GB Max?)<br />80 GB <span class="blsp-spelling-error" id="SPELLING_ERROR_4"><span class="blsp-spelling-error" id="SPELLING_ERROR_3">HDD</span></span><br />Intel Atom 270 1.6 GHz processor.<br />Intel <span class="blsp-spelling-error" id="SPELLING_ERROR_5"><span class="blsp-spelling-error" id="SPELLING_ERROR_4">GMA</span></span> 950 graphics<br /><span class="blsp-spelling-error" id="SPELLING_ERROR_6"><span class="blsp-spelling-error" id="SPELLING_ERROR_5">Webcam</span></span><br />SD Card Reader<br />3-cell battery<br />Black<br />Windows <span class="blsp-spelling-error" id="SPELLING_ERROR_7"><span class="blsp-spelling-error" id="SPELLING_ERROR_6">XP</span></span> Home SP3<br /><br /><span style="font-weight: bold;">Price paid: </span>$329 (CAD) + tax & shipping<br />I ordered the S10 from <a href="http://ncix.com/products/index.php?sku=34117&vpn=59-015864&manufacture=Lenovo"><span class="blsp-spelling-error" id="SPELLING_ERROR_8"><span class="blsp-spelling-error" id="SPELLING_ERROR_7">NCIX</span></span> Canada</a> on sale; <span class="blsp-spelling-error" id="SPELLING_ERROR_9"><span class="blsp-spelling-error" id="SPELLING_ERROR_8">Lenovo</span></span> Canada charges $429 ($399 on sale) for a slightly more upgraded S10e model. I'm definitely happy with the price that I paid, but a 6-cell version would have been preferred.<br /><span style="font-weight: bold;"><br />Performance:<br /><br /></span><span style="font-style: italic;"><span class="blsp-spelling-error" id="SPELLING_ERROR_10"><span class="blsp-spelling-error" id="SPELLING_ERROR_9">Futuremark's</span></span> Peacekeeper Browser Benchmark</span>:<br />Internet Explorer 7.0 score = 64<br />(for comparison, an <span class="blsp-spelling-error" id="SPELLING_ERROR_11"><span class="blsp-spelling-error" id="SPELLING_ERROR_10">AMD</span></span> <span class="blsp-spelling-error" id="SPELLING_ERROR_12"><span class="blsp-spelling-error" id="SPELLING_ERROR_11">Athlon</span></span> 64 3800+ scored 162 and an Intel Core 2 Duo E8400 scored 447)<br /><br />It made some sense to test the browser performance of the S10. A score of 64 is pretty low, but surfing the net still seemed to be responsive... most of the time. There were a few <span class="blsp-spelling-error" id="SPELLING_ERROR_13"><span class="blsp-spelling-error" id="SPELLING_ERROR_12">webpages</span></span>, including <span class="blsp-spelling-error" id="SPELLING_ERROR_14"><span class="blsp-spelling-error" id="SPELLING_ERROR_13">Engadget</span></span>, that seemed to cause a few seconds of unresponsiveness to the system as a whole while the page loaded. Switching to a faster browser, increasing the amount of memory from 512 MB to 2 GB (the max?) and installing anti-advertisement software to fend off the flash-based ads should help things out.<br /><br /><span style="font-style: italic;"><span class="blsp-spelling-error" id="SPELLING_ERROR_15"><span class="blsp-spelling-error" id="SPELLING_ERROR_14">SuperPi</span></span> 1.5 Mod (http://www.xtremesystems.com/pi/)</span><br />1 M = 1 minute, 34 seconds<br />(for comparison, a <span class="blsp-spelling-error" id="SPELLING_ERROR_16"><span class="blsp-spelling-error" id="SPELLING_ERROR_15">Lenovo</span></span> <span class="blsp-spelling-error" id="SPELLING_ERROR_17"><span class="blsp-spelling-error" id="SPELLING_ERROR_16">Thinkpad</span></span> T400 with an Intel Core 2 Duo P8600 2.4 GHz scored 20 seconds)<br /><br /><span style="font-style: italic;">YouTube <span class="blsp-spelling-error" id="SPELLING_ERROR_18"><span class="blsp-spelling-error" id="SPELLING_ERROR_17">HD</span></span> Video Playback</span><br />I loaded up a YouTube <span class="blsp-spelling-error" id="SPELLING_ERROR_19"><span class="blsp-spelling-error" id="SPELLING_ERROR_18">HD</span></span> video clip of the new Transformers 2 trailer (720p) for a test; playback was set to <span class="blsp-spelling-error" id="SPELLING_ERROR_20"><span class="blsp-spelling-error" id="SPELLING_ERROR_19">fullscreen</span></span> and quality was set to high. The display of the S10 is not actually 720p, rather 1024 x 600.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_kfv2ADnjgQg/ScBC97OvieI/AAAAAAAADxs/4xYMALe9s5o/s1600-h/Image1.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 367px; height: 111px;" src="http://1.bp.blogspot.com/_kfv2ADnjgQg/ScBC97OvieI/AAAAAAAADxs/4xYMALe9s5o/s400/Image1.jpg" alt="" id="BLOGGER_PHOTO_ID_5314321191936166370" border="0" /></a>The Intel Atom 270 processor is not actually a dual-core chip, but rather it just has hyper-threading capabilities that make it seem like it is a dual-core. As you can see from the CPU Usage History though, at no point was the video putting a full strain on the system, but it got close at times. As it stands, low-bit rate 720p video should run just fine on the S10.<br /><br />Considering how the S10 has no <span class="blsp-spelling-error" id="SPELLING_ERROR_21"><span class="blsp-spelling-error" id="SPELLING_ERROR_20">Blu</span></span>-ray drive, no <span class="blsp-spelling-error" id="SPELLING_ERROR_22"><span class="blsp-spelling-error" id="SPELLING_ERROR_21">DVI</span></span> or <span class="blsp-spelling-error" id="SPELLING_ERROR_23"><span class="blsp-spelling-error" id="SPELLING_ERROR_22">HDMI</span></span> output, and that it has a limited screen resolution, being able to handle 1080p video is not something most users will need to worry about with this system.<br /><br /><span style="font-style: italic;">Windows <span class="blsp-spelling-error" id="SPELLING_ERROR_24"><span class="blsp-spelling-error" id="SPELLING_ERROR_23">XP</span></span> <span class="blsp-spelling-error" id="SPELLING_ERROR_25"><span class="blsp-spelling-error" id="SPELLING_ERROR_24">Startup</span></span></span><br />I didn't bother to time it, but <span class="blsp-spelling-error" id="SPELLING_ERROR_26"><span class="blsp-spelling-error" id="SPELLING_ERROR_25">bootup</span></span> speed with the 80 GB 5400 RPM hard drive seemed quick. There was very little useless bloatware <span class="blsp-spelling-error" id="SPELLING_ERROR_27"><span class="blsp-spelling-error" id="SPELLING_ERROR_26">pre</span></span>-loaded on the system, but a Norton AV Trial was <span class="blsp-spelling-error" id="SPELLING_ERROR_28"><span class="blsp-spelling-error" id="SPELLING_ERROR_27">pre</span></span>-installed, which I didn't care much for. I <span class="blsp-spelling-error" id="SPELLING_ERROR_29"><span class="blsp-spelling-error" id="SPELLING_ERROR_28">uninstalled</span></span> it and Windows booted up a tad faster afterwards. Windows <span class="blsp-spelling-error" id="SPELLING_ERROR_30"><span class="blsp-spelling-error" id="SPELLING_ERROR_29">XP</span></span> does still feel faster than Vista.<br /><br /><span style="font-weight: bold;">System Build Quality and Design<br /></span>I was very pleased with the system quality of the <span class="blsp-spelling-error" id="SPELLING_ERROR_31"><span class="blsp-spelling-error" id="SPELLING_ERROR_30">Lenovo</span></span> S10. It felt very solid, even more solid than the <span class="blsp-spelling-error" id="SPELLING_ERROR_32"><span class="blsp-spelling-error" id="SPELLING_ERROR_31">Lenovo</span></span> <span class="blsp-spelling-error" id="SPELLING_ERROR_33"><span class="blsp-spelling-error" id="SPELLING_ERROR_32">Thinkpad</span></span> T400 that I use regularly. My T400 actually felt a bit flimsy in comparison, but the S10 was kinda heavy too... it felt *solid*.<br /><br />The S10 was also a very attractive looking <span class="blsp-spelling-error" id="SPELLING_ERROR_34"><span class="blsp-spelling-error" id="SPELLING_ERROR_33">netbook</span></span> in my opinion; classy, yet business looking. The black color worked well and although black is kinda boring, the small size of the system kept it still looking quite interesting<br /><br /><div style="text-align: center;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScMKCfiFO1I/AAAAAAAADyc/FiElCl4LhF0/s1600-h/IMG_0532.JPG"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScMKCfiFO1I/AAAAAAAADyc/FiElCl4LhF0/s400/IMG_0532.JPG" alt="" id="BLOGGER_PHOTO_ID_5315103023167781714" border="0" /></a><span style="font-style: italic;">(A cat, a Lenovo T400 and the Lenovo S10)</span><br /><br /></div>As expected, the <span style="font-weight: bold;">keyboard</span> did feel kinda small, but it was fine for writing short emails with. I would not want to write a long article with it; I actually quickly gave up on writing this article on it. The keys were large enough to hit properly, but there was very little spacing <span class="blsp-spelling-error" id="SPELLING_ERROR_35">in between</span> the keys. I'm sure if you spent some time learning how to type on it, it would become easy to use. The fact I switch between so many computers here though, it is annoying to have to re-adjust to a new style of keyboard <span class="blsp-spelling-corrected" id="SPELLING_ERROR_36">every time</span>.<br /><br />[Update:] Compared to other netbooks, the S10 has a relatively spacious keyboard I'd say. After using it a bit more, I'm finding it easier to write on, but it still feels somewhat cramped and I'm still making more mistakes with it than on a normal size keyboard. I do have large hands though.<br /><br />It seems a bit pointless to hook up a dedicated <span class="blsp-spelling-error" id="SPELLING_ERROR_37"><span class="blsp-spelling-error" id="SPELLING_ERROR_34">USB</span></span> keyboard to the S10, as why would you then not just bring a full size notebook with you or just use a desktop PC instead, but a dedicated keyboard would make typing on the system a lot better.<br />(I'd take a notebook over a netbook or desktop if I could only have one, but casual users may prefer a netbook, so having a USB keyboard could still be sensible I guess)<br /><br />I felt that the right shift key was in an odd place, and that the tab button was a bit small, but considering the size of the keyboard it all made sense, so it didn't bother me much. Also, the Home, End and F12 keys are function keys.<br /><br />The <span style="font-weight: bold;"><span class="blsp-spelling-error" id="SPELLING_ERROR_38"><span class="blsp-spelling-error" id="SPELLING_ERROR_35">touchpad</span></span></span> was small, but it was fine to use- not really any more annoying to use than a regular notebook <span class="blsp-spelling-error" id="SPELLING_ERROR_39"><span class="blsp-spelling-error" id="SPELLING_ERROR_36">touchpad</span></span>. There was a scrolling area along the side, which I was glad to have.<br /><br />The left and right buttons were firm and recessed (flush until pressed), which made them a bit hard to click actually, but for short-term use it was not annoying. I would want a mouse with me if I was going to be doing any serious work on the system. [Update: After a while, I got more accustomed to the buttons; they do not seem so annoying anymore to me.]<br /><br />I wish there was a <span class="blsp-spelling-error" id="SPELLING_ERROR_40"><span class="blsp-spelling-error" id="SPELLING_ERROR_37">Trackpoint</span></span> nub also, but I figure that would of made the keyboard smaller and even harder to type on. Those red nubs surprisingly take up a lot of keyboard space<br /><br />The <span style="font-weight: bold;">display</span>, when shut, did not have any latch holding it locked in place. Instead, the hinge was firm, which kept the display in place. It was actually a bit tricky to open the notebook, considering the force it took and the lack of grip provided. When opened, the display opened up to about the same angle as a <span class="blsp-spelling-error" id="SPELLING_ERROR_41"><span class="blsp-spelling-error" id="SPELLING_ERROR_38">Macbook</span></span>, which is a perfect angle for typical use. Still, if you want to use the S10 on a desk stand or something, this limited angle could be a problem.<br /><br />The display itself is matted and had decent viewing angles; not quite 178-degrees or anything, but it was better than some TN displays that I've used lately. I could vary my viewing angle from the ideal position somewhat without seeing much noticeable contrast difference; there was some though; mostly with the vertical.<br /><br />The max brightness level was good, more than enough for easy indoor use, and I would imagine it would be okay to use in the shade outside. In direct sunlight, well, its readable I'm betting, but I wouldn't recommend it. A bright screen was easier to read with.<br /><br />The size of the 10-inch screen was as expected; what size you decide on is really personal preference. The point of a netbook is to have something small and cheap, but having too small a netbook could also result in having an unusably small keyboard. The bevel around the screen and keyboard was relatively thin I felt, so that's good.<br /><br />Thanks to the decent resolution of the display, 1024 by 600, webpages did not feel too crap. There were some programs that could have used more vertical space, such as in Google Documents, but it wasn't too bad. I quickly got use to the screen size and found it didn't feel too small for most things. It might depend on your eye-sight though I guess.<br /><br />The colors and clarity of the display were all acceptable to me; no serious complaints about the screen here.<br /><br />The <span style="font-weight: bold;"><span class="blsp-spelling-error" id="SPELLING_ERROR_42"><span class="blsp-spelling-error" id="SPELLING_ERROR_39">Webcam</span></span></span> worked fine and the aim was pretty decent. It was relatively crisp and with moderately lit indoor lighting things seemed well exposed. The <span class="blsp-spelling-error" id="SPELLING_ERROR_43"><span class="blsp-spelling-error" id="SPELLING_ERROR_40">webcam</span></span> really made me look even uglier than normal though; from how it appeared it was because the <span class="blsp-spelling-error" id="SPELLING_ERROR_41">webcam</span> was angled up at my face due to it being on my lap, rather than being at eye level, and because it brought out my pale skin colors too accurately. Who knows for sure though; maybe I'm just that ugly. For obvious reasons, I don't feel like including a snapshot, but regardless, the <span class="blsp-spelling-error" id="SPELLING_ERROR_42">webcam</span> itself seemed to be without any real fault. Nothing spectacular about it I guess, but it was better than some others that I have used.<br /><br />Update: I did notice that there was some lag delay in the webcam video feed and that the frame rate was not super amazing, especially when using the webcam in low light conditions, but that is pretty normal for webcams. Still, I'm pleased with the webcam.<br /><br />Update 2: Okay. okay. I've included a still from the default webcam feed. This was taken late at night with a couple lamps lighting the room. The room had low to moderate lighting. The image is unaltered; there is some strong noise removal present it seems.<br /><br /><div style="text-align: center;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_kfv2ADnjgQg/ScM3L0Ta1bI/AAAAAAAADyk/gHbEjBZGE9A/s1600-h/Picture.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_kfv2ADnjgQg/ScM3L0Ta1bI/AAAAAAAADyk/gHbEjBZGE9A/s400/Picture.jpg" alt="" id="BLOGGER_PHOTO_ID_5315152661385500082" border="0" /></a><span style="font-style: italic;">(Webcam still)</span><br /><br /></div>The S10 does have an integrated microphone and <span style="font-weight: bold;">speakers</span>; I didn't test the microphone, but the speakers were as expected. Listening to my online voice mail, with the volume set to full, things came through fine. Not exactly full of bass, but they should be fine for basic use. Loud enough I'd say. You might want to carry a pair of headphones with you if you plan on listening to music or watching a movie.<br /><br />The S10 included a few other nifty design features, such as a <span style="font-weight: bold;">dedicated button</span> for launching the system's recovery tools and a button that turns off the wireless connectivity. There was also an<span style="font-weight: bold;"> expansion slot</span>, which is unique among <span class="blsp-spelling-error" id="SPELLING_ERROR_45"><span class="blsp-spelling-error" id="SPELLING_ERROR_43">netbooks</span></span>, but most users will never realize a use for it. There was only 2 USB ports though, instead of the typical three; one of each side of the netbook. Overall, I was pleased with the design of the S10 and all the design features it offers.<br /><br /><span style="font-weight: bold;">Battery Life<br /></span>The S10 comes loaded with a simple**<span style="font-weight: bold;"> power management tool</span>. Not quite as fully featured as the versions on <span class="blsp-spelling-error" id="SPELLING_ERROR_46"><span class="blsp-spelling-error" id="SPELLING_ERROR_44">Thinkpads</span></span>, but it worked well regardless. It lets a user quickly switch between performance, balanced, and power saving modes.<br /><br />On balanced mode, the screen's brightness was near fully brightness, which was great, and the system seemed speedy still. Battery life seemed to last about 3 hours (some are saying a bit less) of typical use, but it varies of course depending on what you are doing.<br /><br />On power savings mode, the audio, wireless and brightness level became disabled or reduced. Really, the power saving mode was unusable for me. It <span class="blsp-spelling-corrected" id="SPELLING_ERROR_47">definitely</span> would increase battery life if you were focused on just writing a document though.<br /><br />[**Update: The power management tool actually turns out to be pretty powerful on the S10. It was not a very intuitive process, but to gain access to the real "advanced" power options, you need to double click one of the power scheme buttons in the Lenovo Power management application. The Lenovo PM software disables the Windows power management manager, which is fine with me, but can also be frustrating if you don't know how to access to the advanced options.]<br /><br />When the power got low, the system dimmed the display to save power it seemed. Problem is, when I plugged in the power cord after this happened, the display still remained dim; no biggie. The battery charged up to 90% very quickly.<br /><br /><span style="font-weight: bold;">Software<br /></span>As for included software, there was no backup CD included, unsurprisingly, but there was a backup image of the Windows installation on a hidden partition. There were actually 3 partitions on the 80 GB drive, two of which were dedicated for system backups and drivers.<br /><br />In total, about half of the 80 GB drive was taken up by the backup <span class="blsp-spelling-corrected" id="SPELLING_ERROR_48">partitions it appears</span>, leaving less than 30 GB of free space on the main system C: partition. There was a lot of free space on the backup drive D: partition; no idea why though; it seemed to contain just some drivers and some backup files.<br /><br />You could format the entire 80 GB drive, but the default install was actually rather clean I thought and without a CD drive, reinstalling Windows could possible be a big pain. I would need to try to be sure though. You might get away with just deleting the D: partition for more free space; but I dont know how important the D: drive is yet.<br /><br />Ive been asked about this partition thing a lot, so I will double check the numbers I posted and report back when I figure it all out for sure. I don't think I am mistaken, but just to be sure, Check out <a href="http://www.liliputing.com/2008/09/first-look-at-the-lenovo-ideapad-s10.html">this review</a>; they are equally confused by the partition on the S10.<br /><br />[Update: Hidden partition = ~3.5GB of 15GB used, NTFS ; Drive C = ~7 GB of 30 GB used, FAT32 ; Drive D = ~1 GB of 30 GB used, NTFS]<br /><br />There was not a lot of other software <span class="blsp-spelling-error" id="SPELLING_ERROR_49"><span class="blsp-spelling-error" id="SPELLING_ERROR_45">pre</span></span>-loaded on the S10; just some trial antivirus software, drivers and associated basic apps, and some <span class="blsp-spelling-error" id="SPELLING_ERROR_50"><span class="blsp-spelling-error" id="SPELLING_ERROR_46">Lenovo</span></span> backup/restoration software.<br /><br /><span style="font-weight: bold;">Conclusion<br /></span>I have not yet got a full feeling for the <span class="blsp-spelling-error" id="SPELLING_ERROR_51"><span class="blsp-spelling-error" id="SPELLING_ERROR_47">Lenovo</span></span> S10, but my first impression from the device is a good one. If you are looking for a small, solid notebook that is capable of basic tasks, the S10 is a great choice.<br /><br />The three things I liked about the S10 the most included;<br />-System failures can quickly be repaired thanks to the hidden system partitions and dedicated recovery button.<br />-The included expansion card slot<span style="font-weight: bold;"><span style="font-weight: bold;"></span><br /></span>-The solid design that I have come to expect from <span class="blsp-spelling-error" id="SPELLING_ERROR_52"><span class="blsp-spelling-error" id="SPELLING_ERROR_48">Lenovo</span></span><br /><br />Three things I didn't like;<br />-The <span class="blsp-spelling-error" id="SPELLING_ERROR_53"><span class="blsp-spelling-error" id="SPELLING_ERROR_49">trackpad</span></span> buttons were fully recessed, making them harder to click with my fat thumb than normal.<br />-The fact that the backup partitions took up nearly 40 GB of hard drive space.<br />-I can't really fault <span class="blsp-spelling-error" id="SPELLING_ERROR_54"><span class="blsp-spelling-error" id="SPELLING_ERROR_50">Lenovo</span></span> for this, as there is a 6-cell option available apparently, but the 3-cell battery can't offer a full day of mobile <span class="blsp-spelling-error" id="SPELLING_ERROR_55"><span class="blsp-spelling-error" id="SPELLING_ERROR_51">unwired</span></span> use.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_kfv2ADnjgQg/ScE0ui0dsPI/AAAAAAAADx8/Vkv9-2wZDa8/s1600-h/iphone+327.JPG"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_kfv2ADnjgQg/ScE0ui0dsPI/AAAAAAAADx8/Vkv9-2wZDa8/s400/iphone+327.JPG" alt="" id="BLOGGER_PHOTO_ID_5314587009499377906" border="0" /></a><br /><span style="font-style: italic;">Disclaimer: This article, along with others on this site, may contain opinions and/or factual claims that may be unintentionally wrong. I'm not perfect, but I try to be. </span>*<span style="font-style: italic;">I don't know if the term <span class="blsp-spelling-error" id="SPELLING_ERROR_52">netbook</span> is <a href="http://www.tomshardware.com/news/Netbook-Psion-Intel-Trademark,7138.html">legit to use</a> these days anymore, but until the situation is clarified, I assume it is still fair use.</span><br /><span style="font-weight: bold;"><span style="font-weight: bold;"></span></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-6454537488517668432?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com7tag:blogger.com,1999:blog-3143863361101422038.post-22794029593501659942009-03-04T20:22:00.000-08:002009-03-04T20:57:40.412-08:00Canada Computers' Daily Deal ForecastFor those in Canada, here is a sneak peak of some of the upcoming daily deals heading to Canada Computers; a popular computer store up here in the cold great north. It beats having to check the site daily.<br /><img src="http://canadacomputers.com/graphics/homepage/Deals/deal.jpg" style="display: inline" /><img src="http://canadacomputers.com/graphics/homepage/Deals/monday.jpg" style="display: inline" /><img src="http://canadacomputers.com/graphics/homepage/Deals/tuesday.jpg" style="display: inline" /><img src="http://canadacomputers.com/graphics/homepage/Deals/wednesday.jpg" style="display: inline" /><img src="http://canadacomputers.com/graphics/homepage/Deals/thursday.jpg" style="display: inline" /><img src="http://canadacomputers.com/graphics/homepage/Deals/friday.jpg" style="display: inline" /><img src="http://canadacomputers.com/graphics/homepage/Deals/sunday.jpg" style="display: inline" /><img src="http://canadacomputers.com/graphics/homepage/Deals/saturday.jpg" style="display: inline" /><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-2279402959350165994?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com8tag:blogger.com,1999:blog-3143863361101422038.post-30759682177737917732009-03-04T15:33:00.000-08:002009-03-04T16:06:06.721-08:00Courts Can Access Private Facebook Profiles<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.socsci.uci.edu/ssarc/facebook_pic.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 210px; height: 79px;" src="http://www.socsci.uci.edu/ssarc/facebook_pic.jpg" alt="" border="0" /></a><span style="font-weight: bold;">The use of Facebook in the courtroom is a hot, topical issue that is currently generating a lot of buzz among lawyers. In Canada, private Facebook profiles can now be ordered to be produced in court for use in personal injury insurance litigation. </span><br /><br />OH noes! Your insurance company is taking you to court over your disability claim and you got to pretend now that you're actually sick. No worries, just walk with a limp for the rest of the week and yelp in pain when anyone touches you - easy.. right? Well, not so fast...<br /><br />You vaguely remember last month when you and your friends spent a week at the cottage, drinking beer and jet skiing without a care in the world? Well, all those private photos you uploaded to Facebook to share with only your friends will be coming back to haunt you; even if your Facebook privacy is set to maximum protection.<br /><br />Courts in Canada can now demand to have access to your Facebook profile. What may be even scarier is that Facebook is known for not actually deleting photos, links, comments or profiles, even if you thought they were deleted-- Facebook really often justs 'hides' them on you, so you think things are deleted, but not so to a clever lawyer.<br /><br />Even if you are able to delete everything on your own profile, what is to say your drinking buddies have done the same on their Facebook profiles?<br /><br />Facebook is a scary place indeed.<br /><br /><a href="http://canadianlaw.wordpress.com/2009/03/04/production-of-facebook-profiles-for-use-in-civil-litigation/">Source</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-3075968217773791773?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com9tag:blogger.com,1999:blog-3143863361101422038.post-60349769893115404282009-02-01T20:33:00.000-08:002009-02-01T22:17:49.736-08:00Panasonic PZ800 50-inch Plasma Quick Review<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://www.materiel.net/live/40690.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 350px; height: 350px;" src="http://www.materiel.net/live/40690.jpg" alt="" border="0" /></a>I like to review new electronics I buy, even if they are not exactly new to the market. Enter the Panasonic 50PZ800 plasma television, which I picked up yesterday from <span style="font-weight: bold;">The Brick</span> (here in Canada) for $1999 (CAD).<br /><br /><span style="font-weight: bold;">Pricing and Purchase</span><br />The MSRP for this television is $2999 CAD (or $2499 USD). The reason for the substantial discount on this television for me mostly was because the TV was a "3-month" old floor model. The sale tag price of the TV had $500 off intially (being a floor model and all), but the rep took off another $300 after a little bit of haggling. There was a store-wide clearance sale going on also, which probably helped allow the sale rep to be more flexible on the price.<br /><br />At $2200, the TV was equal to the original price that the store bought the TV for from the manufacture. When the sales team was packing up the TV though, they noticed when the power was off that there were some small nicks on the display. It looked like someone punched the display with their wedding ring or something. They alerted us to this, as you couldnt tell when the display was on... the sales rep contacted the store manager though, who authorized a further $200 of the sale price, because of the damage. So, in the end, we only paid $1999 + tax + extended warranty. yes, we got a discounted extended warranty and we can exchange it for store credit in 4 years if we do not ever use it. Sounds great to me!<br /><br />I was happy with my experience shopping at The Brick. They let me use their store's computer to check and compare online pricing, which they would price match if needed, and the TVs were setup in a sensible way that made comparing image quality easy. TVs are one of those things you have to see in person I find, to get a true sense of what looks good. Futureshop said they could not give us a discounted price when we asked for one, but all of a sudden they did start making lower offers when we started heading for the door. Tricky bastards. The $100-off offers they made sucked though and their extended warranties were much more expensive than what we paid at The Brick.<br /><br /><span style="font-weight: bold;">Pioneer vs Panasonic</span><br />I looked at Pioneer also, which Futureshop had on sale for $2999 and BB had for @3499, but The Brick did not carry. The Pioneer did look like it had really good black levels. There seemed to be a bit of choppiness in high action scenes, but that might of been simply been due to a 24 FPS input source. Who knows. The Panasonic PZ800 did not seem to have as good black levels as the Pioneer, but they both still were great. I went with Panasonic, as it was a better price, and there were some things about it that I liked, even if it didnt have as good a black level.<br /><br /><span style="font-weight: bold;">Nice Features of the Panasonic</span> <span style="font-weight: bold;">PZ800</span><br />The PZ800 comes with a unique THX-certified pre-calibrated image setting. This was a really nice feature for me, as I can just press a button and know Im getting a near-perfect image, without needing to calibrate the display myself. Things look natural, not-washed-out and moderately bright. For movies, this setting is awesome.<br /><br />There is a Game-mode image setting, which increases the brightness and makes colors more vibrant. With movies and TV, I found this setting washed out the whites and over-saturated the colors, but it did make things BRIGHT. When I hooked up my laptop to the TV via VGA (which is another really nice feature, as my laptop does not have DVI or HDMI) things went pretty well. However, when I loaded up a computer game, with the THX setting the game seemed dark and murky. The Game-mode image setting though really did make things easier to see and made the game more pleasant. Nice. When going back to watching movies, the THX mode was remembered. double nice!<br /><br />The Panasonic PZ80, PX80 and PZ75 do not have the THX or VGA PC input features I dont think. The VGA PC input though is limited to 1366 x 768 resolution i think, which was expected. The HDMI PC input though is full HD.<br /><br /><span style="font-weight: bold;">Black Levels<br /></span>The black levels on the TV are great, although when there is a very dark scene with not much contrast, i notice that the black levels seem suddenly less-black. When there is some contrast on the screen though, when is like 99% of the time, the blacks look very black. I look forward to the days when blacks are truly 'black', but this screen does it pretty damn well still.<span style="font-weight: bold;"><br /></span><span style="font-weight: bold;"></span><br /><span style="font-weight: bold;">Sound</span><br />I thought at first that I might need to get a separate sound system for the TV, but after plugging the TV in a loading up a movie, it immediately became apparent to me that I could totally do without a big surround system. The TV has hidden in it some speakers that work quite well, and even have some bass to them. Things get pretty loud, but the bass does gets weak when the volume gets 'loud'. I'm not a big fan of surround sound systems anyways, too messy. The sound does sometimes seem to have a virtual surround sound effect, which is pretty neat. Overally, I was pleasantly suprised by the sound of this TV, and will likely not buy a separate sound system.<br /><br /><span style="font-weight: bold;">LCD vs Plasma</span><br />Its just my personal opinion, but I prefer Plasma over LCD. The LCDs look sharp and bright, but they also look more pixelated, flickery, and less natural. Also, the black levels on many of the LCDs I saw were pretty crappy. The actual image quality of the PZ800 is fabulous. I can't find any ways to fault it other than unrealistically wishing it had even better black levels THIS PLASMA LOOKS GREAT.<br /><br /><span style="font-weight: bold;">DVDs and HD material.</span><br />I don't have a Bluray player yet, but I might get one eventually. As it stands, I will be mostly watching OTA ATSC channels and DVDs. I hooked up my noname DVD player to the TV via composite, which is realize is crap, but even still things were pretty great. Sitting about 8-feet back, I watched Alien vs Predator on DVD, and was thrilled with the way things looked. I could tell it wasn't HD material from 8-feet away, but there was nothing about the image quality that bothered me.<br /><br />The dark scenes in AvP were not a problem for the TV at all, and the action went by without any noticable flicker. I noticed some rainbow effect or something like that for a split second, but it was during a high contrast, black and white scene, with a lot of movement. It didnt bother me, but it was interesting that I noticed it.<br /><br />As for HD sources, I hooked the TV up to my roof antenna, and was able to pull in about a dozen HD sources with the ATSC tuner. NTSC sources i also pulled in fine. The reception on the TV was great, better than any other I have used so far. Im in the Toronto area, and Im getting the New York WNED PBS HD and NY FOX 29 HD with no problem. The 1080i HD ATSC sources LOOK GREAT. Stunning. I can only imagine what Bluray might look like. From 8-feet away, i can tell a difference between SD and HD sources, as HD sources are more crisp, but both look GREAT. SD sources have no pixelization and other than looking a bit softer, they still are pleasing to watch.<br /><br />In moments of high action, the ATSC HD sources do seem to have a bit of motion blur or flicker, but this might be to the limited frame rates of the source. I quickly stop noticing it after a moment, like the flicker I intially notice when at the movie theatre. It really does have less flicker than a lot of the TVs i looked at it.<br /><br />The TV does show relfections and finger prints, but when the TV is on it is easy not to notice them. light scratches do not show when the TV is on.<br /><br /><span style="font-weight: bold;">Conclusion</span><br />Pros: Great picture, good black levels, good integrated sound system, useful THX image mode, Frameless edge-to-edge glossy display (easy to clean), simple but easy to use remote control, good OTA reception, PC VGA input<br /><br />Cons: remote control is not back lit, dark levels did not seem as good as the pioneer's, SDHX card slot can only display photos--> cannot play movies it seems.<br /><br />@ $2999, this TV seems a bit on the pricey side, but it is good competition for the Pioneer Plasma. After using the TV, I would find it hard to pick the Pioneer instead now if the two TVs were the same price. For the $1999 I paid for this TV, I feel like it was a great deal and I am very happy with the purchase -- even if there is a few scratches on the display. $2700 or less seems like a good price for this TV, IMO. The display is an absolute delight to watch and I really have to be picky to find any faults. It may not have Youtube or Divx support, but it does the important things VERY WELL.<br /><br />Cheers.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-6034976989311540428?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com16tag:blogger.com,1999:blog-3143863361101422038.post-56377466211244677632008-12-23T16:33:00.000-08:002009-03-18T23:02:25.350-07:00Lenovo T400 Review<p><br /></p><p>So, let my review of the Lenovo T400 begin.</p><div><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScHePALk9SI/AAAAAAAADyU/Q38slyR0AsM/s1600-h/Img_0494.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://4.bp.blogspot.com/_kfv2ADnjgQg/ScHePALk9SI/AAAAAAAADyU/Q38slyR0AsM/s400/Img_0494.jpg" alt="" id="BLOGGER_PHOTO_ID_5314773384601859362" border="0" /></a><br /></div><p>Configuration under review<br /><strong>Lenovo T400<br /></strong>14.1-inch LED 1440x900 display<br />Intel Core 2 Duo P8600 CPU (2.4 GHz, 3 MB L2 Cache, 25 W TDP)<br />3 GB of DDR3-1066 MHz RAM<br />Switchable graphics: Intel GMA X4500MHD or ATI Mobility 3470 /w 256 MB<br />Bluetooth<br />Intel 5300 WiFi<br />80 GB 5400 HDD<br />Webcam<br />Media Card Reader<br />Windows Vista Home Basic<br />9-cell extended battery<br /></p><p>Price: $1070 CAD (Ordered November 24th, Delivered December 4th)<br />Also ordered a Lenovo Bluetooth laser mouse. Price: $33 (Delivered in 1.5 days)<br />Prices were substaintially discounted, thanks to a friends of employees discount and an addition e-coupon code.<br /></p><p><strong>CPU Performance:<br /></strong>1M on SuperPI Mod 1.5 scored about 21 seconds.<br />For comparison, my 3 year old AMD Sempron 3000+ overclocked to 2.4 GHz scored 50 seconds and my brother's 2 year old Intel Core 2 Duo E6300 overclocked to 3.0 GHz scored 19 seconds. The processor is very efficient in both terms of clock cycles and power savings, but compared to modern-day desktops, it is not particularly fast.<br /></p><p><strong>Graphics Performance;<br /></strong>Intel's integrated graphics solutions are not known for great performance, but they do tend to be energy-efficient. Using the integrated graphics on the T400 makes sense for nearly everything one might do on a notebook, including watching HD movies, but for games and graphically demanding applications, Intel's integrated solutions will be a let down. I am a bit concerned about the capabilities of the integrated solutions several years down the road, whether they will still be adequate, but for the forseeable future they are enough.<br /></p><p>Luckily, the T400 is also offered with a discrete graphics option; the ATI Radeon M 3470 with 256 MB of graphics memory. Better yet, when using Windows Vista, with literally just a couple clicks of the mouse you can switch between the integrated and ATI dedicated graphics. The ATI graphics do use more power, so to simply leave the notebook with dedicated graphics enabled is not the best choice for increasing battery life. The power managment software cannot switch between dedicated and integrated graphics on its own, you have to manually change it by clicking.<br /></p><p>The ATI Radeon M 3470 is about THREE times faster than the integrated solution. In 3DMark06, I was able to achieve a score of 2540, with the dedicated graphics, which is not a great score. My slow, old AMD Sempron 3000+ (overclocked) system for example, with a cheap Nvidia 8600 GT graphics card, was able to score 6000 points in the same test. Do not overestimate how fast the ATI 3470 is; it is not fast. The average score in 3DMark06 these days for a desktop is about 14,000. However, I was able to still play Fallout 3 on medium graphics without any problems and I was able to play my collection of older games just fine with the ATI solution.<br /></p><p>I still recommend getting the discrete graphics option if you are going to get the Lenovo T400; you don't need to enable it, but it is nice to have if the integrated solution ends up ever being simply too slow. It is not good enough for serious gaming, but you can get away with using it for casual gaming. The integrated solution is still fine if you plan on treating the T400 as a business notebook only.<br /></p><p><strong>Battery Life:<br /></strong>At 50-percent brightness (which is just fine for writing with), the wireless connections in Idle mode (not connected, but enabled) and integrated graphics enabled, I am getting about 10-hours of battery life. The configuration I picked of T400 was designed to offer me maximum battery life. With online gaming, I would expect about 3-hours of battery life (ATI graphics, speed step enabled, and 70-percent brightness). With web-surfing, I expect about 7- to 8-hours of battery life. With watching online movies, I would say no more than 5-hours can be expected. These are my estimations with about 3 weeks of using the T400 under my belt. Overall, battery life is great with the 9-cell battery, which does stick out the back of the notebook, but the trade off was well worth it too me. I was getting about 7-hours with my iPhone tethered via USB, in power save mode.<br /></p><p><strong>Display:<br /></strong>I personally find the viewing angles on the T400 a bit too narrow for my liking. It really throws off the contrast if the screen is not tilted at exactly the right angle. I have gotten use to it though, but during movies it can still be a bit annoying. Darker scenes seem to exaggerate the problem I find.</p><div><br />The display can be turned up to be rather bright, but it is no brighter than what you would find on a quality desktop LCD display. It is a big improvement over my older IBM Thinkpad though, but use in direct sunlight will still be a bit challenging. During an overcast day, at full brightness, the display was easily readable though. The contrast of the display needs a bit of tuning to get it just right, as I found the lighter shades got washed out. I'm glad the screen is matted and not glossy, but the display is still very prone to annoying finger prints.<br /></div><p><br />Btw, There seemed to be a bit of flicker at times; hardly noticable, but when the brightness was turned down I sometimes noticed it. When taking photos of the display with my camera, the flicker became very apparent. My CCFL-based Thinkpad had no such flicker. It seemed like something to do with LED backlighting.</p><p>[<a href="http://tomorrowtimes.blogspot.com/2009/03/lenovo-t400-trial-outdoors.html">update:</a> I added a new review of the outdoor capabilities of the T400's LED display]<br /></p><p><strong>Hard Drive:<br /></strong>The 80 GB hard drive was split into 3 partitions, with nearly 15 GB being reserved for recovery and rescue software. After installing some basic applications, I discovered that I was already down to just 20 GB of free space. If you choose however, you can take out the DVD drive and replace it with a second hard drive, which I am tempted to do. I hardly use the DVD drive anyways. You can also replace it with a second battery, but from what I have read it seems they have a limited lifespan due to constantly being fully drained.<br /></p><p>The hard drive turned out to be Western Digital 'Blue' Scorpion drive, which appears to be fast for a 5400 RPM drive and rather energy efficient.<br /><strong></strong></p><p><strong>Recovery Software:</strong><strong><br /></strong>One of the paritions is reserved for a bootable recovery utility. It's like a live boot CD was pre-loaded on the drive. You can browse the internet, fix your computer and copy files off the hard drive if needed. Overall, I was impressed by the amount of recovery software included. I unfortunately don't have enough hard drive space to do any system backups, but there are several different options for that. There is also the ability to 'rejuvinate' your system by restoring to an earlier backup, but while keeping all your preferences and files. Supposedly, this is a good way to get rid of a virus or get rid of bloatware that has been slowing your system down.<br /></p><p>The ThinkVantage blue button on the keyboard opens a menu with short cuts to commonly used utlities and recovery options. A nice touch that I keep forgetting I have.<br /></p><p>One thing I discovered though is; don't mess around with the partition/boot tables. If the recovery partition cannot boot, you are going to have lots of problems. Another potential problem is if the hard drive dies. All the recovery software is on the drive, so it's useless if your hard drive crashes. Lenovo does not include a boot CD or recovery CD; something I found to be very frustrating. There is an option to 'create' a restore/recovery DVD, but you need the DVD burning option for that. I ordered the CD RW drive, not the DVD RW, so how was I going to create a recovery DVD? It ended up needing to burn 12 CDs, which was a waste of my time.<br /></p><p>If you need to reformat your drive, and you havent created the restore CD set, you are also going to face problems with finding all the drives and software online that originally came with your notebook. Lenovo will send you a recovery DVD if you beg them for one though, assuming you are still within warranty, but they may charge you money for it. I wish they just included the DVD with the purchase; it would make things much easier.<br /></p><p><strong>Bloatware:<br /></strong>Although there was a bit of bloatware included with the purchase, none of it was all that bad. Office 2007 demo, WinDVD, some AntiVirus software, and a ton of ThinkVantage programs. It didn't take long at all to delete the stuff I didnt want, which wasn't much, but I was still left with a lot of things in my task tray. Generally, the Thinkvantage tools and services take up very little memory and processing cycles, and other than a crowded taskbar, I'm happy. The 3 GB of memory helps make this an even smaller issue. Lenovo did a good job integrating its tools into the Windows Vista operating system, giving Windows Vista many more advanced options, especially in regard to power managment.<br /><br /></p><p><strong>Sound:<br /></strong>The sound quality is crisp and clean, but it is lacking bass. Nothing that wasn't expected. The loudness though is a bit of a problem, as the volume does not go up that high. It has been fine so far for personal use, but some movies that I have watched I wish could have been just a bit louder. Wearing headphones works great.<br /></p><p><br /><strong>Wireless:<br /></strong>I got the Intel 5300 wifi, which comes with three antennas instead of two. It seems to work great; picking up WiFi APs with no problem. I was able to download a CD image from a desktop computer on a network via WiFi 802.11G at about 2.2 MB/s (Linksys G router). Depending on power mode, sometimes the WiFi goes to sleep and it doesn't always come out of sleep when its needed. I have to manually re-enable it. There is a physical switch on the T400 to turn off all WiFi, which is nice.<br /></p><p>Bluetooth works. I had some problems getting my iPhone to sync at one point over Bluetooth, but eventually I got it to work. Dunno why I was having problems. The wireless Bluetooth Lenovo laser mouse has generally worked well. In games like fallout 3, I noticed some mouse lag, but with just websurfing, there was no lag at all. The mouse connects quickly, although I did have a couple times when the computer and mouse wouldnt sync properly, but after a few minutes of pressing buttons, it suddenly began acting fine again.<br /><br /></p><p><strong>Webcam:<br /></strong>The camera is kinda junky. Im sorry to say. The camera is useless under dim lighting, but under moderate lighting it is acceptable. Under bright light, things begin to work a bit better however. </p><img id="BLOGGER_PHOTO_ID_5283155063118186850" style="margin: 0px auto 10px; display: block; width: 400px; height: 300px; text-align: center;" alt="" src="http://4.bp.blogspot.com/_kfv2ADnjgQg/SVGJid53SWI/AAAAAAAADwQ/dFmBfaDp-VA/s400/Imported+Photos+00001.jpg" border="0" /><br />(At the Mall, writing this. It is bright here, so the colors are actually pretty good. However, my head is cut in half and there is a <span style="font-style: italic;">mysterious</span> [sarcasm] white dot appearing on my face)<br /><br /><p>Lastly, the camera does not feel like it is aimed properly at my head. It points towards to the ceiling, rather than my head. This is in part due to the viewing angle the display needs to be tilted at to be seen properly. If the display had a better viewing angle, it might be possible to tilt the screen forward more and solve the webcam aiming issue. As it stands, the screen gets totally washed out when you tilt it forward. I have the same problem with the keyboard light next to the webcam ; it blinds you rather than illuminate the keyboard when the keyboard is tilted at its proper position. If you tilt the display forward, you no longer need the light, as the display's backlight illuminates the keyboard just fine.<br /><br /><strong>Style and Quality:</strong></p><p>It is a Thinkpad. I think the bevels on the side of the keyboard and around the display could be slimmed down. As it stands, I feel it is an inch bigger than it needs to be to fit the keyboard and display. The notebook is boring, businessy, but it is pretty resistant to fingerprints and damage. The battery is a bit loose, which makes the notebook feel a bit cheap. There are not many weak spots on the notebook; the keyboard does feel solid, despite what other reviewers have said, and I can see this notebook lasting a long time. It is of standard weight and thickness; maybe just a tad thinner/lighter than your average 14-inch notebook, but it is no ultra-light. It is under 6 pounds.<br /></p><p><strong>Ports:<br /></strong>There are no DVI/HDMI/S-Video ports, just a VGA port. there are also three USB ports, a firewire port, ethernet, modem and a card slot for expansion i guess. The media card reader works fine, but compact cards do not work with it, but SD cards do.<br /></p><br /><p><strong>Conclusion:<br /></strong>Overall, I am happy with this notebook. If you have used a ThinkPad before, there should not be too many surprises. The Lenovo T400 should be a fine notebook to use for work, but for gaming it may not be the best choice. I think a desktop would be the much better choice for gaming. However, the T400 is adequate for casual gaming. The T400 is also not an ultra light, but it does offers a good balance of weight and features I think. The battery life remains one of the highlights for me with this notebook, but if battery life is not that important to you, there definitly are some other options out there for you.</p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-5637746621124467763?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com29tag:blogger.com,1999:blog-3143863361101422038.post-67386788324830538642008-11-26T14:09:00.000-08:002008-11-26T16:33:56.461-08:00Review: Lenovo Bluetooth Laser MouseIn an attempt to give back to the community a bit, I am going to giving a review of my experience with <span class="blsp-spelling-error" id="SPELLING_ERROR_0">Lenovo</span> Canada and two new products I have recently ordered from it online. The two products are the <span class="blsp-spelling-error" id="SPELLING_ERROR_1">Lenovo</span> T400 14-inch notebook and a <span class="blsp-spelling-error" id="SPELLING_ERROR_2">Lenovo</span> <span class="blsp-spelling-error" id="SPELLING_ERROR_3">Bluetooth</span> Laser Mouse.<br /><br /><span style="font-size:130%;"><span style="font-weight: bold;">Purchasing</span></span><br /><br />I ordered online both the T400 and the mouse late Monday night, from <span class="blsp-spelling-error" id="SPELLING_ERROR_4">Lenovo</span>.com. The total price, after tax, was about $1,250. Before tax, the T400 cost me $1070, while the mouse cost me $27 (regular $45). Shipping was free. I scored a bit of a deal on the purchase thanks to some e-coupon codes that were mentioned over at <span class="blsp-spelling-error" id="SPELLING_ERROR_5">Redflagdeals</span>.ca. These e-coupons saved me a lot of money, but it still took about a month of constant checking before <span class="blsp-spelling-error" id="SPELLING_ERROR_6">Lenovo</span> had what I wanted in stock and at a decently low price. <br /><br />Shopping at <span class="blsp-spelling-error" id="SPELLING_ERROR_7">Lenovo</span>.com is a bit like playing the stock market; there are ups and downs. One day the LED <span class="blsp-spelling-error" id="SPELLING_ERROR_8">back-lighting</span> feature would cost $370, the next day it would be just $30. In the rare case, it would even be a negative value, which leaves me wondering who is in charge of pricing over at that place? When I ordered, I was able to get the dedicated+integrated graphics option at a cheaper price than just the integrated graphics option; <span class="blsp-spelling-error" id="SPELLING_ERROR_9">woot</span>!<br /><br />At the regular price of $1,750, I never would of ordered the T400- way to expensive for me. The local retailers, Canada Computers and <span class="blsp-spelling-error" id="SPELLING_ERROR_10">Newegg</span>.ca, offer better deals then that on other good notebooks, as does even Dell.ca now and then. Looking on <span class="blsp-spelling-error" id="SPELLING_ERROR_11">Craigslist</span>, I found a few nice <span class="blsp-spelling-error" id="SPELLING_ERROR_12">Lenovo</span> X61t tablet notebooks selling for just $1100, which I was very tempted to get.<br /><br />After much consideration and waiting, I decided that the T400 was the best choice considering the price I could get it at. Long battery life, a matted screen and dedicated graphics were some of the key things that won me over with it. I was given an old IBM T23 notebook a year ago and despite it being slow and ugly, it grew on me. I don't know how, but I actually ended up preferring the red nub over a <span class="blsp-spelling-error" id="SPELLING_ERROR_13">trackpad</span>. When I had a chance to try the Dell D630's blue nub, it was no where near as awesome as IBM's. The IBM nub does get 'stuck' now and then, which causes the cursor to have a mind of its own; which sucks.<br /><br />Anyways, enough babbling, so I ordered the T400 and mouse Monday night and within a few minutes I had <span class="blsp-spelling-corrected" id="SPELLING_ERROR_14">received</span> an email and confirmation of my purchase. No shipping date was listed, which <span class="blsp-spelling-error" id="SPELLING_ERROR_15">erked</span> me a bit, but earlier in the ordering process a time of 'less than 16 business days' was listed. I have heard some people waiting for months to get their notebooks from <span class="blsp-spelling-error" id="SPELLING_ERROR_16">Lenovo</span>, while others having it in under a week; I suspect it will take me a month to get mine.<br /><br />I have to say, the waiting is probably the worst part about ordering online. I really prefer just going to the store, trying it out and taking it home to play without any delay. Ordering online does have the benefit of customization though, so... yeah. After spending a couple hours trying to figure out how to find out online more information about my shipping info, I finally figured it out, kinda. It didn't tell me anything more than your order is being processed. I guess I could call up <span class="blsp-spelling-error" id="SPELLING_ERROR_17">Lenovo</span>, but talking on the phone is so... old fashioned.<br /><br />Regardless, the day after I placed my order, I got an email from <span class="blsp-spelling-error" id="SPELLING_ERROR_18">Lenovo</span> saying 'part or all' of my order has shipped. I got my hopes up, but it turned out that it was just the mouse. The notebook was still in process. In less than two days, the mouse was <span class="blsp-spelling-corrected" id="SPELLING_ERROR_19">delivered</span> to my door by a friendly <span class="blsp-spelling-corrected" id="SPELLING_ERROR_20">Asian</span> working for a delivery company I have never heard of before. Apparently the notebook will ship via UPS or something more substantial.<br /><br />So I have a mouse now, but no new notebook. Oh well. I will update this review as things progress, along with a in-depth review of the T400 notebook. So far ordering from Lenovo has gone smoothly, but I still am nervous about something going wrong; I have heard some horror stories.<br /><br /><span style="font-weight: bold;"><span style="font-size:130%;">Unboxing the New Mouse<br /><span style="font-size:100%;"><span style="font-weight: bold;"><br /></span></span></span></span>Considering all that came with the mouse was a pair of Energizer AA batteries, a CD and a couple of mult-languaged documents, it sure came in a big box. A shipping box inside a bigger shipping box, may I add.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_kfv2ADnjgQg/SS3XBdOcjHI/AAAAAAAADOk/zoug9AfrbQY/s1600-h/package.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 269px;" src="http://1.bp.blogspot.com/_kfv2ADnjgQg/SS3XBdOcjHI/AAAAAAAADOk/zoug9AfrbQY/s400/package.jpg" alt="" id="BLOGGER_PHOTO_ID_5273107158745779314" border="0" /></a><br />I was impressed to see Energizer batteries were included and not noname garbage. Hell, I was glad to see batteries were included at all. The instructions seem to be pretty simple, but I haven't yet hooked the mouse up to my computer yet. That will come a little later on. There was also a safety guide included; knives don't even have saftey guides. wtf?<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_kfv2ADnjgQg/SS3XA3sUr9I/AAAAAAAADOU/yEblHWi1g-0/s1600-h/mouse.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://3.bp.blogspot.com/_kfv2ADnjgQg/SS3XA3sUr9I/AAAAAAAADOU/yEblHWi1g-0/s400/mouse.jpg" alt="" id="BLOGGER_PHOTO_ID_5273107148670545874" border="0" /></a><br />My cat seemed to like the mouse. No surpise there. He was more scared of the unboxing knife than he was of the mouse.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_kfv2ADnjgQg/SS3XA3XMepI/AAAAAAAADOM/wBw19K1rxjs/s1600-h/hand.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://3.bp.blogspot.com/_kfv2ADnjgQg/SS3XA3XMepI/AAAAAAAADOM/wBw19K1rxjs/s400/hand.jpg" alt="" id="BLOGGER_PHOTO_ID_5273107148581927570" border="0" /></a><br />The mouse was smaller than it looked like online, but I should have expected it. It is a travel mouse, designed to be small. It really is not as comfortable as a desktop mouse, especially since it is not ergonomic, but at least lefties can use it too. It feels of good quality and has that Thinkpad rubbery feel to it. Nothing exceptional, just good quality; very Thinkpad-ish.<br /><br />The red scroll wheel 'clicks' when you turn it, which I like. You can also use it as a button and toggle it side to side for horizontal scrolling.<br /><br />I can't seem to scratch the mouse with my fingernail at all, despite the surface 'feeling' very soft and smooth.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_kfv2ADnjgQg/SS3XFVJTySI/AAAAAAAADOs/hywnzHa8NdQ/s1600-h/underside.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 273px;" src="http://4.bp.blogspot.com/_kfv2ADnjgQg/SS3XFVJTySI/AAAAAAAADOs/hywnzHa8NdQ/s400/underside.jpg" alt="" id="BLOGGER_PHOTO_ID_5273107225296226594" border="0" /></a><br />On the underside you can see a power switch, a Bluetooth button, a laser and a battery hatch release. A little green light goes on, on the bottom of the mouse, when you turn it on. The telfon pads seem well made, I guess at least, but the mouse does glides easily on a flat surface. Too easily?<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_kfv2ADnjgQg/SS3XBe5Bh0I/AAAAAAAADOc/fCPk1d8stTQ/s1600-h/open.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 333px;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/SS3XBe5Bh0I/AAAAAAAADOc/fCPk1d8stTQ/s400/open.jpg" alt="" id="BLOGGER_PHOTO_ID_5273107159192799042" border="0" /></a>When you press the battery release on the underside, the battery compartment springs open. Kinda cool. The batteries slip in, one on each side, which gives the mouse some weight. Without the batteries, the mouse feels very light. Overall, the mouse feels balanced, but the ass of it is heavier than the front by a bit; this seems to be a good thing. <br /><br />I am told the batteries can last up to 3 months of use, but the mouse goes to sleep after just 10 seconds of inactivity; which I am sure can get annoying, as there is a delay in waking it up again. I will update when I get a chance to use it more. <br /><br />In case anyone is wondering, there was no Bluetooth dongle or adapter included, so your notebook must already have Bluetooth capabilities for this mouse to work.<br /><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_kfv2ADnjgQg/SS3XAriNHNI/AAAAAAAADOE/2KLUbSYKRyA/s1600-h/compared.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 300px; height: 400px;" src="http://3.bp.blogspot.com/_kfv2ADnjgQg/SS3XAriNHNI/AAAAAAAADOE/2KLUbSYKRyA/s400/compared.jpg" alt="" id="BLOGGER_PHOTO_ID_5273107145406880978" border="0" /></a><br />Lastly as you can see, there is a green light on the top of the mouse when it is on as well. I think green is a bit odd fashioned, but it matches a Thinkpad very well- both have little ugly green lights. The red and black also work, with the texture matching very closely. The buttons click well, although along the sides of the buttons it takes a bit more effort to get a click; really though, that isnt a problem and perhaps it will prevent accidental clicks if the mouse bumps into something.<br /><br />I am told it has a DPI of 800, but I will confirm this in tests later on.<br /><br /><span style="font-weight: bold;">Waiting for the new Notebook to Ship<br /><br /></span>This is just the first part of a very long review I will be doing, stay tuned. Hopefully sooner than later. It is for Lenovo to decide at this point. :P<span style="font-weight: bold;"><br /></span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-6738678832483053864?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com19tag:blogger.com,1999:blog-3143863361101422038.post-39719925676657244362008-08-27T22:01:00.000-07:002008-08-27T22:27:09.404-07:00Professional Tech Journalist<a href="http://2.bp.blogspot.com/_kfv2ADnjgQg/SLY2yd5UW-I/AAAAAAAABp0/_Z6ovgcSo1E/s1600-h/cartoon.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://2.bp.blogspot.com/_kfv2ADnjgQg/SLY2yd5UW-I/AAAAAAAABp0/_Z6ovgcSo1E/s400/cartoon.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5239435457138547682" /></a><br />So I've started writing for a real tech site a few weeks ago and it has been nice so far. It's a bit different writing for a big tech site compared to writing for myself on a crappy blog, but not in a bad way really. Ya, sure, I now actually need to use proper grammer and sentence structure and I need to write more than one post a month, but I still get to express some opinion and I actually get paid for doing it. <br /><br />As for this blog, I will continue to update it with whatever content I'm not able to get posted on the other site -- whatever that may be, but also I will use this site for testing ideas and posts like rants/how-to's/scripts. Just stuff that would never make it on a professional site, but techie stuff im still interested in-- so pretty much the way it is already and has been for years.<br /><br />If you have any ideas for my site or whatever else, comment below. This site is personal enough that I will probably actually respond.<br /><br />Regards,<br />Steve<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-3971992567665724436?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com12tag:blogger.com,1999:blog-3143863361101422038.post-12096473792254463772008-07-11T13:00:00.000-07:002008-07-11T13:15:39.754-07:00DropBox<div id="scast" align="center"><br /> <a href="http://getdropbox.com/u/2/beta/screencast.html"><img src="http://s3.amazonaws.com/scast/beta/splash_play.jpg" border=0></a> <br /> <script> <br /> Event.observe(window, 'load', function() {<br /> $('scast').innerHTML = '<embed src="http://s3.amazonaws.com/scast/beta/flvplayer.swf?autoStart=false" width="400" height="314"></embed>';<br /> });<br /> </script><br /> </div><br /><a href="http://getdropbox.com">I discovered a nifty service for Mac and PC a couple months back called DropBox</a>. It allows you to transparently sync files in a directory over multiple computers, storing files locally and online, while also providing group sharing of files with recoverable revisions. Very cool stuff, reminding me a lot of a hack for Gmail I used to use, but more refined. The above 'getting started video' is linked to their website.<br /><br />The service has been in beta mode for a while now though, only accepting new members via invitation. I just happen to have a few spare invites to the service... first 3 people to email me asking for one gets an invite! <strong>punkrawker at gmail dot com </strong><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-1209647379225446377?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com9tag:blogger.com,1999:blog-3143863361101422038.post-29964330985493430442008-06-27T18:41:00.000-07:002008-06-27T19:46:24.860-07:00How to find & download hard-to-find music<a href="http://bp3.blogger.com/_kfv2ADnjgQg/SGWjbNPsmrI/AAAAAAAABKo/fyJ15c05N7M/s1600-h/RockBand-4-1.jpg"><img id="BLOGGER_PHOTO_ID_5216755431185881778" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_kfv2ADnjgQg/SGWjbNPsmrI/AAAAAAAABKo/fyJ15c05N7M/s400/RockBand-4-1.jpg" border="0" /></a><br /><div>How many versions of the song 'Blue Moon' have you heard of in your life? A few at least, I'm sure. After being asked from a friend to find them <em>a particular</em> cover of that song from the mid 1950's, and who didn't know who covered it, I decided to write up this tutorial.<br /></div><div></div><br /><div>Knowledge is power and knowing a few tricks makes this all a breeze. I want to share with you all a couple ways of going about finding hard-to-find, if not impossible to find, music. BTW, the legality of downloading music online without paying for it always seems to be a grey area for discussion, but if you can't find a song on iTunes or at HMV, what then?</div><br /><div></div><br /><div>Okay, the easiest way to find a particular song quickly and easily online is to visit.. <a href="http://youtube.com/">YouTube.com</a></div><br /><div></div><br /><div>Seriously, type in the song you are looking for into YouTube and be surprised by how many videos are using that song for accompanying audio. What then? Check out: <a href="http://www.flv2mp3.com/">http://www.flv2mp3.com/</a></div><br /><div></div><br /><div>Just copy and paste the address from the youtube video into their website and out pops JUST the MP3 audio! Now, I admit the audio quality may not be fantastic, but beggars shouldn't be choosers. I just told my friend how to do this, he quickly found the cover of the song he wanted on Youtube, and had himself the MP3 file in minutes. ....Steve saves the day yet again.</div><br /><div></div><br /><div>But what about BRAND NEW music on a local band's website that isn't released yet? Maybe they let you listen to it on their site, via some online flash player, but they don't let you download it. Who knows why, but you want to download their songs. ..How?</div><div> </div><div><em>The below method isn't as easy and isn't guaranteed to work.</em> </div><div></div><br /><ol><br /><li>Okay, first visit their website. ie: <a href="http://www.bandsname.com/">http://www.bandsname.com/</a></li><br /><li>Go to the page that is playing the music. ie: <a href="http://www.bandsname.com/music.html">http://www.bandsname.com/music.html</a></li><br /><li>Right click and select from the pop-up menu, "View Source"</li><br /><li>A bunch of code should now appear in a text editor. Search (Control-F) for ".swf"</li><br /><li>There may be more than one result, but among all the choices make you best guess at which one controls the music or just do the next step for all of them. A good chance it's the right one is if the full text result is "bandsname mp3.swf". "Menu.swf" likely isn't.</li><br /><li>Test it out by modifying the following "<a href="http://www.bandsname.com/bandsname mp3.swf">http://www.bandsname.com/bandsname mp3.swf</a>" and copy it into your browser's address bar. You should hear music or see a play button appear.</li><br /><li>Again, in your browser's address bar at the top of the screen, modify and then enter the following: <a href="http://www.bandsname.com/bandsname">"http://www.bandsname.com/bandsname mp3.xml</a>" You'll notice we simply changed the file extension from .swf to .xml</li><br /><li>If all goes well, you should have MORE computer code appear on your screen. If you get an error, retrace your steps, try a different .swf file name in the page, or you may need to be a bit clever to continue on your own.</li><br /><li>Among all the code, do a search again (Control-F) for ".mp3". If you find anything, you win!</li><br /><li>Copy the entire contents of the text string you found, ie: "bandsname mp3_files/01 songs name.mp3" back into the address bar with the band's website address if one is not specified. ie: <a href="http://www.bandsname.com/bandsname%20mp3_files/01%20songs%20name.mp3">http://www.bandsname.com/bandsname%20mp3_files/01%20songs%20name.mp3</a>.</li><br /><li>This should download the song for you! If you want to list what other songs they have in the directory for download, try the following: "<a href="http://www.bandsname.com/bandsname%20mp3_files/01%20songs%20name.mp3">http://www.bandsname.com/bandsname%20mp3_files/01%20songs%20name.mp3</a>". You can then just click on any file to download it if it all works out for you.</li></ol><br /><p>Okay, so I hope that all was a bit interesting for you. I don't promise it will work for all web pages or bands, but the basic idea there will work for many of them. No, I won't provide you with any band sites that this hack might work on,.. but I will suggest to you a band that does have great music--- <a href="http://www.c0ndu1t.com/">c0ndu1t</a></p><br /><p>Cheers</p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-2996433098549343044?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com16tag:blogger.com,1999:blog-3143863361101422038.post-40139897285102783802008-06-23T16:34:00.000-07:002008-06-23T16:54:23.971-07:00Bill Gates and his thoughts on the future.<a href="http://bp3.blogger.com/_kfv2ADnjgQg/SGA3WA4hz3I/AAAAAAAABKg/tIKSOj6eyY8/s1600-h/bill_gates_400.jpg"><img id="BLOGGER_PHOTO_ID_5215229219828780914" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_kfv2ADnjgQg/SGA3WA4hz3I/AAAAAAAABKg/tIKSOj6eyY8/s400/bill_gates_400.jpg" border="0" /></a><br /><div><a href="http://www.extremetech.com/article2/0,2845,2321475,00.asp">In an interview </a>between the previous PC Magazine editor and Microsoft's Bill Gates, a lot is discussed about Bill's forecasts of the future on such things as speech recognition and tablet PCs. Bill says it may be considered stubbornness, as he has been saying these same things for the last couple decades without some of his predictions coming true, but he still believes these technologies will become mainstream. Eventually when the market is finally ready.</div><br /><div></div><br /><div>I tend to agree with Bill on a few things. I do think tablet PCs will see more popularity; as they become affordable, students will start bringing them to lectures for note taking. Microsoft's OneNote software is fabulous in this regard and with tablet PCs now in the 1500$ range, it won't be long until it could be common place. They will however NOT replace a keyboard though in your home office. Touchscreens, however, may end up replacing your mouse in many applications -- the iPhone and iPod Touch are great examples of where touchscreens are finding mainstream uses. Gamers and larger screens will probably sway against using touch primarily, due to functionality requirements and fingerprint smudges.</div><br /><div></div><br /><div>Voice dictation is growing popular in many places -- Google's 1-800-GOOG-411 phone service is an example of how it is being implemented, and it may not be long before you start seeing most kiosks and other self-services using them. Doctors currently are finding voice dictation quite useful and I could see many other applications where note taking or drafting of ideas could use voice dictation. I do not believe it will replace they keyboard when used for document creation any time soon, and there is always something to be said for silence.</div><br /><div></div><br /><div><a href="http://www.extremetech.com/article2/0,2845,2321475,00.asp">READ THE INTERVIEW HERE</a></div><br /><div></div><br /><div>What do you think?</div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-4013989728510278380?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com10tag:blogger.com,1999:blog-3143863361101422038.post-71324145427060190442008-06-21T11:55:00.001-07:002008-06-21T16:42:05.667-07:00The future of CPUs and the GPUs collide<a href="http://bp1.blogger.com/_kfv2ADnjgQg/SF1c0n0UpHI/AAAAAAAABKY/tvwHZiAWI1Y/s1600-h/40.jpg"><img id="BLOGGER_PHOTO_ID_5214426002676294770" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_kfv2ADnjgQg/SF1c0n0UpHI/AAAAAAAABKY/tvwHZiAWI1Y/s400/40.jpg" border="0" /></a><br /><div>In a computer, we have the Central Processing Unit (CPU) and a Graphics Processing Unit (GPU). The CPU has traditionally been considered the heart of a computer, as it is responsible for running your software's code. The GPU on the other hand has traditionally been used to output to the computer screen what the CPU says to display.</div><br /><div></div><br /><div>Overtime though, these devices, especially the GPU, have taken on more responsibilities in a computer. For example, the GPU for the last decade have been able to hardware accelerate 3D graphics -- something that was once done rather relatively poorly by software via the CPU instead. More recently, with high definition video being played on computers more and more, and the CPU struggling to process all that media data, GPUs were given the ability to take some of the processing responsibly, and speed up high definition playback on slower computers. </div><br /><div></div><br /><div>Slowly it seems, GPUs are taking on more roles that used to be roles of the CPU. However, the need for more and more powerful GPUs is unnecessary for many, as even the simplest GPU today can do all but the most demanding tasks. So other than computer gamers [and CAD work], why would anyone need a powerful GPU?</div><br /><div></div><br /><div>CPUs at this point in time really haven't crossed much into GPU territory, but that has also been due to the nature of the CPU's structure. They aren't designed to be able to parallel process huge amounts of data like GPUs do. However, that is all changing! CPUs in the last year have become multi-cored, meaning they are becoming more and more parallel with their processing nature-- they are becoming more like GPUs! </div><br /><div></div><br /><div>Within the next year, we will be seeing CPUs that also work as GPUs (or intergrate one at least)! CPUs have become more than powerful enough to do the work of a GPU, and with CPUs expecting to grow to 80 cores in size in the next decade, they have all the parallel processing power to be a rather decent GPU solution-- even for computer gamers. This is especially true for those who don't plan on playing games, as the power needed for such office work use is trivial.</div><br /><div></div><br /><div>So what are GPU's doing? Well, GPUs aren't going to be dying, nor are CPUs, at least not in the foreseeable future. GPU's will always appeal to hardcore gamers more than anything a CPU can offer. At the same time, GPUs have an ace up their sleeve... </div><br /><div></div><br /><div>Since CPU's are becoming more and more like GPUs, due to their growing parallel nature, software now must be written with parallel processing in mind to get full potential out of the CPU. CPUs would love to stay linear in nature, but the laws of physics are making that too hard for them to keep up their growth rate that way. Parallel processing isn't bad, but it's harder for programmers to write optimized software for and not all programs can be run in parallel.</div><br /><div></div><br /><div>But if CPUs are now becoming a lot like GPUs in nature, why can't GPUs do the same software processing that CPUs can do? Well, they now can! nVidia for example has released a tool for software programmers, called CUDA SDK, that will allow software to be run on the GPU! In fact, certain applications run A LOT faster on a GPU than on a CPU, applications like protein folding research or real-time 3D CT scanning at hospitals. Along with CUDA, we have other releases like physics processing taking place on video cards, which was once done only by the CPU.</div><br /><div></div><br /><div>Of course, GPUs are horrible in comparison to many other things CPUs are good at, but as CPUs become more and more parallel in nature, GPUs and CPUs will have their differences become less and less. Expect GPUs, or derivatives of GPUs, to actually find more uses -- acting like a co-processor for the CPU, in many professional and research fields, while still appealing to serious computer gamers. Expect CPUs to continue to grow and expect them soon to replace GPUs all together in entry-level consumer computers. </div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-7132414542706019044?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com12tag:blogger.com,1999:blog-3143863361101422038.post-45664209124305750092008-06-10T07:34:00.000-07:002008-06-21T15:23:50.596-07:00RIM makes some Thunder of it's own<a href="http://bp3.blogger.com/_kfv2ADnjgQg/SE6Q-SXe35I/AAAAAAAABKQ/VAZjif8YbXk/s1600-h/thunderbig1.jpg"><img id="BLOGGER_PHOTO_ID_5210261218670862226" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_kfv2ADnjgQg/SE6Q-SXe35I/AAAAAAAABKQ/VAZjif8YbXk/s400/thunderbig1.jpg" border="0" /></a><br /><div>Despite the iPhone 3G being the talk of the town these last few days, a device that has gone under the radar in a lots of ways may be just the thing to steal some of Apple's thunder. Introducing the RIM Blackberry Thunder (9500?).<br /><br />I gotta admit, it does look like the iPhone a lot, minus the buttons at the bottom. So now I have three choices for next gen phone; iPhone, Bold, and Thunder. </div><div></div><br /><div></div><div></div><div>I'm really liking the Thunder though. <a href="http://feeds.gawker.com/~r/gizmodo/full/~3/308728815/att-memo-to-retail-managers-shows-iphone-3g-policy">Maybe I can get it without a contract?</a></div><div></div><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-4566420912430575009?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com6tag:blogger.com,1999:blog-3143863361101422038.post-44075704570364920302008-06-09T22:06:00.001-07:002008-06-10T07:28:07.897-07:00So.. questions about the new iPhone?Well, the new iPhone 3G has been introduced and lots of details have been spilled, but there are probably lots of questions remaining. Anyone have a question that needs answering? Leave a comment with your question!<br /><br />I have a question myself though, that anyone who knows the answer to I would love to hear from. I currently have a 2-year voice plan with Rogers (one of two soon-to-be Canadian iPhone providers) yet no data plan. According to what information I can find, the iPhone in Canada will be selling for $ 199/299, with a new three year contract. From what I can tell from other sources, there will be no retail sales of the iPhone.<br /><br />So my question and issue is, if I'm already in a contract, I can't exactly get a new contract, can I? And if I can't get a new contract, how do I get the iPhone? Will I only need to get the data plan to meet the criteria? Will I end up paying 500$ minus any credit I have towards my account? Insights?<br /><br />update: "Upgrade Eligibility and Qualified Upgrade PricingUpgrade eligibility will be determined based on standard upgrade eligibility rules. Customers must be upgrade eligible to receive the qualified upgrade pricing. However, not all customers will be qualified upgrades. AT&T has not determined the price of the 3G device for non-qualified upgrades."<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-4407570457036492030?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com6tag:blogger.com,1999:blog-3143863361101422038.post-85558202651878817592008-06-09T10:04:00.000-07:002008-06-09T11:51:51.449-07:00Apple WWDC Keynote<a href="http://bp1.blogger.com/_kfv2ADnjgQg/SE14ia0VJ1I/AAAAAAAABKI/OIqQNZ5cAso/s1600-h/2008wwdclive184.jpg"><img id="BLOGGER_PHOTO_ID_5209952876647229266" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp1.blogger.com/_kfv2ADnjgQg/SE14ia0VJ1I/AAAAAAAABKI/OIqQNZ5cAso/s400/2008wwdclive184.jpg" border="0" /></a><br />General Keynote Overview<br /><ul><li>Lots of free mobile applications, such as eBay and geo-based social networking.</li><li>Lots of games and tools @ $ 9.99</li><li>Incoming alerts when using an application. </li><li>None of this until early July!!! boo!</li><li>iPhone 3G /w better battery life, GPS, and slight design improvements! yess!</li><li>199$/299$ for 8GB/16GB</li><li>Released July 11th in 22 countries.</li><li>White and black options.</li></ul><p></p><br />Detailed Apple Keynote Timeline:<br /><br /><ul><li>It begins...</li><li>Steve Jobs look under fed and over worked.</li><li>Sneak peak of Snow Leopard.</li><li>Apple's SDK 4000 developers, many of which are top 500.</li><li>Rambling about iPhone's success.</li><li>More rambling, recapping about the iPhone.</li><li>Talking about the SDK and API and compatibilities with MacOS.</li><li>They seem to be stalling the keynote with lots of filler.</li><li>Demonstrating development tools.</li><li>Location-based contact filtering.</li><li>Demoing some SEGA game.</li><li>$ 9.99 ... for a cell phone game? </li><li>eBay iPhone application.</li><li>Location-based social networking application.</li><li>Loopt? Free? Not bad. Twitter competition.</li><li>TypePad blogging software. Looks half-baked?</li><li>An RSS feed reader.. exciting...</li><li>Associate Press news tip poster thingy.</li><li>More games. Physics-based. $9.99</li><li>Music creation application.</li><li>Sports game stats and video highlight app. </li><li>Apple stock down. LOL. People want a phone, not 10$ apps! </li><li>Medical visualization tool for med students.</li><li>CT and PET image viewer app.</li><li>Some 3D third person game. Still under development.</li><li>There is no background processing. I dont care what they say, this is limiting.</li><li>They have sort of push notificiation system to make up for this. We'll see....</li><li>Some new features, like bulk delete, parental control, permissions, etc.</li><li>iPhone 2.0 software RELEASED early July. GAH!!! </li><li>Free for iPhone owners, 9.95 for iTouch users.</li><li>Apple takes 30% of application revenues.</li><li>Apps less than 10megs can be downloaded over cellular networks.</li><li>More apps, but there suddenly is a lack of interest considering the release date...</li><li>iDisk, file sharing.</li><li>No cut and pasting still? </li><li>Lots of obvious apps, like calendars and calculators and email.</li><li>People getting more and more discouraged with the lack of iPhone.</li><li>Mobile.Me is talked about, 99$/year. Feels like they are trying to catch up with RIM.</li><li>Includes 20Gigs of storage, up from 10gb of the .Net service. </li><li>Why not just use Google's offerings, that are free?</li><li>Mobile.Me is for consumers, but no consumer wants to pay 100$/year for email.</li><li>I think I'm going to buy the new Blackberry Bold instead.</li><li>iPHONE 3G!!!!!!! INTRODUCED!</li><li>It’s thinner at the edges, has a full plastic back, solid metal buttons, 3.5-inch display, camera, FLUSH HEADPHONE JACK, and improved audio.</li><li>No video chat....</li><li>EDGE vs 3G, 2.8X faster.</li><li>The 3G iPhone’s standby is 300 hours. 2G talk time is up to 10 hours from 8 hours. 3G talk time is 5 hours. (Jobs says other phones have about 3 hours.) Browsing, 5-6 hours of 3G browsing. Video is 7 hours, and audio is 24 hours.</li><li>Wifi loads in 17 seconds.</li><li>GPS! YES!</li><li>Rambling about location-based services being the 'next thing'.</li><li>6 counties covered, including Canada and Mexico.</li><li>A demo.</li><li>No China or Russia</li><li>70 Countries will be getting the iPhone 3G in the next several months.</li><li>199$ for 8gB iPhone</li><li>299$ for 16gB</li><li>White version also.</li><li>July 11th roll out date in 22 countries.</li><li>A new ad with two guys carrying a metal case.</li><li>The end.</li></ul><p></p><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-8555820265187881759?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com4tag:blogger.com,1999:blog-3143863361101422038.post-8611855510705111562008-06-09T09:55:00.000-07:002008-06-09T09:59:32.907-07:00Mac Predictions for KeynoteQuickly before the keynote starts, here are my predictions.<br /><br />Touchscreen-based tiny laptop/tablet.<br />Canada release for iPhone<br />SDK launch for iPod Touch and iPhone.<br />Snow Leapord.<br />Lots of business recapping.<br />Some smaller software related releases.<br /><br />Enjoy!<br /><br />1 minute to go.<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-861185551070511156?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com7tag:blogger.com,1999:blog-3143863361101422038.post-36610109997128946112008-06-01T15:08:00.000-07:002008-06-06T13:05:12.756-07:00What on earth is Twitter?<a href="http://bp3.blogger.com/_kfv2ADnjgQg/SEMlWZm9-lI/AAAAAAAABJo/Nx4NDe1g9WQ/s1600-h/tour_1.gif"><img id="BLOGGER_PHOTO_ID_5207046660932106834" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp3.blogger.com/_kfv2ADnjgQg/SEMlWZm9-lI/AAAAAAAABJo/Nx4NDe1g9WQ/s400/tour_1.gif" border="0" /></a><br />What can truly be best described as an <span class="blsp-spelling-corrected" id="SPELLING_ERROR_0">Internet</span> <span class="blsp-spelling-corrected" id="SPELLING_ERROR_1">phenomenon</span>, Twitter.com has caught on like wild fire among the social crowd and techies. But will it catch on with the mainstream crowd?<br /><br />Twitter is, at its heart, a service for community-based <span class="blsp-spelling-error" id="SPELLING_ERROR_2">SMS</span> messaging (144 char mobile <span class="blsp-spelling-error" id="SPELLING_ERROR_3">texting</span>). When you twitter a message, anyone who cares to hear it, can, and if they desire, respond. Friends can keep their friends updated on their life every minute of the day; journalists can keep an audience updated from moment to moment at an event; or it could even be used much like a large <span class="blsp-spelling-error" id="SPELLING_ERROR_4">chatroom</span>, but where you only have to hear the responses of those you care about. No fancy stuff required -- just a plain cell phone is needed.<br /><br />Lost out the in the middle of no where and need directions? Twitter out a message and minutes later get flooded with answers from friends who follow your twittering stream. Feel like sharing that you just took the biggest crap ever? Twitter away! If anyone cares to hear it, they can! Twitter has much more potential than just this, but I hope you get the idea of what it's about.<br /><br />Why is it catching on? Well, it's essentially <span class="blsp-spelling-error" id="SPELLING_ERROR_5">Facebook</span>, but in concentrated form, simple enough to use from any phone, anywhere. It's not just limited to phone <span class="blsp-spelling-error" id="SPELLING_ERROR_6">SMSing</span>, but you can use twitter from even <span class="blsp-spelling-error" id="SPELLING_ERROR_7">Facebook</span>, email, <span class="blsp-spelling-error" id="SPELLING_ERROR_8">MSN</span>, or the twitter.com website. It's addictive, so use at your own risk.<br /><br />The only thing that might be keeping Twitter from exploding is the fact not everyone yet is cell phone <span class="blsp-spelling-error" id="SPELLING_ERROR_9">SMS</span> savoy, and I honestly feel that you may find this service a bit confusing to you without being familiar with <span class="blsp-spelling-error" id="SPELLING_ERROR_10">facebooking</span> or text messaging. Also, if your friends aren't very tech/social savoy, you may find yourself without many people to twitter with -- although there are lots of people out there worthy of listening to on twitter.<br /><br /><a href="http://twitter.com/BarackObama">The Mars lander for example has its own Twitter stream that is rather cute. <span class="blsp-spelling-error" id="SPELLING_ERROR_11">Barak</span> <span class="blsp-spelling-error" id="SPELLING_ERROR_12">Obama</span> has a twitter stream that is <span class="blsp-spelling-corrected" id="SPELLING_ERROR_13">interesting</span> to follow</a>, and <a href="http://www.twitterholic.com/">there are plenty of news streams that are being now twittered</a>. Get a cell phone, or just <span class="blsp-spelling-error" id="SPELLING_ERROR_14">goto</span> Twitter.com, and start seeing what you are missing. It's a great way to waste time when sitting on the bus when with just your cell phone.<br /><br /><a href="http://twitter.com/">Twitter.com</a><br />You can twitter me @ <span class="blsp-spelling-error" id="SPELLING_ERROR_15">Xyster</span><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-3661010999712894611?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com10tag:blogger.com,1999:blog-3143863361101422038.post-40235652516578765902008-06-01T14:19:00.001-07:002008-06-06T13:08:34.665-07:00The MSI Wind Ultra Portable Laptop<a href="http://bp2.blogger.com/_kfv2ADnjgQg/SEMZTJm9-kI/AAAAAAAABJg/D2hS-7wnF_4/s1600-h/wind6x.jpg"><img id="BLOGGER_PHOTO_ID_5207033410957998658" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://bp2.blogger.com/_kfv2ADnjgQg/SEMZTJm9-kI/AAAAAAAABJg/D2hS-7wnF_4/s400/wind6x.jpg" border="0" /></a><br />Ever since Asus introduced the EeePC, the ultra cheap, ultra portable, ultra light laptop, things in the laptop industry have found themselves entering new territory.<br />People want a cheap laptop, that is truly mobile, and does the simple tasks they want. They may have a more powerful laptop at home, but most often, we just need something to keep us connected. Where smartphones start to lack, the Asus EeePC picks up, and with the need for connectivity these days, these cheap mobile secondary laptops are making a huge hit!<br /><br />Following the wave of Asus, there have been a flood of EeePC Clones. Even Asus has rushed to get its next model of the EeePC out on market, in an attempt to improve on its own design. They aren't the only ones though --- MSI's Wind laptop is hot on the heels of Asus with a design that seems to be an EeePC killer.<br /><br />Expected the second week of June, with a better screen, better keyboard, faster CPU, and more memory -- at still dirt cheap pricing, this is going to be the laptop you'll want to grab quick when on the go.<br /><br />The CPU is an Intel Atom 1.6GHz, but it runs at an underclocked 1.33GHz (rumors). Still, this is quite a bit faster than the original Asus EeePC, though slower than the 900MHz Celeron versions. More interesting, with the press of a button, you can force the CPU to run at 1.6GHz, the CPU's rated speed, or push the same button when on the go to further reduce power, letting you squeeze more vital battery life from the device when the speed is unneeded. It's great to see the Turbo Button making a comeback (finally) these last few months.<br /><br />Expect 3 to 7 hours of battery life, and a price around $500 to $600 on release.<br /><br />edit: There are some companies coming out with tablet versions of similar cheap UMPC that should shake up the market even more later this year. Expect in the next two years to see touch screens on laptops become an increasingly popular option, especially with the unreleased Windows 7 apparently designed with touchscreens in mind and Apple pushing them too.<br /><br /><a href="http://www.engadget.com/2008/05/21/msi-wind-pc-benchmarked-secrets-of-the-atom-cracked/">More Details Here</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-4023565251657876590?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com7tag:blogger.com,1999:blog-3143863361101422038.post-83119439477676314852008-03-07T23:52:00.000-08:002008-03-08T00:20:23.490-08:00iPhone's new SDK release is intimidating<a href="http://bp1.blogger.com/_kfv2ADnjgQg/R9JJflODPVI/AAAAAAAAAzc/csTtDcHmZB8/s1600-h/Image7.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_kfv2ADnjgQg/R9JJflODPVI/AAAAAAAAAzc/csTtDcHmZB8/s400/Image7.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5175279728717938002" /></a><br />So, the other day Apple announced big news for the iPhone. It was releasing the tools needed for anyone to create applications for the iPhone .. for free. It also is providing free hosting on iTunes for created software, with options of allowing those to make a profit on such distributed software. In essence, the iPhone went from just an iPod+phone to potentially an anything-you-want-it-to-be device. <br /><br />This is intimidating news for many companies, from RIM to Nintendo to Microsoft, as the iPhone really can be competitive now in many markets. ie: Apple has announced the highly anticipated game, <em>Spore</em>, will make it onto the iPhone by the end of the year. <br /><br />I still think the iPhone could use a small price drop though...<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-8311943947767631485?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com4tag:blogger.com,1999:blog-3143863361101422038.post-87716475664390338102008-03-07T23:26:00.000-08:002008-03-07T23:46:53.787-08:00New all natural PEPSI product<a href="http://bp2.blogger.com/_kfv2ADnjgQg/R9I__1ODPUI/AAAAAAAAAzU/D5cYgCqzlMo/s1600-h/rawpepsiDM1002_468x171.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_kfv2ADnjgQg/R9I__1ODPUI/AAAAAAAAAzU/D5cYgCqzlMo/s400/rawpepsiDM1002_468x171.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5175269287652441410" /></a><br />I never liked the fact Pepsi used corn-based fructose sugar in its cola and aspartame in its diet cola. I felt my only options were diabetes or brain cancer. Well, now we all may soon have a new alternative -- Pepsi RAW. <br /><br />What makes this interesting to me is the truly all natural ingredients and choice to go back to the days of sugar cane being used as a sweetner. Better tasting? Fewer calories? Awesome! Despite the fact it will surely cost a lot more and be hard to come across, it could start a 'healthly alternative war' in the soda industry. Something we could all benefit from and it's LONG overdue, if you ask me.<br /><br /><a href="http://pepsiraw.co.uk">Link</a><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-8771647566439033810?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com6tag:blogger.com,1999:blog-3143863361101422038.post-68780379403367242802008-02-26T11:45:00.000-08:002008-02-26T11:59:17.635-08:00Interactive 360° Flash-based video<a href="http://bp1.blogger.com/_kfv2ADnjgQg/R8RvhgUtCzI/AAAAAAAAAzM/ARujcjATkUM/s1600-h/dodeca.png"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp1.blogger.com/_kfv2ADnjgQg/R8RvhgUtCzI/AAAAAAAAAzM/ARujcjATkUM/s400/dodeca.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5171380893531310898" /></a><br /><br />I found this project, called Papervision3D, to be quite interesting. Using a 360° camera and a bit of clever Flash programming, they were able to make an interactive video. Lots of potential I think.<br /><br /><a href="http://adn.blam.be/papervision/">Link</a> (via hackzine)<div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-6878037940336724280?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com8tag:blogger.com,1999:blog-3143863361101422038.post-79602750549993760842008-02-09T17:26:00.000-08:002008-02-25T17:44:25.581-08:00RIP Stage6.com <strong>Seems this post is now a bit pointless, as STAGE6.COM will be closing down this Thrusday. Apparently the site was costing them too much money. It's so sad to find that out, as I thought it was the best streaming services out there. I guess it was just ahead of its time. Hopefully, we may see it again one day.</strong><s>
<br />
<br /><a href="http://bp3.blogger.com/_kfv2ADnjgQg/R65TfgUtCyI/AAAAAAAAAzE/Y3Hw5_sRxqU/s1600-h/070507%2520Stage6.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_kfv2ADnjgQg/R65TfgUtCyI/AAAAAAAAAzE/Y3Hw5_sRxqU/s400/070507%2520Stage6.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5165157623358360354" /></a>
<br />Something a bit interesting for those who use Stage6.com It seems that when a video is removed from Stage6, be it by user or by conflicting with the terms of service, the video file isn't actually deleted from the servers for some time and can still be accessed.
<br />
<br />Below is a script that will let you play videos removed from Stage6.com. Simply enter the video ID# into the text box below and hit play! You can find the video ID# in the no-longer-working URL.
<br /></s>
<br />ie:www.stage6.com/user/FLOOR_MASTER/video/<strong>1973259</strong>/
<br /><input type="text" value="Enter video # here" id="videonum" name="videonum"><input type="hidden" value="'http://go.divx.com/plugin/DivXBrowserPlugin.cab'" name="codebase1" id="codebase1"><input type="hidden" value="'clsid:67DABFBF-D0AB-41fa-9C46-CC0F21721616'" name="classid1" id="classid1"><input type="hidden" value="'src'" name="name1" id="name1"><input type="hidden" value="'http://video.stage6.com/" name="value1" id="value1"><input type="hidden" value="/.divx'" name="value2" id="value2"><input type="hidden" value="'video/divx'" name="type1" id="type1"><input type="hidden" value="'http://go.divx.com/plugin/download/'" name="pluginspace1" id="pluginspace1"><button onclick="document.write('<object codebase='+codebase1.value+' classid='+classid1.value+'><param name='+name1.value+' value='+value1.value+videonum.value+value2.value+' /><embed type='+type1.value+' src='+value1.value+videonum.value+value2.value+' pluginspage='+pluginspace1.value+' /></object><br />Right click video and select fullscreen if desired. <br />Divx plugin required for play.');">PLAY</button><button onclick="document.write('The download link to your file is:<br /> http://video.stage6.com/'+videonum.value);">DOWNLOAD</button><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-7960275054999376084?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com13tag:blogger.com,1999:blog-3143863361101422038.post-82303757881607410422008-02-06T17:37:00.000-08:002008-07-29T07:20:25.099-07:00Play your Last.fm radio station without a subscription<a href="http://bp0.blogger.com/_kfv2ADnjgQg/R6piJN_4ucI/AAAAAAAAAy8/_rOhodbfEG8/s1600-h/red_logo.jpg"><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp0.blogger.com/_kfv2ADnjgQg/R6piJN_4ucI/AAAAAAAAAy8/_rOhodbfEG8/s400/red_logo.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5164047833249659330" /></a><br />Wishing you could play your Last.fm radio station, instead of that annoying 'recommendation radio station' they offer unsubscribed members? Well, just enter your last.fm user name below to listen to your actual station without the need for a subscription.<br /><br /><input type="text" value="Last.fm Username" id="lastfm" name="lastfm" /><button onclick="window.open('http://www.last.fm/webclient/popup/?radioURL=lastfm://user/'+lastfm.value+'/personal&','','menubar=0,resizable=1,width=300,height=320');self.location ='http://www.last.fm/login/logout';onload='this.document.title=lastfm.value';" >PLAY</button><br /><br /><strong>* you will be logged out of your last.fm account if logged in, as you must be logged out for this to work.</strong><div class="blogger-post-footer"><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3143863361101422038-8230375788160741042?l=tomorrowtimes.blogspot.com'/></div>stevehttp://www.blogger.com/profile/06176468411311550599punkrawker@gmail.com5