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

<channel>
	<title>Tech-Talkers &#187; Conventions</title>
	<atom:link href="http://www.tech-talkers.com/index.php/category/conventions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-talkers.com</link>
	<description>Let's Talk Tech...</description>
	<lastBuildDate>Fri, 15 Jan 2010 03:35:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Converting FLAC to 320kbps MP3 with Foobar</title>
		<link>http://www.tech-talkers.com/index.php/2009/01/converting-flac-to-320kbps-mp3-with-foobar/</link>
		<comments>http://www.tech-talkers.com/index.php/2009/01/converting-flac-to-320kbps-mp3-with-foobar/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 06:44:04 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[FLAC]]></category>
		<category><![CDATA[Foobar]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=323</guid>
		<description><![CDATA[
Lossless codecs, like FLAC, are great when it comes to preserving all the quality present on the original media. Unfortunately though, they do take up quite a bit of space and most lossless codecs are far from popular in the mainstream. Therefore, it often becomes necessary to sacrifice some of the quality in order to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-333" title="foobar2000" src="http://www.tech-talkers.com/wp-content/uploads/2009/01/foobar2000.jpg" alt="foobar2000" width="325" height="48" /></p>
<p>Lossless codecs, like FLAC, are great when it comes to preserving all the quality present on the original media. Unfortunately though, they do take up quite a bit of space and most lossless codecs are far from popular in the mainstream. Therefore, it often becomes necessary to sacrifice some of the quality in order to recoup some disk space and increase compatibility &#8212; because the day that the iPod supports open source codecs, is also likely to be the day that hell freezes over&#8230;</p>
<p>So, you&#8217;re stuck with hordes of FLAC files and you want to convert them all into high-quality MP3&#8217;s, and, of course, you&#8217;d like to do all this without paying a penny, correct? Is that even possible? After all, the <a href="http://www.fraunhofer.de/EN/">Fraunhofer Society</a> currently owns the rights to the MP3 codec, and they&#8217;re not shy about cashing in on it.</p>
<p>Fortunately, there is a solution, and both of the tools needed for this operation are available for free!</p>
<p><span id="more-323"></span></p>
<p>Ever since I gave up on iTunes and Winamp, I&#8217;ve been using a very light-weight and very elegant music player known as <a href="http://www.foobar2000.org/">Foobar2000</a>, or just Foobar for short. Besides the wonderful job it does playing back music with an absolute minimum of fuss, unlike iTunes, it also features an extensive array of useful plug-ins, the most fundamental of which come pre-installed. One of these built-in tools is the codec converter, which is what we&#8217;ll be using to solve our little dilemma.</p>
<p>In order to encode and decode MP3 files, Foobar uses the LAME codec. Due to reasons I don&#8217;t fully understand, the guys behind this codec have somehow circumvented the need to license the relevant technology from the Fraunhofer Society, and can therefore offer MP3 support for free &#8212; sounds like that might be an interesting article all on its own, but I digress.</p>
<p>Anyway without further ado, here&#8217;s the interesting bit:</p>
<p>Once you have Foobar installed and fired up, click on the &#8220;Library&#8221; menu, and select &#8220;Configure&#8221; &#8212; alternatively, you can just hit Ctrl-P, and that will get you to the same place. On the left side of the &#8220;Preferences&#8221; window that just opened up expand the entry titled &#8220;Tools,&#8221; and click on &#8220;Converter.&#8221;</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-329" title="foobar-pref" src="http://www.tech-talkers.com/wp-content/uploads/2009/01/foobar-pref.jpg" alt="foobar-pref" width="782" height="573" /></p>
<p>From here, look to the right side of this window, and you should see a button labeled &#8220;Add New.&#8221; Click on that.</p>
<p>You should now see the window pictured below. From the &#8220;Encoder&#8221; list, select &#8220;Custom.&#8221; The first text box under the drop-down that you just used should now read &#8220;lame.exe&#8221; &#8211;  again, just like in the picture.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-330" title="foobar-pref-ii" src="http://www.tech-talkers.com/wp-content/uploads/2009/01/foobar-pref-ii.jpg" alt="foobar-pref-ii" width="597" height="577" /></p>
<p>The settings are almost perfect right from the start. There is, however, one problem. We would like to convert our pristine FLAC files to the highest quality offered for MP3&#8217;s, but unfortunately, that&#8217;s not what the settings reflect at the moment. In order to rectify this, all that we need to do is replace the text in the &#8220;Parameters&#8221; box with the following:</p>
<blockquote><p><code>-S --noreplaygain -b 320 - %d</code></p></blockquote>
<p>From a technical standpoint, that&#8217;s all you need to change; your files will now be properly converted to 320kbps MP3&#8217;s. The description of this conversion preset, however, won&#8217;t reflect the fact that we&#8217;ve forced the LAME encoder to use a constant bit rate of 320kbps. But, this is easily fixed as well. At the very bottom of the window, simply update the &#8220;Bitrate&#8221; field to 320, and set the &#8220;Settings&#8221; field to &#8220;CBR,&#8221; short for &#8220;Constant Bit Rate.&#8221;</p>
<p>That&#8217;s it, you&#8217;re now ready to convert your FLAC files.</p>
<p>Now, in case you&#8217;re new to Foobar, once you&#8217;re ready to actually convert a file, all you need to do is add the FLAC files in question to any playlist, select the song, right-click, and hit &#8220;Convert.&#8221; The rest is really straight forward&#8230;</p>
<p>Oh, almost forgot: The first time that you convert something to MP3, Foobar will ask you where it can find the LAME executable (i.e.: the file called LAME.exe). If you don&#8217;t already have it, you can download it from <a href="http://www.free-codecs.com/Lame_Encoder_download.htm" target="_blank">www.free-codecs.com</a>. Once you&#8217;ve downloaded it, simply extract it to any location of your choosing &#8212; perhaps you might want to extract it your music folder, so you know where it is for future reference. After the extraction, head back over to Foobar, and when prompted, simply select the executable from the folder that you extracted the .zip file into.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2009/01/converting-flac-to-320kbps-mp3-with-foobar/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>A Lil&#8217; Guide to Installing Ubuntu</title>
		<link>http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/</link>
		<comments>http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 03:44:50 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/index.php/2008/03/27/a-lil-guide-to-installing-ubuntu/</guid>
		<description><![CDATA[
If you&#8217;ve taken the time to read the last two posts, then surely you must be aware that the time has now come to finally install Ubuntu; and if not, then oh well, just look at the pictures or something.
In my last two posts, I&#8217;ve attempted to explain the pains that I went through trying [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2008/03/ubuntu-install.png" /></p>
<p>If you&#8217;ve taken the time to read the last two posts, then surely you must be aware that the time has now come to finally install Ubuntu; and if not, then oh well, just look at the pictures or something.</p>
<p>In my last two posts, I&#8217;ve attempted to explain the pains that I went through trying to get the best out of my new laptop. The problem originally started with my realization that I am in no means whatsoever a fan of Vista. Postpartum depression urged me to seek out XP&#8217;s familiar setting. Much to my dismay, though, XP would not install on my new laptop, so that was the <a href="http://www.tech-talkers.com/index.php/2007/12/28/how-to-install-xp-on-vista-laptops/" target="_blank">first hurdle</a> I had to surmount.</p>
<p>Not only was I interested in a return to XP, I was also curious about Linux; particularly Ubuntu. So, the obvious choice, or at least a logic one in my mind, was to dual-boot. In the previous two articles, I explained how to install XP on a new machine intended for Vista, as well as how to prepare a system for a dual boot operation. Okay, so now that we&#8217;re all up to speed once again, let&#8217;s take the plunge once more, shall we&#8230;</p>
<p>If this first step doesn&#8217;t seem blatantly obvious, then maybe Linux isn&#8217;t for you, but in order to do anything further you&#8217;ll need the Ubuntu installation disc. So, head on over to <a href="http://www.ubuntu.com">Ubuntu.com</a>. and download the latest version &#8212; 7.10 at the time of writing. Once armed with the image file, you&#8217;ll need to burn this to a disc. If you already own it, I would recommend using Nero, but if not, InfraRecorder is an excellent, and not to mention free, alternative.</p>
<p><span id="more-265"></span>Once the disc has been burned and finalized, pop it into the machine you wish to persuade into conversion &#8212; and cross your fingers, for the moment of truth is at hand. Linux is often labeled as being far more stable than Windows, which is true for the most past, but the main problem is getting it to run in the first place. Not all hardware likes Linux flavor. If you&#8217;re unlucky, you may have in front of you a machine cursed with unsupported hardware. If this is the case, you may experience issues ranging the benign, such as a nonfunctional web cam, to real show-stoppers,  like incompatible graphics cards or display devices. Curing any of these issues may require long and inquisitive searches of some of the less frequented fringes of the net. Fortunately though, there always seem to be a plethora of willing and able Linux hobbyists to help you out.</p>
<p>Oh, and if the CD doesn&#8217;t boot right away, make sure that your BIOS is set to boot from CD-ROM drive&#8230;</p>
<p>Okay, so assuming that the CD boots properly, you should soon see the Ubuntu desktop&#8211;but, hey, wait a minute! What happened; nothing was installed, or was it?</p>
<p>The CD you just popped into your machine is what is known as a Live-CD, meaning that it contains a bootable version of the operating system. Allowing the user to experience the full operating system without having to install a single file is a great way of demonstrating the potential of product that many might be too hesitant to install.</p>
<p>&#8220;Okay,&#8221; you say, &#8220;but I want to install it, not just demo it.&#8221; Well, see that little icon on the desktop, the one that says &#8220;Install&#8221;? That&#8217;s where you wanna be if you&#8217;re interested in giving Ubuntu a serious test-drive.</p>
<p>Starting up the Installer, you should see a dialog box that will guide you through the installation process in seven rather easy steps. The first three steps are real no-brainers, simply select your prefered language, the appropriate time zone and your keyboard layout.</p>
<p>Step four is were things start to get a little more exciting. Depending on how many drives and partitions your machine has, this step may be more or less complicated. Since I&#8217;m writing this as part of a series in which I explain how I managed to dual boot XP and Ubuntu on a Vista-shipped laptop, the path I chose to follow in step four of the Ubuntu installer is quite specific to my particular needs. In the <a href="http://www.tech-talkers.com/index.php/2008/02/10/partitioning-with-gparted/" target="_blank">previous article</a>, I explained how GParted was used to partition my drive into a Windows partition and a Linux partition companioned by  a SWAP partition. If you followed the same procedure as I did, and used GParted to prepare the drive, then all you&#8217;ll have to do is select the correct partition, and move on. Since we already used GParted for most of the heavy labor, it makes little sense to reformat/resize the partition again &#8212; unless, of course, you made a mistake the first time around. Not to sound to repetitive, but step four is where you really want to pay attention. It&#8217;s very important that you select the correct drive to install Ubuntu onto, otherwise you&#8217;ll be in serious danger of losing existing, potentially important, data.</p>
<p>Looking at the screenshot below, we see that the system I used to grab the screenshots has two physical hard drives: HDA and HDB. We can also tell that the first drive, HDA, has three partitions on it: HDA1, HDA2, and HDA3. The one we&#8217;re after is the one that is formatted as EXT3, so in this case that would be HDA2. To double check that this is the right drive, take a look at the size of the partition. If this number corresponds to what you specified in GParted then you&#8217;re good to go. Note that there is no need to check any of the boxes unless you want to reformat the drive again, which really can&#8217;t hurt. So, once again, if you want to reformat, check the box, otherwise just highlight the drive. And in case you are wondering, SDA1 is a removable thumb drive.</p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2008/03/ubuntu-partition.png" /></p>
<p>If you have decided to reformat any of the drives again, make sure to also hit the &#8220;Edit partition&#8221; button. This should bring up another dialog box, asking you to specify the new size of the partition as expressed in megabytes, what format to use, and where to set the mount point. If the drive that you are partitioning is meant to house an installation of Ubuntu, it&#8217;s critical that you use the EXT3 format and set the mounting point as a single forward slash. If you&#8217;re confused, refer to the picture below.</p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2008/03/ubuntu-mount.png" /></p>
<p>Once you&#8217;re done with the &#8220;Edit Partition&#8221; dialog box, hit &#8220;OK,&#8221; and then click &#8220;Forward&#8221; once you&#8217;re back at larger dialog box.</p>
<p>Step five is particularly useful for those of us who have decided to dual boot, since Ubuntu will scan existing partitions for any other operating system from which it might be able to port over any important documents and folders. I always prefer to start fresh, and since Gutsy Gibbon is capable of reading Windows partitions, I will leave this step up to you. If you&#8217;re not interested, just proceed to the next page.</p>
<p>Even though there appear to be 7 steps, number 6 is really the last one that really requires any work. The purpose of this step is to help you set up a user account, and it&#8217;s pretty straight forward. As such the only note to make here is that your log in name cannot be capitalized and that&#8230;uhm, oh yeah, don&#8217;t forget your password.</p>
<p>Series: <strong>Dual-Booting: XP and Ubuntu</strong></p>
<p><strong><a href="http://www.tech-talkers.com/index.php/2007/12/how-to-install-xp-on-vista-laptops/" target="_blank">Part I</a> | <a href="http://www.tech-talkers.com/index.php/2008/02/partitioning-with-gparted/" target="_blank">Part II</a></strong><strong> | </strong>Part III</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2008/03/a-lil-guide-to-installing-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Falcon: The 65nm Xbox 360</title>
		<link>http://www.tech-talkers.com/index.php/2007/07/falcon-the-65nm-xbox-360/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/07/falcon-the-65nm-xbox-360/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 07:50:36 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Xbox 360]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[ATI]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[ring_of_death]]></category>
		<category><![CDATA[Xbox_360]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=137</guid>
		<description><![CDATA[
Even though the Xbox 360 is statistically speaking the current leader in the next-gen console wars, it&#8217;s pretty far from perfect as many disappointed users will gladly tell you. From the beginning, the console has suffered from a variety of problems: some overheat and die, some scratch discs beyond repair, and all of them make [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.tech-talkers.com/wp-content/uploads/2007/07/xbox360.png" alt="xbox 360" align="left" /></p>
<p>Even though the Xbox 360 is statistically speaking the current leader in the next-gen console wars, it&#8217;s pretty far from perfect as many disappointed users will gladly tell you. From the beginning, the console has suffered from a variety of problems: some overheat and die, some scratch discs beyond repair, and all of them make you think there&#8217;s a jumbo-jet in your living room. However, there might still be hope for a better console, since Microsoft announced that their current project, code-named “Falcon,” is well on its way to deliver a completely revamped 360 to consumers.</p>
<p>With summer in full swing, temperatures are on the rise and so are the complaints. Over the last few months, Microsoft has had an unusually high number of complaints about its consoles sticking it to users with the now infamous “Red Ring of Death,” meaning that the console suffered one or more fatal hardware failures. Many have come to suspect that the failures are due to the consoles inability to deal with heat – a problem that has plagued the 360 since the first batch.</p>
<p>Earlier this month, Microsoft crunched some numbers and came to the conclusion it would be in their best interest to extend the warranty, again. However, this new extended three year warranty only applies to the consoles that have been afflicted by the ominous red ring. So, this means that if your console suffers (or has suffered) a heatstroke, you can send it back to Microsoft to have it repaired and shipped back to you; all of this, free of charge. All of this benevolence does come at a cost to Microsoft though. According to the press release that went out, the company is expecting this move to cost them an estimate $1.05 billion to $1.15 billion – for this quarter alone!</p>
<p>So, what&#8217;s the solution to this entire mess? Well, redesign parts of the console, of course. Microsoft wasted no time Monday evening at E3, and was quick to announce that the gaming division was already hard at work designing a cooler 360, based on a 65nm design. The goal of the “Falcon” project is to have the more robust console on store shelves by this fall. The redesign will apply to both the triple-core CPU as well as to the AMD/ATI GPU.<span id="more-137"></span></p>
<p>Updating the console with smaller, cooler parts will not only improve the airflow and heat dissipation inside the unit, but will also mean cheaper fabrication costs for Microsoft. In the long run, keeping current with the manufacturing cost curve will allow Microsoft to save tremendous amounts of money. Sony&#8217;s latest redesign of the PS 2, for example, allows the company to produce smaller, and thus cheaper, chips all the time. The current chip costs of the PS 2 is a mere 13% of what it was originally. It&#8217;s not all simply about the heat.</p>
<p>For Microsoft&#8217;s sake, let&#8217;s hope that the Xbox “Falcon” 360 will be able to mitigate the tremendous failure rates that have been rumored about on the Internet. The rumor mill has put the failure rate for the current console somewhere between 30 to 50 percent!</p>
<p>So, to sum it all up: warranty on red-ringed consoles extended to three years; a new 360 console, codenamed “Falcon” is on its way; the 90nm chips will be replaced by 65nm chips; console longevity will improve, but technical performance will stay the same&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/07/falcon-the-65nm-xbox-360/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jikto: Malware 2.0</title>
		<link>http://www.tech-talkers.com/index.php/2007/04/jikto-malware-20/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/04/jikto-malware-20/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 06:07:19 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[billy_hoffman]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[Jikto]]></category>
		<category><![CDATA[ShmooCon]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=121</guid>
		<description><![CDATA[&#160;

Regardless of whether you’re into technology or not, you’ve  probably heard various horror stories of how hackers have managed to commandeer  the PCs of unsuspecting users to do their bidding. Traditionally a hacker would  need to get a malicious piece of software – a.k.a. viruses and spyware – onto  the intended [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center">&nbsp;</p>
<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/04/hoffman.png" alt="BillyHoffman" /></p>
<p>Regardless of whether you’re into technology or not, you’ve  probably heard various horror stories of how hackers have managed to commandeer  the PCs of unsuspecting users to do their bidding. Traditionally a hacker would  need to get a malicious piece of software – a.k.a. viruses and spyware – onto  the intended victim’s machine before anything harmful can take place. Most  computer users are aware of these dangers and have taken actions to prevent  infection, such as installing anti-virus and anti-spyware software. The vast  majority of users also hide behind some sort of request filtering system, be it  a NAT router or even the standard Windows Firewall. Having these measures in  place, along with some good computing habits, like not opening random links in  e-mails, probably save many users a lot of potential hassle, and most likely  also provide some ease of mind. Well, those days are over, because there’s a  new hack in town.</p>
<p>A few weeks ago at the <a href="http://www.shmoocon.org/">ShmooCon</a> conference, Billy Hoffman, the lead engineer of <a href="http://www.spidynamics.com/index.html">SPI Dynamics</a>, informed the  security community of an exploit that had come to light along with a tool that  he had developed that would be able to exploit the vulnerability to take  advantage of any machine, running any browser, on any operating system, to do  almost anything. The program, named Jikto, consists of a rather simple  JavaScript that can be embedded in any Web page, and can be surreptitiously run  upon loaded the page.<span id="more-121"></span>Let’s start off with an example: With Jikto, a hacker could potentially  scan a corporate network and “fingerprint all the Web-enabled devices found and  send attacks or commands to those devices,” without any interference from a  firewall, since all of this can be run directly from the browser. To a firewall  it would this would be perfectly acceptable, since it would appear as if the  user requested this to happen. Continuing with Hoffman’s example, once a hacker  figures out the router brand and model it would be fairly trivial to send it a  few commands to reconfigure the router to drop the encryption or change the  password. And, to make matters even worse, it would also be possible for a  hacker to mask the attack in such a way as fool the IT techs into thinking that  the attack came from an insider, instead a hacker thousands of miles away.</p>
<p>So how exactly is Jikto supposed to do all this? Once a casual  Internet surfer visits a site that has Jikto embedded in it, the JavaScript will  execute. Jikto will essentially take over that browser and turn it into a  scanning tool that can then scan other websites for cross-site scripting or SQL  injection vulnerabilities and report any findings back to a third party,  probably a hacker. Once a target is located, a hacker can then inject targeted  code into the website through the vulnerability that Jikto has found. This code  then has the potential to filter down from the website to the company’s network  and into a specific Web-enabled device.</p>
<p>Not only will Jikto be able to find and report on cross-site  scripting or SQL injection vulnerabilities, it will also be able to  self-propagate, much like a worm, using these same cross-site scripting exploit.  From this new location it will then be able to infect and commandeer the  browsers of other unbeknownst users. Since Jikto only takes over the client’s  browser, and does so silently without alerting the user, it does not affect any  other part of the machine, which is part of the reason that traditional  security applications will have a harder time catching it.</p>
<p>So, at the center of this potentially devastating exploit  tool is Web 2.0, or more specifically, the ubiquitous use of JavaScript to  enable AJAX—a programming technique  designed to make sited more user interactive; think Digg.com. On the one hand,  it may seems surprising that a tool like Jikto took so long to appear, since  JavaScript as been used for almost a decade now, and the exploit that is now  being used is certainly nothing new. But then again, a tool like Jikto can only  be truly effective if a great number of sites have JavaScript enabled, forcing  users to do the same. The success of Jikto depends on the number of PC that it  can be run on, much like BitTorrent in a sense. As <a href="http://www.grc.com/sn/SN-085.htm">Steve Gibson</a> explains, “Jikto runs  in a web browser and distributes the bug-hunting task across multiple PCs.” What  makes Jikto so incredibly dangerous is that it’s immune to all current  anti-malware solutions. The only true way of stopping what Jikto is capable of  would be to browse without JavaScripting enabled. Unfortunately, doing so would  break a vast number, if not the majority, of websites today. Even for a simple  blog, such as this one, to work correctly JavaScripting has to be enabled.</p>
<p>The reason that Jikto has managed to garner so much  attention in the last few weeks is the fact that it’s a very clever way of  scanning for vulnerabilities using a language that practically any browser can  understand—even certain cell phone browser will succumb to its will. In the  words of Billy Hoffman, “Jikto going to drastically change the scope of evil  things you can do with JavaScript.” Continuing on, he states that “Jikto turns  any PC into my little drone. Your PC will start attacking websites on my  behalf, and you’re going to give me all of the results.” Coming from white-hat  hacker Billy Hoffman, this probably sounds more sadistic than it really is, since  he has refrained from releasing Jikto into the wild. Unfortunately, there have  already been reports of sightings of the Jikto’s source code. The eventual  appearance of Jikto, or rather some program like it, is pretty much inevitable.  Once the hacker community knows that the exploit exists and how to implement  it, writing a program to take advantage of it is really quite trivial.</p>
<p>For more information about the vulnerability of JavaScript  check out Steve Gibson’s podcast <a href="http://www.twit.tv/SN">Security Now!</a> and also take a look at these <a href="http://www.spidynamics.com/spilabs/education/webcasts.html">webcasts </a>for  SPI Dynamics.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/04/jikto-malware-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Apple iPhone</title>
		<link>http://www.tech-talkers.com/index.php/2007/01/the-apple-iphone/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/01/the-apple-iphone/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 23:56:18 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[cingular]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[macworld]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[Steve_Jobs]]></category>
		<category><![CDATA[touch_screen]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=66</guid>
		<description><![CDATA[ It’s real! The iPhone is here, and it’s a lot more than  expected.
After almost a year of wild speculation about the next  generation iPod and the possibility of a phone, Apple, Inc. has finally announced  the real iPhone.
The new Cingular only device seems to have taken the best of  both [...]]]></description>
			<content:encoded><![CDATA[<p><a title="iPhone Specs" class="imagelink" rel="lightbox" href="http://www.tech-talkers.com/wp-content/uploads/2007/01/specs.png"><img width="275" vspace="0" height="497" align="left" alt="Apple iPhone" src="http://www.tech-talkers.com/wp-content/uploads/2007/01/iphone.png" /></a> It’s real! The iPhone is here, and it’s a lot more than  expected.</p>
<p>After almost a year of wild speculation about the next  generation iPod and the possibility of a phone, Apple, Inc. has finally announced  the real iPhone.</p>
<p>The new Cingular only device seems to have taken the best of  both worlds. That is, the widescreen form-factor that was widely rumored to be  what the next generation of iPod was going to look like seems to have been  paired with a very stylish and capable phone.</p>
<p>In keeping with the traditional Apple minimalist design, the  iPhone features a very sleek and clean looking design. On the front of the  device there’s a vibrant 3.5” multi-touch screen wedged between what&#8217;s called the &#8220;Home&#8221; button on the bottom and a speaker on the top. The widescreen display  features a maximum resolution of 320 by 480 pixels at 160 pixels per inch, and  also doubles as the primary input device. The screen does not require a stylus  to be used properly; it will ignore unintended touches, and even supports  multi-fingered gestures.</p>
<p>The beauty about the touch screen interface is that with the  help of its operating system, OS X, the phone is able to completely change the button layout from application to application. So, what might be a nice, big keypad in one application, will completely disappear as soon as it’s no longer needed, and can be replaced with something like a click-wheel in another program.</p>
<p>Using a simple finger gesture, you’ll be able to do  everything from flipping through photos to zooming in on a particular section  of a web page or photo. Need to send e-mails? No problem, with the iPhone’s predictive  QWERTY keyboard, typing up e-mails, documents, and SMS text messages is as easy as ever.<span id="more-66"></span></p>
<p>The iPhone is also capable of playing music, video, sharing  images, web browser, e-mailing, and a lot more. With OS X, you’ll have a true  desktop experience in your hand – or so they claim. A lot of the desktop  applications have been ported over to the mobile device, such as Safafi, Notes,  and even some of the most popular Widgets. Other neat applications include Visual Voicemail, Address  Book, and Google Maps.</p>
<p>As a possible iPod replacement, the iPhone will allow you to  literally “touch your music,” browse through your collection faster than ever  before, admire the cover art, and much more. If you elect to only play music on  the iPhone, the battery should last you about 16 hours – with everything else  that you might want to do on the device, a few hours seems far more realistic.</p>
<p>For those of you looking to completely replace your iPods,  be forewarned that the iPhone currently only features a choice between 4 and  8GB of internal flash memory. On top of that, the iPhone won’t exactly be cheap either. The 4GB model will go  for around $499, and the larger 8GB model should retail for about $599.</p>
<p>All that media capability is great&#8230;.but this is still a  phone, right?</p>
<p>Well, yeah, and as a phone, the device also comes with a lot  of features. The iPhone supports three different network frequencies: 850Mhz,  900Mhz, 1800Mhz, 1900Mhz – from there the term “Quad-band.” It also fully  supports Wi-Fi (802.11b &#038; G), Cingular’s EDGE, and also fully conforms to  the brand new Bluetooth 2.0 specifications. And, like any modern phone on the market, it  also sports a 2.0 megapixel camera.</p>
<p>If you can’t wait to get your hands on this thing, I’m  sorry to disappoint, but you’ll have to wait a little longer, since it won’t be available  until June of this year.</p>
<p>For More Information:</p>
<p><a target="http://www.apple.com/iphone/" title="iPhone Details" href="http://www.apple.com/iphone/">http://www.apple.com/iphone/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/01/the-apple-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Microsoft CES Keynote</title>
		<link>http://www.tech-talkers.com/index.php/2007/01/the-microsoft-ces-keynote/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/01/the-microsoft-ces-keynote/#comments</comments>
		<pubDate>Tue, 09 Jan 2007 07:35:55 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Bill-Gates]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[Windows_Live]]></category>
		<category><![CDATA[Xbox_360]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=63</guid>
		<description><![CDATA[
Bill Gates started off the Microsoft CES keynote with his  thoughts on the rapid advancement that the technology market has undergone in  recent years, and quickly tied it all into the release of Windows Vista and the  importance of the new operating system along with the other services that  Microsoft has [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.tech-talkers.com/wp-content/uploads/2007/01/msces.png" id="image65" alt="Microsoft at CES" /></p>
<p>Bill Gates started off the Microsoft CES keynote with his  thoughts on the rapid advancement that the technology market has undergone in  recent years, and quickly tied it all into the release of Windows Vista and the  importance of the new operating system along with the other services that  Microsoft has planned for the coming year.</p>
<p>As could be expected, the first area of focus was Vista,  which as it seems still has plenty up its sleeve. A neat feature, showcased by  Justin Hutchinson, is called Shadow Copy, which in essence provides Vista  with another safety net from human error. In short, it allows users who  accidentally saved an incorrect version of a document or overwrote the wrong  file to “restore previous versions of [the] document with just a couple of clicks.”  The feature is a lot like the current System Restore, but works on an  individual file level. “It’s better than going back in time,” joked Justin.</p>
<p>After a brief Vista discussion, the  topic changed to the Virtual Earth 3D technology that’s part of the Windows  Live network. Using an Xbox 360 controller, Hutchinson  was able to fly a camera around in a fully three dimensional recreation of Sin   City. The concept felt a lot like  Google Earth with SketchUp, but it’s always nice to see competition.<span id="more-63"></span></p>
<p>Back on the topic of Vista, Hutchinson  described how the Ultimate version of Vista will include  downloadable extras for those of us willing to shell out the extra money for  this particular version. One of the more impressive downloadable programs is  Groupshot, which allows users to select parts of different pictures and combine  them into one for a better overall image. The aim of this program is to fix  awkward facial expressions of an individual in a series of group shots, where  the face of a person in one image can be transplanted over onto his or her face  in another image.</p>
<p>Another Ultimate Extra is found in the form of Dream Scene,  which allows users to use full motion video as a desktop background. This  feature will probably only be recommendable for those who have enough graphics  horsepower to spare after having turned on Aero Glass – not to mention the  patience to deal with a distracting video playing in the background.</p>
<p>With that Justin Hutchinson ended his part of the  presentation and handed to stage back over to Bill.</p>
<p>The next item of interest was the mention of a project that  Microsoft has worked on together with HP, called Windows Home Server. As the  name implies, this will be network attached device that will be available to  multiple PCs, Xbox consoles, the Zune music players and any other compatible  devices for: backups, additional storage and a lot more. Expect to see the HP  Media Smart Server in stores later on in the second half of this year.</p>
<p>With Windows Vista, Microsoft will be introducing the concept  of Live Anywhere, which basically amounts to being able to play a game, like  Uno, on your Vista machine with someone else playing on  their Xbox 360, and vice versa. In the future the service will also be expanded  to other, more hardcore games.</p>
<p>The entertainment experience doesn’t stop with Live  Anywhere. Microsoft also plans to provide its customers with a wide variety of  TV content, which it will soon be offering in four different ways.</p>
<p>The first of the four ways to get high-definition movies on the  Microsoft ecosystem is through the new HD-DVD add-on for the 360, which has  been in “incredibly high” demand.</p>
<p>The second way to get into the HD experience is through the  use of a Media Center PC connected to an Xbox 360 console.</p>
<p>The third way is through Xbox Live Video, which a recently  launched service through which users can download HD and SD movies onto their  consoles. The service already provides “a thousand hours of content. And it’s  really simple, because the Xbox is already on the internet and, it’s connected  to a big [screen].”</p>
<p>The fourth – and probably the most exciting – way to get TV is  going to be through IPTV. Although the notion of offering IPTV is nothing new  to Microsoft, they needed a stable and popular platform to put their front-end  software on. The Xbox 360 fills that position beautifully. Together with  third-party support from telephony companies such as AT&amp;T, Deutsche  Telekom, C-Com and SwissCom, Microsoft is planning to turn the 360 into a full  featured Top Set Box (TSB).</p>
<p>The service should be able to handle both standard and high  definition streaming for a variety of different channels with  picture-in-picture support and a slew other neat features, such as TiVo style  recording. Obvious this service is not going to be offered for free, but it  will probably not be as expensive as regular cable.</p>
<p>This new IPTV service sounds a lot like what Apple doing  with their iTV, which suggests that Microsoft is prepared to hand over yet  another market sector to Apple without a fight – the music selling venture  being the first.</p>
<p>The final major announcement to come forth from the CES  keynote was that Microsoft has partnered up with the Ford Motor Company to  offer a “fully integrated, voice activated, in-car communications and  entertainment system for mobile phones and digital music players.” This Ford  exclusive, called Synch, will support Bluetooth, phone book syncing, three way  calling, and text-to-speech reading of text messages. Not only will it be  compatible with the Zune and the iPod, there will also be a USB port for Flash  and Zip drives.</p>
<p>Even though CES keynotes are meant to be really up-beat and  forward looking, it really does seem like Microsoft is lining up for a great  year. Whether they can pull it off successfully, however, is an entirely  different matter…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/01/the-microsoft-ces-keynote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CES &amp; Macworld, 2007</title>
		<link>http://www.tech-talkers.com/index.php/2007/01/ces-and-macworld-2007/</link>
		<comments>http://www.tech-talkers.com/index.php/2007/01/ces-and-macworld-2007/#comments</comments>
		<pubDate>Mon, 08 Jan 2007 06:49:44 +0000</pubDate>
		<dc:creator>Tim Severeijns</dc:creator>
				<category><![CDATA[Conventions]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[bill_gates]]></category>
		<category><![CDATA[consumer_electronics_show]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[macworld]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.tech-talkers.com/?p=61</guid>
		<description><![CDATA[


It’s January. That means that it’s once again time for the Consumer  Electronics Show and MacWorld, two high-profile conventions that together will cover  almost  anything to do with computing and gadgetry.
The Consumer Electronics Show (CES) has been organized on an  annual and semi-annual basis since 1967, which would make this year’s [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">
<div style="text-align: center"><img id="image62" alt="CES and MacWorld" src="http://www.tech-talkers.com/wp-content/uploads/2007/01/logos.png" /></div>
</p>
<p>It’s January. That means that it’s once again time for the Consumer  Electronics Show and MacWorld, two high-profile conventions that together will cover  almost  anything to do with computing and gadgetry.</p>
<p align="justify">The Consumer Electronics Show (CES) has been organized on an  annual and semi-annual basis since 1967, which would make this year’s iteration  the 40th anniversary. In accordance with the new tradition, CES will  once again be held in the lively city of Las Vegas;  more specifically, in the gigantic Las Vegas Convention Center, which features well over  three million square feet of showroom floor space. In the  past, CES has been used to debut some landmark products and services, like the Compact Disc,  Nintendo Entertainment System, DVD, HDTV, and everyone’s favorite: Pong.<span id="more-61"></span></p>
<p align="justify">The convention will run from Monday, January 8th,  to Thursday, January 11th. The event kick-off, however, will be held on Sunday, and will consist of several  pre-show keynote presentations from industry gaints, like Bill Gates. Other notable  keynotes will be by Motorola’s chairman/CEO Ed Zander, Robert Iger from Walt Disney,  and Michael Dell, the founder of Dell, Inc.</p>
<p align="justify">This upcoming week will also be the week of MacWorld, an  Apple only convention for anyone, anything and everything Mac. The first MacWorld has  held back in 1985, in the Brooks Hall in San Francisco.  In 1993, the convention moved to the Moscone   Center, which allowed for more  floor space. The high-light of the event has always been the keynote  presentation from Apple co-founder Steve Jobs. Some of the most well-known  product announcements, such as that of the original iMac, as well as that of iTunes,  have been made at MacWorld.</p>
<p align="justify">Like CES, MacWorld will last several days and start on  Monday, January 8th. Some of the rumors suggest that Jobs might be  announcing the device that was formally known as the iPhone, but we’ll just  have to wait and see…</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tech-talkers.com/index.php/2007/01/ces-and-macworld-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
