This file is indexed.

/usr/share/php/tests/Horde_Feed/Horde/Feed/fixtures/lexicon/http-www.dashes.com-anil-index.rdf 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
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/atom10full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:sx="http://feedsync.org/2007/feedsync" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
    <title>Anil Dash</title>
    <link rel="alternate" type="text/html" href="http://www.dashes.com/anil/" />
    
   <id>tag:www.dashes.com,2008:/anil//1</id>
    <updated>2008-07-21T20:37:25Z</updated>
    <subtitle>A Blog About Making Culture</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.2rc3-en</generator>
 

<geo:lat>37.766529</geo:lat><geo:long>-122.39577</geo:long><logo>http://www.feedburner.com/fb/images/pub/fb_pwrd.gif</logo><link rel="self" href="http://feeds.feedburner.com/AnilDash" type="application/atom+xml" /><feedburner:emailServiceId>41</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><entry>
    <title>Lists and Being On Them</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/341679818/lists-and-being-on-them.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6988</id>
    
    <published>2008-07-21T15:45:11Z</published>
    <updated>2008-07-21T20:37:25Z</updated>
    
    <summary type="html">Hey, NowPublic made a list of the 50 most influential web people in New York, and I'm on it at number six. So, thanks to the folks who made the list, and I appreciate the recognition. However, every time a similar list comes out, I have a number of responses...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;Hey, NowPublic &lt;a href="http://www.nowpublic.com/world/mostpublic-index"&gt;made a list of the 50 most influential web people in New York&lt;/a&gt;, and I'm on it at number six. So, thanks to the folks who made the list, and I appreciate the recognition.&lt;/p&gt;

&lt;p&gt;&lt;img alt="NowPublic" src="http://www.dashes.com/anil/images/nowpublic-logo.png" width="227" height="51" class="imgright" /&gt; However, every time a similar list comes out, I have a number of responses that immediately come to mind, and most of my friends who have to suffer through my ranting reply with some variation of "You're just complaining because you're not on the list!"&lt;/p&gt;

&lt;p&gt;But this time, I &lt;em&gt;am&lt;/em&gt; on the list. Which means it's a chance to talk about the reasons, good and bad, why these sorts of lists exist, and what purpose they can serve.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: Apparently, I'm on the &lt;a href="http://www.techcult.com/top-100-web-celebrities/"&gt;TechCult Top 100 Web Celebrities&lt;/a&gt; list, too. Which appears to be even more blatantly link-baiting, though again, the company I'm keeping there is nice.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;First and foremost, organizations (whether they're websites, media organizations, publishers, individuals, institutions, whatever) create these lists to solidify their power and influence, and to promote their own authority. This generally works, with the most exceptional examples like Time's Person of the Year actually acting to amplify the publication's own profile. With that kind of success, it's easy to understand how Time decided to also create a Time 100 list as well.&lt;/li&gt;
&lt;li&gt;For less-known organizations, like NowPublic, having a list like this acts as a phenomenal engine of promotion. People who have a high profile are generally well-known, at least in part, because they put an effort into being well-known. Therefore, putting their name on a list is an extremely effective way to get their attention. On the web, we call this link-baiting, but offline, it's simply called flattery.&lt;/li&gt;
&lt;li&gt;These types of lists &lt;em&gt;can&lt;/em&gt; be useful. One of the earliest and most fundamental milestones in the formation of a community is the desire for certain members to recognize those that (appear to) exemplify the values that the community aspires to, or would like to be identified by. Similarly, promoting unsung or less-known members of a community can be a useful method of indicating a desire for a community's values to evolve.&lt;br /&gt;
&lt;!-- * It's a nice cyclical marker of progress. The entertainment industry spends the first few months of the year in the throes of Award Season, with the Emmys and Grammies and Oscars and the like all serving not just as moments of recognition, but as reminders that another year has passed since the last one. It's been interesting to see this in our own industry as the Webby awards grew in stature, plummeted to an ignominious depth (The year Ben and Mena won one for &lt;a href="http://www.movabletype.com/"&gt;Movable Type&lt;/a&gt;, there wasn't even an awards ceremony, just a Flash animation online.) and have since regained some level of renown. --&gt;&lt;/li&gt;
&lt;li&gt;Lists are &lt;em&gt;different&lt;/em&gt; from awards. Everybody on them is a winner, of sorts, so there's very little sense of bitterness between people on the list. Similarly, having a large number of people be recognized increases the aspirational value for those who &lt;em&gt;aren't&lt;/em&gt; on the list -- it's easy to pick someone on a lengthy list who seems undeserving.&lt;/li&gt;
&lt;li&gt;Creating this kind of content is perfect for the lazy days of summer. Fondly referred to in the publishing industry as "listicles", assembling faux-scientific methods of cataloging potential list members is a perfect task for interns. Here in New York, all of our local media editors traipse off to the Hamptons to sit out the sweltering days of July or August, and by amazing coincidence, much of local media publishes their "Best Of" articles around the same time. It's a credit to NowPublic that they've decided, interestingly, to publish the methodology for calculating influence.&lt;/li&gt;
&lt;li&gt;Pointing out these structural circumstances which occasion the creation of such lists doesn't mean that they're not still flattering and appreciated. It's nice to see your name on something. One of NowPublic's stated criteria for evaluation is accessibility, and as someone who's had his mobile phone number sitting on the side of his website for years, I am happy to see that's a factor in evaluating influence.&lt;/li&gt;
&lt;li&gt;There are, of course, some lists which are really important. Such as the &lt;a href="http://publicschoolintelligentsia.com/?p=140"&gt;Top 10 Boy Bloggers We'd Let Rub Our Touchpads&lt;/a&gt;. Congratulations to Nick Denton and Jason Kottke for being the only guys who are on both the NowPublic list and on this more esteemed accounting.&lt;/li&gt;
&lt;/ul&gt;



&lt;p&gt;Thanks again to NowPublic for the recognition, and congratulations to the many friends and acquaintances of mine on the list. With only one exception, it's fantastic company to be part of and I can't wait to see who they pick in other cities and in New York next year.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=3w5Cgx"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=3w5Cgx" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=C1IhxJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=C1IhxJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=RXyeZJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=RXyeZJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/341679818" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6988" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-07-21T20:37:25Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F07%2Flists-and-being-on-them.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/07/lists-and-being-on-them.html</feedburner:origLink></entry>

<entry>
    <title>Details of Execution</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/337255365/details-of-execution.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6987</id>
    
    <published>2008-07-16T16:35:42Z</published>
    <updated>2008-07-16T19:14:26Z</updated>
    
    <summary type="html">Sometimes if you do something very difficult, and you do it really well, the end result is that your achievement becomes completely invisible. I mentioned a year and a half ago that I like Twitter. That was a little bit less common a position to take back then, but in...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;Sometimes if you do something very difficult, and you do it really well, the end result is that your achievement becomes completely invisible.&lt;/p&gt;

&lt;p&gt;&lt;img alt="Twitter logo" src="http://www.dashes.com/anil/images/twitter.png" width="210" height="49" class="imgright" /&gt;&lt;/p&gt;

&lt;p&gt;I mentioned a year and a half ago that &lt;a href="http://www.dashes.com/anil/2007/02/consider-twitte.html"&gt;I like Twitter&lt;/a&gt;. That was a little bit less common a position to take back then, but in the months since, tons of people have taken to the little messaging service, so clearly this was no great insight on my part -- it's just a useful, fun service.&lt;/p&gt;

&lt;p&gt;But of course, that popularity has not been without its problems. Twitter's gotten a reputation for being unreliable, as a result of its rapid growth. In fact, in many ways, the &lt;a href="http://buzzfeed.com/buth/fail-whale"&gt;Fail Whale&lt;/a&gt; and its related frustrations has come to define Twitter's brand more than almost anything else.&lt;/p&gt;

&lt;p&gt;I'm no expert at these things, but there are a lot of reasons startups fail, and the reasons almost never include the fact that thousands of users clamoring for a service. Indeed, it seems to me that most companies (whether they're tech startups or anything else) fail because of being poorly managed. Put another way, execution is everything.&lt;/p&gt;

&lt;p&gt;With that in mind, it's worth pointing out how particularly well-executed Twitter's recent acquisition of Summize has been. I don't know any of the deals of the financial or business arrangements, except that I'm a little disappointed that Twitter isn't maintaining a presence in New York City, instead moving all of the employees to San Francisco. That nitpick aside, the public face of this transition was extremely well executed.&lt;/p&gt;

&lt;p&gt;Ev Williams, co-founder and the most public face of Twitter, speaks about the deal at some length in this &lt;a href="http://www.techcrunch.com/2008/07/15/interview-with-evan-william-summize-acquisition-api-issues-and-their-revenue-model/"&gt;excellent, candid interview with Techcrunch&lt;/a&gt;. (Which site, by the way, may rank as my "most improved" blog of 2008.)&lt;/p&gt;

&lt;p&gt;Rumors of the Summize acquisition leaked a few weeks ago, but both companies kept discipline around communications and didn't acknowledge or respond to the conversation. And then, when it came time to announce the deal, the sites had been fully integrated, a &lt;a href="http://blog.twitter.com/2008/07/finding-perfect-match.html"&gt;lengthy and personable blog post&lt;/a&gt; complete with a sketch of some future ideas for integration was posted, consistent branding was in place on the acquired site, and the roadmap for what was going on with employees affected by the acquisition was clearly communicated.&lt;/p&gt;

&lt;p&gt;In all, that's a formidable amount of coordination to happen across the country, while business deals are being worked out, and while maintaining secrecy about the fact that it's taking place. And, all of that was done with an eye towards providing a good user experience to their shared customer base.&lt;/p&gt;

&lt;p&gt;There are a lot of things to criticize in such deals most of the time, though it seems likely that this will be a successful acquisition, from an outsider's point of view. But what's striking to me is that, as quick as so many are to criticize Twitter (fairly) for technological problems, people haven't been as eager to acknowledge a remarkable discipline and execution on the business side of the company. Frankly, all of those who'd suggested that &lt;a href="http://www.google.com/search?q=%22should+buy+twitter%22"&gt;Twitter should be sold to a larger company&lt;/a&gt; seem to have forgotten that almost none of the big companies suggested as acquirers have a history of consistently pulling off this kind of execution. And that's even more true for the smaller innovative companies that they've acquired.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=H8rf78"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=H8rf78" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=w4RBMJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=w4RBMJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=nSucGJ"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=nSucGJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/337255365" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6987" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-07-16T19:14:26Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F07%2Fdetails-of-execution.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/07/details-of-execution.html</feedburner:origLink></entry>

<entry>
    <title>Bill Gates and the Greatest Tech Hack Ever</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/320559027/bill-gates-and-the-greatest-tech-hack-ever.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6986</id>
    
    <published>2008-06-26T13:46:51Z</published>
    <updated>2008-06-26T22:21:27Z</updated>
    
    <summary type="html"> digg_url = 'http://digg.com/microsoft/Bill_Gates_and_the_Greatest_Tech_Hack_Ever'; Bill Gates has pulled off one of the greatest hacks in technology and business history, by turning Microsoft's success into a force for social responsibility. Imagine imposing a tax on every corporation in the developed world, collecting $100 per white-collar worker per year, and then directing...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;div style="float : left; padding : 10px;"&gt;&lt;script type="text/javascript"&gt;
digg_url = 'http://digg.com/microsoft/Bill_Gates_and_the_Greatest_Tech_Hack_Ever';
&lt;/script&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt; &lt;/div&gt;

&lt;p&gt;Bill Gates has pulled off one of the greatest hacks in technology and business history, by turning Microsoft's success into a force for social responsibility. Imagine imposing a tax on every corporation in the developed world, collecting $100 per white-collar worker per year, and then directing one third of the proceeds to curing &lt;span class="caps"&gt;AIDS &lt;/span&gt;and malaria. That, effectively, is what Bill Gates has done.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.amazon.com/exec/obidos/ASIN/0671880748/2020-20" class="imgright"&gt;&lt;img alt="Gates biography" src="http://www.dashes.com/anil/images/gates-bio.jpg" width="120" height="178" /&gt;&lt;/a&gt; On a day when everyone will be noting Gates' departure from day-to-day involvement in his work at Microsoft, it's worth noting the work he's done which will likely be seen as his greatest legacy.&lt;/p&gt;

&lt;p&gt;The unofficial goal of Microsoft in its early years was to see a computer on every desk and in every home, presumably running Microsoft software. That sort of vision, put forth in a time when the conventional wisdom dictated that personal computers might disappear entirely, was astounding enough. But by the year 2000, just 25 years after its founding, Microsoft had &lt;em&gt;achieved&lt;/em&gt; that improbable goal, at least in the developed world.&lt;/p&gt;

&lt;p&gt;The story of the &lt;a href="http://www.gatesfoundation.org/"&gt;Gates Foundation&lt;/a&gt; is well-covered, but it's important to consider the context in which the Foundation was created. What would you do if you defined the most ambitious goal you could imagine, and then achieved it just 25 years later? And what if you had done so while still relatively young, not even fifty years old? That's the position Gates found himself in just a decade ago.&lt;/p&gt;

&lt;p&gt;Most people, when faced with the realization of their greatest dreams, will respond at first with elation, and then later settle into melancholy or even depression. It can be overwhelming to think that there's nothing left to do. Instead, Gates upped the ante.&lt;/p&gt;

&lt;p&gt;How high did he set his new goals? How about curing &lt;span class="caps"&gt;AIDS&lt;/span&gt;? Or ending the spread of malaria? What about improving life expectancy and quality of life for the poorest people in the world? After achieving a goal that seemed outlandish, it's clear that the only logical next step is to try to achieve a goal that seems nearly impossible. I have to point out that sense of thinking "Okay, we won -- what next?" is extremely unusual.&lt;/p&gt;

&lt;p&gt;Plainly, I admire Bill Gates for this. I think there are few people who, instead of resting on their laurels, decide to stake their reputation and fortune on goals that are not only altruistic, but that conventional wisdom dictates may not be achievable in a single lifetime. There are many other ways to measure a man, and I'm not diminishing at all the fact that Microsoft as a corporation has made regrettable, unfortunate, and even illegal decisions during Bill Gates' tenure. But imagine if someone had defined an explicit goal of a "cure &lt;span class="caps"&gt;AIDS &lt;/span&gt;tax" for corporations, and then tried to get that enacted. The fact that, effectively, this has happened is remarkable.&lt;/p&gt;

&lt;p&gt;And there are many who still want to think, despite the commitment of incredible resources and formidable talents to support the Gates Foundation's mission, that all of this philanthropic work is an attempt to simply generate good &lt;span class="caps"&gt;PR.&lt;/span&gt; But that simply doesn't follow the facts.&lt;/p&gt;

&lt;h3&gt;A Family Tradition&lt;/h3&gt;

&lt;p&gt;The truth is, Bill Gates doesn't just come from a family tradition of philanthropy: It's actually a significant part of the reason he got the single biggest opportunity of his professional career. You can see the family tradition today, with the founding chairman of the Gates Foundation being William Gates Sr., Bill's father. But you have to go back twenty years earlier, to Gates' mother &lt;a href="http://www.washington.edu/uaa/marygates.html"&gt;Mary Maxwell Gates&lt;/a&gt;, to understand how philanthropic work opened doors for a fledgling Bill Gates and Microsoft.&lt;/p&gt;

&lt;p&gt;Mary Maxwell Gates was deeply involved in the work of the United Way for many years before her passing in 1994, most notably as its first female chair. And one of the connections she made through that work back in 1980 was to &lt;a href="http://www-03.ibm.com/ibm/history/exhibits/chairmen/chairmen_7.html"&gt;John Opel&lt;/a&gt;, the chairman of &lt;span class="caps"&gt;IBM &lt;/span&gt;who was also a member of the United Way's executive committee.&lt;/p&gt;

&lt;p&gt;It's become fairly clear in the years since that at least part of the reason &lt;span class="caps"&gt;IBM &lt;/span&gt;was willing to hire Microsoft to create an operating system for the initial release of the &lt;span class="caps"&gt;IBM&lt;/span&gt; PC was because of the introductions made through that connection. Taking a risk on an unproven small software company was a big leap to take, and it's one that ended up being the greatest turning point in the history of the biggest software company that's ever been created.&lt;/p&gt;

&lt;p&gt;It's fitting, then, that that opportunity is honored by having the founder of the company return all of his efforts and the vast majority of his wealth to an even more ambitious new vision for philanthropic work. So, congratulations to Bill Gates on his new job, and I hope this hack is even more successful than all the ones that he's done in the past.&lt;/p&gt;

&lt;h3&gt;Essential Links&lt;/h3&gt;

&lt;p&gt;A few recommendations for those who want to understand more about Bill Gates and his legacy:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;Stephen Manes and Paul Andrews published &lt;a href="http://www.amazon.com/exec/obidos/ASIN/0671880748/2020-20"&gt;Gates: How Mirosoft's Mogul Reinvented an Industry&lt;/a&gt;, back in 1992. I have been a big fan of this book since it came out. It was released before his period of greatest fame after Windows 95 launched, and perhaps as a result is more insightful than later efforts that tried to case Gates' entire life and career merely in the context of post-monopoly Microsoft. (I've shown the original, gloriously awful, cover photo above, but I think the paperback edition has less floppy-disk lunacy.)&lt;/li&gt;
&lt;li&gt;Fortune has &lt;a href="http://money.cnn.com/magazines/fortune/storysupplement/gates_microsoft/index.html"&gt;a slideshow covering 30 years of Bill Gates' career&lt;/a&gt;, narrated by the man himself.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://blog.seattlepi.nwsource.com/microsoft/archives/141821.asp"&gt;Gates' 2003 rant about the shoddiness of the Windows user experience&lt;/a&gt;. Though this has prompted lots of "haw, haw, Windows sucks!" responses from geeks, I though it was interesting to look past the memo as merely a document of a typically dysfunctional large company. What struck me was a founder, nearly 30 years after starting the company, and decades after becoming wealthy beyond his wildest dreams, still obviously had both great passion and an enormous amount of technical knowledge.&lt;/li&gt;
&lt;li&gt;Those same themes of passion and technical competence are echoed in Joel Spolsky's &lt;a href="http://www.joelonsoftware.com/items/2006/06/16.html"&gt;essay about his first BillG review&lt;/a&gt;. Joel revisited this in a less-geeky version of the essay &lt;a href="http://www.inc.com/magazine/20080701/how-hard-could-it-be-glory-days.html"&gt;published in Inc. magazine&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;


        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=Q58YQv"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=Q58YQv" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=baqe0I"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=baqe0I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=TXxKNI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=TXxKNI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/320559027" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6986" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-06-26T22:21:27Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F06%2Fbill-gates-and-the-greatest-tech-hack-ever.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/06/bill-gates-and-the-greatest-tech-hack-ever.html</feedburner:origLink></entry>

<entry>
    <title>Mayor Mike's Not Wearing His Pajamas</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/314270796/mayor-mikes-not-wearing-his-pajamas.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6985</id>
    
    <published>2008-06-18T02:30:21Z</published>
    <updated>2008-06-18T02:38:39Z</updated>
    
    <summary type="html">Today Newtalk, a site dedicated to substantive political discussions, hosted a conversation asking "Is it possible to fix government?". In his response to host Philip Howard, NYC mayor Michael Bloomberg reveals that it's his first time responding to a conversation online: Thanks for the opportunity to participate in this discussion,...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;Today &lt;a href="http://newtalk.org/"&gt;Newtalk&lt;/a&gt;, a site dedicated to substantive political discussions, hosted a conversation asking "&lt;a href="http://newtalk.org/2008/06/is-it-possible-to-fix-governme.php"&gt;Is it possible to fix government?&lt;/a&gt;". In his response to host Philip Howard, &lt;a href="http://newtalk.org/2008/06/is-it-possible-to-fix-governme.php"&gt;&lt;span class="caps"&gt;NYC &lt;/span&gt;mayor Michael Bloomberg reveals&lt;/a&gt; that it's his first time responding to a conversation online:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Thanks for the opportunity to participate in this discussion, Philip. This is my first time participating in an online discussion, but I can assure you I am not at home wearing my pajamas. This is a great group, the kind of crowd I'd enjoy having over for dinner. So I'm just going to pretend that we're all sitting around a big table. I always learn something when I break bread with diverse groups of talented people, and I expect this conversation will be no different.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;It's a little bit depressing that, more than ten years after blogging's taken off, even some of the most prominent politicians in the country still think bloggers are folks at home in their pajamas. But I will take it as a sign of at least a &lt;em&gt;little&lt;/em&gt; progress that Newtalk is a &lt;a href="http://www.movabletype.com/products/community-solution.html"&gt;Movable Type Community Solution&lt;/a&gt; site, so maybe indirectly my day job helped Mayor Mike make his first steps online.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=wo1RzJ"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=wo1RzJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=lukTxI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=lukTxI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=fwDyWI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=fwDyWI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/314270796" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6985" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-06-18T02:38:39Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F06%2Fmayor-mikes-not-wearing-his-pajamas.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/06/mayor-mikes-not-wearing-his-pajamas.html</feedburner:origLink></entry>

<entry>
    <title><![CDATA[Shuttle Chips Shipped &mdash; Cheap!]]></title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/314182757/cheap-shuttle-chips-shipped.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6984</id>
    
    <published>2008-06-17T23:40:42Z</published>
    <updated>2008-06-18T00:02:08Z</updated>
    
    <summary type="html">When the Space Shuttle Discovery glided home a few days ago, one of the electronic components which made it possible was the humble Intel 8086 processor. Some of the chips powering support systems for the shuttle were purchased from a motley variety of suppliers including sellers on eBay. The New...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;When the &lt;a href="http://www.nasa.gov/home/hqnews/2008/jun/HQ_08150_discovery_lands.html"&gt;Space Shuttle Discovery glided home&lt;/a&gt; a few days ago, one of the electronic components which made it possible was the humble &lt;a href="http://www.cpu-world.com/CPUs/8086/"&gt;Intel 8086 processor&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;img alt="8088B1" src="http://www.dashes.com/anil/images/8088B1-thumb-450x462.jpg" width="450" height="462" class="imgcenter" /&gt;&lt;/p&gt;

&lt;p&gt;Some of the chips powering support systems for the shuttle were purchased from a motley variety of suppliers including sellers on eBay. The New York Times &lt;a href="http://query.nytimes.com/gst/fullpage.html?res=9A0CE2DF1739F931A25756C0A9649C8B63"&gt;told the story&lt;/a&gt; six years ago:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Civilian electronic markets now move so fast, and the shuttles are so old, that &lt;span class="caps"&gt;NASA &lt;/span&gt;and its contractors must scramble to find substitutes.&lt;/p&gt;

&lt;p&gt;In the past, &lt;span class="caps"&gt;NASA &lt;/span&gt;procurement experts would go through old catalogs and call suppliers to try to find parts. Today, the hunt has become easier with Internet search engines and sites like eBay, which auctions nearly everything.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;The 8086 processor just &lt;a href="http://www.pcworld.com/article/id,146957/article.html"&gt;celebrated the 30th anniversary of its release&lt;/a&gt;. The space shuttle program just celebrated the 27th anniversary of the maiden shuttle launch.&lt;/p&gt;

&lt;p&gt;&lt;small&gt;Image of the 8088 processor, sibling to the 8086, courtesy of &lt;a href="http://www.intel.com/museum/online/hist_micro/hof/"&gt;Intel's Microprocessor Hall of Fame&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=VH4B72"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=VH4B72" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=AMXRZI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=AMXRZI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=vivkSI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=vivkSI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/314182757" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6984" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-06-18T00:02:08Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F06%2Fcheap-shuttle-chips-shipped.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/06/cheap-shuttle-chips-shipped.html</feedburner:origLink></entry>

<entry>
    <title>Sippey, Superstar!</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/309717879/sippey-superstar.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6983</id>
    
    <published>2008-06-11T15:24:21Z</published>
    <updated>2008-06-11T16:11:01Z</updated>
    
    <summary type="html">One of the most satisfying and fun things I've ever seen in my job was the sight of my friend and coworker Michael Sippey onstage with Steve Jobs and the Apple crew, showing off TypePad for iPhone. In our line of business, Apple keynotes are just about the biggest shows...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;One of the most satisfying and fun things I've ever seen in my job was the sight of my friend and coworker &lt;a href="http://sippey.com/"&gt;Michael Sippey&lt;/a&gt; onstage with Steve Jobs and the Apple crew, showing off &lt;a href="http://www.typepad.com/features/blog-iphone.html"&gt;TypePad for iPhone&lt;/a&gt;. In our line of business, Apple keynotes are just about the biggest shows in town, and Sippey killed it on the toughest stage around.&lt;/p&gt;

&lt;p&gt;As Michael &lt;a href="http://sippey.typepad.com/filtered/2008/06/on-stage.html"&gt;graciously mentions in his own post&lt;/a&gt;, the demo wouldn't have been possible without our great developer (and demo god in his own right) Ray Marshall, along with Stephane Delbecque on our team who helped pull the entire effort together. You can &lt;a href="http://www.apple.com/quicktime/qtv/wwdc08/"&gt;watch the whole keynote&lt;/a&gt; on Apple's site, or just see a short clip of the TypePad demo for yourself:&lt;/p&gt;

&lt;p&gt;&lt;object width="335" height="360"&gt;&lt;param name="movie" value="http://www.cnet.com/av/video/flv/newPlayers/universal.swf" /&gt;&lt;param name="wmode" value="transparent" /&gt;&lt;param name="allowFullScreen" value="true" /&gt;&lt;param name="FlashVars" value="playerType=embedded&amp;amp;value=50002569" /&gt;&lt;embed src="http://www.cnet.com/av/video/flv/newPlayers/universal.swf" type="application/x-shockwave-flash" wmode="transparent" width="335" height="360" allowFullScreen="true" FlashVars="playerType=embedded&amp;amp;value=50002569" /&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;But while I'm happy for Michael and the team on such a great demo, it also made me happy to see Michael onstage showing that his knowledge of blogging is second to none. Michael was, along with &lt;a href="http://www.peterme.com/"&gt;Peter&lt;/a&gt;, one of the people who really inspired me to start blogging, and he's probably under-recognized as a pioneer.&lt;/p&gt;

&lt;p&gt;The list of ways he's influenced blogging and our industry are countless: Even the biggest gadget blogs today &lt;em&gt;still&lt;/em&gt; make a huge deal out of featuring big-name tech &lt;span class="caps"&gt;CEO&lt;/span&gt;s when they get an &lt;span class="caps"&gt;EXCLUSIVE INTERVIEW, &lt;/span&gt;but Michael &lt;a href="http://www.theobvious.com/archive/1996/10/14.html"&gt;interviewed Jeff Bezos&lt;/a&gt; for his seminal blog &lt;a href="http://theobvious.com/"&gt;Stating the Obvious&lt;/a&gt; &lt;em&gt;twelve years ago&lt;/em&gt;. I interviewed Michael for &lt;a href="http://www.sixapart.com/blog/2007/04/michael_sippey.html"&gt;our series on the 10th anniversary of blogging&lt;/a&gt; last year, in which Michael talks about creating what was arguably the first link blog, Filtered for Purity, ten years ago. And of course, &lt;a href="http://www.sixapart.com/blog/2004/08/michael-sippey.html"&gt;Mena mentioned Michael's joining Six Apart&lt;/a&gt; back in 2004 as our VP of Products. It's a role he's held ever since.&lt;/p&gt;

&lt;p&gt;Add in his influence in efforts like advising the original &lt;a href="http://pyra.com/"&gt;Pyra&lt;/a&gt; team, which created Blogger, and it calls to mind the old chestnut about the Velvet Underground: Not everybody has read Michael Sippey's blog, but everyone who did, started a blog. (And at some point in recent history, it's possible that everyone who did started a blogging &lt;em&gt;company&lt;/em&gt;.) Congrats to my friend Michael on putting that experience on display on the biggest stage around.&lt;/p&gt;

&lt;p&gt;(And oh yeah, if you're the best in the world at what you do, you can &lt;a href="http://www.sixapart.com/about/jobs/"&gt;work at Six Apart&lt;/a&gt;, too.)&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=qOVDvz"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=qOVDvz" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=TQ2CXI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=TQ2CXI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=dJuD1I"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=dJuD1I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/309717879" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6983" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-06-11T16:11:01Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F06%2Fsippey-superstar.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/06/sippey-superstar.html</feedburner:origLink></entry>

<entry>
    <title>Auto-Tune Goes Legit</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/306372637/auto-tune-goes-legit.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6982</id>
    
    <published>2008-06-06T21:17:50Z</published>
    <updated>2008-06-08T04:09:32Z</updated>
    
    <summary type="html">Dedicated readers will recall me obsessing over and over-analyzing Auto-Tune in pop music earlier this year. It is, then, my pleasure to report that, thanks to the inestimable Sasha Frere-Jones, Auto-Tune analysis has gone legit. Behold, no less an authority than the New Yorker weighs in on Auto-Tune, especially T-Pain's...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;Dedicated readers will recall me &lt;a href="http://www.dashes.com/anil/2008/02/when-autotune-strikes.html"&gt;obsessing over&lt;/a&gt; and &lt;a href="http://www.dashes.com/anil/2008/02/last-of-the-autotune.html"&gt;over-analyzing&lt;/a&gt; &lt;a href="http://www.dashes.com/anil/2008/02/the-death-of-analog-vocoder-edition.html"&gt;Auto-Tune in pop music&lt;/a&gt; earlier this year. It is, then, my pleasure to report that, thanks to the inestimable &lt;a href="http://sashafrerejones.com/"&gt;Sasha Frere-Jones&lt;/a&gt;, Auto-Tune analysis has gone legit. Behold, no less an authority than &lt;a href="http://www.newyorker.com/arts/critics/musical/2008/06/09/080609crmu_music_frerejones?currentPage=all"&gt;the New Yorker weighs in on Auto-Tune&lt;/a&gt;, especially T-Pain's (ab)use of it:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;This, roughly, is what happens: Auto-Tune locates the pitch of a recorded vocal, and moves that recorded information to the nearest "correct" note in a scale, which is selected by the user. With the speed set to zero, unnaturally rapid corrections eliminate portamento, the musical term for the slide between two pitches. Portamento is a natural aspect of speaking and singing, central to making people sound like people. A nonmusical example of portamento would be "up-speak," a verbal tic common in some people under thirty. (Can you imagine the end of every sentence rising in pitch? Like a question?) Processed at zero speed, Auto-Tune turns the lolling curves of the human voice into a zigzag of right-angled steps. These steps may represent "perfect" pitches, but when sung pitches alternate too quickly the result sounds unnatural, a fluttering that is described by some engineers as "the gerbil" and by others as "robotic."&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;The gerbil.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Update:&lt;/strong&gt; &lt;a href="http://www.newyorker.com/online/2008/06/09/080609on_audio_frerejones/"&gt;Now with audio&lt;/a&gt;! "Here Frere-Jones talks about how Auto-Tune has become a pop-music phenomenon, and demonstrates how it can transform the human voice, with the help of the music producer Tom Beaujour."&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=TLxP90"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=TLxP90" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=qGO0wI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=qGO0wI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=8FEwQI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=8FEwQI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/306372637" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6982" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-06-08T04:09:32Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F06%2Fauto-tune-goes-legit.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/06/auto-tune-goes-legit.html</feedburner:origLink></entry>

<entry>
    <title>Tomboy Hacks</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/302711122/tomboy-hacks.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6981</id>
    
    <published>2008-06-02T04:03:55Z</published>
    <updated>2008-06-02T04:10:02Z</updated>
    
    <summary type="html">Trapani ventured that if the internet had been around when she was a teenager she might have felt less isolated: "I kind of wish I had the access to the internet that teenagers have today." She got a gleam in her eyes when she started to talk about what life...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;blockquote&gt;Trapani ventured that if the internet had been around when she was a teenager she might have felt less isolated: "I kind of wish I had the access to the internet that teenagers have today." She got a gleam in her eyes when she started to talk about what life could've been like as a wired youngster, being able to "express yourself online in a way that you'd be totally afraid to do in real life." She added, "I think I would have had a lot of alter egos online as a kid if I had access to the internet."&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="http://www.afterellen.com/people/2008/5/ginatrapani"&gt;Cheryl Coward&lt;/a&gt;, on AfterEllen, writing about &lt;a href="http://www.ginatrapani.com/"&gt;Gina Trapani&lt;/a&gt;.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=WZ5eEC"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=WZ5eEC" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=ctuWgI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=ctuWgI" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=2lSu8I"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=2lSu8I" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/302711122" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6981" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-06-02T04:10:02Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F06%2Ftomboy-hacks.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/06/tomboy-hacks.html</feedburner:origLink></entry>

<entry>
    <title>On Exposure</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/302707711/on-exposure.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6980</id>
    
    <published>2008-06-02T03:57:21Z</published>
    <updated>2008-06-02T04:02:04Z</updated>
    
    <summary type="html">I started blogging when I was 25, and it was a much smaller blogosphere back in 2000. I was able to make my mistakes in oversharing, overexposure, and unmitigated egotism in a smaller pond, without the entire New York media world and Jimmy Kimmel staring at me. In some ways,...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;blockquote&gt;I started blogging when I was 25, and it was a much smaller blogosphere back in 2000. I was able to make my mistakes in oversharing, overexposure, and unmitigated egotism in a smaller pond, without the entire New York media world and Jimmy Kimmel staring at me. In some ways, blogging and I grew up together, so by the time I was doing national television, I'd already had lots of media training ... a luxury Emily Gould didn't seem to have. I also developed some personal boundaries before I had thousands of daily readers, a luxury Emily Gould also didn't have.&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="http://electrolicious.com/2008/05/emily-gould"&gt;Ariel Meadow Stallings&lt;/a&gt;, on Emily Gould's recent &lt;a href="http://www.nytimes.com/2008/05/25/magazine/25internet-t.html?ei=5070&amp;amp;en=ec3c61edbcfe6cbb&amp;amp;ex=1212292800&amp;amp;emc=eta1&amp;amp;pagewanted=all"&gt;NY Times Magazine&lt;/a&gt; cover story.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=u4cppF"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=u4cppF" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=gwtL4I"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=gwtL4I" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=TV8XoI"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=TV8XoI" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/302707711" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6980" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-06-02T04:02:04Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F06%2Fon-exposure.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/06/on-exposure.html</feedburner:origLink></entry>

<entry>
    <title>I'm on the Internet!</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/293258281/im-on-the-internet.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6979</id>
    
    <published>2008-05-19T04:40:17Z</published>
    <updated>2008-05-19T05:21:35Z</updated>
    
    <summary type="html">Because my name and my big ole' head are sitting on top of this page, it's probably not making the self-indulgence any worse to collect a few links to some recent places I've popped up online: Gawker recommended my Twitter account as one to follow after Krucoff posted a list...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;Because my name and my big ole' head are sitting on top of this page, it's probably not making the self-indulgence any worse to collect a few links to some recent places I've popped up online:&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://gawker.com/391246/your-twitter+stalking-power-list"&gt;Gawker recommended&lt;/a&gt; &lt;a href="http://twitter.com/anildash"&gt;my Twitter account&lt;/a&gt; as one to follow after &lt;a href="http://youngmanhattanite.com/2008/05/dont-shoot-canary.html"&gt;Krucoff posted a list to Young Manhattanite&lt;/a&gt; based on &lt;a href="http://fimoculous.com/"&gt;Rex&lt;/a&gt;'s suggestions. The strange thing to me is that Gawker is (still!) such a presence in media circles in &lt;span class="caps"&gt;NYC &lt;/span&gt;that 6,000 people would actually &lt;em&gt;read&lt;/em&gt; such a thing. Of course, they're all just wannabees -- real Gawker credit comes from having been &lt;a href="http://gawker.com/news/chris-anderson/shades-of-launch-party-chris-anderson-and-anil-dash-11224.php"&gt;at the launch party&lt;/a&gt; five years ago. I'm just sayin'. (For more, similarly inane insights, &lt;a href="http://twitter.com/anildash"&gt;add me on Twitter&lt;/a&gt;!)&lt;/li&gt;
&lt;li&gt;I helped &lt;a href="http://blogs.forrester.com/charleneli/"&gt;Charlene Li&lt;/a&gt; (a.k.a. The Best Tech Industry Analyst) &lt;a href="http://blogs.forrester.com/charleneli/2008/03/how-i-made-833.html"&gt;save $8.33&lt;/a&gt; by &lt;a href="http://www.dashes.com/anil/2007/12/unsolicited-testimonial-clear-card.html"&gt;offering up my testimonial about the Clear card&lt;/a&gt;. That's enough to pay for a subscription to dashes.com for more than a year!&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.wired.com/techbiz/startups/magazine/16-05/st_alpha"&gt;Mat Honan wrote a piece in Wired&lt;/a&gt; about &lt;a href="http://thebigwordproject.com/"&gt;The Big Word Project&lt;/a&gt;, the &lt;del&gt;scam&lt;/del&gt; website where people pay for words. My site shows up because it's the link for the word "&lt;a href="http://www.thebigwordproject.com/search?word=purple"&gt;purple&lt;/a&gt;", even though I didn't do it myself. I blame Mike.&lt;/li&gt;
&lt;li&gt;&lt;span class="caps"&gt;CRN &lt;/span&gt;has a (really very good) &lt;a href="http://www.crn.com/it-channel/207400714;jsessionid=EX21SA455BICUQSNDLRSKH0CJUNN2JVN?pgno=1"&gt;look at what the technology industry wants from the Presidential candidates&lt;/a&gt;, with responses from the likes of Bill Gates and Paul Otellini. Inexplicably, &lt;a href="http://www.crn.com/it-channel/207400714;jsessionid=GGUUKCVWKQOVOQSNDLRSKH0CJUNN2JVN?pgno=11"&gt;I'm in there, too&lt;/a&gt;: "The No. 1 thing we want to see is elected officials use social networking tools online as a tool for governance and for leadership when in office, just as they do to get elected." Basically, I am tired of politicians treating web communities as an &lt;span class="caps"&gt;ATM &lt;/span&gt;for their campaigns, instead of seeing the web as an opportunity for fixing government.&lt;/li&gt;
&lt;li&gt;And last but certainly not least, "&lt;a href="http://mediabistro.com/articles/cache/a10184.asp"&gt;So What Do You Do, Anil Dash&lt;/a&gt;". It's a really long interview with me by the folks at Mediabistro, in advance of my presentation at the &lt;a href="http://www.mediabistrocircus.com/"&gt;Mediabistro Circus&lt;/a&gt; event on Tuesday. If you know me, there's probably few surprises, but I was happy to get the chance to articulate a lot of points that I otherwise don't usually talk about explicitly. Most of all, I am really glad to help emphasize how vibrant the technology scene is here in New York City; My biggest goal in participating in these sorts of conferences here in New York is to show people that there's a lot more going on with tech here than people might realize if they're myopically focused on just Silicon Valley.&lt;/li&gt;
&lt;/ul&gt;


        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=5XqzG6"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=5XqzG6" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=KVlsnH"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=KVlsnH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=dzH25H"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=dzH25H" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/293258281" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6979" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-05-19T05:21:35Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F05%2Fim-on-the-internet.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/05/im-on-the-internet.html</feedburner:origLink></entry>

<entry>
    <title>Paste to Win! (A Twitter Contest)</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/286592078/paste-to-win-a-twitter-contest-1.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6977</id>
    
    <published>2008-05-09T04:23:57Z</published>
    <updated>2008-05-09T06:26:39Z</updated>
    
    <summary type="html">If you haven't been following my Twitter account, you're missing all the fun! In between going aggro on teakettles, taking an unseemly joy in crude wordplay, and in general trying to channel my incessant nattering into an attempt at being entertaining. But now I've tried to do something a little...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;If you haven't been following &lt;a href="http://twitter.com/anildash"&gt;my Twitter account&lt;/a&gt;, you're missing all the fun! In between &lt;a href="http://twitter.com/anildash/statuses/806678829"&gt;going aggro on teakettles&lt;/a&gt;, taking an unseemly joy in &lt;a href="http://twitter.com/anildash/statuses/799137112"&gt;crude wordplay&lt;/a&gt;, and in general trying to channel my incessant nattering into an &lt;a href="http://favotter.matope.com/en/user.php?user=anildash&amp;amp;mode=best"&gt;attempt at being entertaining&lt;/a&gt;. But now I've tried to do something a little bit different, starting a &lt;a href="http://twitter.com/anildash/statuses/805608769"&gt;little Twitter contest&lt;/a&gt; with some simple rules of entry:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;Okay, everybody, it's Ctrl-V time! Paste into Twitter whatever text you copied last, and @anildash me. Best paste gets a prize.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Amazingly, I got &lt;strong&gt;160 responses&lt;/strong&gt; from over 150 different people, and I've assembled the results into a few categories here for your enjoyment. I removed the date stamps and other clutter from the responses, and formatted the (many!) links into readable formats with some very brief descriptions appended. The categories I've grouped them into include &lt;a href="#mundane"&gt;mundane&lt;/a&gt;, &lt;a href="#passwords"&gt;passwords&lt;/a&gt;, &lt;a href="#links"&gt;links&lt;/a&gt;, &lt;a href="#linkstext"&gt;links with text&lt;/a&gt;, &lt;a href="#actually"&gt;actually working&lt;/a&gt;, &lt;a href="#nerds"&gt;nerds and coders&lt;/a&gt;, &lt;a href="#explainers"&gt;explainers&lt;/a&gt;, &lt;a href="#jokers"&gt;jokers&lt;/a&gt;, &lt;a href="#WTF"&gt;&lt;span class="caps"&gt;WTF&lt;/span&gt;&lt;/a&gt;, and &lt;a href="#pleasing"&gt;pleasant&lt;/a&gt;. And then, finally, from all these submissions, I name our &lt;a href="#winner"&gt;winner&lt;/a&gt;, along with the surprise prize. Enjoy, and please feel free to mention your favorites in the comments.&lt;/p&gt;

&lt;h4&gt;&lt;a name="mundane"&gt;&lt;/a&gt;Mundane&lt;/h4&gt;
These were, of course, the perfunctory entries in the contest, people who had the misfortune to have been doing something simple and ordinary when the contest launched. They're all exciting, talented individuals, but just had bad luck at the time with what was on the ole' clipboard.


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/alexhutton"&gt;alexhutton&lt;/a&gt; Herrera, Javier&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/beuwulf"&gt;beuwulf&lt;/a&gt; g8 timing....&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/blackbeltjones"&gt;blackbeltjones&lt;/a&gt;  sizewell B&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/blogdiva"&gt;blogdiva&lt;/a&gt; @lolololori ...seriously, i always need to cut and paste twitter names&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/davidmohara"&gt;davidmohara&lt;/a&gt; Walnut Hill and N Central Expy&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/DeanLand"&gt;DeanLand&lt;/a&gt; something tells me this will not win. here goes: (hit ctrl-v) ok (guess who has been IMing)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/gfmorris"&gt;gfmorris&lt;/a&gt;  Massey, Ed; Cagle, Chris --- was sending emails and needed to move some people from To: to Cc:. Lame, I know.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/mdclements"&gt;mdclements&lt;/a&gt; May 7, 2008no_watch_me Oops.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/popgloss"&gt;popgloss&lt;/a&gt; Go to Sam French and get the play...I have to be at Idol by 3pm. (I had to copy and paste because the 1st text didn't send)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/rcphq"&gt;rcphq&lt;/a&gt; "yes!!! twitter im reboot (delete and readd the bot) worked for my IM notifications"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/rey"&gt;rey&lt;/a&gt;  I'm only giving updates to friends. Add me.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/shaneomack"&gt;shaneomack&lt;/a&gt; ... (I'd paste something, but I just started my computer...no clipboard data to paste! That's good for something, right?)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/torrez"&gt;torrez&lt;/a&gt; 1Z1A715V0355643267 1Z1A715V0355643267&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/underoak"&gt;underoak&lt;/a&gt; ?&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/USSJoin"&gt;&lt;span class="caps"&gt;USSJ&lt;/span&gt;oin&lt;/a&gt; Kibbutz Hanaton&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/vanderwal"&gt;vanderwal&lt;/a&gt; V&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="passwords"&gt;&lt;/a&gt;Passwords&lt;/h4&gt;
I don't have any proof that all of these random strings are &lt;em&gt;actually&lt;/em&gt; people's passwords, but I'd like to think we can hack all their accounts with this information.


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/bgilham"&gt;bgilham&lt;/a&gt; lHE)urEfB8!U &lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/centrs"&gt;centrs&lt;/a&gt; it's confidential.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/cvodb"&gt;cvodb&lt;/a&gt; batmarlowe&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jonpederson"&gt;jonpederson&lt;/a&gt; This could be dangerous, but here it goes... "1237"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/peterme"&gt;peterme&lt;/a&gt; YmHgujE2&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/randysouza"&gt;randysouza&lt;/a&gt; wETpfAp4&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/rayners"&gt;rayners&lt;/a&gt; I can't, it's a password.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/ruby"&gt;ruby&lt;/a&gt; X5PueOOefU&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="links"&gt;&lt;/a&gt;Links&lt;/h4&gt;
Ah, the bread and butter of Twitter. A surprising number of wacky or topical news stories, along with the detritus of people passing along links to their friends. Almost all of these were originally TinyURLs; I rewrote them with brief summaries for convenience, but may have sacrificed some accuracy in the process.


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/aaronbailey"&gt;aaronbailey&lt;/a&gt; Paste happens to be a MT &lt;span class="caps"&gt;URL &lt;/span&gt;=) [&lt;a href="http://mt41.SECRET-MEDIA-CO.com/system/mt.cgi?__mode=list&amp;amp;_type=template&amp;amp;blog_id=11" title="http://mt41.SECRET-MEDIA-CO.com/system/mt.cgi?__mode=list&amp;amp;_type=template&amp;amp;blog_id=11"&gt;unreachable test &lt;span class="caps"&gt;URL&lt;/span&gt;&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/arnor"&gt;arnor&lt;/a&gt; [&lt;a href="http://www.cnettv.com/9706-1_53-0.xml?keywords=%22buzz%20out%20loud%22&amp;amp;title=Results%20for%3A%20%22buzz%20out%20loud%22" title="http://www.cnettv.com/9706-1_53-0.xml?keywords=%22buzz%20out%20loud%22&amp;amp;title=Results%20for%3A%20%22buzz%20out%20loud%22"&gt;&lt;span class="caps"&gt;CNET&lt;/span&gt; TV podcast feed&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/Assertagirl"&gt;Assertagirl&lt;/a&gt; [&lt;a href="http://www.weedsandseedswap.com/" title="http://www.weedsandseedswap.com/"&gt;seed and plant exchange&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/bigjim"&gt;bigjim&lt;/a&gt; [&lt;a href="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=986&amp;amp;t=214965&amp;amp;mc=9" title="http://forums.esri.com/Thread.asp?c=93&amp;amp;f=986&amp;amp;t=214965&amp;amp;mc=9"&gt;&lt;span class="caps"&gt;ESRI &lt;/span&gt;support forum&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/capndesign"&gt;capndesign&lt;/a&gt; [&lt;a href="http://www.theonion.com/content/news/potential_employee_uprising" title="http://www.theonion.com/content/news/potential_employee_uprising"&gt;Pizza story from The Onion&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/cshirky"&gt;cshirky&lt;/a&gt; [&lt;a href="http://SFZero.org" title="http://SFZero.org"&gt;http://SFZero.org&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/danyork"&gt;danyork&lt;/a&gt; [&lt;a href="http://blogs.zdnet.com/microsoft/?p=1382" title="http://blogs.zdnet.com/microsoft/?p=1382"&gt;Microsoft Live Mesh post on &lt;span class="caps"&gt;ZDN&lt;/span&gt;et&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/dbarefoot"&gt;dbarefoot&lt;/a&gt; I'm so embarassed by the &lt;span class="caps"&gt;URL &lt;/span&gt;in my copy/paste buffer: [&lt;a href="http://www.indieshopping.com/blog/" title="http://www.indieshopping.com/blog/"&gt;IndieShopping blog&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/dims"&gt;dims&lt;/a&gt; [&lt;a href="http://sourceforge.net/project/showfiles.php?group_id=128811" title="http://sourceforge.net/project/showfiles.php?group_id=128811"&gt;SourceForge Java &lt;span class="caps"&gt;WSDL &lt;/span&gt;project&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/djchall"&gt;djchall&lt;/a&gt; [&lt;a href="http://tinyurl.com/5n9q98" title="http://tinyurl.com/5n9q98"&gt;unreachable test &lt;span class="caps"&gt;URL&lt;/span&gt;&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/dwitzel"&gt;dwitzel&lt;/a&gt; [&lt;a href="http://www.cgdev.org/content/article/detail/15975/" title="http://www.cgdev.org/content/article/detail/15975/"&gt;Scott McNealy video on sharing&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/EffingBoring"&gt;EffingBoring&lt;/a&gt; [&lt;a href="http://www.hillaryis404.org/" title="http://www.hillaryis404.org/"&gt;http://www.hillaryis404.org/&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/elroy"&gt;elroy&lt;/a&gt; [&lt;a href="http://www.chicagotribune.com/news/local/blotter/chi-truck-fire-ribs-web-may01,1,3771531.story" title="http://www.chicagotribune.com/news/local/blotter/chi-truck-fire-ribs-web-may01,1,3771531.story"&gt;Chicago Tribune story about ribs fire&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/ericagee"&gt;ericagee&lt;/a&gt; [&lt;a href="http://bustedtees.com/wikipedia" title="http://bustedtees.com/wikipedia"&gt;http://bustedtees.com/wikipedia&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/gen"&gt;gen&lt;/a&gt; [&lt;a href="http://strobist.blogspot.com/2008/04/on-assignment-par-for-course.html" title="http://strobist.blogspot.com/2008/04/on-assignment-par-for-course.html"&gt;Professional photographer's blog&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/ImGenie"&gt;ImGenie&lt;/a&gt; [&lt;a href="http://twitter.com/iht" title="http://twitter.com/iht"&gt;&lt;span class="caps"&gt;IHT &lt;/span&gt;account on Twitter&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/innonate"&gt;innonate&lt;/a&gt; ctl-v this: [&lt;a href="http://www.youtube.com/watch?v=vc1ARRgbRN0" title="http://www.youtube.com/watch?v=vc1ARRgbRN0"&gt;political commercial on YouTube&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jetsongreen"&gt;jetsongreen&lt;/a&gt; my control-v: [&lt;a href="http://www.redfin.com/CA/VENICE/1650-ABBOT-KINNEY-Blvd-90291/home/12415438" title="http://www.redfin.com/CA/VENICE/1650-ABBOT-KINNEY-Blvd-90291/home/12415438"&gt;Redfin real estate listing page&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/lavidalibre"&gt;lavidalibre&lt;/a&gt; [&lt;a href="http://www.scienceandartsacademy.org/" title="http://www.scienceandartsacademy.org/"&gt;http://www.scienceandartsacademy.org/&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/Leftsider"&gt;Leftsider&lt;/a&gt; [&lt;a href="http://www.readwriteweb.com/archives/readwriteweb_new_design.php" title="http://www.readwriteweb.com/archives/readwriteweb_new_design.php"&gt;ReadWriteWeb post about redesign&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/marywallace"&gt;marywallace&lt;/a&gt; [&lt;a href="http://www.americanprogressaction.org/progressreportme3dia" title="http://www.americanprogressaction.org/progressreportme3dia"&gt;link&lt;/a&gt;] [&lt;a href="http://tinyurl.com/3krpar" title="http://tinyurl.com/3krpar"&gt;LiveScience story about food appeal&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/mediajunkie"&gt;mediajunkie&lt;/a&gt; [&lt;a href="http://money.cnn.com/2008/05/02/news/newsmakers/silicon_valley_beards.fortune/" title="http://money.cnn.com/2008/05/02/news/newsmakers/silicon_valley_beards.fortune/"&gt;Fortune story on tech guys with beards&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/michellej"&gt;michellej&lt;/a&gt; [&lt;a href="http://www.etsy.com/view_listing.php?listing_id=11096608" title="http://www.etsy.com/view_listing.php?listing_id=11096608"&gt;Obama shirt on Etsy&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/mortennorby"&gt;mortennorby&lt;/a&gt; [&lt;a href="http://tumblelog.marco.org/post/34007904" title="http://tumblelog.marco.org/post/34007904"&gt;Hillary political cartoon&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/ndaniel"&gt;ndaniel&lt;/a&gt; [&lt;a href="http://www.youtube.com/watch?v=CST7XOxw4Dk" title="http://www.youtube.com/watch?v=CST7XOxw4Dk"&gt;Nina Hagen video on YouTube&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/nuin"&gt;nuin&lt;/a&gt; [&lt;a href="http://www.blackwell-synergy.com/action/showFeed?mi=gqvfe&amp;amp;ai=1o5&amp;amp;jc=CLA&amp;amp;type=etoc&amp;amp;feed=rss" title="http://www.blackwell-synergy.com/action/showFeed?mi=gqvfe&amp;amp;ai=1o5&amp;amp;jc=CLA&amp;amp;type=etoc&amp;amp;feed=rss"&gt;&lt;span class="caps"&gt;RSS &lt;/span&gt;feed for the Cladistics journal&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/openskymedia"&gt;openskymedia&lt;/a&gt; [&lt;a href="http://www.thealarmclock.com/mt/archives/clearwire%20logo.png" title="http://www.thealarmclock.com/mt/archives/clearwire%20logo.png"&gt;Logo for Clearwire&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/pbausch"&gt;pbausch&lt;/a&gt; [&lt;a href="http://ecx.images-amazon.com/images/I/21E51E03FJL._SL75_.jpg" title="http://ecx.images-amazon.com/images/I/21E51E03FJL._SL75_.jpg"&gt;Amazon thumbnail for Talking Heads album cover&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/Perryesp"&gt;Perryesp&lt;/a&gt; [&lt;a href="http://www.philly.com/philly/hp/news_update/20080507_Plot_by_Pittsburgh_fans_against_Rocky_statue_.html" title="http://www.philly.com/philly/hp/news_update/20080507_Plot_by_Pittsburgh_fans_against_Rocky_statue_.html"&gt;Philly.com story about Pittsburg fans plotting against Rocky statue&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/plasticmind"&gt;plasticmind&lt;/a&gt; [&lt;a href="http://img.skitch.com/20080507-8xa6difymc4ic7ra1ukpa3cd5w.png" title="http://img.skitch.com/20080507-8xa6difymc4ic7ra1ukpa3cd5w.png"&gt;A Skitch image of an illustration&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/raghus"&gt;raghus&lt;/a&gt; [&lt;a href="http://feedflix.com" title="http://feedflix.com"&gt;http://feedflix.com&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/rodbegbie"&gt;rodbegbie&lt;/a&gt; [&lt;a href="http://musicbrainz.org/artist/992023a1-8ee8-4aab-8e84-7825546a2b01.html" title="http://musicbrainz.org/artist/992023a1-8ee8-4aab-8e84-7825546a2b01.html"&gt;Shawn Lee's Ping Pong Orchestra on MusicBrainz&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/ryankuder"&gt;ryankuder&lt;/a&gt; [&lt;a href="http://waiting-for.com/" title="http://waiting-for.com/"&gt;http://waiting-for.com/&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/smalljones"&gt;smalljones&lt;/a&gt; [&lt;a href="http://nccbi.wiki.is" title="http://nccbi.wiki.is"&gt;http://nccbi.wiki.is&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/smartsculture"&gt;smartsculture&lt;/a&gt; [&lt;a href="http://www.nytimes.com/2007/06/03/arts/music/03kram.html?pagewanted=1" title="http://www.nytimes.com/2007/06/03/arts/music/03kram.html?pagewanted=1"&gt;NY Times story on concert halls&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/steyblind"&gt;steyblind&lt;/a&gt; [&lt;a href="http://localhost/mobile/ind..." title="http://localhost/mobile/ind..."&gt;unreachable development &lt;span class="caps"&gt;URL&lt;/span&gt;&lt;/a&gt;] &lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/sugeneris"&gt;sugeneris&lt;/a&gt; [&lt;a href="http://diversionwednesday.blogspot.com/2008/05/kraft-really-needs-to-talk-to-parents.html" title="http://diversionwednesday.blogspot.com/2008/05/kraft-really-needs-to-talk-to-parents.html"&gt;Diversion Wednesday blog&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/tenuto"&gt;tenuto&lt;/a&gt; [&lt;a href="http://www.nytimes.com/2008/05/07/nyregion/07violin.html?_r=1&amp;amp;partner=rssnyt&amp;amp;emc=rss&amp;amp;oref=slogin" title="http://www.nytimes.com/2008/05/07/nyregion/07violin.html?_r=1&amp;amp;partner=rssnyt&amp;amp;emc=rss&amp;amp;oref=slogin"&gt;&lt;span class="caps"&gt;NYT&lt;/span&gt;imes story on a lost Stradivarius&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/timoni"&gt;timoni&lt;/a&gt; [&lt;a href="http://philippe.tromeur.free.fr/whrpg.htm" title="http://philippe.tromeur.free.fr/whrpg.htm"&gt;Wuthering Heights Roleplay&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/tombiro"&gt;tombiro&lt;/a&gt; [&lt;a href="http://www.seteditions.com/stoptalking.html" title="http://www.seteditions.com/stoptalking.html"&gt;a box of "stop talking" cards&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/tonx"&gt;tonx&lt;/a&gt; [&lt;a href="http://www.flickr.com/photos/tonx/2454007638/in/set-72157604612355746/" title="http://www.flickr.com/photos/tonx/2454007638/in/set-72157604612355746/"&gt;Photo of eating a coffee cherry&lt;/a&gt;] #ctrl-v&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/tysoncrosbie"&gt;tysoncrosbie&lt;/a&gt; [&lt;a href="http://en.wikipedia.org/wiki/Bokeh" title="http://en.wikipedia.org/wiki/Bokeh"&gt;http://en.wikipedia.org/wiki/Bokeh&lt;/a&gt;]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/watters"&gt;watters&lt;/a&gt; [&lt;a href="http://www.amazon.com/Apple-iPod-shuffle-Silver-Generation/dp/B000IHGJ50/" title="http://www.amazon.com/Apple-iPod-shuffle-Silver-Generation/dp/B000IHGJ50/"&gt;Amazon page for iPod Shuffle&lt;/a&gt;]&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="linkstext"&gt;&lt;/a&gt;Links + Text&lt;/h4&gt;
Same thing as the links, but these folks had something to say about their links.


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/akshayjava"&gt;akshayjava&lt;/a&gt; http://ebiquity.umbc.edu/blogger/feed/atom here is an opportunity for a shameless plug! :-)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/amil"&gt;amil&lt;/a&gt; "Wow, Barack!...That ain't your &amp;amp;%?! name. Your momma ain't name you no damn Barack." DMX: http://www.xxlmag.com/online/?p=20332&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/clamhead"&gt;clamhead&lt;/a&gt; http://www.flickr.com/photo... ...Photos from my stepson's birthday party.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/fuzzy"&gt;fuzzy&lt;/a&gt;  &lt;a href="http://onomatopoetically.com"&gt;Onomatopoetically&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="actually"&gt;&lt;/a&gt;Actually Working&lt;/h4&gt;
The brief snippets that showed up from a few folks indicated they were &lt;em&gt;actually in the middle of doing productive work&lt;/em&gt; when the contest began. I take no small satisfaction in having interrupted their productivity.


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/Bash"&gt;Bash&lt;/a&gt;  photography? scheduled for 19 May 2008&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jaysavage"&gt;jaysavage&lt;/a&gt; Believe me, I sympathize, but IT has no role in this process. ITs role is limited to making sure the computers are plugged in.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jreighley"&gt;jreighley&lt;/a&gt; Vivain called back to check the status on this...&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/mat"&gt;mat&lt;/a&gt; Water flume tests were used to assess the effects of passive drag&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/meyerweb"&gt;meyerweb&lt;/a&gt; Coming to Boston on June 23-24, San Francisco on August 18-19, 2008, and Chicago on October 13-14.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/nichcarlson"&gt;nichcarlson&lt;/a&gt; Jackson's ire this time: the Yahoo board's insistence on $37 a share after Microsoft upped its bid to $33 rather than looking ...&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/pamslim"&gt;pamslim&lt;/a&gt; Coaching agreements are constructed around specific objectives such as: * Defining the kind of work that you love .. (too big)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/shifted"&gt;shifted&lt;/a&gt;  "I hate email like this"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/sighclub"&gt;sighclub&lt;/a&gt; here's my Ctrl-V: Should I? Is that a good idea to explore the conversation or would it stifle it?&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/tenuto"&gt;tenuto&lt;/a&gt; not really sure what that is, actually&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/thoughtfarmer"&gt;thoughtfarmer&lt;/a&gt; After looking at six or eight products last summer, [Hicks Morley] settled on ThoughtFarmer (www.thoughtfarmer.com), server-based &lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/wayneyeager"&gt;wayneyeager&lt;/a&gt; - Ctrl+v = automateyourbusiness&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/wfreds"&gt;wfreds&lt;/a&gt; external link to eDM case topics&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/zackgonzales"&gt;zackgonzales&lt;/a&gt; Franchise Development 78 Product Engineering 77&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="nerds"&gt;&lt;/a&gt;Nerds and Coders&lt;/h4&gt;
Some of these could easily have fallen under the &lt;a href="#actually"&gt;Actually Working&lt;/a&gt; category, but I know a lot of geeks, and that manifests itself as a lot of code, errors, system messages and the like showing up in people's copy-and-paste tweets.


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/Asfaq"&gt;Asfaq&lt;/a&gt; SL is in the down cycle that precedes slow disappearance or phoenix like re-emergence. Hope its latter&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/atonse"&gt;atonse&lt;/a&gt; well i don't want to go to a coffee shop cuz we do the whole find-an-outlet dance&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/banky"&gt;banky&lt;/a&gt; use master go &lt;span class="caps"&gt;CREATE LOGIN PPENGUIN WITH &lt;/span&gt;password = 'PPENGUIN', &lt;span class="caps"&gt;CHECK&lt;/span&gt;_POLICY = off, &lt;span class="caps"&gt;DEFAULT&lt;/span&gt;_DATABASE = siebeldb go use siebe&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/bsdeluxe"&gt;bsdeluxe&lt;/a&gt; stopping after explicit exit&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/chrisfullman"&gt;chrisfullman&lt;/a&gt; 09-f9-11-02-9d-74-e3-5b-d8-41-56-c5-63-56-88-c0 (Yeah, seriously.)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/coffeechica"&gt;coffeechica&lt;/a&gt; insomnia who has long be a voice of reason, passion and technical knowledge here in the world of &lt;span class="caps"&gt;LJ...&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/DanielLight"&gt;DanielLight&lt;/a&gt; somafm&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/elbrackeen"&gt;elbrackeen&lt;/a&gt; Boolifyha3rvey help my PC is way too old and the headphone jack is not working&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/intabulas"&gt;intabulas&lt;/a&gt; delete from reality where acronym like 'soa%'; - note, credit to @snoopdave since I was copying hiw tweet to email to someone&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/JeromeGotangco"&gt;JeromeGotangco&lt;/a&gt; 33126 1 root 0.0 1164 pause nginx: master process /usr/local/nginx/sbin/nginx&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jperkins"&gt;jperkins&lt;/a&gt; update_pacing_and_reports&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/kevinshay"&gt;kevinshay&lt;/a&gt; Profile::Templates::template_keys()&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/knowncitizen"&gt;knowncitizen&lt;/a&gt; Error Type: KeyErrorle_mous "2 hours, 11 minutes, 10,611 files examined, 1,851 duplicates at 77.0 Gb in size. Duplication scan is 1% complete."&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/LoganTwedt"&gt;LoganTwedt&lt;/a&gt; -- Main.LoganTwedt - 07 May 2008 (my user/date stamp from the internal dev Twiki)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/LoriHC"&gt;LoriHC&lt;/a&gt; 1777381. thrilling, I know! (it's a bug number.)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/markpasc"&gt;markpasc&lt;/a&gt; uh: body{background:#1d1815 url(new-electro.png);} body,h1,h2{color:#ccc;} a{color:#99f;} #pagebody{background:rgba(0,0,0,0.8);}&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/marshallyount"&gt;marshallyount&lt;/a&gt; cgTrackContainerExportScale&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/mickmel"&gt;mickmel&lt;/a&gt; &lt;body id="fancyzoom" [...] onload="setupZoom()"&gt; miz_ginevra (pasting) • Ability to have a blog&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/nathantwright"&gt;nathantwright&lt;/a&gt; &lt;td class="price"&gt;$19.99&lt;/td&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/outtacontext"&gt;outtacontext&lt;/a&gt; (index page) [from a wireframe I was designing]. Maybe I'll do better next time, Anil.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/randomfreak"&gt;randomfreak&lt;/a&gt; clusterflock&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/richardwinchell"&gt;richardwinchell&lt;/a&gt; #farRight { border-top:solid #9bc 1px; }&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/rk"&gt;rk&lt;/a&gt; header = "#{i.to_s(36)} #{t.to_i.to_s(36)} #{o.to_s(36)} #{l.to_s(36)} #{h} #{flags.to_s(36)}"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/sarahsosiak"&gt;sarahsosiak&lt;/a&gt; -- [binary image data]&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/TheBrad"&gt;TheBrad&lt;/a&gt; &lt;br clear="all" /&gt;&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="explainers"&gt;&lt;/a&gt;Explainers&lt;/h4&gt;

&lt;p&gt;These folks were unsure about what they sent along, so they had follow-up tweets to offer context.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/asimaythink"&gt;asimaythink&lt;/a&gt; "Portishead veröffentlichen nach 14 Jahren ihr erstes gutes Album"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/asimaythink"&gt;asimaythink&lt;/a&gt; Which translates to "Portishead finally release their first good album after 14 years".&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/digitalstew"&gt;digitalstew&lt;/a&gt; -------------------------------------&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/digitalstew"&gt;digitalstew&lt;/a&gt; Seriously, what are the odds?&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/dunq"&gt;dunq&lt;/a&gt; Hi guys In the last couple of hours I've become pretty impressed with postfix, and rather less so with courier.  &lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/dunq"&gt;dunq&lt;/a&gt; I hope I don't win with that one.&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="jokers"&gt;&lt;/a&gt;Jokers&lt;/h4&gt;

&lt;p&gt;I suspect that not all of these were the &lt;em&gt;actual&lt;/em&gt; content that would have been pasted into Twitter without some editing taking place. But I don't mind so much.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/elbowdonkey"&gt;elbowdonkey&lt;/a&gt; command-V says: that'd be a donkey=&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/essl"&gt;essl&lt;/a&gt; pregnant mothers in mexico give birth to stillborn monster babies hideous deformed two-headed monsters&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/fimoculous"&gt;fimoculous&lt;/a&gt; No more fucking models.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/ghostwhispers"&gt;ghostwhispers&lt;/a&gt; Anil was working late again. Hey let's &lt;span class="caps"&gt;GTD, &lt;/span&gt;said a voice. It was Merlin, his hair mussed seductively. Anil's heart raced. At last. ...&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/gknauss"&gt;gknauss&lt;/a&gt; Crtl-V: Man, that Anil Dash guy is just a complete bastar-- &lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/theonetogoto"&gt;theonetogoto&lt;/a&gt; Okay, everybody, it's Ctrl-V time! Paste into Twitter whatever text you copied last, and me. Best paste gets a prize.&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="WTF"&gt;&lt;/a&gt;&lt;span class="caps"&gt;WTF&lt;/span&gt;&lt;/h4&gt;

&lt;p&gt;Delightful non-sequitirs.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/aburnett23"&gt;aburnett23&lt;/a&gt;  Sonoran hot dog&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/AndrewCrow"&gt;AndrewCrow&lt;/a&gt; "Dude, I'm sure the burning will subside."&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/camworld"&gt;camworld&lt;/a&gt; Mercedes 380K: Only one with removable Hardtop and orig specs. No car like this. Made 1934, Black, Leather. Price: 3,500,000 Euro&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/ckolderup"&gt;ckolderup&lt;/a&gt; oh no, semantic polysemy! we've never had to deal with that before!&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/csessums"&gt;csessums&lt;/a&gt; patched with rat stubble from a barber's dust pan&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/cwaxler"&gt;cwaxler&lt;/a&gt; civil case Tiffany brought against eBay&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/drothschild"&gt;drothschild&lt;/a&gt; iT &lt;span class="caps"&gt;WAS&lt;/span&gt; A &lt;span class="caps"&gt;QUEER, SULTRY SUMMER, &lt;/span&gt;the summer they electrocuted the Rosenbergs, and I didn't know what I was doing in New York&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jessamyn"&gt;jessamyn&lt;/a&gt; Personally, I'm after the uncontrolled growth of pubic hair. Great hedge rows, barely contained by trousers. I try to get onto th&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/joeks"&gt;joeks&lt;/a&gt; "Stop tainting the waste stream with pieces of wood and old underwear!"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/lowery"&gt;lowery&lt;/a&gt; a chewy malbec&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/mattl"&gt;mattl&lt;/a&gt; Ctrl-V: the freedom to wear shoes whenever your pinky toes are not hooked up to transcutaneous electrodes&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/miketempleton"&gt;miketempleton&lt;/a&gt; orange_botline&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/skampy"&gt;skampy&lt;/a&gt; - &lt;span class="caps"&gt;AIM&lt;/span&gt; IM with zoestoe. 9:48 AM is pregnancy an &lt;span class="caps"&gt;STD&lt;/span&gt;? i'll bring the dental dams just in case.&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="pleasing"&gt;&lt;/a&gt;Pleasant&lt;/h4&gt;

&lt;p&gt;Consider all of these runners-up in the contest. Almost all could have fit in one of the other categories, but they ended up here because they put a smile on my face.&lt;/p&gt;


&lt;ul&gt;
&lt;li&gt;&lt;a href="http://twitter.com/akselsoft"&gt;akselsoft&lt;/a&gt; I hope I'm mistaken.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/avemii"&gt;avemii&lt;/a&gt; 10k Monkeys w/ Typewriters&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/brandonmeek"&gt;brandonmeek&lt;/a&gt; every good boy does fine&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/cookthink"&gt;cookthink&lt;/a&gt; This stripped-down non-Sicilian, non-caponata caponata came out as my favorite.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/DaveTitle"&gt;DaveTitle&lt;/a&gt; INT. &lt;span class="caps"&gt;EMPTY STAGE CASTING DIRECTOR&lt;/span&gt; Ok, number sixteen please. Jon shuffles meekly onto the stage, clearly uncomfortable, barel ...&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/fauverism"&gt;fauverism&lt;/a&gt; Ctrl-V (Shitting a brick)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jacklail"&gt;jacklail&lt;/a&gt; ATLANTA (AP) _ People who sleep fewer than six hours a night -- or more than nine -- are more likely to be obese.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jbrotherlove"&gt;jbrotherlove&lt;/a&gt; my last Ctrl-V = are you a good kisser&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/jeffarena"&gt;jeffarena&lt;/a&gt; and by kick butt, i mean getting stomped by 12yr olds online.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/kenlotich"&gt;kenlotich&lt;/a&gt; sootiest&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/KnowMiracles"&gt;KnowMiracles&lt;/a&gt; Jake Warga's&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/lisaphillips"&gt;lisaphillips&lt;/a&gt; o/~&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/Lossofmemory"&gt;Lossofmemory&lt;/a&gt; "suckit Rob - you are not as good as you think you are...in fact you suck"&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/MaryHodder"&gt;MaryHodder&lt;/a&gt; fifteen/fifty-one: a num neologism used to describe the optical illusion creatd by "cool-mom" who look 15 from back, 50 from front&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/melissagira"&gt;melissagira&lt;/a&gt; Faithful readers know there is but one thing that will make me crawl over broken glass, head down, ass up, and that thing is Jarv&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/oski"&gt;oski&lt;/a&gt; huey lewis and the news - the power of love&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/patricking"&gt;patricking&lt;/a&gt; "waitaminnit. you expect your readers to want access to your last hundred printed pieces? i'd reconsider that."&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/racerrick"&gt;racerrick&lt;/a&gt; I have a greater responsibility than you can possibly fathom. You want answers? You can't handle the truth!&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/Zotnix"&gt;Zotnix&lt;/a&gt; groggy&lt;/li&gt;
&lt;li&gt;&lt;a href="http://twitter.com/zuhl"&gt;zuhl&lt;/a&gt; Here's what on my clipboard right now: "Obi-Wan Kedoofus"&lt;/li&gt;
&lt;/ul&gt;



&lt;h4&gt;&lt;a name="winner"&gt;&lt;/a&gt;Winner!&lt;/h4&gt;

&lt;p&gt;And finally, ladies and gentlemen, our winner, &lt;a href="http://librarian.net/"&gt;Jessamyn West&lt;/a&gt;! Her &lt;span class="caps"&gt;WTF &lt;/span&gt;entry was:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;&lt;a href="http://twitter.com/jessamyn/statuses/805645421n"&gt;jessamyn&lt;/a&gt; Personally, I'm after the uncontrolled growth of pubic hair. Great hedge rows, barely contained by trousers. I try to get onto th&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Jessamyn offers up, &lt;a href="http://twitter.com/jessamyn/statuses/805645914"&gt;after an apology to the rest of her followers&lt;/a&gt;, that the full quote she had copied was from a mailing list that she belongs to, and reads in its entirety: "Personally, I'm after the uncontrolled growth of pubic hair. Great hedge rows, barely contained by trousers. I try to get onto the N-Judah one day and my furry rose bush of a hair bloom parts the crowd, greeted by great choruses of outrage."&lt;/p&gt;

&lt;p&gt;It's a striking, vivid, and moving image. And one that's well-deserving of an award, in the eyes of this judge.&lt;/p&gt;

&lt;p&gt;In Jessamyn's honor, thanks to &lt;a href="http://www.donorschoose.org/"&gt;Donors Choose&lt;/a&gt;, we've funded &lt;a href="http://www.donorschoose.org/donors/proposal.html?id=182646"&gt;Whoooo, Whooo Ate What?&lt;/a&gt; This will provide 15 owl pellets for dissection by a group of kids in 4th grade . Let's just not tell them what the winning quote in our little contest was, shall we? No need to scar them for life.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=jgkYnb"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=jgkYnb" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=0lu3nH"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=0lu3nH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=2OEGnH"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=2OEGnH" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/286592078" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6977" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-05-09T06:26:39Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F05%2Fpaste-to-win-a-twitter-contest-1.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/05/paste-to-win-a-twitter-contest-1.html</feedburner:origLink></entry>

<entry>
    <title>"Where did this boat come from?"</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/284384738/where-did-this-boat-come-from.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6975</id>
    
    <published>2008-05-06T04:24:37Z</published>
    <updated>2008-05-06T04:33:12Z</updated>
    
    <summary type="html">Peggy Whitson is a 48-year-old biochemist who fell from space and landed in the steppes of Kazakhstan. The eight people who greeted her didn't quite understand that they had encountered a spaceship gone astray, and asked about the origins of her boat. After the crash landing (termed a "ballistic reentry")...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;&lt;a href="http://dsc.discovery.com/news/2008/05/02/peggy-whitson-astronaut-print.html"&gt;Peggy Whitson is a 48-year-old biochemist who fell from space and landed in the steppes of Kazakhstan&lt;/a&gt;. The eight people who greeted her didn't quite understand that they had encountered a spaceship gone astray, and asked about the origins of her boat.&lt;/p&gt;

&lt;p&gt;After the crash landing (termed a "ballistic reentry") Anatoly Perminov, the chief of Russia's Federal Space Agency referenced the naval tradition of having more women than men on board a ship as a "&lt;a href="http://www.ctv.ca/servlet/ArticleNews/story/CTVNews/20080419/soyuz_landing_080419/20080419"&gt;bad omen&lt;/a&gt;":&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;"You know in Russia, there are certain bad omens about this sort of thing, but thank God that everything worked out successfully,'' he said. "Of course in the future, we will work somehow to ensure that the number of women will not surpass'' the number of men.&lt;/p&gt;

&lt;p&gt;Challenged by a reporter, Perminov responded: "This isn't discrimination. I'm just saying that when a majority (of the crew) is female, sometimes certain kinds of unsanctioned behaviour or something else occurs, that's what I'm talking about.''&lt;/p&gt;

&lt;p&gt;He did not elaborate.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;The boat came from Russia. Peggy Whitson is from Iowa.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=Gwl8sc"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=Gwl8sc" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=OMWeLH"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=OMWeLH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=tD4XgH"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=tD4XgH" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/284384738" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6975" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-05-06T04:33:12Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F05%2Fwhere-did-this-boat-come-from.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/05/where-did-this-boat-come-from.html</feedburner:origLink></entry>

<entry>
    <title>People and Ideas</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/282135049/people-and-ideas.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6974</id>
    
    <published>2008-05-02T13:56:17Z</published>
    <updated>2008-05-02T14:26:04Z</updated>
    
    <summary type="html">These are the things I saw yesterday that I thought were interesting, entertaining, and inspiring. First, Erika Hall, Copy as Interface. (See more on the Mule blog.) | View | Upload your own Mena Trott, Wasted on the Young. Cheryl Coward, on AfterEllen, profiling Lynne d. Johnson. (See more on...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;These are the things I saw yesterday that I thought were interesting, entertaining, and inspiring. First, &lt;a href="http://muledesign.com/"&gt;Erika Hall&lt;/a&gt;, &lt;a href="http://www.slideshare.net/mulegirl/copy-as-interface"&gt;Copy as Interface&lt;/a&gt;. (See more on &lt;a href="http://weblog.muledesign.com/2008/04/copy_as_interface_deck_now_ava.php"&gt;the Mule blog&lt;/a&gt;.)&lt;/p&gt;

&lt;div style="width:425px;text-align:left" id="__ss_380185"&gt;&lt;object style="margin:0px" width="425" height="355"&gt;&lt;param name="movie" value="http://static.slideshare.net/swf/ssplayer2.swf?doc=copyasinterface-1209511049600761-9"/&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed src="http://static.slideshare.net/swf/ssplayer2.swf?doc=copyasinterface-1209511049600761-9" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;"&gt;&lt;a href="http://www.slideshare.net/?src=embed"&gt;&lt;img src="http://static.slideshare.net/swf/logo_embd.png" style="border:0px none;margin-bottom:-5px" alt="SlideShare"/&gt;&lt;/a&gt; | &lt;a href="http://www.slideshare.net/mulegirl/copy-as-interface?src=embed" title="View 'Copy As Interface' on SlideShare"&gt;View&lt;/a&gt; | &lt;a href="http://www.slideshare.net/upload?src=embed"&gt;Upload your own&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href="http://www.dollarshort.org/"&gt;Mena Trott&lt;/a&gt;, &lt;a href="http://www.dollarshort.org/ds/2008/04/wasted-on-the-young.html"&gt;Wasted on the Young&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/zpmapmXWmOQ&amp;amp;hl=en&amp;amp;rel=0&amp;amp;color1=0x402061&amp;amp;color2=0x9461ca"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/zpmapmXWmOQ&amp;amp;hl=en&amp;amp;rel=0&amp;amp;color1=0x402061&amp;amp;color2=0x9461ca" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.afterellen.com/people/2008/4/lynnedjohnson"&gt;Cheryl Coward&lt;/a&gt;, on AfterEllen, profiling Lynne d. Johnson. (See more on &lt;a href="http://www.lynnedjohnson.com/diary/the_real_rock_stars_of_black_blogs/"&gt;Lynne's blog&lt;/a&gt;.)&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;"When I think about black females on the web with technology, Lynne [d. Johnson]'s name easily comes to mind," said Karsh, founder of the Black Weblog Awards and blackgayblogger.com. "She has masterfully been able to understand and bridge the gap between online and print media in a major way, from her work with Vibe magazine to her current work at FastCompany."&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;Aaand that's all for now.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=dZ4FDG"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=dZ4FDG" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=NL5cKH"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=NL5cKH" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=B1946H"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=B1946H" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/282135049" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6974" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-05-02T14:26:04Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F05%2Fpeople-and-ideas.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/05/people-and-ideas.html</feedburner:origLink></entry>

<entry>
    <title>Not Rude, Familiar</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/280337443/not-rude-familiar.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6973</id>
    
    <published>2008-04-29T21:24:50Z</published>
    <updated>2008-04-29T21:26:23Z</updated>
    
    <summary type="html"> While New Yorkers don't mind correcting you, they also want to help you. In the subway or on the sidewalk, when someone asks a passerby for directions, other people, overhearing, may hover nearby, disappointed that they were not the ones asked, and waiting to see if maybe they can...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;blockquote&gt;

&lt;p&gt;While New Yorkers don't mind correcting you, they also want to help you. In the subway or on the sidewalk, when someone asks a passerby for directions, other people, overhearing, may hover nearby, disappointed that they were not the ones asked, and waiting to see if maybe they can get a word in. New Yorkers like to be experts. Actually, all people like to be experts, but most of them satisfy this need with friends and children and employees. New Yorkers, once again, tend to behave with strangers the way they do with people they know.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;From &lt;a href="http://www.smithsonianmag.com/travel/mytown-newyork.html?c=y&amp;amp;page="&gt;Joan Acocella&lt;/a&gt; in Smithsonian Magazine, on why New Yorkers seem rude, but are really just acting familiar with strangers.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=QJi6js"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=QJi6js" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=xvKVmG"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=xvKVmG" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=6iMTQG"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=6iMTQG" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/280337443" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6973" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-04-29T21:26:23Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F04%2Fnot-rude-familiar.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/04/not-rude-familiar.html</feedburner:origLink></entry>

<entry>
    <title>I work at the new Six Apart (in New York!)</title>
    <link rel="alternate" type="text/html" href="http://feeds.feedburner.com/~r/AnilDash/~3/276451735/i-work-at-six-apart-new-york.html" />
    <id>tag:www.dashes.com,2008:/anil//1.6972</id>
    
    <published>2008-04-23T21:09:40Z</published>
    <updated>2008-04-23T22:21:17Z</updated>
    
    <summary type="html">Five years ago, I said I work for Six Apart. At the time, that sort of thing was a big deal, not because of me, but because so few of us who loved blogging could get a job doing what we loved. Since then, amazingly, it's become downright common to...</summary>
    <author>
        <name>Anil</name>
        <uri>http://anildash.com/</uri>
    </author>
    
    <content type="html" xml:lang="en" xml:base="http://www.dashes.com/anil/">
        &lt;p&gt;Five years ago, I said &lt;a href="http://www.dashes.com/anil/2003/04/i-work-for-six.html"&gt;I work for Six Apart&lt;/a&gt;. At the time, that sort of thing was a big deal, not because of me, but because so few of us who loved blogging could get a job doing what we loved.&lt;/p&gt;

&lt;img alt="sixapart-office-locations.gif" src="http://www.dashes.com/anil/images/sixapart-office-locations.gif" width="134" height="72" class="imgright" /&gt;&lt;p&gt;Since then, amazingly, it's become downright common to work in the blogging business. I have literally &lt;em&gt;dozens&lt;/em&gt; of friends who work on creating tools and technology for blogs, and dozens more who blog for a living as part or all of their job. I even get to work with the best of them, from San Francisco to Paris to Tokyo. And now I can celebrate the company and industry I support in the city that I love, since we have an office in New York City.&lt;/p&gt;

&lt;p&gt;As always, I'm immensely proud of working at &lt;a href="http://www.sixapart.com/"&gt;Six Apart&lt;/a&gt;, even more proud to count such amazing coworkers as peers and friends, and proudest of all of what our community of bloggers has accomplished. When I started working at this company, my hopes were that we'd be able to teach more people about blogs, and that we'd be able to build a sustainable, ethical company that gave a bunch of talented people a great place to work. But in retrospect, I find it almost impossible to believe the role we've played in helping blogs become so common that they're taken for granted.&lt;/p&gt;

&lt;p&gt;That's not to say it's been easy. At Six Apart, we've made a number of mistakes, and learned from them. We've all been through a lot of stress, both personal and professional. But even after all we've been through, Mena wrote a &lt;a href="http://www.dollarshort.org/ds/2008/04/five-years-with.html"&gt;beautiful post&lt;/a&gt; in my honor, and last Friday offered one of the kindest compliments to me that I've ever gotten, recognition in front of all of my coworkers, a group of people whom I hold in the highest esteem.&lt;/p&gt;

&lt;p&gt;But one point that she highlighted last week was that all acts of entrepreneurship are really acts of faith. My title these days (though I often cringe when I say it), is "Chief Evangelist". I've always been uncomfortable with the religious implications of it, but I've become comfortable with the fact that it reflects a bit of faith. This goes back to why I started doing this work in the beginning:&lt;/p&gt;

&lt;blockquote&gt;

&lt;p&gt;So I make tools that help people communicate. Mostly because I love technology, mostly because I love to try and build things and to get other people to think these things are cool, too. And certainly because I'm hoping to impress my friends and family with the end results. But some small, central part of the effort is because I know I'm privileged to be able to talk to anyone in my family at any time. In the span of a few decades, my father went from not being able to even send a letter to his father for a few years to being able to instant message me frequently enough to pester me.&lt;/p&gt;

&lt;p&gt;Our letters to each other used to be the documentation of the lives we'd lived, the entirety of our correspondence forming memoirs for those who weren't accomplished or pretentious enough to formally write out a memoir. I think that, among many other functions, this is one of the key roles that personal publishing can play in our lives. Weblogs and other social media document the lives we live and let us connect in ways that are, despite the cliché, genuinely new.&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;This is more true than ever. I am glad to have stuck with a company, and with blogging, through both points of ceaseless hype and endless criticism. Well past any point of blogging being "cool" to the &lt;a href="http://valleywag.com/383176/six-apart-executive-fails-to-job+hop-follow-other-silicon-valley-rules"&gt;insular world of tech geeks&lt;/a&gt;, blogs have become enough of the fundamental infrastructure of communication to actually become &lt;em&gt;interesting&lt;/em&gt; to the world at large.&lt;/p&gt;

&lt;p&gt;And of course, I had some personal goals, too. I wanted to work with good friends, with people I know and trust. I wanted to show people that New York City is, and will be, one of the centers for real, hardcore technology innovation and invention. (&lt;a href="http://www.sixapart.com/about/jobs/"&gt;We're hiring&lt;/a&gt;!) I wanted to bring together the worlds of the two things I have always been passionate about, technology and media.&lt;/p&gt;

&lt;img alt="6a logo white.png" src="http://www.dashes.com/anil/images/6a%20logo%20white.png" width="118" height="70" class="imgright" /&gt;&lt;p&gt;As is likely obvious from &lt;a href="http://www.sixapart.com/blog/2008/04/six-apart-services-media.html"&gt;our announcements&lt;/a&gt; this week, we're close to being all of the things I'd hoped a company like Six Apart might become. In just the past year, we've damn near reinvented the company, with Ben and Mena and our &lt;span class="caps"&gt;CEO&lt;/span&gt; Chris Alden have been leading some brave efforts to do what few have the courage to do: &lt;strong&gt;Reimagine a company that's already successful&lt;/strong&gt; and growing, and picture it honoring its innovative roots in a way that's actually new. We've invented, launched, and promoted more things that make the web better in the past year than at any time since the beginning of the company.&lt;/p&gt;

&lt;p&gt;That kind of creative destruction, the willingness to take apart something that's working in order to make it something truly inspiring, is actually even more ambitious than I'd imagined Six Apart being when I'd joined. And it's the reason that, after five years, the milestone for me is that it feels much more like I'm starting a new job than that I've been at one for half a decade. I can't ask for much more than that.&lt;/p&gt;
        
    
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/AnilDash?a=Zz5DZJ"&gt;&lt;img src="http://feeds.feedburner.com/~a/AnilDash?i=Zz5DZJ" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class="feedflare"&gt;
&lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=NXNDBCG"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=NXNDBCG" border="0"&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href="http://feeds.feedburner.com/~f/AnilDash?a=pwTFrSG"&gt;&lt;img src="http://feeds.feedburner.com/~f/AnilDash?i=pwTFrSG" border="0"&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/AnilDash/~4/276451735" height="1" width="1"/&gt;</content>

    <sx:sync id="tag:www.dashes.com,2008:/anil//1.6972" updates="1" deleted="false" noconflict="false">
          <sx:history sequence="1" when="2008-04-23T22:21:17Z" by="http://anildash.com/" />
    </sx:sync>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=AnilDash&amp;itemurl=http%3A%2F%2Fwww.dashes.com%2Fanil%2F2008%2F04%2Fi-work-at-six-apart-new-york.html</feedburner:awareness><feedburner:origLink>http://www.dashes.com/anil/2008/04/i-work-at-six-apart-new-york.html</feedburner:origLink></entry>

<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=AnilDash</feedburner:awareness></feed>