This file is indexed.

/usr/share/php/tests/Horde_Feed/Horde/Feed/fixtures/lexicon/http-www.gizmodo.net-index.xml is in php-horde-feed 2.0.1-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.gawker.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.gawker.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title><![CDATA[Gizmodo]]></title>
		<image>
			<url>http://cache.gawker.com/assets/base/img/thumbs140x140/gizmodo.com.png</url>
			<title><![CDATA[Gizmodo]]></title>
			<link>http://gizmodo.com</link>
		</image>
		<link>http://gizmodo.com</link>
		<description><![CDATA[Gizmodo, the gadget guide. So much in love with shiny new toys, it's unnatural.]]></description>
				    			
														
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.gizmodo.com/index.xml" type="application/rss+xml" /><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><item>
			<title><![CDATA[ Nokia E71 to Hit Flagship Stores This Week [Nokia] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/e71.jpg" height="225" width="131" align="left" hspace="4" vspace="2"/&gt;We'd previously &lt;a href="http://gizmodo.com/387763/long-awaited-nokia-e71-may-hit-on-may-8th"&gt;suggested&lt;/a&gt; a May 8th date for the much-anticipated Nokia E71 cellphone, but it looks like the actual US launch is about to happen. Rumors are that Nokia's Flagship Store in Chicago has already got its first shipment, and has been contacting customers on the waiting list. The dual band WCDMA phone is apparently to be unveiled at a launch party this Thursday. So if you're on a list, for $480 you could be clutching the QWERTY keypad, GPS-enabled device in just 48 hours. [&lt;a href="http://www.boygeniusreport.com/2008/07/21/e71-nam-starts-hitting-nokia-flagship-stores/"&gt;BoyGeniusReport&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=ec9361190e5c751008289e78e217d920" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=ec9361190e5c751008289e78e217d920" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=ZsgpXJ"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=ZsgpXJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=XeTgBJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=XeTgBJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=XrfShJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=XrfShJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=PhoEoj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=PhoEoj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=vgiNGj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=vgiNGj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342594763" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342594763/nokia-e71-to-hit-flagship-stores-this-week</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027667/nokia-e71-to-hit-flagship-stores-this-week]]></guid>
			<category><![CDATA[ Nokia ]]></category>
			<category><![CDATA[ Cellphone ]]></category>
			<category><![CDATA[ E71 ]]></category>
			<category><![CDATA[ E71-2 ]]></category>
			<category><![CDATA[ E71-nam ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ GPS ]]></category>
			
			<category><![CDATA[ Smartphone ]]></category>
			<pubDate>Tue, 22 Jul 2008 10:15:00 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027667&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027667/nokia-e71-to-hit-flagship-stores-this-week</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ The Beam Bed Makes Drooling on the Pillow a Divine Experience [Furniture] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Beam_01.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;There's nothing particularly technologically innovative about the Beam Bed, but it uses a sunburst-shaped lighting and support system to emit a glorious glow that's perfect for wooing the ladies/thwarting the monsters. As we've long been scared of both said species, we're pleased to see that the furniture market is finally catering to our insecurities with no shortage of style. Now just to find some plastic "rainburst" sheets and all of our sleeping abnormalities will be cured at last. [&lt;a href="http://www.lago.it/en/design/products/beam-bed.html"&gt;Lago&lt;/a&gt; via &lt;a href="http://www.lago.it/en/design/products/beam-bed.html"&gt;CribCandy&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=7c2231aad7f1346850bfc61c0cebb86d" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=7c2231aad7f1346850bfc61c0cebb86d" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=Nq1P4R"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=Nq1P4R" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=0AvcvJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=0AvcvJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=tJLWDJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=tJLWDJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=6AgoUj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=6AgoUj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=oqKHej"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=oqKHej" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342594764" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342594764/the-beam-bed-makes-drooling-on-the-pillow-a-divine-experience</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027664/the-beam-bed-makes-drooling-on-the-pillow-a-divine-experience]]></guid>
			<category><![CDATA[ Furniture ]]></category>
			<category><![CDATA[ Beam bed ]]></category>
			<category><![CDATA[ Decor ]]></category>
			
			<category><![CDATA[ Sun ]]></category>
			<pubDate>Tue, 22 Jul 2008 10:00:00 EDT</pubDate>
			<dc:creator>Mark Wilson</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027664&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027664/the-beam-bed-makes-drooling-on-the-pillow-a-divine-experience</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ NEC's Minority Report-Style Display Tailors Adverts For You (Verdict: Frankenads) [Advertising] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/necadverts1.jpg" align="left" hspace="4" vspace="2" width="494" height="252" style="display:block;float:none;" /&gt;It may be tired to bring up Minority Report, but remember the scenes in the movie where our hero gets bothered by interactive targeted advertising wherever he goes? Thanks to dear ol' NEC, this nightmare of advert pestering may really be in our future: its new ad display panel watches its watchers with a camera, then tailors the adverts to the audience. The 50-inch plasma's camera and software doesn't quite go so far as identifying specific people, but it does guess at age and sex and then offers you the chance to grab data on the products wirelessly to a cellphone. It'll be demoed at Fuji Television's festival in Tokyo: go along and see how irritating (or not) the future of advertising may be, if you're interested. [&lt;a href="http://timesofindia.indiatimes.com/HealthSci/Billboards_with_eyes_find_audience/articleshow/3261313.cms"&gt;Times of India&lt;/a&gt; via &lt;a href="http://dvice.com/archives/2008/07/digital_stalker.php"&gt;Dvice&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=e86378d9fd2ea701060d2f5b18922a97" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=e86378d9fd2ea701060d2f5b18922a97" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=ok4D7n"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=ok4D7n" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=x0SdnJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=x0SdnJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=QxsseJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=QxsseJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=rOQYGj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=rOQYGj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=sVhUFj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=sVhUFj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342567398" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342567398/necs-minority-report+style-display-tailors-adverts-for-you-verdict-frankenads</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027653/necs-minority-report+style-display-tailors-adverts-for-you-verdict-frankenads]]></guid>
			<category><![CDATA[ Advertising ]]></category>
			<category><![CDATA[ Ads ]]></category>
			
			<category><![CDATA[ Adverts ]]></category>
			<category><![CDATA[ Camera ]]></category>
			<category><![CDATA[ Displays ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ Interactive billboards ]]></category>
			<category><![CDATA[ Minority Report ]]></category>
			<category><![CDATA[ Nec ]]></category>
			<category><![CDATA[ Tailored advertising ]]></category>
			<category><![CDATA[ targeted ]]></category>
			<category><![CDATA[ Targeting ]]></category>
			<pubDate>Tue, 22 Jul 2008 09:45:00 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027653&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027653/necs-minority-report+style-display-tailors-adverts-for-you-verdict-frankenads</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Microsoft's "Vista Doesn't Suck" Ad Campaign Thinks Everyone Remembers The 15th Century [It Doesn't Suck, Promise] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/vista_flatad_01.jpg" style="display:block;" /&gt;Either that or their agency just really loves &lt;a href="http://en.wikipedia.org/wiki/The_World_Is_Flat"&gt;Thomas Friedman&lt;/a&gt;. Anyhow, Microsoft's $300 million campaign to return fire after Apple's &lt;a href="http://gizmodo.com/tag/mac-vs-pc/"&gt;"Mac vs. PC" ads&lt;/a&gt; with our buddy John Hodgman—which, like it or not, were a wildly successful campaign and definitely helped shape the public's perception of Vista—has begun with this image from microsoft.com, comparing the potential realization that Vista doesn't suck to the debunking of the flat earth theory. It took a bold voyage to the New World by one Christopher Columbus to change everyone's mind on the first one—but Microsoft is hoping a little ad campaign will do the trick to clean up the gross misconception the public (and tons of Windows users) seem to have about Vista.&lt;/p&gt; &lt;p&gt;It makes sense that Microsoft is going for a more conceptual ad here, rather than tick off a list of everything that people should perceive Vista is good at (they already do that on the &lt;a href="http://www.microsoft.com/windows/windows-vista/discover/why-now.aspx"&gt;page the ad points to&lt;/a&gt;). I can think of a lot of other future installments, like "At one point, everyone thought witches walked among us" or "At one point, people thought they could turn lead into gold," or "At one point, people thought that it was a good idea to shit into ditches alongside the city streets." The campaign basically writes itself—why don't you guys give is a whirl. [&lt;a href="http://blogs.zdnet.com/Bott/?p=499"&gt;ZDNet&lt;/a&gt; via &lt;a href="http://www.crunchgear.com/2008/07/22/flash-the-world-is-round-says-new-vista-ad-campaign/"&gt;CrunchGear&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=9eb37a14415f37e14d3b915547fbaa02" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=9eb37a14415f37e14d3b915547fbaa02" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=dSOqzk"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=dSOqzk" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Hr7wZJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Hr7wZJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=eAgmDJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=eAgmDJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=OKV0Dj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=OKV0Dj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=W0g35j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=W0g35j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342567410" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342567410/microsofts-vista-doesnt-suck-ad-campaign-thinks-everyone-remembers-the-15th-century</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027647/microsofts-vista-doesnt-suck-ad-campaign-thinks-everyone-remembers-the-15th-century]]></guid>
			<category><![CDATA[ It Doesn't Suck, Promise ]]></category>
			<category><![CDATA[ ad campaign ]]></category>
			<category><![CDATA[ Ads ]]></category>
			
			<category><![CDATA[ Mac vs. PC ]]></category>
			<category><![CDATA[ Microsoft ]]></category>
			<category><![CDATA[ Vista ]]></category>
			<category><![CDATA[ Windows Vista ]]></category>
			<pubDate>Tue, 22 Jul 2008 09:30:57 EDT</pubDate>
			<dc:creator>John Mahoney</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027647&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027647/microsofts-vista-doesnt-suck-ad-campaign-thinks-everyone-remembers-the-15th-century</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Is This the Next PSP? [Psp 3000] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/psp_3k_back.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;It's tough to make out much from these shots, but according to their source, they are of the next PSP (the PSP model 3000). The specs include a built-in microphone as well as an updated button set that replaces the "Home" button with a PlayStation button (to more closely resemble the PS3).&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/psp_3k_mic.jpg" class="center" style="display:block;" /&gt;Other than those tidbits, we have little more information on the alleged update other than that it could include "cell phone support." And from the looks of this back casing, it doesn't seem that the next PSP will be much, if any, thinner than its predecessor. [&lt;a href="http://bbs.pspchina.net/viewthread.php?tid=275200&amp;extra=&amp;page=1"&gt;PSP China BBS&lt;/a&gt; via &lt;a href="http://kotaku.com/5027557/rumor-psp-3000-features-built+in-mic-already-in-production"&gt;Kotaku&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/click.phdo?s=941ff04dd2b8eb6abe0bef022701d56a"&gt;&lt;img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=941ff04dd2b8eb6abe0bef022701d56a"/&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=941ff04dd2b8eb6abe0bef022701d56a" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=gws2HC"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=gws2HC" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=U1imAJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=U1imAJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=EvqiZJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=EvqiZJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=FKYjrj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=FKYjrj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=PyOawj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=PyOawj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342545832" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342545832/is-this-the-next-psp</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027646/is-this-the-next-psp]]></guid>
			<category><![CDATA[ Psp 3000 ]]></category>
			<category><![CDATA[ Playstation ]]></category>
			<category><![CDATA[ Playstation Portable ]]></category>
			<category><![CDATA[ PSP ]]></category>
			
			<category><![CDATA[ Sony ]]></category>
			<pubDate>Tue, 22 Jul 2008 09:15:00 EDT</pubDate>
			<dc:creator>Mark Wilson</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027646&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027646/is-this-the-next-psp</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ TiVo to Pimp Their Subscribers to Amazon [TiVo] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/tivo_logo_man-744939.jpg" align="left" hspace="4" vspace="2"/&gt;Bad news for TiVo subscribers—the company is about to reach for new levels of advertising debauchery. If you thought those banners in the TiVo menu system were bad, know that the company is about to take things a big step further and invade actual television programming with Amazon as their partner. From the NY Times: &lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;Owners of TiVo video recorders will see, in TiVo’s various onscreen menus, links to buy products like CDs, DVDs and books that guests are promoting on talk shows like “The Oprah Winfrey Show,” “The Late Show With David Letterman” and “The Daily Show.”&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;That much is unrolling today. As for the future...&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;In the months ahead, TiVo plans to begin offering this feature to advertisers and programmers, so that the chance to buy products and have them delivered will be presented to viewers during commercials and even alongside product placements during live shows.&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;There was no mention of an option to opt-in to the ads. &lt;/p&gt; &lt;p&gt;In a completely unrelated announcement, I have two TiVo HDs for sale. [&lt;a href="http://www.nytimes.com/2008/07/22/technology/22tivo.html?_r=1&amp;partner=rssnyt&amp;emc=rss&amp;oref=slogin"&gt;NYTimes&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=a72e196b095bf22f5f61167c078205e2" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=a72e196b095bf22f5f61167c078205e2" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=FIfJz9"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=FIfJz9" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=XHjeRJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=XHjeRJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=eYtNuJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=eYtNuJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=KEgLcj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=KEgLcj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=QzgBwj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=QzgBwj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342537097" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342537097/tivo-to-pimp-their-subscribers-to-amazon</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027640/tivo-to-pimp-their-subscribers-to-amazon]]></guid>
			<category><![CDATA[ TiVo ]]></category>
			<category><![CDATA[ Amazon ]]></category>
			<category><![CDATA[ Television ]]></category>
			
			<category><![CDATA[ TiVo HD ]]></category>
			<pubDate>Tue, 22 Jul 2008 08:58:00 EDT</pubDate>
			<dc:creator>Mark Wilson</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027640&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027640/tivo-to-pimp-their-subscribers-to-amazon</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Garmin's New Nuvi 500 GPS Does Driving, Walking, Boating Nav in One Unit [GPS] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/nuvi501.jpg" height="257" width="295" align="left" hspace="4" vspace="2"/&gt;Garmin has just announced a new member of the &lt;a href="http://gizmodo.com/tag/nuvi/"&gt;Nuvi&lt;/a&gt; GPS range, the 500 series. In a first for Nuvi, the rugged, waterproof 500 units are specifically designed to be multipurpose, with maps for driving, walking, cycling and boating built in. For out-doorsy types, there's a shaded digital elevation map option, and a dedicated compass page and tracklog. Plus the battery is a swappable 8-hour Li-ion type, so you can carry a spare for extended trips away from a power source. The 500 comes with City Navigator, and topographic maps of the US, while the 550 has highway coverage of the US and Canada, but no topographic data. The units are on show at the British International Motor show in London form today, and go on sale soon in the US for $499. Press release below.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt; SOUTHAMPTON, England, July 22&lt;/p&gt; &lt;p&gt;Garmin the global leader in satellite navigation, today announced its first multi-use nüvi portable navigation device (PND) dedicated to walking, cycling, scootering, driving and boating in one rugged easy-to-use unit. The nüvi 500 series comes equipped with the latest technology from Garmin including NavTeq sophisticated mapping data and the ability to accept different types of mapping including TOPO for outdoor navigation and Blue Chart cartography for marine usage.&lt;/p&gt; &lt;p&gt;Clive Taylor, Garmin's Director of Product, said, "The nüvi 500 series is a true chameleon in the gadget world, it extends the use of GPS across the range, from walking to cycling to driving to boating. It's ideal for individuals or families who want to go and explore the great outdoors in every way they can. With the built-in compass and integrated Wherigo(TM) and Geocaching player the sat-nav's use is extended beyond just navigating: Users can enjoy the fun of the many family treasure hunts and adventures available online."&lt;/p&gt; &lt;p&gt;The new waterproof nüvi 500 series combines the latest Garmin navigation technology including Hotfix(TM), detailed NavTeq mapping, millions of points of interest (POIs) and traffic avoidance compatibility, for the times when sitting in a traffic jam is not an option. In addition, the nüvi 500 series comes standard with Garmin's popular "Where am I?" safety feature. At any time, with a single tap of the car icon, drivers can display their exact latitude and longitude coordinates, the nearest address and intersection, and the closest hospitals, police stations, fuel stations and recovery service telephone number. In addition, with Garmin Connect Photos, users can choose from millions of geo-located images provided by Google's Panoramio to photo-navigate on land or water.&lt;/p&gt; &lt;p&gt;With one touch, the nüvi 500 transitions between walking, biking, driving or boating mode;&lt;/p&gt; &lt;p&gt;Walking and outdoor pursuits&lt;/p&gt; &lt;p&gt;Ready for the great outdoors, the nüvi 500 models display shaded digital elevation mapping on the 3.5" water-proof touchscreen. This series comes standard with a compass page, track log and a removable, rechargeable battery for extended outdoor use. The integrated Wherigo(TM) and Geocaching player means the nüvi 500 series is ideal for getting the family to enjoy the great outdoors with the many downloadable 'adventures and treasure hunts' available online. Optional TOPO mapping will give additional detailed maps.&lt;/p&gt; &lt;p&gt;- Wherigo is a toolset for creating and playing GPS-enabled adventures in the real world. Use GPS technology to guide you to physical locations and interact with virtual objects and characters. http://www.wherigo.com&lt;/p&gt; &lt;p&gt;- Geocaching is an entertaining adventure game where individuals and organizations set up caches all over the world and share the locations of these caches on the internet. GPS users can then use the location coordinates to find the caches. Once found, the visitor may be provided with a wide variety of rewards, all a visitor has to do is ensure that if rewarded, they leave a gift for the next person who finds the cache. http://www.geocaching.com&lt;/p&gt; &lt;p&gt;Cycling/scootering&lt;/p&gt; &lt;p&gt;Where the nüvi 500 series stands out is in its ability to fit comfortably on a scooter or bicycle. Its user interface is easy to control and, with directions via Bluetooth and a scooter mount as standard in select European markets or optional extra everywhere else, it's a great fit for getting around the busy town centres of Europe. The nüvi 500 series has a rugged design with UVA/B &amp; fuel resistant material and bright clear screen that can be seen even in strong sunlight. If the weather turns and the rain comes down, its waterproof body ensures that the turn-by-turn directions get you to your destination using the most direct route and in the quickest time.&lt;/p&gt; &lt;p&gt;Driving&lt;/p&gt; &lt;p&gt;The nüvi 500 series' intuitive interface greets you with two simple questions: "Where To?" and "View Maps." Touch the colour screen to easily look up addresses and services and get voice-prompted turn-by-turn directions to your destination. It comes preloaded with City Navigator(R) NT map data European region or individual country. It's packed with millions of POIs and features digital elevation maps that show you shaded terrain contours at higher zoom levels. With the nüvi 500 series, you can also upload custom POIs such as 'The Good Pub Guide' and 'Falk-Marco Polos Travel Guide' offering thousands of great places to drink, eat and visit.&lt;/p&gt; &lt;p&gt;Boating&lt;/p&gt; &lt;p&gt;When loaded with optional BlueChart(R) g2 Vision marine cartography, the nüvi 500 series is great on the water, providing detailed chart-specific information, spot soundings, inter tidal zones, wrecks, port plans, restricted areas and more. The nüvi 500 is ideal for the occasional boating enthusiast who wants one navigational device for foot, car, bike or boat.&lt;/p&gt; &lt;p&gt;The nüvi 500 and 550 for Europe come preloaded with either country-specific City Navigator NT Map Data (500) or full European City Navigator NT Map Data (550) with detailed street and topographic mapping.&lt;/p&gt; &lt;p&gt;The nüvi 550 will be available in the UK in September at a RRP of GBP299&lt;/p&gt; &lt;p&gt;See the Garmin nüvi 500 series on Stand N118 - British International Motor Show at ExCel, London - 23 July - 3 August 2008: http://www.britishmotorshow.co.uk &lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;[&lt;a href="http://gpstracklog.typepad.com/gps_tracklog/2008/07/garmin-nuvi-5-1.html"&gt;GPStracklog&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=784f4127a4b3ba32e06a370d349f1dea" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=784f4127a4b3ba32e06a370d349f1dea" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=N0lsvg"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=N0lsvg" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=szfHBJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=szfHBJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=V1BsBJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=V1BsBJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=TQx3fj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=TQx3fj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=GQI4Bj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=GQI4Bj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342513354" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342513354/garmins-new-nuvi-500-gps-does-driving-walking-boating-nav-in-one-unit</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027627/garmins-new-nuvi-500-gps-does-driving-walking-boating-nav-in-one-unit]]></guid>
			<category><![CDATA[ GPS ]]></category>
			<category><![CDATA[ 500 ]]></category>
			<category><![CDATA[ 500 Series ]]></category>
			<category><![CDATA[ 550 ]]></category>
			<category><![CDATA[ All-purpose ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ Garmin ]]></category>
			
			<category><![CDATA[ multi-use ]]></category>
			<category><![CDATA[ Navigation ]]></category>
			<category><![CDATA[ Nuvi ]]></category>
			<category><![CDATA[ Rugged ]]></category>
			<category><![CDATA[ Waterproof ]]></category>
			<pubDate>Tue, 22 Jul 2008 08:30:00 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027627&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027627/garmins-new-nuvi-500-gps-does-driving-walking-boating-nav-in-one-unit</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ The Best, Weirdest, and Most Wonderful Gadget Designs of 2008 [IDEA 2008 Awards] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/bestofidea2008.jpg" align="left" hspace="4" vspace="2" width="600" height="400" style="display:block;float:none;" /&gt;&lt;iframe src="http://digg.com/api/diggthis.php?u=http://digg.com/gadgets/The_Best_Weirdest_Most_Wonderful_Gadget_Designs_of_2008" align="right" frameborder="0" height="82" scrolling="no" width="55"&gt;&lt;/iframe&gt;The 2008 International Design Excellence Awards are in, and they come loaded with tons of weird and wonderful gadgets. We have picked the best, the weirdest, and the most wonderful, from laser liners that look like Wall-E's Eve evil twin, microwave containers with lids, and wall-mounted home server enclosures straight out of Star Trek, to self-propelled sprayers (like me), NYC condom dispensers/wrappers (no connection there), a "vibrating massager" that looks like an aubergine, and even a precision timing detonation system.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Silver-SuperEZConnector-web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Dyno Nobel Super EZ Connector - Precision Timing Detonation System&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "Dyno Nobel's Super EZ Connectors form the attachments of a precision, non-electric, timed detonation system used in blasting. They link together shocktubes, a type of specialized fuse which burns at a rate of 7000 feet per second."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; They look like Scalextric controls. They make things explode. What is not to like.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Bronze-FORM_6-web.JPG" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Jimmyjane FORM 6 Water-Resistant, Rechargeable Vibrating Massager&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "Form 6 is the only rechargeable vibrating massager that is also water-resistant, making it suitable for use in the shower."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; Water-resistant. Rechargeable. Vibrator. As if anyone needed any more reasons &lt;i&gt;why&lt;/i&gt;.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/finalist-geodemicrowave-web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Geode Microwave&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "Geode is a high-efficiency microwave that is more intuitive, attractive, efficient and sustainable than standard models. It is composed of two parts: a base and a lid."&lt;br&gt; &lt;b&gt;Why we like it&lt;/b&gt;: It looks amazingly good—as opposed to your usual fugly microwave oven—and it's incredibly useful. Too bad this one is just a concept for now.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Finalist_Hitachi_Laser_Liner_Series.jpg" height="385" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget&lt;/b&gt;: Hitachi Laser Liner Series&lt;br&gt; &lt;b&gt;What is it&lt;/b&gt;: "The Hitachi Laser Liner Series is ideal for the positioning of slope structures such as stairs, handrails, internal building structures, electric lighting facilities and the alignments of tile joints for outer walls or plastering."&lt;br&gt; &lt;b&gt;Why we like it&lt;/b&gt;: It looks like an evil robot. Too bad the laser can be set from "line up" to "stun" to "DESTROY HUMANS."&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Bronze-TuneStudio-Web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Belkin TuneStudio&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "TuneStudio is a compact four-channel mixer for the iPod."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; Knobs. Pointy ones.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Bronze_lite2go_web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Lite2go Lamp&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "The lite2go is a sustainably-designed household lamp that sheds the excess of packaging by eliminating it all together."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; The lamp is the package is the lamp.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Bronze_Parruda_web.jpg" height="202" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Parruda Self-Propelled Sprayer&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "This (vehicle) is an upgrade from the self-propelled Parruda Sprayer launched in 2000, which incorporates technological, functional and style enhancements designed to meet the requirements of agricultural input consumers." It uses GPS, has new headlights, and increased field of vision.&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; A vehicle. To spray. The cockpit, the wheels, the handrails, all looks space-age weird and that's why we like it. That and the fact that I'm picturing myself driving it down the US1 from NYC to the Florida keys in one of these, spraying everyone with, humm, dunno, &lt;i&gt;some&lt;/i&gt; kind of sprayable thing.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Bronze-Amphibian-web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; The Amphibian™ Dynamic Scuba Fin&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "This design allows divers to walk and climb boat ladders without removing their fins."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; So simple, and knowing the pain it is to do this, so effective. I want them. Also, it's called amphibian, like some of the ladies of the world.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Finalist_The_Mule.jpg" height="391" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; The Mule&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "The Mule is an all-in-one stacker, transporter and portable work bench, designed for ease of use and to help increase productivity and reduce workplace injuries. It has a tough, steel-framed platform that can handle up to 350 pounds of material."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; Not to be confused by its &lt;a href="http://gizmodo.com/368651/new-video-of-bigdog-quadruped-robot-is-so-stunning-its-spooky"&gt;Boston Dynamics' relative&lt;/a&gt;, this Mule useful in so many ways, sturdy, and lets you get out your manly DIY instincts to abandon them two hours later, when you wake up in the hospital without three of your fingers and a major head contusion.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/gold-lightbulb-web.jpg" height="385" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; frog Light Bulb&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "The light bulb concept takes the form of the traditional light bulb, but one-ups it in efficiency by using a high-output LED as the light source. This prototype also uses half the power of a fluorescent while lasting ten times longer."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; We like our friends at frog design. I like this light even more, because I love the shape of the classic bulb and I would hate to see it disappear in a fashion-disco-club nightmare of minimalist LED lights.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Gold-Speedglas-web.jpg" height="385" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Speedglas™ SL (Super Light)&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "Speedglas SL is a welding helmet with an auto-darkening filter to protect the eyes."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; It's the world's lightest welding helmet and it looks like a helmet I would wear while trying to battle cyber-dragons in sci-fi Middle Earth. And one more thing: Flashdance.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Gold-SylvanSport_GO-web.jpg" height="160" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget&lt;/b&gt;: SylvanSport GO - Mobile Adventure Gear&lt;br&gt; &lt;b&gt;What is it&lt;/b&gt;: "This is a three-in-one towable vehicle that morphs from a compact, traveling profile to a rugged toy-hauler mode to a spacious and comfortable camping configuration."&lt;br&gt; &lt;b&gt;Why we like it&lt;/b&gt;: TRANSFORMERS. And apparently you can go camping with it.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Gold-TheRidgeRunner-web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;The Gadget: The RidgeRunner™&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "The RidgeRunner is designed to increase safety and efficiency for construction workers as they install wooden roof trusses. Placement of a truss requires a worker at the peak to align and brace it."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; Not that we are going to install wooden roof trusses anytime soon, but the heavy-duty industrial look of the RidgeRunner makes me want to start doing that now.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Gold-TouchSight-web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Touch Sight&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "Touch Sight is a revolutionary digital camera designed for visually impaired people. Simple features make it easy to use, including a unique feature which records sound for three seconds after pressing the shutter button. The user can then use the sound as reference when reviewing and managing the photos. Touch Sight does not have an LCD but instead has a lightweight, flexible Braille display sheet which displays a 3D image by embossing the surface, allowing the user to touch their photo."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; The design is simple and the idea is great, specially the Braille display sheet with embossed images. Too bad this one is just a concept too (designed by Samsung).&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Silver-Armarac-web.jpg" height="385" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Armarac - 19' Wall Mounter Server Enclosure&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "The Armarac represents the evolution of the traditional 19-inch computer rack. It is the world's first zero-footprint, compact, wall-mounted enclosure for computer and networking equipment."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; I want to put a few servers when I move to my new NYC apartment and I don't want a horrible mini-rack. Neither I would have the space. This seems like the perfect solution, it's smart and it will look great (even if I install it in a closet.)&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Silver-ArtengoRollnet-web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Artengo RollNet&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "Rollnet makes it possible to play table tennis in apartments or outdoors, on big tables and small tables &amp;mdash; wherever someone feels like striking up a game."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; For those of your how play table tennis, being able to do it anywhere, without a full table, the RollNet is perfect. For the rest of us, we just like the concept and the looks.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Silver-bloombergFlex-web.jpg" height="196" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; Bloomberg Flexible Display&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "This highly flexible and compact dual-head display allows subscribers to the Bloomberg Professional to easily adjust the screen's display height, angle, vertical and horizontal orientations for optimum use with different software tools."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; One day, displays will look almost invisible from their sides, and be configurable in any way possible. The Bloomberg Flexible Display brings that day a lot closer. &amp;gt;This&amp;lt; close.&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/silver-nyccondom-web.jpg" height="405" width="275" align="left" hspace="4" vspace="2"&gt;&lt;/p&gt; &lt;p&gt;&lt;b&gt;The Gadget:&lt;/b&gt; NYC Condom Dispenser/NYC Condom Wrapper&lt;br&gt; &lt;b&gt;What is it:&lt;/b&gt; "The New York City Condom and Dispenser is an initiative of the NYC Department of Health, since the free distribution of condoms is an effective measure against HIV infections and unwanted pregnancies."&lt;br&gt; &lt;b&gt;Why we like it:&lt;/b&gt; Because.&lt;/p&gt; &lt;p&gt;As you can see, it's refreshing to see that great design gets applied to every single aspect of our lives. [&lt;a href="http://www.idsa.org/IDEA2008/categories.html"&gt;IDEA awards&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=d913a631ef3bd9549aa6d394b7c45a64" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=d913a631ef3bd9549aa6d394b7c45a64" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=jU1Jal"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=jU1Jal" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=EYRXWJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=EYRXWJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=ickHJJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=ickHJJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=s8kE8j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=s8kE8j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=FS6iij"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=FS6iij" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342493212" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342493212/the-best-weirdest-and-most-wonderful-gadget-designs-of-2008</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027619/the-best-weirdest-and-most-wonderful-gadget-designs-of-2008]]></guid>
			<category><![CDATA[ IDEA 2008 awards ]]></category>
			<category><![CDATA[ Design ]]></category>
			<category><![CDATA[ Design ]]></category>
			<category><![CDATA[ Feature ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ Gallery ]]></category>
			<category><![CDATA[ The Best of the Idea Awards ]]></category>
			<category><![CDATA[ Top ]]></category>
			<pubDate>Tue, 22 Jul 2008 08:00:00 EDT</pubDate>
			<dc:creator>Jesus Diaz</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027619&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027619/the-best-weirdest-and-most-wonderful-gadget-designs-of-2008</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Toy Rocket Inspires Design of Variable-Speed Bullets [Guns] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/VSbullet.jpg" align="left" hspace="4" vspace="2" width="494" height="263" style="display:block;float:none;" /&gt;Repurposing the design of a kid's toy rocket into an innovative gun may sound pretty dark, but it creates a weapon with selectable lethality. Rockets made by Lund and Company Invention of Chicago use a liquid hydrogen variable fuel-air mix to give a selectable-power launch, and now the US Army is funding research to apply the tech to guns. The Variable Velocity Weapon System uses a similar liquid or gaseous fuel-air mix in a combustion chamber to propel bullets from the rifle, which lets you set the bullet speed as non-lethal at 33 feet to lethal at 330 feet, for example. Current research VVWS are .50 calibre rifles, but the design is scalable from "handgun to howizter." Sounds like a useful addition to a soldier's arsenal, though I suspect there'll be plenty of worries of the "I used the wrong setting" type. [&lt;a href="http://technology.newscientist.com/article/dn14372-toy-rocket-inspires-variablespeed-bullets.html?DCMP=ILC-hmts&amp;nsref=news5_head_dn14372"&gt;New Scientist&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=8621ad8d016cc28b3985b87425e320f1" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=8621ad8d016cc28b3985b87425e320f1" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=TNoVwz"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=TNoVwz" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=hM1DdJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=hM1DdJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=LlvSUJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=LlvSUJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=IQhpQj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=IQhpQj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=fUIS6j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=fUIS6j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342482619" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342482619/toy-rocket-inspires-design-of-variable+speed-bullets</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027620/toy-rocket-inspires-design-of-variable+speed-bullets]]></guid>
			<category><![CDATA[ Guns ]]></category>
			<category><![CDATA[ Army ]]></category>
			<category><![CDATA[ Fuel-air ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			
			<category><![CDATA[ Selectable lethality ]]></category>
			<category><![CDATA[ Toy ]]></category>
			<category><![CDATA[ Toy rocket ]]></category>
			<category><![CDATA[ Variable speed bullet ]]></category>
			<category><![CDATA[ Variable velocity weapon system ]]></category>
			<pubDate>Tue, 22 Jul 2008 06:56:00 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027620&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027620/toy-rocket-inspires-design-of-variable+speed-bullets</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Rear-View Mirror GPS To Come to US, Named SmartMirror [GPS] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/smartmirror.jpg" align="left" hspace="4" vspace="2" width="494" height="168" style="display:block;float:none;" /&gt;Previously named the DS400GB, the SmartMirror is a GPS system that is mounted in place of your conventional rear-view mirror, and has a rear-facing cam input. With Navigon Mobile Navigator 6.5 inside, it's got "reality view", a 4-inch touchscreen, integrated speakers and Bluetooth and takes SD cards. It's actually got two inputs for rear-view cameras, which may be good news for the parking-skill-challenged. It sounds like a neat solution, but I'm a little unconvinced that mounting a GPS high up there on the windscreen isn't actually going to distract you from looking in the rear-view mirror&amp;mdash; after all, we know how &lt;a href="http://gizmodo.com/340515/area-man-parks-car-on-house-roof-tells-police-gps-made-me-do-it"&gt;distracting&lt;/a&gt; GPS can be. SmartMirror will be available August 1st for $799. [&lt;a href="http://www.navigadget.com/index.php/2008/07/21/ds-400gb-is-now-smartmirror-and-headed-for-us"&gt;Navigadget&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=4a4a3c7f72569b8e1ae5806a16da6fc8" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=4a4a3c7f72569b8e1ae5806a16da6fc8" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=fN1wTj"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=fN1wTj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Bh9RpJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Bh9RpJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=xc7gkJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=xc7gkJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=fOfIMj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=fOfIMj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=z4Hn3j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=z4Hn3j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342423273" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342423273/rear+view-mirror-gps-to-come-to-us-named-smartmirror</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027616/rear+view-mirror-gps-to-come-to-us-named-smartmirror]]></guid>
			<category><![CDATA[ GPS ]]></category>
			<category><![CDATA[ Driving ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			
			<category><![CDATA[ Mirror ]]></category>
			<category><![CDATA[ Navigation ]]></category>
			<category><![CDATA[ Rear-view Cameras ]]></category>
			<category><![CDATA[ Rear-view mirror gps ]]></category>
			<category><![CDATA[ Smartmirror ]]></category>
			<pubDate>Tue, 22 Jul 2008 06:04:00 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027616&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027616/rear+view-mirror-gps-to-come-to-us-named-smartmirror</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Sony Pushes Out Three New Walkmen Phones, the W302, W902 and W595 [Cellphones] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/newWalkmenphones1_01.jpg" align="left" hspace="4" vspace="2" width="494" height="294" style="display:block;float:none;" /&gt;It's the third birthday of Sony Ericsson's Walkman phone label, and to celebrate it's launching three new music-based cellphones. The W302 and W902 (left, center in the image) are both candybar cells, with the 302 having an FM radio, and 2-megapixel cam, and the 902 with a 5-megapixel cam and apparently matching the high audio quality of the &lt;a href="http://gizmodo.com/354745/sony-ericsson-w980i-walkman-clamshell-hits-the-right-chords"&gt;W980&lt;/a&gt; phone. The W595 is a slide phone with built-in stereo speakers so users can "share sounds with their friends" (read: annoy passers-by with irritating tunes) but it also has twin jacks so you can share music privately. All four phones are quad-band GSM, have "shake control," come in a selection of colors and will hit the streets at the end of the year. Press release below, which also details some new accessories like wireless portable speakers.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;To coincide with the Walkman™ phone’s third birthday, Sony Ericsson has unveiled three brand new mobile phones giving music on the go to more users than ever. Best-in-class sound quality takes music on your mobile to the next level.&lt;/p&gt; &lt;p&gt;London July 22 - Building on three year’s experience and technology 30 years in the making, Sony Ericsson continues to lead the way in the mobile phone music arena with cutting edge music technology and unique accessories.&lt;/p&gt; &lt;p&gt;Today, Sony Ericsson unveils its latest innovative additions to the Walkman™ phone family: the W902, W595 and W302, and seven new music accessories. Sony Ericsson is unveiling phones and accessories with superior sound quality and pioneering features that take Walkman™ phones beyond music and expectations with fantastic extras such as great imaging and video capabilities.&lt;/p&gt; &lt;p&gt;“Since the launch of our first Walkman™ phone in 2005, Sony Ericsson has continued to pioneer a superior mobile music experience - and the 77 million Walkman™ phones sold to date are testament to this commitment,” says Ben Padley, Head of the Music Category at Sony Ericsson. “With this latest range of phones and accessories, we are offering high quality sound and a rich feature set that cements our position as a leader in the music phone category. We are pushing the boundaries of what people think is possible and are offering best-in-class sound quality and our most exciting Walkman™ phones to date.”&lt;/p&gt; &lt;p&gt;The list of pioneering and innovative features found on Walkman™ phones continues to be unmatched in the industry. Features like the music recognition application TrackID™, SensMe™, for matching your mood to the music and Shake control to change tracks with the flick of your hand make Walkman™ phones stand out from the rest.&lt;/p&gt; &lt;p&gt;Sony Ericsson can now also announce best-in-class sound quality and a clear audio experience from its W902 Walkman™. The W902 features the same superior sound quality as the W980, about to launch shortly, which was rated ”best audio experience” this month, in a trial conducted in Germany by TESTfactory*.&lt;/p&gt; &lt;p&gt;With the W902, users can listen to music the way it should be heard: true to original. It’s also a mobile phone for those that want it all, with a five megapixel camera and great video capturing and sharing capabilities, an 8GB Memory Stick Micro™ (M2) for storing more than 8,000 songs**, the W902 is a top-of-the-range device that will make you the envy of your friends.&lt;/p&gt; &lt;p&gt;The W595 Walkman™ is perfect for those who want to share sounds with their friends. Store and play more than 1,900 songs** through the built in stereo speakers. Plug in the in-box sharing jack to listen silently to your tunes with a friend or Bluetooth™ your sounds to Sony Ericsson’s range of wireless speakers.&lt;/p&gt; &lt;p&gt;The new W302 Walkman™ is packed with impressive features in an affordable no-compromise slim handset. Targeting all audiences, the phone comes complete with an impressive two megapixel camera, FM radio, TrackID™ and 512MB Memory Stick Micro™ (M2).&lt;/p&gt; &lt;p&gt;The next generation of accessories includes three new sets of speakers, the MBS-200, MBS-400 and MPS-100, to help music lovers go beyond the individual and play music directly from their mobile phone. Enhancing its music accessories collection Sony Ericsson has also introduced three new stereo headphones, HBH-IS800, HPM-88 and HPM-66 for the optimal listening experience.&lt;/p&gt; &lt;p&gt;The Walkman™ phone through history&lt;br&gt; Walkman™ phone continues to chart high&lt;/p&gt; &lt;p&gt;• August 2005 – Sony Ericsson launches its very first Walkman™ phone – the W800&lt;br&gt; • December 2005 - Three million Walkman™ phones sold to date&lt;br&gt; • April 2006 – Sony Ericsson launches its first Walkman™ phone music accessories; MPS-60 portable speakers, which goes on to sell millions of units worldwide&lt;br&gt; • October 2006 – Sony Ericsson launches its first slider Walkman™ phone – the W850 which also introduces the unique TrackID™ music recognition application&lt;br&gt; • November 2006 –Sony Ericsson launches the W950 Walkman™ with the biggest storage yet - 4GB&lt;br&gt; • December 2006 – 20 million Walkman™ phones sold to date&lt;br&gt; • February 2007 – Sony Ericsson launches its slimmest Walkman™ - the W880&lt;br&gt; • November 2007 – W910 Walkman™ phone with Turbo 3G/HSDPA launches as a complete entertainment device&lt;br&gt; • December 2007 – Walkman™ phone sales hit 57 million&lt;br&gt; • February 2008 – Sony Ericsson launches the W350, with Walkman™ on top and W380 with gesture control&lt;br&gt; • July 2008 – W980 Walkman™ phone with clear audio experience launches&lt;/p&gt; &lt;p&gt;With Sony Ericsson today music is reborn. What are you waiting for? Join the Walkman™ phone family and experience music how it was meant to be heard.&lt;/p&gt; &lt;p&gt;For more information visit www.sonyericsson.com/reveals&lt;/p&gt; &lt;p&gt;The W302 Walkman™ is an EDGE/GSM/GPRS 850/900/1800/1900 phone that will be available in selected markets in Midnight Black and Sparkling White in Q4 of 2008.&lt;/p&gt; &lt;p&gt;The W902 Walkman™ is a UMTS/HSDPA 2100 and EDGE/GSM/GPRS 850/900/1800/1900 phone that will be available in selected markets in Volcanic Black, Wine Red and Earth Green in Q4 of 2008.&lt;/p&gt; &lt;p&gt;The W595 Walkman™ is a UMTS/HSDPA 2100 and EDGE/GSM/GPRS 850/900/1800/1900 phone that will be available in selected markets in Active Blue, Cosmopolitan White, Jungle Grey and Lava Black in Q4 of 2008.&lt;/p&gt; &lt;p&gt;The W595c Walkman™ is a GSM/GPRS/EDGE 850/900/1800/1900 phone that will be available in selected markets in Active Blue, Cosmopolitan White and Jungle Grey in Q4 of 2008.&lt;/p&gt; &lt;p&gt;The W595a Walkman™ is a GSM/GPRS/EDGE 850/900/1800/1900 phone that will be available in selected markets in Active Blue, Cosmopolitan White, Jungle Grey and Lava Black in Q4 of 2008.&lt;/p&gt; &lt;p&gt;The Wireless Portable Speaker MBS-200 will be available in selected markets from Q4 2008.&lt;/p&gt; &lt;p&gt;The Wireless Portable Speaker MBS-400 will be available in selected markets from Q4 2008.&lt;/p&gt; &lt;p&gt;The Portable Speakers MPS-100 will be available in selected markets from Q4 2008&lt;/p&gt; &lt;p&gt;The Wireless Stereo Headphones HBH-IS800 will be available in selected markets from Q4 2008&lt;/p&gt; &lt;p&gt;The Noise Cancelling Headphones HPM-88 will be available in selected markets from Q4 2008&lt;/p&gt; &lt;p&gt;The Active Headphones HPM-66 will be available in selected markets from Q4 2008&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;[&lt;a href="http://www.sonyericsson.com/"&gt;Sony Ericsson&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=73c73fa0e196615c8221570fd1b35e22"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=73c73fa0e196615c8221570fd1b35e22" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=73c73fa0e196615c8221570fd1b35e22" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=FMZ71Z"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=FMZ71Z" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=JYV5cJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=JYV5cJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=XQ1oqJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=XQ1oqJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=6HUEtj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=6HUEtj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=64KU7j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=64KU7j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342386416" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342386416/sony-pushes-out-three-new-walkmen-phones-the-w302-w902-and-w595</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027610/sony-pushes-out-three-new-walkmen-phones-the-w302-w902-and-w595]]></guid>
			<category><![CDATA[ Cellphones ]]></category>
			
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ Music ]]></category>
			<category><![CDATA[ Personal audio ]]></category>
			<category><![CDATA[ Sony Ericsson ]]></category>
			<category><![CDATA[ W302 ]]></category>
			<category><![CDATA[ W595 ]]></category>
			<category><![CDATA[ w902 ]]></category>
			<category><![CDATA[ Walkman ]]></category>
			<category><![CDATA[ Walkmen phones ]]></category>
			<pubDate>Tue, 22 Jul 2008 05:09:44 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027610&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027610/sony-pushes-out-three-new-walkmen-phones-the-w302-w902-and-w595</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Osram Push White LEDS to World-Record Brightness, Super Efficiency [LEDs] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/white_leds.JPG" height="265" width="300" align="left" hspace="4" vspace="2"/&gt;It's an interesting week in the world of LEDs: on the weekend we heard about &lt;a href="http://gizmodo.com/5027090/purdue-university-breakthrough-could-lead-to-low+cost-mass+produced-leds"&gt;ultra-cheap&lt;/a&gt; ones, and today Osram (yes, the light bulb people) have news that they've pushed white LEDs to world-record brightness. By optimizing the diode, light converter and the package, their lab test squeezed 500 lumens out of a single LED at 1.4A. That's bright enough for projector tech, and certainly makes the single unit good for car lighting and even interior lights. At a lower, more optimal, current the 1mm-square white LED had an &lt;a href="http://en.wikipedia.org/wiki/Luminous_efficacy"&gt;efficiency&lt;/a&gt; of 136 lumens/W which makes it about twice as efficient as standard fluorescent lamps and 10 times a normal bulb. Press release below.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt; OSRAM Achieves Quantum Leap in Brightness and Efficiency of White LEDs&lt;br /&gt; SANTA CLARA, Calif. &amp;mdash;(Business Wire)&amp;mdash; Jul. 21, 2008 By improving all the technologies involved in the manufacture of LEDs, OSRAM development engineers have achieved new records for the brightness and efficiency of white LEDs in the laboratory. Under standard conditions with an operating current of 350 mA, brightness peaked at a value of 155 lm, and efficiency at 136 lm/W. In generating these results, researchers used white prototype LEDs with 1 mm-square chips. The light produced had a color temperature of 5000K, with color coordinates at 0.349/0.393 (cx/cy).&lt;/p&gt; &lt;p&gt;The key to OSRAM's success was the efficient interplay among all the advances made in materials and technologies. A perfectly matched system of optimized chip technology, a highly advanced and extremely efficient light converter, and a special high-performance package all combined to produce the world record performance results.&lt;/p&gt; &lt;p&gt;Potential applications for this high-performance LED technology include general illumination, the automotive sector, and any application that calls for large, high-power LEDs. These semiconductor light sources are also suitable for high operating currents. At 1.4 A, they can produce up to 500 lm of white light. This means that in the future the LEDs can also be used for projection applications as blue and green chip versions.&lt;/p&gt; &lt;p&gt;Dr. Rudiger Muller, CEO at OSRAM Opto Semiconductors, commented: "It was the successful convergence of OSRAM know-how in different fields that led to these new records in efficiency and brightness. Starting with the light converter, we will be gradually moving these new developments into production." OSRAM has already applied for patents for the technologies that lie behind these world record performance levels &lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;Since Osram says plans are now to move this tech from the lab into production, we can certainly expect to see LEDs in even more places in the future. [&lt;a href="http://www.osram-os.com/"&gt;Osram&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=21269a6e3db0ca8a3d9b9b2206391da2" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=21269a6e3db0ca8a3d9b9b2206391da2" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=4Om7Mz"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=4Om7Mz" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=MzXaBJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=MzXaBJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=cn1wLJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=cn1wLJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=3Ea6Hj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=3Ea6Hj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=tkqTlj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=tkqTlj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342369934" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342369934/osram-push-white-leds-to-world+record-brightness-super-efficiency</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027606/osram-push-white-leds-to-world+record-brightness-super-efficiency]]></guid>
			<category><![CDATA[ LEDs ]]></category>
			<category><![CDATA[ Bright white ]]></category>
			<category><![CDATA[ Efficiency ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ illumination ]]></category>
			<category><![CDATA[ Led ]]></category>
			
			<category><![CDATA[ Lighting ]]></category>
			<category><![CDATA[ osram ]]></category>
			<category><![CDATA[ Science ]]></category>
			<category><![CDATA[ White ]]></category>
			<category><![CDATA[ white LEDs ]]></category>
			<category><![CDATA[ World's brightest ]]></category>
			<pubDate>Tue, 22 Jul 2008 04:33:00 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027606&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027606/osram-push-white-leds-to-world+record-brightness-super-efficiency</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Canon Updates HD Palmcorders With HF11, HG21 Versions [Camcorders] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/canonHDcams1.jpg" align="left" hspace="4" vspace="2" width="494" height="185" style="display:block;float:none;" /&gt;Canon's AVCHD &lt;a href="http://gizmodo.com/366655/canon-vixa-hf10-camcorder-reviewed-verdict-best-avchd-to-date"&gt;HF10&lt;/a&gt; camcorder got an excellent reception earlier this year, and now Canon have tweaked it slightly into the upcoming HF11 version. The most important tweaks are doubling the internal storage from 16GB to 32GB and the addition of a 24Mbps high quality MXP imaging mode. Otherwise, most features of the camera remain the same. Similar tweaks have been made to last years HG10 HDD camera, adding in the 24Mbps shooting mode, a 120GB drive and now allowing movies to be saved onto SD card whereas before it was limited to still imagery. Both cameras will be available in August for $1,300. [&lt;a href="http://66.102.9.104/translate_c?hl=en&amp;sl=ja&amp;u=http://www.watch.impress.co.jp/av/docs/20080722/canon.htm"&gt;AVWatch&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=3b5bf7d28623b1017725a5a75509c8c8" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=3b5bf7d28623b1017725a5a75509c8c8" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=CM3oSr"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=CM3oSr" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=dYuf9J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=dYuf9J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=CbeaTJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=CbeaTJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=utBhDj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=utBhDj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=HJF07j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=HJF07j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342351313" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342351313/canon-updates-hd-palmcorders-with-hf11-hg21-versions</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027604/canon-updates-hd-palmcorders-with-hf11-hg21-versions]]></guid>
			<category><![CDATA[ Camcorders ]]></category>
			<category><![CDATA[ AVCHD ]]></category>
			
			<category><![CDATA[ Canon ]]></category>
			<category><![CDATA[ Digital Cameras ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ Hard Drive ]]></category>
			<category><![CDATA[ Hd ]]></category>
			<category><![CDATA[ hf11 ]]></category>
			<category><![CDATA[ HG21 ]]></category>
			<category><![CDATA[ High-Definition ]]></category>
			<category><![CDATA[ Imaging ]]></category>
			<category><![CDATA[ Video ]]></category>
			<pubDate>Tue, 22 Jul 2008 04:03:00 EDT</pubDate>
			<dc:creator>Kit Eaton</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027604&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027604/canon-updates-hd-palmcorders-with-hf11-hg21-versions</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ New York Times: Analysts Aren't So Big On The Netbook Movement [TardTops] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/resources/2008/05/subnotebookconfusion.jpg" align="left" hspace="4" vspace="2" width="494" height="225" style="display:block;float:none;" /&gt;Today's New York Times has a trend piece on ULPCs/Netbooks/Nettops/Subnotebooks/Mini PCs/*&lt;em&gt;Insert Buzzword Here&lt;/em&gt;* and analysts who fear their low prices will spell doom and gloom for the PC industry. They cite the already low profit margins for PC sales as an example of what could drive computer companies into the red. Naturally success stories like the &lt;a href="http://gizmodo.com/tag/eee"&gt;Asus Eee&lt;/a&gt;, and the next wave of products like the &lt;a href="http://gizmodo.com/5027136/cherrypal-pc-offers-subscription+free-cloud-computing-that-runs-off-two-watts-of-power"&gt;CherryPal&lt;/a&gt; were name dropped as potential threats, but it hardly seems time to worry.&lt;/p&gt; &lt;p&gt;The only concrete example in the article to warrant this concern is the aforementioned lack of profit margins, and there are still plenty of people who need more from their computers other than web browsing and micro-sized keyboards. But hey, if analysts are worried, should the rest of the world be? [&lt;a href="http://www.nytimes.com/2008/07/21/technology/21pc.html?pagewanted=1&amp;ref=technology"&gt;NYT&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=568a7e244996e2fadebffaeb474b3777" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=568a7e244996e2fadebffaeb474b3777" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=S25c5J"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=S25c5J" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Mxgz2J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Mxgz2J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=amwlvJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=amwlvJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=ofldYj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=ofldYj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=mHrzbj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=mHrzbj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342164047" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342164047/new-york-times-analysts-arent-so-big-on-the-netbook-movement</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027575/new-york-times-analysts-arent-so-big-on-the-netbook-movement]]></guid>
			<category><![CDATA[ TardTops ]]></category>
			<category><![CDATA[ Asus ]]></category>
			<category><![CDATA[ Computers ]]></category>
			<category><![CDATA[ eee ]]></category>
			<category><![CDATA[ Intel ]]></category>
			<category><![CDATA[ Laptops ]]></category>
			<category><![CDATA[ NetBooks ]]></category>
			<category><![CDATA[ Subnotebooks ]]></category>
			
			<category><![CDATA[ ULPCs ]]></category>
			<pubDate>Mon, 21 Jul 2008 23:13:00 EDT</pubDate>
			<dc:creator>Adrian Covert</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027575&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027575/new-york-times-analysts-arent-so-big-on-the-netbook-movement</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ First S60 Touch UI Screenshots Appear, Look Promising [Symbian] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/image1ga1.png" align="left" hspace="4" vspace="2" style="display:block;" /&gt;A small bunch of S60 Touch UI screens popped up today over at Mobile Royale, and they don't look half bad. The design has big on-screen buttons, clean design, and easy to read menus. The only item of concern is how narrow the header and footer bars are when the OS is in landscape mode. Seems like a breeding ground for repeated tapping. That said, I'm still excited to see the rest of S60 Touch. [&lt;a href="http://mobileroyale.tk/"&gt;Mobile Royale&lt;/a&gt; via &lt;a href="http://www.symbian-freak.com/news/008/07/nokia_s60_touch_ui_screenshot_leaked.htm"&gt;Symbian Freak&lt;/a&gt;]&lt;br&gt; &lt;script type="text/javascript" charset="utf-8"&gt; galleryPost('s60touch', 2, ''); &lt;/script&gt;&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=d0ef9fcf83e6937321c64884da804a23" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=d0ef9fcf83e6937321c64884da804a23" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=svQLzd"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=svQLzd" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=2wV5iJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=2wV5iJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=E6nNHJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=E6nNHJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=ekDuwj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=ekDuwj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=HsyEDj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=HsyEDj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342153846" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342153846/first-s60-touch-ui-screenshots-appear-look-promising</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027570/first-s60-touch-ui-screenshots-appear-look-promising]]></guid>
			<category><![CDATA[ Symbian ]]></category>
			<category><![CDATA[ Nokia ]]></category>
			<category><![CDATA[ S60 ]]></category>
			<category><![CDATA[ s60 touch ]]></category>
			<category><![CDATA[ Screenshots ]]></category>
			<category><![CDATA[ Smartphones ]]></category>
			
			<pubDate>Mon, 21 Jul 2008 22:56:00 EDT</pubDate>
			<dc:creator>Adrian Covert</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027570&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027570/first-s60-touch-ui-screenshots-appear-look-promising</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ GPS Vs. Radar Gun Battle Appealed: GPS Wins! [GPS] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/resources/2007/10/gps_vs_radar.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;We've been following the story of Shaun Malone, the California teen who was clocked by an officer doing 62MPH in a 45MPH zone, and was issued a ticket for $190. He &lt;a href="http://gizmodo.com/gadgets/gps-vs-radar/gps-vs-radar-speed-challenge-update-radar-wins-325639.php"&gt;took the ticket to trial&lt;/a&gt; and &lt;a href="http://gizmodo.com/gadgets/gps-vs-radar/speeder-argues-that-his-gps-unit-proves-the-police-radar-gun-is-wrong-315783.php"&gt;lost&lt;/a&gt;, as the state brought in a GPS expert via affidavit who said that the units weren't that accurate. The teen appealed, however, and the same expert revised his testimony on the stand, saying the device was accurate to within 1MPH. The device in question had the capability of emailing the teen's parents if he ever went above 70MPH, and also logged all other speeds. These logs were used and the judge found enough reason to throw out the original conviction, and will rule in October on the matter that may have far-reaching effects. The real question now is why did the trooper's radar gun think the speed was 33% faster than it actually was? [&lt;a href="http://arstechnica.com/news.ars/post/20080718-nabbed-for-speeding-gps-data-could-get-you-off-the-hook.html"&gt;Ars&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/click.phdo?s=45fc4e57c0f24be2aa3dff59670c5c40"&gt;&lt;img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=45fc4e57c0f24be2aa3dff59670c5c40"/&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=45fc4e57c0f24be2aa3dff59670c5c40" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=o18sfg"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=o18sfg" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=NcQgsJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=NcQgsJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=lyN74J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=lyN74J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=mNE28j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=mNE28j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=WBJF9j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=WBJF9j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342135182" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342135182/gps-vs-radar-gun-battle-appealed-gps-wins</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027564/gps-vs-radar-gun-battle-appealed-gps-wins]]></guid>
			<category><![CDATA[ GPS ]]></category>
			<category><![CDATA[ Court ]]></category>
			
			<category><![CDATA[ Law ]]></category>
			<category><![CDATA[ Radar guns ]]></category>
			<category><![CDATA[ Shaun Malone ]]></category>
			<category><![CDATA[ Speeding ]]></category>
			<category><![CDATA[ Trials ]]></category>
			<pubDate>Mon, 21 Jul 2008 22:30:00 EDT</pubDate>
			<dc:creator>Matt Hickey</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027564&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027564/gps-vs-radar-gun-battle-appealed-gps-wins</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Dangerous Chemical In LCD TVs Being Replaced [Nitrogen Trifluoride] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/Untitled-1.jpg" align="left" hspace="4" vspace="2"/&gt;A couple of weeks ago we &lt;a href="http://gizmodo.com/5022156/hdtvs-have-hidden-feature-poison-gas"&gt;brought you the shocking news&lt;/a&gt; that your LCD HDTV probably contained a nefarious gas called Nitrogen Trifluoride (NF3) that was far more harmful to the environment than many other sources, including CO2. The Linde Group, who manufactures many of the LCD panels used in several popular LCD HDTVs, says that they've tweaked their manufacturing operations to use Fluorine instead of Nitrogen Trifluoride, replacing the dangerous gas with a fairly harmless one. Kudos to The Linde Group, and let's hope the other manufacturers follow step. [&lt;a href="http://www.cepro.com/article/lcd_production_process_may_eliminate_global_warming_effects/#When:15:30:00Z"&gt;CE Pro&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=1db91f3f263633228c1296cb21e44df2" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=1db91f3f263633228c1296cb21e44df2" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=OfjOyX"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=OfjOyX" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=zkfKQJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=zkfKQJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=OY20CJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=OY20CJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=UbV3Ij"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=UbV3Ij" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=MSUl1j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=MSUl1j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342112227" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342112227/dangerous-chemical-in-lcd-tvs-being-replaced</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027558/dangerous-chemical-in-lcd-tvs-being-replaced]]></guid>
			<category><![CDATA[ Nitrogen Trifluoride ]]></category>
			<category><![CDATA[ chemicals ]]></category>
			<category><![CDATA[ CO2 ]]></category>
			<category><![CDATA[ Dangers ]]></category>
			<category><![CDATA[ Global Warming ]]></category>
			<category><![CDATA[ Greenhouse Gasses ]]></category>
			<category><![CDATA[ HDTV ]]></category>
			<category><![CDATA[ LCD ]]></category>
			
			<pubDate>Mon, 21 Jul 2008 22:00:00 EDT</pubDate>
			<dc:creator>Matt Hickey</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027558&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027558/dangerous-chemical-in-lcd-tvs-being-replaced</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Optimus Pultius is a Leaner, Meaner, 15-key LED Pad [Optimus Keypad] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/optimus-pultius.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;Fresh from the Optimus blog is the Optimus Pultius which shrinks the Optimus Maximus down to 15 keys, and is meant as an add-on to your existing keyboard setup. It's expected to be available at the end of 2008 or early 2009. No word on pricing, but hopefully a 30 year mortgage won't be a requirement. [&lt;a href="http://community.livejournal.com/optimus_project/60143.html"&gt;Optimus Blog&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=80e987662897a223686fcd8b344461f0" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=80e987662897a223686fcd8b344461f0" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=AHeUto"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=AHeUto" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=t1680J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=t1680J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Hm3vQJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Hm3vQJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=vpX6Cj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=vpX6Cj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=hJbi8j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=hJbi8j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342090022" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342090022/optimus-pultius-is-a-leaner-meaner-15+key-led-pad</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027555/optimus-pultius-is-a-leaner-meaner-15+key-led-pad]]></guid>
			<category><![CDATA[ Optimus Keypad ]]></category>
			<category><![CDATA[ Accessories ]]></category>
			<category><![CDATA[ Art Lebedev ]]></category>
			<category><![CDATA[ Keyboards ]]></category>
			<category><![CDATA[ Optimus ]]></category>
			
			<category><![CDATA[ Optimus pultius ]]></category>
			<category><![CDATA[ Top ]]></category>
			<pubDate>Mon, 21 Jul 2008 21:18:00 EDT</pubDate>
			<dc:creator>Adrian Covert</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027555&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027555/optimus-pultius-is-a-leaner-meaner-15+key-led-pad</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Hi-Tech Shoes For Ladies Have Heel Height Extenders [Ladies Shoes] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/g2s2.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;Thankfully just a concept for now, the Goodie 2 Shoe is an idea in function, and definitely not in form. They're ugly, sure, but they have a neat trick: the heel is adjustable with magnets and hidden hinges, so a 1.5-inch heel suitable for work gets extended to a come-hither 3.5-inch for going out. Other parts can be customized, much like the latest &lt;a href="http://gizmodo.com/5025120/sidekick-2008-images-appear-bigger-and-clearer"&gt;Sidekick&lt;/a&gt;. Personally, we'd be confused if we saw an attractive lady in these shoes. It shows she's got a geek's mind, but also a geek's taste, which is not always what we're looking for. Still, we hope these appear on Lady Robocop in the 2010 remake. [&lt;a href="http://news.cnet.com/8301-17938_105-9995767-1.html"&gt;Crave&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=804f25b6d1c949e80e114e02d4ed3bd1" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=804f25b6d1c949e80e114e02d4ed3bd1" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=IKT2p4"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=IKT2p4" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=M3FzgJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=M3FzgJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=N0JIoJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=N0JIoJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=fJ1Xbj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=fJ1Xbj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=ccffej"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=ccffej" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342072831" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342072831/hi+tech-shoes-for-ladies-have-heel-height-extenders</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027551/hi+tech-shoes-for-ladies-have-heel-height-extenders]]></guid>
			<category><![CDATA[ Ladies Shoes ]]></category>
			<category><![CDATA[ Customization ]]></category>
			<category><![CDATA[ gekko ]]></category>
			<category><![CDATA[ Girl Tech ]]></category>
			
			<category><![CDATA[ Shoes ]]></category>
			<category><![CDATA[ Sidekick ]]></category>
			<category><![CDATA[ Ugly ]]></category>
			<category><![CDATA[ Wtf ]]></category>
			<pubDate>Mon, 21 Jul 2008 21:00:00 EDT</pubDate>
			<dc:creator>Matt Hickey</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027551&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027551/hi+tech-shoes-for-ladies-have-heel-height-extenders</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Video: Exoskeleton Helps Paralyzed Man Walk For First Time In Twenty Years [Exoskeletons] ]]></title>
			<description>&lt;p&gt;&lt;object width="494" height="413"&gt;&lt;param name="movie" value="http://www.youtube.com/v/gQRQs-N-ZIM&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/gQRQs-N-ZIM&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="494" height="413"&gt;&lt;/embed&gt;&lt;/object&gt;One of the coolest realms of technology currently transitioning from Sci-Fi to practical is that of exoskeletons. Above is an astonishing video of one such device in action, a medical model that helps a quadriplegic man walk for the first time in twenty years. The exoskeletons are still in development, with the one in the video a prototype that's about to undergo US trials. If this is what an early model can do, can you imagine where we'll be in ten years with the technology? Here's hoping the FDA finds a way to speed these through approval. [&lt;a href="http://www.medgadget.com/archives/2008/07/video_of_rewalk_exoskeleton_system.html"&gt;Medgadget&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=dec7d644ca9158ef8ea64d2e424b6bad" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=dec7d644ca9158ef8ea64d2e424b6bad" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=0Fs10g"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=0Fs10g" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=3tXmRJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=3tXmRJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=AzYb7J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=AzYb7J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=CL38Rj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=CL38Rj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=kggA4j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=kggA4j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342135183" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342135183/video-exoskeleton-helps-paralyzed-man-walk-for-first-time-in-twenty-years</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027546/video-exoskeleton-helps-paralyzed-man-walk-for-first-time-in-twenty-years]]></guid>
			<category><![CDATA[ exoskeletons ]]></category>
			<category><![CDATA[ Cool ]]></category>
			
			<category><![CDATA[ Isreal ]]></category>
			<category><![CDATA[ Medical ]]></category>
			<category><![CDATA[ Medicine ]]></category>
			<category><![CDATA[ Paraplegics ]]></category>
			<pubDate>Mon, 21 Jul 2008 20:40:00 EDT</pubDate>
			<dc:creator>Matt Hickey</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027546&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027546/video-exoskeleton-helps-paralyzed-man-walk-for-first-time-in-twenty-years</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Arn Kim Ran MacRumors While a Full-time Doctor [Apple] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/21blogger.enlarge.jpg" align="left" hspace="4" vspace="2" width="650" height="433" style="display:block;float:none;" /&gt;On top of running a bitchin' keynote liveblog, MacRumors owner Arn Kim was up until recently a full-time medical doctor. He's a friend who I've come to rely on as a sounding board for Apple rumors at 3am or any other obscene time of day, so I'm glad to see him being recognized with a profile in the &lt;a href="http://www.nytimes.com/2008/07/21/technology/21blogger.html?hp"&gt;NYT&lt;/a&gt;. [Photo by &lt;a href="http://www.jaypaulphoto.com/"&gt;Jay Paul&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=de9f43823b78812820b9a51520ddd7c5" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=de9f43823b78812820b9a51520ddd7c5" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=uKHABm"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=uKHABm" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=3i4DFJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=3i4DFJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=J0xPtJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=J0xPtJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Y53N3j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Y53N3j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=2oPZqj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=2oPZqj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342164048" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342164048/arn-kim-ran-macrumors-while-a-full+time-doctor</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027437/arn-kim-ran-macrumors-while-a-full+time-doctor]]></guid>
			<category><![CDATA[ Apple ]]></category>
			
			<category><![CDATA[ Arn kim ]]></category>
			<category><![CDATA[ MacRumors ]]></category>
			<pubDate>Mon, 21 Jul 2008 20:30:43 EDT</pubDate>
			<dc:creator>Brian Lam</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027437&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027437/arn-kim-ran-macrumors-while-a-full+time-doctor</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Waterproof Gadget Coating is Invisible, Mystifying, Mind Boggling Witchcraft [Technological Trickery] ]]></title>
			<description>&lt;p&gt;&lt;object width="494" height="278"&gt;&lt;param name="allowfullscreen" value="true" /&gt;&lt;param name="allowscriptaccess" value="always" /&gt;&lt;param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1381538&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" /&gt;&lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1381538&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="494" height="278"&gt;&lt;/embed&gt;&lt;/object&gt;Golden Shellback is a coating that lets you spill, pour, or submerge your gadget in a liquid and have it survive. Golden Shellback says it will protect against oils, water-based liquids, synthetic fluids, dust and dirt. &lt;a href="http://revision3.com/tekzilla/"&gt;Tekzilla's&lt;/a&gt; Patrick Norton shot a segment on Golden Shellback and has footage of cellphones and CB radios functioning normally under a foot of water (Golden Shellback claimed the CB sat underwater for 455 consecutive hours). &lt;/p&gt; &lt;p&gt;Apparently, the coating is applied in a vacuum and covers both the inner and outer components of a gadget, which doesn't conduct electricity. Golden Shellback hopes the protective coating will be available soon, and expect the service to cost between $50-$75 depending on the size of the gadget. But seeing is believing, so you should watch the video, which is borderline mindblowing. [&lt;a href="http://www.golden-shellback.com/"&gt;Golden Shellback&lt;/a&gt; via &lt;a href="http://revision3.com/tekzilla/"&gt;Tekzilla&lt;/a&gt; via &lt;a href="http://gcaptain.com/maritime/blog/gcaptain-exclusive-shellbacked-ipod-touch-video/"&gt;gCaptain&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=997eeafac36d175ce7d5543ad05c4feb" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=997eeafac36d175ce7d5543ad05c4feb" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=yWmyJN"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=yWmyJN" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=OYRC0J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=OYRC0J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=hvpA1J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=hvpA1J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=hin14j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=hin14j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=9jOhej"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=9jOhej" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342041084" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342041084/waterproof-gadget-coating-is-invisible-mystifying-mind-boggling-witchcraft</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027545/waterproof-gadget-coating-is-invisible-mystifying-mind-boggling-witchcraft]]></guid>
			<category><![CDATA[ Technological Trickery ]]></category>
			<category><![CDATA[ Cases ]]></category>
			<category><![CDATA[ Golden Shellback ]]></category>
			<category><![CDATA[ Protection ]]></category>
			
			<category><![CDATA[ Waterproof ]]></category>
			<pubDate>Mon, 21 Jul 2008 20:23:00 EDT</pubDate>
			<dc:creator>Adrian Covert</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027545&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027545/waterproof-gadget-coating-is-invisible-mystifying-mind-boggling-witchcraft</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Qik Video Streaming Goes To Public Beta, iPhone App Still Coming [Qik] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/wikeiek.png" align="left" hspace="4" vspace="2" style="display:block;" /&gt;&lt;a href="http://gizmodo.com/tag/qik"&gt;Qik's&lt;/a&gt; video streaming service is now open to the public as a beta version to anyone with a 3G or wi-fi connection on their compatible Symbian or Windows Mobile Phone. Qik also told &lt;a href="http://venturebeat.com/2008/07/20/qik-launches-public-beta-new-phones-new-carriers-and-new-features-abound/"&gt;Venture Beat&lt;/a&gt; that they are still at work on an iPhone client, though they didn't address the possibility it would be rejected.&lt;/p&gt; &lt;p&gt;Qik video is streamed to a personalized Qik page, and can be pushed to other places, such as Facebook apps. Latency is as short as .5 seconds or as long a 3 seconds, and the service can now stream privately to select groups. Qik says they're intent is not to be a destination page, but be a conduit for content to appear places like personal blogs and Facebook. [&lt;a href="http://venturebeat.com/2008/07/20/qik-launches-public-beta-new-phones-new-carriers-and-new-features-abound/"&gt;Venture Beat&lt;/a&gt; via &lt;a href="http://www.electronista.com/articles/08/07/21/qik.public.beta/"&gt;Electronista&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=7f6d95f3468ff84bacbb4e4414c6a627" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=7f6d95f3468ff84bacbb4e4414c6a627" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=PMdZ7N"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=PMdZ7N" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=4i6gZJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=4i6gZJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=aE6DlJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=aE6DlJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Y5VQAj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Y5VQAj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=sG3Kmj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=sG3Kmj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/342020282" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/342020282/qik-video-streaming-goes-to-public-beta-iphone-app-still-coming</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027538/qik-video-streaming-goes-to-public-beta-iphone-app-still-coming]]></guid>
			<category><![CDATA[ qik ]]></category>
			<category><![CDATA[ iPhone ]]></category>
			<category><![CDATA[ lifecasting ]]></category>
			<category><![CDATA[ Mobile streaming ]]></category>
			
			<category><![CDATA[ Smartphones ]]></category>
			<pubDate>Mon, 21 Jul 2008 19:51:27 EDT</pubDate>
			<dc:creator>Adrian Covert</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027538&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027538/qik-video-streaming-goes-to-public-beta-iphone-app-still-coming</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Michael Arrington Wants Help Designing a $200 Open Source Internet Tablet [Tablets] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/resources/2008/07/arringtontablet.jpg" align="left" hspace="4" vspace="2" width="560" height="446" style="display:block;float:none;" /&gt;Michael Arrington wants a $200 touchscreen internet tablet. So do a lot of people. Unlike a lot of people, Arrington is loaded and runs TechCrunch. So he's taking it into his own hands and putting out a call for people to help him design a cheapo open source touchscreen tablet that would launch right into Firefox. Nothing fancy, just something to let you surf the web while you're sitting on the can.&lt;/p&gt; &lt;p&gt;Here's the basic idea:&lt;br&gt;&lt;/p&gt; &lt;blockquote&gt;Here’s the basic idea: The machine is as thin as possible, runs low end hardware and has a single button for powering it on and off, headphone jacks, a built in camera for video, low end speakers, and a microphone. It will have Wifi, maybe one USB port, a built in battery, half a Gigabyte of RAM, a 4-Gigabyte solid state hard drive. Data input is primarily through an iPhone-like touch screen keyboard. It runs on linux and Firefox. It would be great to have it be built entirely on open source hardware, but including Skype for VOIP and video calls may be a nice touch, too.&lt;/blockquote&gt; &lt;p&gt;He's looking for people to help spec out the hardware and write the custom Firefox and Linux code for it. If you help, you'll be handsomely rewarded with a first-run edition of the to-be-named device if and when it ever becomes a reality.&lt;/p&gt; &lt;p&gt;Will it actually happen? I'm not sure, but it sounds pretty good to me. We'll see. [&lt;a href="http://www.crunchgear.com/2008/07/21/help-us-build-a-200-web-tablet/"&gt;CrunchGear&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=2fcc5def2db5573621c1b74bc88e3c61" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=2fcc5def2db5573621c1b74bc88e3c61" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=S7bZsc"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=S7bZsc" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=4vc9xJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=4vc9xJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=ihZ1hJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=ihZ1hJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=UkItSj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=UkItSj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=6KGTij"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=6KGTij" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341998671" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341998671/michael-arrington-wants-help-designing-a-200-open-source-internet-tablet</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027519/michael-arrington-wants-help-designing-a-200-open-source-internet-tablet]]></guid>
			<category><![CDATA[ Tablets ]]></category>
			<category><![CDATA[ Arrington ]]></category>
			<category><![CDATA[ DIY ]]></category>
			<category><![CDATA[ Gadgets ]]></category>
			
			<category><![CDATA[ Techcrunch ]]></category>
			<pubDate>Mon, 21 Jul 2008 19:20:00 EDT</pubDate>
			<dc:creator>Adam Frucci</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027519&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027519/michael-arrington-wants-help-designing-a-200-open-source-internet-tablet</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Video of Netflix on the Xbox 360 in Action [NetFlix] ]]></title>
			<description>&lt;p&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="500" height="319" id="gamevideos6" align="middle"&gt;&lt;param name="quality" value="high" /&gt;&lt;param name="play" value="true" /&gt;&lt;param name="loop" value="true" /&gt;&lt;param name="scale" value="showall" /&gt;&lt;param name="wmode" value="window" /&gt;&lt;param name="devicefont" value="false" /&gt;&lt;param name="bgcolor" value="#000000" /&gt;&lt;param name="menu" value="true" /&gt;&lt;param name="allowScriptAccess" value="sameDomain" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="salign" value="" /&gt;&lt;param name="movie" value="http://www.gamevideos.com//swf/gamevideos11.swf?embedded=1&amp;amp;fullscreen=1&amp;amp;autoplay=0&amp;amp;src=http://www.gamevideos.com/video/videoListXML%3Fid%3D20263%26ordinal%3D%26adPlay%3Dfalse" /&gt;&lt;param name="quality" value="high" /&gt;&lt;param name="bgcolor" value="#000000" /&gt;&lt;embed src="http://www.gamevideos.com//swf/gamevideos11.swf?embedded=1&amp;amp;fullscreen=1&amp;amp;autoplay=0&amp;amp;src=http://www.gamevideos.com/video/videoListXML%3Fid%3D20263%26ordinal%3D%26adPlay%3Dfalse" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" play="true" loop="true" scale="showall" wmode="window" devicefont="false" id="gamevideos6" bgcolor="#000000" name="gamevideos6" menu="true" allowscriptaccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" align="middle" width="500" height="319" /&gt;&lt;/object&gt;Curious as to just how the Netflix functionality is going to work on the Xbox 360 when it's added this fall? Major Nelson just posted a video of him going through it, showing off just how it's going to work. Essentially, it looks exactly like the interface on the &lt;a href=" http://gizmodo.com/389698/first-netflix-streaming-box-review-100-and-unlimited-downloads"&gt;Roku Netflix box&lt;/a&gt;. &lt;/p&gt; &lt;p&gt;You can't search through the entire Netflix database, instead needing to add movies you want to watch to your instant queue. It's a bit annoying, but as you can add as many movies you want to the queue, not that big a deal. If you own an Xbox 360 and bought a Roku box, however, get that thing to eBay ASAP, as you won't be using it anymore come this fall. [&lt;a href="http://www.xbox360fanboy.com/2008/07/21/video-netflix-on-the-xbox-360-demoed/"&gt;Xbox 360 Fanboy&lt;/a&gt;]&lt;/p&gt;&lt;/embed&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=00100e132a9baf2d29067abdeb7657f9" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=00100e132a9baf2d29067abdeb7657f9" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=MMNhJ2"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=MMNhJ2" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=og1dcJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=og1dcJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=dPE7oJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=dPE7oJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=JOznqj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=JOznqj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=fv9L5j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=fv9L5j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341989216" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341989216/video-of-netflix-on-the-xbox-360-in-action</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027513/video-of-netflix-on-the-xbox-360-in-action]]></guid>
			<category><![CDATA[ NetFlix ]]></category>
			<category><![CDATA[ Clips ]]></category>
			<category><![CDATA[ Home Entertainment ]]></category>
			<category><![CDATA[ Microsoft ]]></category>
			
			<category><![CDATA[ Xbox 360 ]]></category>
			<pubDate>Mon, 21 Jul 2008 19:00:00 EDT</pubDate>
			<dc:creator>Adam Frucci</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027513&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027513/video-of-netflix-on-the-xbox-360-in-action</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Music On Cassette Tape Is Still the Bomb...If You're In Prison [Prison Tapes] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/cassettes.png" style="display:block;" /&gt;Los Angeles mail order catalog Pack Central may have found the last untapped pocket of consumers willing to pay retail for their music on physical formats—the cellblocks of our great nation's prisons. And not just any format—turns out, music on cassette is the only way to get tunes that isn't screened out as a potential deadly weapon. Wait, they still sell new music on cassettes?&lt;/p&gt; &lt;p&gt;Apparently so. Weezy's "Tha Carter III," Usher's "Here I Stand" and Mariah Carey's "E=MC2" are all among Pack Central's current best selling tapes. If you're man enough to rock the new Mariah Carey on cassette in the slammer, my hat's off to you—I only feel comfortable singling you out from the safe confines of the internet.&lt;/p&gt; &lt;p&gt;Anyway, CDs are apparently too easy to splinter into a shiv (for disciplining the dude who laughed at your Mariah tapes), and the company even has to remove the metal screws from their tapes before shipping them out to get by the screeners (you guys make a good point &lt;a href="http://gizmodo.com/5027511/music-on-cassette-tape-is-still-the-bombif-youre-in-prison#viewcomments"&gt;below&lt;/a&gt;, though—I guess the cassette shivs are not as worrisome). The guy who keeps all those 20-year-old Walkmen in operating condition must be swimming in bartered cigarettes. [&lt;a href="http://www.nytimes.com/reuters/arts/entertainment-jailhouse.html?_r=2&amp;oref=slogin&amp;oref=slogin"&gt;NYTimes&lt;/a&gt;, image &lt;a href="http://www.tapedeck.org"&gt;tapedeck.org&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=5ec7f7b55b42c7e65f0eb8abe55b7a9f" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=5ec7f7b55b42c7e65f0eb8abe55b7a9f" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=cmdQA8"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=cmdQA8" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=2LBZUJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=2LBZUJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=9t234J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=9t234J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=sEysvj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=sEysvj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=aZ3iPj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=aZ3iPj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341977245" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341977245/music-on-cassette-tape-is-still-the-bombif-youre-in-prison</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027511/music-on-cassette-tape-is-still-the-bombif-youre-in-prison]]></guid>
			<category><![CDATA[ Prison Tapes ]]></category>
			<category><![CDATA[ cassettes ]]></category>
			<category><![CDATA[ CDs ]]></category>
			<category><![CDATA[ Music ]]></category>
			
			<pubDate>Mon, 21 Jul 2008 18:40:00 EDT</pubDate>
			<dc:creator>John Mahoney</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027511&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027511/music-on-cassette-tape-is-still-the-bombif-youre-in-prison</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Microsoft Live Mesh Client For Mac Leaked, Tested [Live Mesh] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/livemeshmacmenu_01.jpg"/&gt;After &lt;a href="http://gizmodo.com/5026441/microsoft-opens-up-more-spots-in-live-mesh-beta-preview"&gt;opening up more spots&lt;/a&gt; in the technical beta last week, the Live Mesh folks got a bit ahead of themselves and accidentally let leak a pre-release version of the Live Mesh Mac client, which brings file and data syncing, but no remote desktop control yet, to Intel OS X machines. The download link is gone now, but the folks at &lt;a href="http://www.jkontherun.com/2008/07/first-look-at-t.html"&gt;jkontherun&lt;/a&gt; were able to grab it and put it through its paces and grab some screens. [&lt;a href="http://www.jkontherun.com/2008/07/first-look-at-t.html"&gt;jkontherun&lt;/a&gt; via &lt;a href="http://www.liveside.net/blogs/main/archive/2008/07/21/mac-client-for-live-mesh-review-and-download.aspx"&gt;Liveside&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/click.phdo?s=8d5c084a4265f6261a860ec4b46044c0"&gt;&lt;img alt="" style="border: 0;" border="0" src="http://www.pheedo.com/img.phdo?s=8d5c084a4265f6261a860ec4b46044c0"/&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=8d5c084a4265f6261a860ec4b46044c0" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=Wqd06L"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=Wqd06L" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=KnXJmJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=KnXJmJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=PUB4dJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=PUB4dJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=AIHb1j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=AIHb1j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=LBcKQj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=LBcKQj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341959262" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341959262/microsoft-live-mesh-client-for-mac-leaked-tested</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027494/microsoft-live-mesh-client-for-mac-leaked-tested]]></guid>
			<category><![CDATA[ Live mesh ]]></category>
			
			<category><![CDATA[ Mac ]]></category>
			<category><![CDATA[ Microsoft ]]></category>
			<category><![CDATA[ microsoft live mesh ]]></category>
			<category><![CDATA[ Sync ]]></category>
			<pubDate>Mon, 21 Jul 2008 18:20:42 EDT</pubDate>
			<dc:creator>John Mahoney</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027494&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027494/microsoft-live-mesh-client-for-mac-leaked-tested</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ GPS-Like System Being Developed For Moon Astronauts [Moon Travel] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/lasois.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;When astronauts finally &lt;a href="http://gizmodo.com/5021748/how-the-new-mission-to-the-moon-will-work"&gt;get back to the moon&lt;/a&gt; sometime between now and 2020, they will have an advantage that their predecessors did not—GPS. Well, it's not technically GPS given the fact that there are no satellites orbiting the moon, but the astronauts may not know the difference. The new system being developed by Ohio State researcher Ron Li will "rely on signals from a set of sensors including lunar beacons, stereo cameras, and orbital imaging sensors" to simulate GPS.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;Li explained how the system will work: images taken from orbit will combine with images from the surface to create maps of lunar terrain; motion sensors on lunar vehicles and on the astronauts themselves will allow computers to calculate their locations; signals from lunar beacons, the lunar lander, and base stations will give astronauts a picture of their surroundings similar to what drivers see when using a GPS device on Earth. The researchers have named the entire system the Lunar Astronaut Spatial Orientation and Information System (LASOIS)&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;NASA has awarded Li a $1.2 million grant to develop the LASOIS system over the next three years. He hopes that it will help the astronauts explore the lunar surface with a greater degree of confidence and avoid the stress that comes with getting lost. After all, losing your bearings on the moon is a far cry from taking the wrong exit on the highway. [&lt;a href="http://www.physorg.com/news135872367.html"&gt;Physorg&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=cc50d53796b5f41d1a9c2030624e63d0" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=cc50d53796b5f41d1a9c2030624e63d0" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=Idk3K8"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=Idk3K8" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=aF2dPJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=aF2dPJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=mB8oZJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=mB8oZJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=kd350j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=kd350j" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=cX9prj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=cX9prj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341948558" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341948558/gps+like-system-being-developed-for-moon-astronauts</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027477/gps+like-system-being-developed-for-moon-astronauts]]></guid>
			<category><![CDATA[ Moon travel ]]></category>
			<category><![CDATA[ GPS ]]></category>
			<category><![CDATA[ Lasois ]]></category>
			<category><![CDATA[ Lunar Astronaut Spatial Orientation and Information System ]]></category>
			<category><![CDATA[ Moon ]]></category>
			
			<category><![CDATA[ Nasa ]]></category>
			<category><![CDATA[ Space ]]></category>
			<category><![CDATA[ space program ]]></category>
			<category><![CDATA[ Space Travel ]]></category>
			<pubDate>Mon, 21 Jul 2008 18:00:00 EDT</pubDate>
			<dc:creator>Sean Fallon</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027477&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027477/gps+like-system-being-developed-for-moon-astronauts</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Apple Earnings: Record Quarter, Steve Promises "Wonderful New Products" This Year [Apple] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/resources/2008/04/Jobs_Number_1.jpg" align="left" hspace="4" vspace="2"/&gt; Last quarter was the best June quarter in Apple's history in both earnings and profits, but the real news is that Steve actually promised new products later this year: “We set a new record for Mac sales, we think we have a real winner with our new iPhone 3G, and we’re busy &lt;strong&gt;finishing several more wonderful new products to launch in the coming months&lt;/strong&gt;.” Apple &lt;strong&gt;never&lt;/strong&gt; comments on future products in any way, shape or form. Ever ever. Whether he's alleviating &lt;a href="http://www.nypost.com/seven/07212008/business/apple_a_day_talk_120853.htm"&gt;investor worries&lt;/a&gt; or just feeling especially open, it's a rare, if not totally unheard of Apple move. Check out how much money Apple's bean counters are dealing with and speculate what new toys are on the way below.&lt;/p&gt; &lt;blockquote&gt;&lt;p&gt;Apple Reports Record Third Quarter Results&lt;br /&gt; Revenue Up 38 Percent Year-Over-Year&lt;br /&gt; Mac Sales Reach All-Time High&lt;/p&gt; &lt;p&gt;CUPERTINO, California—July 21, 2008—Apple® today announced financial results for its fiscal 2008 third quarter ended June 28, 2008. The Company posted revenue of $7.46 billion and net quarterly profit of $1.07 billion, or $1.19 per diluted share. These results compare to revenue of $5.41 billion and net quarterly profit of $818 million, or $.92 per diluted share, in the year-ago quarter. Gross margin was 34.8 percent, down from 36.9 percent in the year-ago quarter. International sales accounted for 42 percent of the quarter’s revenue.&lt;/p&gt; &lt;p&gt;Apple shipped 2,496,000 Macintosh® computers during the quarter, representing 41 percent unit growth and 43 percent revenue growth over the year-ago quarter. The Company sold 11,011,000 iPods during the quarter, representing 12 percent unit growth and seven percent revenue growth over the year-ago quarter. Quarterly iPhone™ units sold were 717,000 compared to 270,000 in the year-ago-quarter.&lt;/p&gt; &lt;p&gt;“We’re proud to report the best June quarter for both revenue and earnings in Apple’s history,” said Steve Jobs, Apple’s CEO. “We set a new record for Mac sales, we think we have a real winner with our new iPhone 3G, and we’re busy finishing several more wonderful new products to launch in the coming months.”&lt;/p&gt; &lt;p&gt;“We’re extremely pleased with the growth of our business and the generation of almost $5.4 billion in cash in the first three quarters of fiscal 2008,” said Peter Oppenheimer, Apple’s CFO. “Looking ahead to the fourth quarter of fiscal 2008, we expect revenue of about $7.8 billion and earnings per diluted share of about $1.00.”&lt;/p&gt; &lt;p&gt;Apple will provide live streaming of its Q3 2008 financial results conference call utilizing QuickTime®, Apple’s standards-based technology for live and on-demand audio and video streaming. The live webcast will begin at 2:00 p.m. PDT on Monday, July 21, 2008 at www.apple.com/quicktime/qtv/earningsQ308/ and will also be available for replay.&lt;/p&gt; &lt;p&gt;This press release contains forward-looking statements including without limitation those about the Company’s estimated revenue and earnings per share. These statements involve risks and uncertainties, and actual results may differ. Risks and uncertainties include without limitation potential litigation from the matters investigated by the special committee of the board of directors and the restatement of the Company’s consolidated financial statements; unfavorable results of other legal proceedings; the effect of competitive and economic factors, and the Company’s reaction to those factors, on consumer and business buying decisions with respect to the Company’s products; war, terrorism, public health issues, and other circumstances that could disrupt supply, delivery, or demand of products; continued competitive pressures in the marketplace; the Company’s reliance on sole service providers for iPhone in certain countries; the continued availability on acceptable terms of certain components and services essential to the Company’s business currently obtained by the Company from sole or limited sources; the ability of the Company to deliver to the marketplace and stimulate customer demand for new programs, products, and technological innovations on a timely basis; the effect that product transitions, changes in product pricing or mix, and/or increases in component costs could have on the Company’s gross margin; the effect that product quality problems could have on the Company’s sales and operating profits; the inventory risk associated with the Company’s need to order or commit to order product components in advance of customer orders; the effect that the Company’s dependency on manufacturing and logistics services provided by third parties may have on the quality, quantity or cost of products manufactured or services rendered; the Company’s dependency on the performance of distributors and other resellers of the Company’s products; the Company’s reliance on the availability of third-party digital content; and the potential impact of a finding that the Company has infringed on the intellectual property rights of others. More information on potential factors that could affect the Company’s financial results is included from time to time in the Company’s public reports filed with the SEC, including the Company’s Form 10-K for the fiscal year ended September 29, 2007; its Forms 10-Q for the quarters ended December 29, 2007 and March 29, 2008; and its Form 10-Q for the quarter ended June 28, 2008, to be filed with the SEC. The Company assumes no obligation to update any forward-looking statements or information, which speak as of their respective dates.&lt;/p&gt; &lt;p&gt;Apple ignited the personal computer revolution in the 1970s with the Apple II and reinvented the personal computer in the 1980s with the Macintosh. Today, Apple continues to lead the industry in innovation with its award-winning computers, OS X operating system and iLife and professional applications. Apple is also spearheading the digital media revolution with its iPod portable music and video players and iTunes online store, and has entered the mobile phone market with its revolutionary iPhone. &lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt; [&lt;A href="http://www.apple.com/pr/library/2008/07/21results.html"&gt;Apple&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=1e247b6f4463411f51442138c298875a" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=1e247b6f4463411f51442138c298875a" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=UhEY1N"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=UhEY1N" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=7MZnOJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=7MZnOJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=YkSJbJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=YkSJbJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=zKHyXj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=zKHyXj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=rI9C0j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=rI9C0j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341948559" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341948559/apple-earnings-record-quarter-steve-promises-wonderful-new-products-this-year</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027498/apple-earnings-record-quarter-steve-promises-wonderful-new-products-this-year]]></guid>
			<category><![CDATA[ Apple ]]></category>
			
			<category><![CDATA[ Earnings ]]></category>
			<category><![CDATA[ iPhone ]]></category>
			<category><![CDATA[ iPhone 3G ]]></category>
			<category><![CDATA[ iPod ]]></category>
			<category><![CDATA[ iPods ]]></category>
			<category><![CDATA[ Macs ]]></category>
			<category><![CDATA[ Top ]]></category>
			<pubDate>Mon, 21 Jul 2008 17:46:40 EDT</pubDate>
			<dc:creator>matt buchanan</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027498&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027498/apple-earnings-record-quarter-steve-promises-wonderful-new-products-this-year</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Kevlar Body Armor Could Soon Repel Germs [Not Just For Bullets] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/bullet-proof-vest.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;If researchers are successful, Kevlar-based armor will soon be able to protect the wearer from more dangers than bullets and fire. Yuyu Sun and Jie Luo of the University of South Dakota have discovered a way to coat Kevlar with a substance called acyclic N-Halamine. After testing it against "E. coli, Staphylococcus aureus, Candida tropicalis (a fungus), MS2 virus, and Bacillus subtilis spores (to mimic anthrax)," they discovered that the coating prevented these microorganisms from sticking to the Kevlar fabric.&lt;/p&gt; &lt;p&gt;The idea of making &lt;a href="http://gizmodo.com/gadgets/nanoparticles/glitterati-10000-clothing-with-palladium-and-silver-nanoparticles-destroys-viruses-germs-and-smog-257887.php"&gt;fabrics germ-resistant&lt;/a&gt; is nothing new, but it is obvious that applying this technology to Kevlar products has more practical applications than simply servicing the world's hypochondriacs. Further tests are needed, but so far Kevlar and acyclic N-Halamine seem to be getting along quite nicely. [&lt;a href="http://www.livescience.com/technology/080720-kevlar-coating.html"&gt;LiveScience&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=7ba37d0baf09ae402e2b1b0c0211c6e4" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=7ba37d0baf09ae402e2b1b0c0211c6e4" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=WdBOn3"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=WdBOn3" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=GaFqZJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=GaFqZJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=w7PhpJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=w7PhpJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Sk5YQj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Sk5YQj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Cm7Jyj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Cm7Jyj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341934145" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341934145/kevlar-body-armor-could-soon-repel-germs</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027434/kevlar-body-armor-could-soon-repel-germs]]></guid>
			<category><![CDATA[ Not just for bullets ]]></category>
			<category><![CDATA[ Acyclic n-halamine ]]></category>
			<category><![CDATA[ Germs ]]></category>
			<category><![CDATA[ Kevlar ]]></category>
			
			<category><![CDATA[ Research ]]></category>
			<pubDate>Mon, 21 Jul 2008 17:40:00 EDT</pubDate>
			<dc:creator>Sean Fallon</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027434&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027434/kevlar-body-armor-could-soon-repel-germs</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ How to Tether Your iPhone 3G to Your Laptop [IPhone 3G] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/iphone-tether-head.png" style="display:block;" /&gt;While Apple doesn't allow tethering with the iPhone 3G, if &lt;a href="http://gizmodo.com/5027016/iphone-pwnage-tool-20-now-available-jailbreak-and-unlock"&gt;it's jailbroken&lt;/a&gt;, they can't tell you what to do, can they? After it's jailbroken, getting your tether on is surprisingly easy. All you need is a pair of programs, 3proxy and MobileTerminal. Create an ad-hoc Wi-Fi network with your notebook, join it with your iPhone, perform a bit of beginner's voodoo with MobileTerminal and your browser, and voila, you're cruising on AT&amp;T's 3G network on your laptop via your iPhone. It really is easy, but be careful, if AT&amp;T notices your data usage is wonky, they will probably rape you with massive fees. Good luck, and Godspeed. [&lt;a href="http://cre.ations.net/blog/post/how-to-tether-your-iphone-3g-and-browse-the-web-using-your-3g-co"&gt;Cre.ations.net&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=3d0ebb777f5ef49efc0817e662035af1" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=3d0ebb777f5ef49efc0817e662035af1" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=3SNisK"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=3SNisK" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=64WmTJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=64WmTJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=o0YFlJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=o0YFlJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=5vaIVj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=5vaIVj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Q5hFXj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Q5hFXj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341910632" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341910632/how-to-tether-your-iphone-3g-to-your-laptop</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027420/how-to-tether-your-iphone-3g-to-your-laptop]]></guid>
			<category><![CDATA[ iPhone 3G ]]></category>
			<category><![CDATA[ 3G ]]></category>
			<category><![CDATA[ Apple ]]></category>
			<category><![CDATA[ At&t ]]></category>
			<category><![CDATA[ iPhone ]]></category>
			
			<category><![CDATA[ Jailbreak ]]></category>
			<category><![CDATA[ Laptop ]]></category>
			<category><![CDATA[ Laptops ]]></category>
			<category><![CDATA[ tethering ]]></category>
			<category><![CDATA[ Wireless ]]></category>
			<pubDate>Mon, 21 Jul 2008 17:20:00 EDT</pubDate>
			<dc:creator>matt buchanan</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027420&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027420/how-to-tether-your-iphone-3g-to-your-laptop</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ SunNight Solar Giving Away 500 Solar Flashlights [Free Stuff] ]]></title>
			<description>&lt;p&gt;&lt;img alt="solarflashlights.jpg" src="http://gizmodo.com/assets/resources/2008/07/solarflashlights.jpg" width="164" height="424" align="left" hspace="4" vspace="2" /&gt;Mark Bent, owner of SunNight Solar, is giving away 500 of his company's solar flashlights (no Polish jokes, please). This isn't a simple first-come first-served deal, however; you need to justify why you deserve one. People who work in emergency services or the media (ahem) get first dibs (as do Al Gore and Angelina Jolie for some reason), but I bet if you're creative you can talk your way into a free flashlight as well. Tell 'em Giz sent ya. Shoot them an email at &lt;a href="info@sunnightsolar.com"&gt;info@sunnightsolar.com&lt;/a&gt; with your reasoning and they'll let you know whether or not you made the cut. Tip: don't just say you like free stuff, ya jackass. [&lt;a href="http://www.sunnightsolar.com/blog/"&gt;SunLight Solar&lt;/a&gt; via &lt;a href="http://www.bookofjoe.com/2008/07/free-solar-powe.html"&gt;Book of Joe&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
      &lt;a href="http://www.pheedo.com/feeds/ht.php?t=c&amp;amp;i=0b0b5035e1f0624b3cdf7c26c83d5ebf"&gt;&lt;img src="http://www.pheedo.com/feeds/ht.php?t=v&amp;amp;i=0b0b5035e1f0624b3cdf7c26c83d5ebf" border="0" /&gt;&lt;/a&gt;
  &lt;img src="http://www.pheedo.com/feeds/tracker.php?i=0b0b5035e1f0624b3cdf7c26c83d5ebf" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=rKz0SL"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=rKz0SL" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=gSz3lJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=gSz3lJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=R5ucJJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=R5ucJJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=epFoPj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=epFoPj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=mVTTZj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=mVTTZj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341902820" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341902820/sunnight-solar-giving-away-500-solar-flashlights</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027482/sunnight-solar-giving-away-500-solar-flashlights]]></guid>
			<category><![CDATA[ Free Stuff ]]></category>
			<category><![CDATA[ Flashlights ]]></category>
			
			<category><![CDATA[ Gadgets ]]></category>
			<category><![CDATA[ Solar ]]></category>
			<category><![CDATA[ Sunlight solar ]]></category>
			<pubDate>Mon, 21 Jul 2008 17:11:10 EDT</pubDate>
			<dc:creator>Adam Frucci</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027482&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027482/sunnight-solar-giving-away-500-solar-flashlights</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Even on EDGE, Mobile Safari 2.0 Is Much Faster [Mobile Safari] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/safari.jpg" align="left" hspace="4" vspace="2"/&gt;The iPhone 2.0 software might be shakier than a true believer's legs in the presence of Steve himself, but there's at least one benefit (besides the app goodness): Mobile Safari 2.0 is much zoomier. John Gruber ran the benchmarks, comparing them against historical ones, and found that it runs &lt;em&gt;at least&lt;/em&gt; 1.7 times faster than before, if not faster (depending on the test). Check out all the numbers over there, if you care about the details, and not just the zip zip away. [&lt;a href="http://daringfireball.net/2008/07/webkit_performance_iphone"&gt;Daring Fireball&lt;/a&gt; via &lt;a href="http://arstechnica.com/journals/apple.ars/2008/07/21/mobile-safari-speed-improvements-more-than-a-feeling"&gt;Ars&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=3afef9ddfe8be403c14d614822643fce" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=3afef9ddfe8be403c14d614822643fce" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=DJ2AQz"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=DJ2AQz" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=YHiN1J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=YHiN1J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=XRNyFJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=XRNyFJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=c5rwgj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=c5rwgj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=WLcMoj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=WLcMoj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341902821" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341902821/even-on-edge-mobile-safari-20-is-much-faster</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027408/even-on-edge-mobile-safari-20-is-much-faster]]></guid>
			<category><![CDATA[ Mobile Safari ]]></category>
			<category><![CDATA[ Apple ]]></category>
			<category><![CDATA[ iPhone ]]></category>
			<category><![CDATA[ iphone 2.0 ]]></category>
			<category><![CDATA[ iPhone 3G ]]></category>
			<category><![CDATA[ iPhone Apps ]]></category>
			
			<category><![CDATA[ Safari ]]></category>
			<pubDate>Mon, 21 Jul 2008 17:00:00 EDT</pubDate>
			<dc:creator>matt buchanan</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027408&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027408/even-on-edge-mobile-safari-20-is-much-faster</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Nokia Responds to Batphone Allegations [Batphone] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/bat_car_phone.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;Remember the fancy cellphone in The Dark Knight? It was that touchscreen Nokia that Morgan Freeman was carrying around all like, "Look at me, I'm so cool, I'm Batman's boss as well as the narrator behind many popular films." Some people (OK, CrunchGear) think that it might be the &lt;a href="http://gizmodo.com/377655/first-pictures-of-nokia-tube-iphone-killer-allegedly"&gt;Nokia Tube&lt;/a&gt; (we were too busy making "pew pew" noises in the seats to notice). Nokia, however, is denying it.&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;In the summer blockbuster, The Dark Knight, a Nokia device is prominently featured. We worked closely with the producers of The Dark Knight to develop an appropriate device that would suit the technology-savvy character of Batman. The Nokia device used in the film is not a commercial product&amp;mdash;at this point.&lt;/p&gt; &lt;/blockquote&gt; &lt;p&gt;So paraphrased, that reads "Yeah, we made the world's most awesome phone for the world's most awesome movie, wouldn't you be lucky to buy it?" So even if it's not the Tube, the phone certainly has that "might go on sale" ring to it. [&lt;a href="http://www.crunchgear.com/2008/07/21/nokia-device-in-the-dark-knight-is-not-real-says-nokia/"&gt;CrunchGear&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=9a93277a653d9dc4de85802984f19895" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=9a93277a653d9dc4de85802984f19895" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=nIkbyi"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=nIkbyi" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=kBnfIJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=kBnfIJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=hWVcxJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=hWVcxJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=uH16Qj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=uH16Qj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=YBze0j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=YBze0j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341876216" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341876216/nokia-responds-to-batphone-allegations</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027395/nokia-responds-to-batphone-allegations]]></guid>
			<category><![CDATA[ batphone ]]></category>
			<category><![CDATA[ Batman ]]></category>
			
			<category><![CDATA[ Nokia ]]></category>
			<category><![CDATA[ The Dark Knight ]]></category>
			<category><![CDATA[ Tube ]]></category>
			<pubDate>Mon, 21 Jul 2008 16:40:00 EDT</pubDate>
			<dc:creator>Mark Wilson</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027395&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027395/nokia-responds-to-batphone-allegations</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Vaka Squeezable Lightbulbs Can Be Charged And Taken Anywhere [Concepts] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/vaka.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;Vaka's concept for lightbulbs revolves around silicon orbs that you squeeze to turn the light on/off, or twist to make the light dimmer or brighter. But the bulbs are also chargeable, meaning you can remove them from the fixture and take them wherever light is needed...like those village raids against the local vampire. [&lt;a href="http://www.yankodesign.com/index.php/2008/07/21/travelin%E2%80%99-light/"&gt;Yanko&lt;/a&gt;]&lt;/p&gt; &lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/vaka4.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=b28fc7f5141a3bc13b4f24d6624af8f6" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=b28fc7f5141a3bc13b4f24d6624af8f6" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=CmZ84K"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=CmZ84K" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=3boNsJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=3boNsJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=r4VkCJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=r4VkCJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=9eZoIj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=9eZoIj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=244mHj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=244mHj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341865150" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341865150/vaka-squeezable-lightbulbs-can-be-charged-and-taken-anywhere</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027383/vaka-squeezable-lightbulbs-can-be-charged-and-taken-anywhere]]></guid>
			<category><![CDATA[ Concepts ]]></category>
			
			<category><![CDATA[ Lightbulbs ]]></category>
			<category><![CDATA[ Lighting ]]></category>
			<category><![CDATA[ Vaka ]]></category>
			<pubDate>Mon, 21 Jul 2008 16:20:00 EDT</pubDate>
			<dc:creator>Adrian Covert</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027383&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027383/vaka-squeezable-lightbulbs-can-be-charged-and-taken-anywhere</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Tooth Lasers Could Make Drilling a Thing of the Past [Dentophobia] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/raman_spectroscopy_for_teeth.jpg" align="left" hspace="4" vspace="2"/&gt;For some people, just the sound of a dental drill is enough to cause panic—but the good news is that this barbaric procedure may be a thing of the past. UK researchers have developed a technology that is based on Raman spectroscopy (a method that is currently used to identify chemicals) to spot tooth decay before it begins. A new study has determined that harmful bacteria can be detected by analyzing how light is scattered when a laser is fired at the tooth. &lt;/p&gt; &lt;p&gt;This method would make it possible to detect damage much faster than X-rays, nipping the problem in the bud before drilling is necessary. The testing is ongoing, but the researchers hope that the lasers could be available commercially within the next five years. Of course, you would have to actually go to the dentist on a regular basis to benefit from the procedure, so my guess is that drilling won't disappear anytime soon. [&lt;a href="http://www.eurekalert.org/pub_releases/2008-07/soci-eis071808.php"&gt;eurekalert&lt;/a&gt; via &lt;a href="http://blogs.zdnet.com/emergingtech/?p=986"&gt;ZDNet&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=fe1b7bba1e654e10e94f6c3ef6d1313e" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=fe1b7bba1e654e10e94f6c3ef6d1313e" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=pFg3IB"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=pFg3IB" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=6sGV3J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=6sGV3J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=D0CDnJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=D0CDnJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=r1Usdj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=r1Usdj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=XSOS9j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=XSOS9j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341853180" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341853180/tooth-lasers-could-make-drilling-a-thing-of-the-past</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027381/tooth-lasers-could-make-drilling-a-thing-of-the-past]]></guid>
			<category><![CDATA[ Dentophobia ]]></category>
			<category><![CDATA[ Dentist drill ]]></category>
			<category><![CDATA[ Dentists ]]></category>
			
			<category><![CDATA[ Drilling ]]></category>
			<category><![CDATA[ Lasers ]]></category>
			<category><![CDATA[ Raman spectroscopy ]]></category>
			<category><![CDATA[ Teeth ]]></category>
			<pubDate>Mon, 21 Jul 2008 16:00:00 EDT</pubDate>
			<dc:creator>Sean Fallon</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027381&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027381/tooth-lasers-could-make-drilling-a-thing-of-the-past</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Toshiba and Matsushita to Start Cranking Out OLEDs in Massive Numbers [Displays] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/resources/2007/11/Benny_and_the_OLEDs.jpg" style="display:block;" /&gt;Toshiba and Matsushita's joint display group is about to become the first Japanese firm to jump into the &lt;a href="http://gizmodo.com/gadgets/oled/"&gt;OLED&lt;/a&gt; production game, and in a big way—their announced factory will begin producing as many as one million 2.5-inch OLED panels per month when it comes online in the fall of next year. What could they be up to? OLED iPods perhaps?&lt;/p&gt; &lt;p&gt;It's pretty far down the road for any serious speculation, but rumors of an OLED-equipped iPod which would use less power by eliminating the backlight and offer better color reproduction have been flying for a while. And the 2.5-inch size matches what's currently found on the iPod classic, &lt;del&gt;as well as the Zune 80&lt;/del&gt; (Zune 80 uses a 3.2 inch screen, thanks Marx). Autumn 2009 is a long way off, and these could just end up in one of many OLED-equipped phones or PMPs already out there, so don't hold your breath on this one. [&lt;a href="http://www.bloomberg.com/apps/news?pid=20601101&amp;sid=aVT6e4skhBIA&amp;refer=japan"&gt;Bloomberg&lt;/a&gt; via &lt;a href="http://www.electronista.com/articles/08/07/21/toshiba.matsushita.oleds/"&gt;Electronista&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=5a3982dade115ede2075c9a3fc88f724" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=5a3982dade115ede2075c9a3fc88f724" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=DnpRUX"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=DnpRUX" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=lFWjeJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=lFWjeJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=AXXuOJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=AXXuOJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=JGh7Uj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=JGh7Uj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=ZSygFj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=ZSygFj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341831616" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341831616/toshiba-and-matsushita-to-start-cranking-out-oleds-in-massive-numbers</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027366/toshiba-and-matsushita-to-start-cranking-out-oleds-in-massive-numbers]]></guid>
			<category><![CDATA[ Displays ]]></category>
			
			<category><![CDATA[ iPod ]]></category>
			<category><![CDATA[ Matsushita ]]></category>
			<category><![CDATA[ Oled ]]></category>
			<category><![CDATA[ Rumor ]]></category>
			<category><![CDATA[ Toshiba ]]></category>
			<category><![CDATA[ Zune ]]></category>
			<pubDate>Mon, 21 Jul 2008 15:40:56 EDT</pubDate>
			<dc:creator>John Mahoney</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027366&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027366/toshiba-and-matsushita-to-start-cranking-out-oleds-in-massive-numbers</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ This Giant Slip 'N Slide Looks Way More Fun Than Work [Slip 'n Slide] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/slipnslide_01.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;We love our jobs here at Gizmodo. But every once in a while even we find something more interesting than the latest breakthroughs in USB-powered humping animals. &lt;em&gt;Impossible&lt;/em&gt;, you say? Not when it comes to a gigantic homemade Slip 'N Slide. It's tough to scale the slides' exact size, but it looks to drop a solid two stories before depositing its riders in the lake. And boy oh boy does this video make us jealous.&lt;/p&gt; &lt;p&gt;&lt;object width="494" height="417"&gt;&lt;param name="movie" value="http://embed.break.com/NTM5NzM0"&gt; &lt;embed src="http://embed.break.com/NTM5NzM0" type="application/x-shockwave-flash" width="494" height="417"&gt;&lt;/object&gt;But...is it bad that we were waiting/hoping for someone to get hurt? Not like, never walk again hurt—just a solid Jackassian moment with some good old fashioned grass burns. [&lt;a href="http://www.geekologie.com/2008/07/worlds_longest_homemade_waters.php"&gt;geekologie&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=cc8d04ea64774d86e24878e3727e26a7" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=cc8d04ea64774d86e24878e3727e26a7" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=2MiYtj"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=2MiYtj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=VyjJXJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=VyjJXJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=ZtyWaJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=ZtyWaJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=jQ88mj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=jQ88mj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=cZtq3j"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=cZtq3j" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341820374" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341820374/this-giant-slip-n-slide-looks-way-more-fun-than-work</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027362/this-giant-slip-n-slide-looks-way-more-fun-than-work]]></guid>
			<category><![CDATA[ Slip 'n slide ]]></category>
			<category><![CDATA[ Clips ]]></category>
			<category><![CDATA[ DIY ]]></category>
			<category><![CDATA[ Media ]]></category>
			<category><![CDATA[ Slide ]]></category>
			<category><![CDATA[ Slip ]]></category>
			
			<pubDate>Mon, 21 Jul 2008 15:20:00 EDT</pubDate>
			<dc:creator>Mark Wilson</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027362&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027362/this-giant-slip-n-slide-looks-way-more-fun-than-work</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Hack Your Point-and-Shoot into a Time Lapse Camera [Digital Cameras] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/haxcam.jpg" style="display:block;" /&gt;CamTim is a hack that'll let you use any digital camera with a remote control for time-lapse photography. It's not super-easy, but it won't make you cry (probably). It's basically a board you program to buzz the camera's remote button at whatever interval you want. Using a ZigBee module, you can also set it up to run wirelessly, which is pretty handy for long-term spying... on birds. [&lt;a href="http://www.ziggrid.com/CamTim.html#"&gt;ZigGrid&lt;/a&gt; via &lt;a href="http://blog.makezine.com/archive/2008/07/photograph_wildlife_from.html?CMP=OTC-0D6B48984890"&gt;MAKE&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=cb30b48c78c9df4e69934700af3214d6" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=cb30b48c78c9df4e69934700af3214d6" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=ZwMRTs"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=ZwMRTs" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=Bvjg7J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=Bvjg7J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=7E6QrJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=7E6QrJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=xoeDJj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=xoeDJj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=v6gGZj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=v6gGZj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341810539" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341810539/hack-your-point+and+shoot-into-a-time-lapse-camera</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027347/hack-your-point+and+shoot-into-a-time-lapse-camera]]></guid>
			<category><![CDATA[ Digital Cameras ]]></category>
			<category><![CDATA[ Cameras ]]></category>
			
			<category><![CDATA[ Hacks ]]></category>
			<category><![CDATA[ Mods ]]></category>
			<category><![CDATA[ Remote ]]></category>
			<pubDate>Mon, 21 Jul 2008 15:00:00 EDT</pubDate>
			<dc:creator>matt buchanan</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027347&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027347/hack-your-point+and+shoot-into-a-time-lapse-camera</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ A NES Console Gets Stuffed Into a Light Gun [Put It Where It Doesn't Belong] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/nes-lightgun.jpg" align="left" hspace="4" vspace="2" style="display:block;" /&gt;Modders these days seem to be fascinated with putting the old school NES where it doesn't belong—like &lt;a href="http://gizmodo.com/gadgets/gadgets/a-nes-gets-crammed-into-a-nes-controller-229097.php"&gt;controllers&lt;/a&gt; and &lt;a href="http://gizmodo.com/5022343/nes-cartridge-modded-into-nes-system-with-screen-space+time-at-risk-again"&gt;cartridges&lt;/a&gt;. At least those mods made sense in some way—I mean this version isn't even the official NES light gun. It's a Super Joy knockoff. Still, kudos to the modder for stuffing your big NES into a tiny cavity. We are all soooo impressed. [&lt;a href="http://forums.benheck.com/viewtopic.php?t=25012"&gt;Ben Heck Forums&lt;/a&gt; via &lt;a href="http://technabob.com/blog/2008/07/21/entire-nes-console-stuffed-into-a-light-gun/"&gt;Technabob&lt;/a&gt; via &lt;a href="http://dvice.com/archives/2008/07/an_entire_nes_c_1.php"&gt;DVICE&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=0da0c1fc335481b263bc8a14115b2709" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=0da0c1fc335481b263bc8a14115b2709" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=E9O5i7"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=E9O5i7" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=9krRiJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=9krRiJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=kjHxjJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=kjHxjJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=CC2ODj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=CC2ODj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=eHwQBj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=eHwQBj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341785538" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341785538/a-nes-console-gets-stuffed-into-a-light-gun</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027346/a-nes-console-gets-stuffed-into-a-light-gun]]></guid>
			<category><![CDATA[ Put it where it doesn't belong ]]></category>
			<category><![CDATA[ Gaming ]]></category>
			<category><![CDATA[ Gaming ]]></category>
			<category><![CDATA[ Hacks ]]></category>
			<category><![CDATA[ Mods ]]></category>
			<category><![CDATA[ Nes ]]></category>
			<category><![CDATA[ Nes mods ]]></category>
			<category><![CDATA[ Nintendo ]]></category>
			
			<pubDate>Mon, 21 Jul 2008 14:40:00 EDT</pubDate>
			<dc:creator>Sean Fallon</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027346&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027346/a-nes-console-gets-stuffed-into-a-light-gun</feedburner:origLink></item>
        			
														
		<item>
			<title><![CDATA[ Dell Offering XBox 360 Elite Bundle With XPS M1730 Laptop Build [Gaming] ]]></title>
			<description>&lt;p&gt;&lt;img src="http://gizmodo.com/assets/images/gizmodo/2008/07/xpx-xbox-360.JPG" align="left" hspace="4" vspace="2"/&gt;If you are one of the very few people on this planet who are simultaneously shopping for a $3000 gaming laptop and an Xbox 360—today is your lucky day. Dell is throwing an Elite bundle into their top-of-the-line XPS M1730 system until July 24th. While it is not completely free, it is definitely going to save you some money vs. buying the two items separately. So, even if you are a die-hard PC gamer, you could probably turn the Elite bundle for a profit. [&lt;a href="http://www.dell.com/content/products/productdetails.aspx/xpsnb_m1730?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;ref=lthp"&gt;Dell&lt;/a&gt;]&lt;/p&gt; &lt;br style="clear: both;"/&gt;
  &lt;img alt="" style="border: 0; height:1px; width:1px;" border="0" src="http://www.pheedo.com/img.phdo?i=945066c255bf226ff0dd187dbbce4423" height="1" width="1"/&gt;
&lt;img src="http://www.pheedo.com/feeds/tracker.php?i=945066c255bf226ff0dd187dbbce4423" style="display: none;" border="0" height="1" width="1" alt=""/&gt;
&lt;p&gt;&lt;a href="http://feeds.gawker.com/~a/gizmodo/full?a=DhJdNN"&gt;&lt;img src="http://feeds.gawker.com/~a/gizmodo/full?i=DhJdNN" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=fX887J"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=fX887J" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=TCzJeJ"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=TCzJeJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=TJUORj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=TJUORj" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.gawker.com/~f/gizmodo/full?a=hnslsj"&gt;&lt;img src="http://feeds.gawker.com/~f/gizmodo/full?i=hnslsj" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.gawker.com/~r/gizmodo/full/~4/341772643" height="1" width="1"/&gt;</description>
			<link>http://feeds.gawker.com/~r/gizmodo/full/~3/341772643/dell-offering-xbox-360-elite-bundle-with-xps-m1730-laptop-build</link>
			<guid isPermaLink="false"><![CDATA[http://gizmodo.com/5027390/dell-offering-xbox-360-elite-bundle-with-xps-m1730-laptop-build]]></guid>
			<category><![CDATA[ Gaming ]]></category>
			<category><![CDATA[ Dell ]]></category>
			
			<category><![CDATA[ Laptops ]]></category>
			<category><![CDATA[ Microsoft ]]></category>
			<category><![CDATA[ Xbox 360 ]]></category>
			<category><![CDATA[ xbox 360 elite ]]></category>
			<category><![CDATA[ Xbox 360 elite bundle ]]></category>
			<category><![CDATA[ xps m1730 ]]></category>
			<pubDate>Mon, 21 Jul 2008 14:25:00 EDT</pubDate>
			<dc:creator>Sean Fallon</dc:creator>
			<wfw:commentRss>http://gizmodo.com/index.php?op=postcommentfeed&amp;postId=5027390&amp;view=rss&amp;microfeed=true</wfw:commentRss>
		<feedburner:origLink>http://gizmodo.com/5027390/dell-offering-xbox-360-elite-bundle-with-xps-m1730-laptop-build</feedburner:origLink></item>
    
			</channel>
</rss>