id
int64
2
42.1M
by
large_stringlengths
2
15
time
timestamp[us]
title
large_stringlengths
0
198
text
large_stringlengths
0
27.4k
url
large_stringlengths
0
6.6k
score
int64
-1
6.02k
descendants
int64
-1
7.29k
kids
large list
deleted
large list
dead
bool
1 class
scraping_error
large_stringclasses
25 values
scraped_title
large_stringlengths
1
59.3k
scraped_published_at
large_stringlengths
4
66
scraped_byline
large_stringlengths
1
757
scraped_body
large_stringlengths
1
50k
scraped_at
timestamp[us]
scraped_language
large_stringclasses
58 values
split
large_stringclasses
1 value
23,338
bootload
2007-05-20T04:41:18
Web 2.0, Microsoft, and the Costs at Scale
null
http://radar.oreilly.com/archives/2007/05/web_20_microsof_1.html
4
2
[ 23462 ]
null
null
null
null
null
null
null
null
null
train
23,339
bootload
2007-05-20T04:41:41
Microsoft's new brain
null
http://money.cnn.com/magazines/fortune/fortune_archive/2006/05/01/8375454/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,344
bootload
2007-05-20T05:22:57
Twitter as coral reef
null
http://www.scripting.com/stories/2007/04/28/twitterAsCoralReef.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,345
bootload
2007-05-20T05:23:56
Coral reefs, the saga continues
null
http://www.scripting.com/stories/2007/05/19/coralReefsTheSagaContinues.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,346
edawerd
2007-05-20T05:26:27
Thanks for all the feedback! One more favor to ask
null
http://www.mygrub.net
1
1
[ 23347 ]
null
null
null
null
null
null
null
null
null
train
23,348
bootload
2007-05-20T05:32:28
Wingmap flies new approach to flight search
null
http://uk.techcrunch.com/2006/12/13/wingmap-flies-new-approach-to-flight-search/
2
0
null
null
null
null
null
null
null
null
null
null
train
23,351
bootload
2007-05-20T05:50:12
Future of Web Ads Is in Britain
null
http://www.nytimes.com/2006/12/04/technology/04adcol.html?ei=5088&en=05b0dcf2bba31217&ex=1322888400&adxnnl=1&partner=rssnyt&emc=rss&adxnnlx=1165256273-88PlrXEiXjT/dXO3/7VV4Q
1
0
null
null
null
null
null
null
null
null
null
null
train
23,353
bootload
2007-05-20T05:54:00
Internet Giants Vie to Snap Up Web Ad Firms
null
http://www.nytimes.com/2007/05/19/technology/19soft.html?ref=technology
2
0
null
null
null
null
null
null
null
null
null
null
train
23,354
bootload
2007-05-20T05:55:33
Don't Finance Anyone Over 27
null
http://www.nytimes.com/2007/05/19/technology/19online.html?ref=technology
2
2
[ 23468, 23366 ]
null
null
null
null
null
null
null
null
null
train
23,356
bootload
2007-05-20T05:59:17
Internet Meets Large Screen
null
http://www.nytimes.com/2007/05/17/technology/17basics.html?_r=1&ref=technology&oref=slogin
1
0
null
null
null
null
null
null
null
null
null
null
train
23,358
bootload
2007-05-20T06:02:34
Pros and Cons of Web-Based Mail
null
http://www.nytimes.com/2007/05/17/technology/17askk.html?_r=1&ref=technology&oref=slogin
2
0
null
null
null
null
null
null
null
null
null
null
train
23,360
bootload
2007-05-20T06:03:43
Teach yourself programming in 10 years
null
http://www.norvig.com/21-days.html
10
0
null
null
null
missing_parsing
Teach Yourself Programming in Ten Years
null
null
Why is everyone in such a rush? Walk into any bookstore, and you'll see how to Teach Yourself Java in 24 Hours alongside endless variations offering to teach C, SQL, Ruby, Algorithms, and so on in a few days or hours. The Amazon advanced search for [title: teach, yourself, hours, since: 2000 and found 512 such books. Of the top ten, nine are programming books (the other is about bookkeeping). Similar results come from replacing "teach yourself" with "learn" or "hours" with "days." The conclusion is that either people are in a big rush to learn about programming, or that programming is somehow fabulously easier to learn than anything else. Felleisen et al. give a nod to this trend in their book How to Design Programs, when they say "Bad programming is easy. Idiots can learn it in 21 days, even if they are dummies." The Abtruse Goose comic also had their take. Let's analyze what a title like Teach Yourself C++ in 24 Hours could mean: Teach Yourself: In 24 hours you won't have time to write several significant programs, and learn from your successes and failures with them. You won't have time to work with an experienced programmer and understand what it is like to live in a C++ environment. In short, you won't have time to learn much. So the book can only be talking about a superficial familiarity, not a deep understanding. As Alexander Pope said, a little learning is a dangerous thing.C++: In 24 hours you might be able to learn some of the syntax of C++ (if you already know another language), but you couldn't learn much about how to use the language. In short, if you were, say, a Basic programmer, you could learn to write programs in the style of Basic using C++ syntax, but you couldn't learn what C++ is actually good (and bad) for. So what's the point? Alan Perlis once said: "A language that doesn't affect the way you think about programming, is not worth knowing". One possible point is that you have to learn a tiny bit of C++ (or more likely, something like JavaScript or Processing) because you need to interface with an existing tool to accomplish a specific task. But then you're not learning how to program; you're learning to accomplish that task.in 24 Hours: Unfortunately, this is not enough, as the next section shows. Teach Yourself Programming in Ten Years Researchers (Bloom (1985), Bryan & Harter (1899), Hayes (1989), Simmon & Chase (1973)) have shown it takes about ten years to develop expertise in any of a wide variety of areas, including chess playing, music composition, telegraph operation, painting, piano playing, swimming, tennis, and research in neuropsychology and topology. The key is deliberative practice: not just doing it again and again, but challenging yourself with a task that is just beyond your current ability, trying it, analyzing your performance while and after doing it, and correcting any mistakes. Then repeat. And repeat again. There appear to be no real shortcuts: even Mozart, who was a musical prodigy at age 4, took 13 more years before he began to produce world-class music. In another genre, the Beatles seemed to burst onto the scene with a string of #1 hits and an appearance on the Ed Sullivan show in 1964. But they had been playing small clubs in Liverpool and Hamburg since 1957, and while they had mass appeal early on, their first great critical success, Sgt. Peppers, was released in 1967. Malcolm Gladwell has popularized the idea, although he concentrates on 10,000 hours, not 10 years. Henri Cartier-Bresson (1908-2004) had another metric: "Your first 10,000 photographs are your worst." (He didn't anticipate that with digital cameras, some people can reach that mark in a week.) True expertise may take a lifetime: Samuel Johnson (1709-1784) said "Excellence in any department can be attained only by the labor of a lifetime; it is not to be purchased at a lesser price." And Chaucer (1340-1400) complained "the lyf so short, the craft so long to lerne." Hippocrates (c. 400BC) is known for the excerpt "ars longa, vita brevis", which is part of the longer quotation "Ars longa, vita brevis, occasio praeceps, experimentum periculosum, iudicium difficile", which in English renders as "Life is short, [the] craft long, opportunity fleeting, experiment treacherous, judgment difficult." Of course, no single number can be the final answer: it doesn't seem reasonable to assume that all skills (e.g., programming, chess playing, checkers playing, and music playing) could all require exactly the same amount of time to master, nor that all people will take exactly the same amount of time. As Prof. K. Anders Ericsson puts it, "In most domains it's remarkable how much time even the most talented individuals need in order to reach the highest levels of performance. The 10,000 hour number just gives you a sense that we're talking years of 10 to 20 hours a week which those who some people would argue are the most innately talented individuals still need to get to the highest level." So You Want to be a Programmer Here's my recipe for programming success: Get interested in programming, and do some because it is fun. Make sure that it keeps being enough fun so that you will be willing to put in your ten years/10,000 hours. Program. The best kind of learning is learning by doing. To put it more technically, "the maximal level of performance for individuals in a given domain is not attained automatically as a function of extended experience, but the level of performance can be increased even by highly experienced individuals as a result of deliberate efforts to improve." (p. 366) and "the most effective learning requires a well-defined task with an appropriate difficulty level for the particular individual, informative feedback, and opportunities for repetition and corrections of errors." (p. 20-21) The book Cognition in Practice: Mind, Mathematics, and Culture in Everyday Life is an interesting reference for this viewpoint. Talk with other programmers; read other programs. This is more important than any book or training course. If you want, put in four years at a college (or more at a graduate school). This will give you access to some jobs that require credentials, and it will give you a deeper understanding of the field, but if you don't enjoy school, you can (with some dedication) get similar experience on your own or on the job. In any case, book learning alone won't be enough. "Computer science education cannot make anybody an expert programmer any more than studying brushes and pigment can make somebody an expert painter" says Eric Raymond, author of The New Hacker's Dictionary. One of the best programmers I ever hired had only a High School degree; he's produced a lot of great software, has his own news group, and made enough in stock options to buy his own nightclub. Work on projects with other programmers. Be the best programmer on some projects; be the worst on some others. When you're the best, you get to test your abilities to lead a project, and to inspire others with your vision. When you're the worst, you learn what the masters do, and you learn what they don't like to do (because they make you do it for them). Work on projects after other programmers. Understand a program written by someone else. See what it takes to understand and fix it when the original programmers are not around. Think about how to design your programs to make it easier for those who will maintain them after you. Learn at least a half dozen programming languages. Include one language that emphasizes class abstractions (like Java or C++), one that emphasizes functional abstraction (like Lisp or ML or Haskell), one that supports syntactic abstraction (like Lisp), one that supports declarative specifications (like Prolog or C++ templates), and one that emphasizes parallelism (like Clojure or Go). Remember that there is a "computer" in "computer science". Know how long it takes your computer to execute an instruction, fetch a word from memory (with and without a cache miss), read consecutive words from disk, and seek to a new location on disk. (Answers here.) Get involved in a language standardization effort. It could be the ANSI C++ committee, or it could be deciding if your local coding style will have 2 or 4 space indentation levels. Either way, you learn about what other people like in a language, how deeply they feel so, and perhaps even a little about why they feel so. Have the good sense to get off the language standardization effort as quickly as possible. With all that in mind, its questionable how far you can get just by book learning. Before my first child was born, I read all the How To books, and still felt like a clueless novice. 30 Months later, when my second child was due, did I go back to the books for a refresher? No. Instead, I relied on my personal experience, which turned out to be far more useful and reassuring to me than the thousands of pages written by experts. Fred Brooks, in his essay No Silver Bullet identified a three-part plan for finding great software designers: Systematically identify top designers as early as possible.Assign a career mentor to be responsible for the development of the prospect and carefully keep a career file.Provide opportunities for growing designers to interact and stimulate each other. This assumes that some people already have the qualities necessary for being a great designer; the job is to properly coax them along. Alan Perlis put it more succinctly: "Everyone can be taught to sculpt: Michelangelo would have had to be taught how not to. So it is with the great programmers". Perlis is saying that the greats have some internal quality that transcends their training. But where does the quality come from? Is it innate? Or do they develop it through diligence? As Auguste Gusteau (the fictional chef in Ratatouille) puts it, "anyone can cook, but only the fearless can be great." I think of it more as willingness to devote a large portion of one's life to deliberative practice. But maybe fearless is a way to summarize that. Or, as Gusteau's critic, Anton Ego, says: "Not everyone can become a great artist, but a great artist can come from anywhere." So go ahead and buy that Java/Ruby/Javascript/PHP book; you'll probably get some use out of it. But you won't change your life, or your real overall expertise as a programmer in 24 hours or 21 days. How about working hard to continually improve over 24 months? Well, now you're starting to get somewhere... References Bloom, Benjamin (ed.) Developing Talent in Young People, Ballantine, 1985. Brooks, Fred, No Silver Bullets, IEEE Computer, vol. 20, no. 4, 1987, p. 10-19. Bryan, W.L. & Harter, N. "Studies on the telegraphic language: The acquisition of a hierarchy of habits. Psychology Review, 1899, 8, 345-375 Hayes, John R., Complete Problem Solver Lawrence Erlbaum, 1989. Chase, William G. & Simon, Herbert A. "Perception in Chess" Cognitive Psychology, 1973, 4, 55-81. Lave, Jean, Cognition in Practice: Mind, Mathematics, and Culture in Everyday Life, Cambridge University Press, 1988. Answers Approximate timing for various operations on a typical PC: execute typical instruction 1/1,000,000,000 sec = 1 nanosec fetch from L1 cache memory 0.5 nanosec branch misprediction 5 nanosec fetch from L2 cache memory 7 nanosec Mutex lock/unlock 25 nanosec fetch from main memory 100 nanosec send 2K bytes over 1Gbps network 20,000 nanosec read 1MB sequentially from memory 250,000 nanosec fetch from new disk location (seek) 8,000,000 nanosec read 1MB sequentially from disk 20,000,000 nanosec send packet US to Europe and back 150 milliseconds = 150,000,000 nanosec Appendix: Language Choice Several people have asked what programming language they should learn first. There is no one answer, but consider these points: Use your friends. When asked "what operating system should I use, Windows, Unix, or Mac?", my answer is usually: "use whatever your friends use." The advantage you get from learning from your friends will offset any intrinsic difference between OS, or between programming languages. Also consider your future friends: the community of programmers that you will be a part of if you continue. Does your chosen language have a large growing community or a small dying one? Are there books, web sites, and online forums to get answers from? Do you like the people in those forums? Keep it simple. Programming languages such as C++ and Java are designed for professional development by large teams of experienced programmers who are concerned about the run-time efficiency of their code. As a result, these languages have complicated parts designed for these circumstances. You're concerned with learning to program. You don't need that complication. You want a language that was designed to be easy to learn and remember by a single new programmer. Play. Which way would you rather learn to play the piano: the normal, interactive way, in which you hear each note as soon as you hit a key, or "batch" mode, in which you only hear the notes after you finish a whole song? Clearly, interactive mode makes learning easier for the piano, and also for programming. Insist on a language with an interactive mode and use it. Given these criteria, my recommendations for a first programming language would be Python or Scheme. Another choice is Javascript, not because it is perfectly well-designed for beginners, but because there are so many online tutorials for it, such as Khan Academy's tutorial. But your circumstances may vary, and there are other good choices. If your age is a single-digit, you might prefer Alice or Squeak or Blockly (older learners might also enjoy these). The important thing is that you choose and get started. Appendix: Books and Other Resources Several people have asked what books and web pages they should learn from. I repeat that "book learning alone won't be enough" but I can recommend the following: Scheme: Structure and Interpretation of Computer Programs (Abelson & Sussman) is probably the best introduction to computer science, and it does teach programming as a way of understanding the computer science. You can see online videos of lectures on this book, as well as the complete text online. The book is challenging and will weed out some people who perhaps could be successful with another approach. Scheme: How to Design Programs (Felleisen et al.) is one of the best books on how to actually design programs in an elegant and functional way. Python: Python Programming: An Intro to CS (Zelle) is a good introduction using Python. Python: Several online tutorials are available at Python.org. Oz: Concepts, Techniques, and Models of Computer Programming (Van Roy & Haridi) is seen by some as the modern-day successor to Abelson & Sussman. It is a tour through the big ideas of programming, covering a wider range than Abelson & Sussman while being perhaps easier to read and follow. It uses a language, Oz, that is not widely known but serves as a basis for learning other languages. < Notes T. Capey points out that the Complete Problem Solver page on Amazon now has the "Teach Yourself Bengali in 21 days" and "Teach Yourself Grammar and Style" books under the "Customers who shopped for this item also shopped for these items" section. I guess that a large portion of the people who look at that book are coming from this page. Thanks to Ross Cohen for help with Hippocrates.            Translations Thanks to the following authors, translations of this page are available in: Arabic(Mohamed A. Yahya) Bulgarian(Boyko Bantchev) Chinese (Xiaogang Guo) Croatian (Tvrtko Bedekovic) Esperanto (Federico Gobbo) French (Etienne Beauchesne) German (Stefan Ram) Hebrew (Eric McCain) Hindi (Vikash Tiwari) Hungarian (Marton Mestyan) Indonesian (Tridjito Santoso) Italian (Fabio Z. Tessitore) Japanese (yomoyomo) Korean (John Hwang) Persian(Mehdi Asgari) Polish(Kuba Nowak) Portuguese(Augusto Radtke) Romanian(Ştefan Lazăr) Russian(Konstantin Ptitsyn) Serbian(Lazar Kovacevic) Spanish (Carlos Rueda) Slovak (Jan Waclawek) Turkish (Çağıl Uluşahin) Ukranian (Oleksii Molchanovskyi)
2024-11-08T17:46:27
null
train
23,362
mati
2007-05-20T06:36:02
Douglas Crockford of Y! about Software Quality (video)
null
http://yuiblog.com/blog/2007/05/16/video-crockford-quality/
3
1
[ 23454 ]
null
null
null
null
null
null
null
null
null
train
23,367
ivan
2007-05-20T07:42:36
Looking for co-founder/co-worker to create site with people's resumes as an additon to jobitems.com
null
1
0
null
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,372
jamiequint
2007-05-20T08:57:21
Young entrepreneurs' advantage: ignorance
null
http://many.corante.com/archives/2007/05/19/the_bayesian_advantage_of_youth.php
5
2
[ 23385, 23412 ]
null
true
null
null
null
null
null
null
null
train
23,377
msgbeepa
2007-05-20T09:31:50
WordPress Text Ads plugin - Sell Text Link Ads Directly To Advertisers
null
http://www.avinio.blogspot.com/2007/05/wordpress-text-ads-plugin-sell-text.html
1
-1
null
null
true
null
null
null
null
null
null
null
train
23,379
Keios
2007-05-20T10:19:32
Will YC fund non-American startups?
null
2
8
[ 23406, 23382, 23552, 23388, 23566 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,384
sharpshoot
2007-05-20T11:21:45
Yahoo to purchase Bebo for $1Bn?
null
http://mashable.com/2007/05/19/bebo-yahoo/
4
0
null
null
null
null
null
null
null
null
null
null
train
23,389
sharpshoot
2007-05-20T12:26:11
For newbies - 94 video tutorials which sequentially go through learning Ruby on Rails
null
http://www.youtube.com/profile_videos?user=shefaliluthra&p=r&page=1
12
4
[ 23544, 23431, 23516 ]
null
null
null
null
null
null
null
null
null
train
23,390
danw
2007-05-20T12:38:34
The (Bayesian) Advantage of Youth: Why our lack of experience is a good thing
null
http://many.corante.com/archives/2007/05/19/the_bayesian_advantage_of_youth.php
13
12
[ 23420, 23469, 23429, 23426, 23400, 23437, 23467, 23419 ]
null
null
null
null
null
null
null
null
null
train
23,392
danw
2007-05-20T12:58:52
Geni: Earning That $100 million Valuation
null
http://www.techcrunch.com/2007/05/20/geni-earning-that-100-million-valuation/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,394
gibsonf1
2007-05-20T13:39:29
Will The Gaming Of Open Ad Systems Slow The Growth Of Online Advertising?
null
http://publishing2.com/2007/05/20/will-the-gaming-of-open-ad-systems-slow-the-growth-of-online-advertising/
2
0
null
null
null
null
null
null
null
null
null
null
train
23,396
gibsonf1
2007-05-20T13:40:31
MacBook owners file class action suit over displays
null
http://news.com.com/8301-10784_3-9720735-7.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,397
gibsonf1
2007-05-20T13:42:04
Quantifying Microsoft's biggest purchase ever
null
http://news.com.com/Quantifying+Microsofts+biggest+purchase+ever/2100-1030_3-6184974.html?tag=nefd.top
1
0
null
null
null
null
null
null
null
null
null
null
train
23,398
gibsonf1
2007-05-20T13:43:01
Internet Increasingly Censored
null
http://www.technologyreview.com/Infotech/18749/
3
1
[ 23537 ]
null
null
null
null
null
null
null
null
null
train
23,399
gibsonf1
2007-05-20T13:47:59
Narrowing Online Market Focus / Keywords are key: Small businesses find pay-per-click ads can be economical tool
null
http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2007/05/20/BUGSIPT25U1.DTL
2
0
null
null
null
null
null
null
null
null
null
null
train
23,402
staunch
2007-05-20T14:24:53
Elance Case Study -- Startup Review
null
http://www.startup-review.com/blog/how-to-work-with-imperfect-timing-%e2%80%93-an-elance-example.php
2
0
null
null
null
null
null
null
null
null
null
null
train
23,404
ivan
2007-05-20T14:40:50
What is Twitter's source of income??
null
5
22
[ 23425, 23512, 23481, 23496, 23731, 23672, 23480, 23415, 23418, 23500 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,407
danw
2007-05-20T14:52:55
dupe
null
http://www.youtube.com/watch?v=J0iQhn5dYqE&eurl=http%3A%2F%2Fventurebeat%2Ecom%2F2007%2F05%2F19%2Felementeos%2D13%2Dyear%2Dold%2Dceo%2Dhighlight%2Dof%2Dtiecon%2F
2
2
[ 23408, 23410 ]
null
true
null
null
null
null
null
null
null
train
23,414
superhelix
2007-05-20T16:09:15
VibeAgent is Hiring!
null
http://www.vibeagent.com/landing/blog/2007/05/20/vibeagent-is-hiring/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,416
wyday
2007-05-20T16:16:38
Create applications that work like Video games
null
http://www.nytimes.com/2007/05/20/business/yourmoney/20proto.html?ref=technology
1
0
null
null
null
null
null
null
null
null
null
null
train
23,424
daniel-cussen
2007-05-20T17:22:11
What Else Is New? How uses, not innovations, drive human technology.
null
http://www.newyorker.com/arts/critics/books/2007/05/14/070514crbo_books_shapin
1
0
null
null
null
null
null
null
null
null
null
null
train
23,447
bootload
2007-05-20T21:40:15
The psychology of banner ads
null
http://arstechnica.com/news.ars/post/20070519-the-psychology-of-banner-ads.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,448
bootload
2007-05-20T21:41:36
Google homepage breaks basic web design rule
null
http://blog.wired.com/monkeybites/2007/05/somebody_call_j.html
5
1
[ 23735 ]
null
null
null
null
null
null
null
null
null
train
23,449
bootload
2007-05-20T21:42:24
Microsoft pays $6B for online Ad company
null
http://news.wired.com/dynamic/stories/M/MICROSOFT_AQUANTIVE?SITE=WIRE&SECTION=HOME&TEMPLATE=DEFAULT
1
0
null
null
null
null
null
null
null
null
null
null
train
23,451
bootload
2007-05-20T21:44:46
Battle the bloat with 7 svelte browsers
null
http://www.wired.com/software/coolapps/news/2007/05/tiny_browsers
1
0
null
null
null
null
null
null
null
null
null
null
train
23,452
bootload
2007-05-20T21:45:20
Yahoo Maps upgrade -- too Little, too Late
null
http://www.wired.com/software/webservices/news/2007/05/yahoo_maps
1
0
null
null
null
null
null
null
null
null
null
null
train
23,453
Sam_Odio
2007-05-20T21:50:09
$6bn for aQuantive? Did Microsoft "loose its head?"
null
http://gigaom.com/2007/05/20/did-microsoft-go-lose-it-head-over-aquantive/
3
0
null
null
null
null
null
null
null
null
null
null
train
23,456
kingnothing
2007-05-20T22:10:14
How did you choose the name for your web company?
null
4
9
[ 23479, 23522, 23511, 23529, 23457, 23526, 23698, 23502, 23546 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,460
gibsonf1
2007-05-20T22:21:53
Apple Gets FCC Approval for iPhone
null
http://www.foxnews.com/story/0,2933,273780,00.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,461
amichail
2007-05-20T22:22:13
Insteresting thread on JavaFX, GWT, and Silverlight
null
http://groups.google.com/group/Google-Web-Toolkit/browse_frm/thread/5110e4f6817e21ee/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,463
nikmac
2007-05-20T22:29:46
Most embarrasing enterpreneurial Experiences
null
http://reddit.com/info/1s73r/comments/c1s73s?context=5
1
-1
null
null
true
null
null
null
null
null
null
null
train
23,488
gibsonf1
2007-05-21T00:21:10
Woz magic of electronics and computers
null
http://news.com.com/Woz+magic+of+electronics+and+computers/2100-1008_3-6185152.html?tag=nefd.lede
1
0
null
null
null
null
null
null
null
null
null
null
train
23,489
gibsonf1
2007-05-21T00:26:02
All my contexts are belong to Maker Faire
null
http://news.com.com/All+my+contexts+are+belong+to+Maker+Faire/2100-1008_3-6185147.html?tag=nefd.top
1
0
null
null
null
null
null
null
null
null
null
null
train
23,490
gibsonf1
2007-05-21T00:27:28
CNET News.com - Technology news
null
http://news.com.com/
1
-1
null
null
true
null
null
null
null
null
null
null
train
23,491
gibsonf1
2007-05-21T00:27:58
Data mining goes mainstream
null
http://news.com.com/Data+mining+goes+mainstream/2100-1024_3-6185174.html?tag=nefd.top
1
0
null
null
null
no_article
null
null
null
null
2024-11-08T16:32:48
null
train
23,494
nostrademons
2007-05-21T00:37:49
FanLib - How not to launch a startup
null
http://icarusancalion.livejournal.com/626928.html?#cutid1
1
1
[ 23495 ]
null
null
null
null
null
null
null
null
null
train
23,499
reitzensteinm
2007-05-21T01:19:48
Newspapers, TV and the Net - It's convergence time
null
http://www.blogmaverick.com/2007/05/20/newspapers-tv-and-the-net-its-convergence-time/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,506
transburgh
2007-05-21T02:05:21
Angels clip wings of entrepreneurs
null
http://milwaukee.bizjournals.com/boston/stories/2007/05/21/story1.html
3
3
[ 23609, 23507 ]
null
null
null
null
null
null
null
null
null
train
23,513
ngrochal
2007-05-21T02:28:44
So...Google admits they've been watching you!
null
http://www.routermods.com/2007/02/21/so-google-admits-theyve-been-watching-you/
4
2
[ 23620, 23616 ]
null
null
no_article
null
null
null
null
2024-11-08T10:34:33
null
train
23,519
npk
2007-05-21T03:06:33
Bad Powerpoint Humor [video]
null
http://infosthetics.com/archives/2007/05/don_mcmillan_bad_powerpoint_humor.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,523
danielha
2007-05-21T03:41:47
Who Will Buy Facebook? (and why TC thinks Google is a possibility)
null
http://www.techcrunch.com/2007/05/20/who-will-buy-facebook/
3
12
[ 23534, 23525, 23528, 23545 ]
null
null
null
null
null
null
null
null
null
train
23,527
Readmore
2007-05-21T03:50:42
Google licenses robotic car to map cities! What?
null
http://venturebeat.com/2007/05/19/google-licenses-stanford-robotic-car-technology-for-3d-maps/
1
0
null
null
null
no_error
Google licenses Stanford robotic car technology for 3D maps
2007-05-19T16:59:24+00:00
Matt Marshall
Google has licensed the sensing technology developed by a team of Stanford University students that enabled Stanley, a robotic car, to win a 131 mile race through the Mojave Desert last year. The Mercury News’ Elise Ackerman reports that Google will use the sensing technology — which lets the car map out the terrain in front of it so that it can steer and change gears without a person at the wheel — to map out photo-realistic 3-D versions of cities around the world. The move was made, Ackerman suggests, to help Google regain ground it has lost to Microsoft’s 3-D mapping application known as Virtual Earth. Ackerman does not clearly explain what is so special about the Stanley technology, presumably because that is the secret sauce, and Google officials wouldn’t tell her. Or perhaps Google wanted mainly to hire Sebastian Thrun (pictured above), leader of the Stanley racing team, who will work art-time at Google under the arrangement, and the licensing will let him continue his work under Google’s aegis. Microsoft’s Virtual Earth, available through the 3-D link on maps.live.com uses a mixture of aerial photography, algorithms and computational power to create replicas of more than 50 cities. Ackerman says more details about the Google-Stanley deal will be released at the Where 2.0 conference May 29 and 30. (Inset photo courtesy: Stanford News) VB Daily Stay in the know! Get the latest news in your inbox daily By subscribing, you agree to VentureBeat's Terms of Service. Thanks for subscribing. Check out more VB newsletters here. An error occured.
2024-11-08T02:33:43
en
train
23,531
mhidalgo
2007-05-21T04:29:07
The $85 computer
null
http://www.forbes.com/2007/05/16/cheap-pc-computer-tech-cx_ag_0516cheappc.html
1
1
[ 23533 ]
null
null
no_error
The $85 Computer
2007-05-16T11:20:00-04:00
Andy Greenberg
In its attempts to sell you ever-more expensive PCs, the computer industry is constantly producing faster, smaller and sexier machines. That's great for gamers, technophiles and Dell shareholders. But what about the rest of us? What do we get from all the bells and whistles piled into today's PCs? Not enough to justify the $1,000 price tag the industry hopes we'll go for. The average consumer spends just $741 on a PC today, compared with $912 three years ago, according to the Consumer Electronics Association--even though advances in technology mean new machines have more processing power, memory and other features. In fact, many consumers don't need to upgrade. A bare-bones computer suits them just fine--and these days, they can buy them for as little as $85. In Pictures: Super-Cheap PCs That minuscule price is attached to Norhtec's Microclient JrSX, a desktop PC the size of a large novel. The Microclient is no Powerbook; it has only 128 megabytes of RAM and a 300-megahertz processor. And instead of a hard drive, it's designed to store data on flash cards. Thailand-based Norhtec's founder, Michael Barnes, says he's already sold thousands of the machines. Most of those customers have been businesses: One group of McDonald's restaurants bought 1,200 to set up their wi-fi networks, he says, and a Canadian diamond-mining Arctic expedition installed the space-saving computers in its planes. But the low cost also appeals to consumers who are tired of paying for features they don't need. Shoppers can buy the machines directly from the company's Web site, Norhtec.com. "Year after year, the entry-level computer costs around $495," Barnes says. "The newest computers always offer more speed and better graphics and are really made for game users. But the people who buy our computers want small, inexpensive machines that don't break down." And as low, low-end PCs get even smaller and cheaper, Barnes predicts they'll become more popular. "We believe we'll see a real explosion when computers get down to below $80," he says. The machines have their drawbacks. The MicroClient JrSX is too small to fit a CD player, and forget about Apple's iTunes: The Microclient doesn't even offer audio. Nor will it play "Halo" or any other game that would overwhelm the machine's limited storage. And programs that use a lot of memory, like Adobe Photoshop, are probably too much for the tiny PC. Norhtec's prices also don't include a keyboard, mouse or monitor, which will run at least $100. But not a lot more: Amazon.com , for instance, sells a Philips 107E71 15-inch monitor for $49.99, a Belkin mouse for $3.95 and a Logitech keyboard for $9.58. The site also sells an external CD-ROM drive from Procom for $9.85, and for those looking to soup up their storage capacity, Tigerdirect.com sells a refurbished 80-gigabyte Seagate hard drive for $54.97. Almost all those components are included, however, in a machine being developed by Nicholas Negroponte's One Laptop Per Child program, which promises a fully equipped laptop for a projected $176. OLPC claims that its machines will boast screens with four times the resolution of a normal laptop, a 12-hour battery life, a waterproof and fall-proof shell, and wi-fi reception that's 50% better than any computer on the market. The OLPC laptop was designed for poor children in the developing world. But they are likely to end up in the U.S. as well, where the program plans to distribute them to youngsters in as many as 19 U.S. states. And while the project was created out of philanthropic impulses, the OLPC now sees a consumer market for their machines. "The industry is going to have to change the way it does things," says Walter Bender, OLPC's president of software and content. "Computing doesn't have to be the way it's been defined. It can be a lot lighter, a lot friendlier and a lot less expensive." The OLPC isn't the first group to make a small, cheap and rugged PC. Data Evolution's decTOP, a brick-sized, low-power-consuming desktop, offers 128 megabytes of RAM and a 10-gigabyte hard drive that will sell for between $150 and $180. Like the OLPC laptop, the decTOP's innovations come out of a drive to bring computers and the Internet to rural Africa and Asia: Data Evolution acquired the machine's hardware from Advanced Micro Devices , whose "50x15" program seeks to take 50% of the world's population online by 2015. Data Evolution Chief Executive Robert Sowah shares that goal, but he also sees the opportunity to equip Americans with PCs that suit their needs, which he says are almost always overserved by expensive modern machines. He plans to sell the decTOP in major retail stores like Best Buy and Circuit City starting this summer. "Word, Excel, PowerPoint, Internet and e-mail," Sowah says. "That's what 90% of people do with computers, and they don't need these massive chips with oodles of storage and memory." One reason that a machine like the decTOP can meet the needs of so many users is that the basic functions that Sowah lists are increasingly rolled together into a single, online package. Web services like Google Apps, which allows users to edit documents, spreadsheets and presentations online, take the workload off an individual's machine and put it instead on Google's massive servers. Data is stored and numbers are crunched online; the user's machine need only be a window to the increasingly powerful Web. Beyond that trend, Sowah says that the movement toward cheaper, more practical machines is about computing technology meeting the needs of people, instead of vice versa. "In the past, it's always been technology pushing desire, and users asking, 'What can we do with this?'" he says. "Now, for once, desire is pushing technology." In Pictures: Super-Cheap PCs
2024-11-08T17:33:15
en
train
23,551
danielha
2007-05-21T07:41:35
Major Facebook Announcement Thursday: Facebook Platform
null
http://mashable.com/2007/05/21/facebook-f8/
4
4
[ 23588 ]
null
null
null
null
null
null
null
null
null
train
23,563
mattjaynes
2007-05-21T08:41:49
How To Crank Through Your Gmail
null
http://webworkerdaily.com/2007/05/20/how-to-crank-through-your-gmail/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,570
danw
2007-05-21T10:09:53
When is a startup not a startup anymore?
null
http://blogs.atlassian.com/rebelutionary/archives/2007/05/when_is_a_startup_not_a_startup_anymore.html
3
2
[ 23578, 23697 ]
null
null
null
null
null
null
null
null
null
train
23,572
BioGeek
2007-05-21T10:27:11
Businesspundit: Please Stop With Your Chinese Math
null
http://www.businesspundit.com/50226711/please_stop_with_your_chinese_math.php
1
0
null
null
null
null
null
null
null
null
null
null
train
23,573
bootload
2007-05-21T10:42:52
Powerful lure of the useless extra feature
null
http://blogs.wsj.com/informedreader/2007/05/20/the-powerful-lure-of-the-useless-extra-feature/?mod=homeblogmod_theinformedreader?mod=fpa_blogs
1
0
null
null
null
null
null
null
null
null
null
null
train
23,574
bootload
2007-05-21T10:46:24
Yahoo!s New Mission: Its About the People
null
http://www.readwriteweb.com/archives/yahoo_new_mission_about_the_people.php
1
0
null
null
null
null
null
null
null
null
null
null
train
23,576
bootload
2007-05-21T10:47:34
Social bookmarking sites better at search than google?
null
http://www.readwriteweb.com/archives/are_social_book.php
2
1
[ 23727 ]
null
null
null
null
null
null
null
null
null
train
23,579
gibsonf1
2007-05-21T11:17:30
Sales prove elusive: Emeryville gourmet chocolate company has a rough go of it (pay-per-click)
null
http://www.sfgate.com/cgi-bin/article.cgi?file=/c/a/2007/05/20/BUGSIPTC891.DTL&type=tech
11
2
[ 23700, 23648 ]
null
null
null
null
null
null
null
null
null
train
23,581
gibsonf1
2007-05-21T11:22:46
Cambrian House: A Web 2.0 way to start a business
null
http://joeanderson.co.uk/blog/2007/05/20/cambrian-house-a-web-20-way-to-start-a-business/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,582
gibsonf1
2007-05-21T11:25:53
Welcome to the era of gullibility 2.0
null
http://news.com.com/Welcome+to+the+era+of+gullibility+2.0/2100-1025_3-6185075.html?tag=nefd.lede
1
0
null
null
null
null
null
null
null
null
null
null
train
23,584
gibsonf1
2007-05-21T11:29:55
Even Yahoo! Gets The Blues
null
http://www.businessweek.com/magazine/content/07_22/b4036062.htm?chan=technology_technology+index+page_top+stories
1
0
null
null
null
missing_parsing
Bloomberg - Are you a robot?
null
null
Why did this happen? Please make sure your browser supports JavaScript and cookies and that you are not blocking them from loading. For more information you can review our Terms of Service and Cookie Policy. Need Help? For inquiries related to this message please contact our support team and provide the reference ID below. Block reference ID:
2024-11-08T08:29:35
null
train
23,589
pashbonk
2007-05-21T11:51:32
I'm new to Linux. I've got Ubuntu and K&R. Now what?
null
4
20
[ 23608, 23662, 23598, 23965, 23633, 23599, 23664, 23738, 23593 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,591
ralph
2007-05-21T12:44:46
"Intel should be ashamed of itself" -- OLPC's Negroponte
null
http://news.bbc.co.uk/1/hi/technology/6675833.stm
1
1
[ 23592 ]
null
null
null
null
null
null
null
null
null
train
23,601
Sam_Odio
2007-05-21T13:52:55
Amazingly Bad APIs
null
http://paulbuchheit.blogspot.com/2007/05/amazingly-bad-apis.html
28
31
[ 23603, 23646, 23684, 23776, 23730, 23604 ]
null
null
null
null
null
null
null
null
null
train
23,613
amichail
2007-05-21T15:00:55
Wikipedia content imported into Study Stickies
null
http://web2loop.blogspot.com/2007/05/wikipedia-content-imported-into-study.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,614
mroberge
2007-05-21T15:03:04
Does Your Website Pass the .7 Second Test?
null
http://www.smallbusinesshub.com/blog/tabid/6307/bid/1513/Does-Your-Website-Pass-The-7-Second-Test.aspx
1
0
null
null
null
null
null
null
null
null
null
null
train
23,615
darragjm
2007-05-21T15:09:09
Bad Hair Days Lead Pair to Web Incubator and Venture Capital
null
http://www.nytimes.com/2007/05/21/technology/21ecom.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,621
jkush
2007-05-21T15:34:09
Success and Motivation - Mark Cuban
null
http://www.blogmaverick.com/2004/04/23/success-and-motivation-part-1/
9
3
[ 23630, 23717 ]
null
null
null
null
null
null
null
null
null
train
23,631
abstractbill
2007-05-21T16:17:38
What hooked Google's 12th recruit
null
http://australianit.news.com.au/articles/0,7204,21770008%5E15306%5E%5Enbv%5E,00.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,640
Xichekolas
2007-05-21T16:54:53
How does YC's moderation system work?
null
1
6
[ 23644, 23642, 23645, 23678 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,647
Readmore
2007-05-21T17:06:00
Is Wikipedia worth billions?
null
http://valleywag.com/tech/jimmy-wales/wikipedia-is-worth-billions-262148.php
1
0
null
null
null
fetch failed
null
null
null
null
2024-11-08T10:37:44
null
train
23,649
master54
2007-05-21T17:10:22
How did Facebook grow so big suddenly?
null
1
6
[ 23743, 23681, 23670, 23669, 23650 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,651
far33d
2007-05-21T17:13:17
Facebook Opens Its Pages as Way to Fuel Growth
null
http://online.wsj.com/public/article/SB117971397890009177-wjdKPmjAqS_9ZZbwiRp_CoSqvwQ_20070620.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,657
transburgh
2007-05-21T17:45:01
IN BRIEF: Need-to-know news for the entrepreneur
null
http://www.chicagotribune.com/business/chi-a7f2p55may21,0,2674173.story?coll=chi-business-hed
1
0
null
null
null
http_404
Page not found – Chicago Tribune
null
null
All Sections Subscriber Services Subscriber Services Manage Subscription EZ Pay Vacation Stop Delivery Issue Today’s E-Editions Chicago Tribune Evening Edition The Beacon News The Courier-News Daily Southtown Lake County News-Sun Naperville Sun Post-Tribune Naperville Magazine Advertise with Us Advertise with Us Classified Who’s Who Jobs Business Business Careers & Finance Top Workplaces Real Estate Transportation Dining Dining Louisa Kung Liu Chu Recipes Entertainment Entertainment Books Movies Museums Music The Theater Loop Travel TV and Streaming News Latest Headlines Crime and Public Safety Education Environment Health History Immigration Investigations Local News Marijuana National News Weather Opinion Opinion Editorials Commentary Letters Tribune Voices Politics Politics Democratic National Convention Elections Chicago Bulls Chicago White Sox Chicago Bears Chicago Cubs Chicago Blackhawks Sports Sports Chicago Bears Chicago Bulls Chicago Blackhawks Chicago Cubs Chicago White Sox Chicago Sky College Sports Soccer Betting Aurora Beacon-News Daily Southtown Elgin Courier-News Lake County News-Sun Naperville Sun Post-Tribune Suburbs All Suburbs Aurora Beacon News Daily Southtown Elgin Courier-News Lake County News-Sun Naperville Sun Post-Tribune Classifieds Jobs Obituaries Obituaries News Obituaries Place an obituary Special Sections Branded Content Paid Partner Content Advertising by Ascend Paid Content by Brandpoint Sign up for email newsletters Sign Up Subscribe Login Business Dining Entertainment Education Opinion Politics Sports Sports Betting Suburbs Obituaries Trending: 🪧 Chicago rallies against Trump 🗳️ Trump divides Latinos in Chicago 📚 School board election 🇺🇸 Illinois election results 🗳️ DuPage County races Oops! That page can’t be found.
2024-11-08T20:46:07
null
train
23,658
transburgh
2007-05-21T17:46:31
Startups increase 29 percent
null
http://www.centralvalleybusinesstimes.com/stories/001/?ID=5197
4
1
[ 23782 ]
null
null
null
null
null
null
null
null
null
train
23,659
gernikki
2007-05-21T17:47:14
No more cingular...ATT drops the brand!
null
http://news.yahoo.com/s/nm/20070521/tc_nm/att_branding_dc;_ylt=AjheC0pIj5C5bgEY2zU2Du0jtBAF
1
0
null
null
null
null
null
null
null
null
null
null
train
23,660
zizou
2007-05-21T17:55:15
Is venture capitalists and seed stage funding an oxymoron?
null
1
0
null
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,661
dawie
2007-05-21T18:06:52
last100
null
http://www.last100.com/
2
0
null
null
null
null
null
null
null
null
null
null
train
23,673
andre
2007-05-21T18:42:22
Psychologically Profiling of Your Site Visitors
null
http://okdork.com/2007/05/21/psychologically-profiling-of-your-site-visitors/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,674
gregwebs
2007-05-21T18:47:31
How to deal with domain name squatters?
null
6
13
[ 23675, 23696, 23677, 23676, 23683, 23840, 23703, 23713, 23692 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,679
vlad
2007-05-21T19:09:45
Can't connect to Google or GMail at 3:09 EST, anybody else?
null
1
1
[ 23685 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,682
danw
2007-05-21T19:15:11
Sometimes Threadless surprises me
null
http://www.threadless.com/product/842/Sacrifice
1
0
null
null
null
null
null
null
null
null
null
null
train
23,687
danw
2007-05-21T19:41:14
Proof Mobile AJAX Only Works In A Parallel Reality
null
http://techype.blogspot.com/2007/05/proof-mobile-ajax-only-works-in.html
2
0
null
null
null
null
null
null
null
null
null
null
train
23,690
sajid
2007-05-21T19:44:42
How to Get Acquired by Facebook
null
1
4
[ 23693, 23694, 23706 ]
null
null
invalid_url
null
null
null
null
2024-11-08T16:37:59
null
train
23,701
dawie
2007-05-21T20:15:49
How To Think Like A Client
null
http://www.thinkvitamin.com/features/design/how-to-think-like-a-client
1
0
null
null
null
null
null
null
null
null
null
null
train
23,702
dawie
2007-05-21T20:24:47
Guy Kawasaki Responds to Truemors Criticism
null
http://www.pronetadvertising.com/articles/guy-kawasaki-responds-to-truemors-criticism21134.html
16
13
[ 23733, 23745, 23744 ]
null
null
no_article
null
null
null
null
2024-11-08T17:51:56
null
train
23,709
imer111
2007-05-21T21:32:51
Latest Motgage News - Updated Every Hour
null
http://anonlinemortgage.com
1
-1
null
null
true
null
null
null
null
null
null
null
train
23,710
startupdaze
2007-05-21T21:38:25
Submission for Digg API Visualization Contest-Diggquarium
null
http://startupdaze.com/post/2232529
1
0
null
null
null
null
null
null
null
null
null
null
train
23,711
far33d
2007-05-21T21:44:51
To the editor: Please see wiki
null
http://thelede.blogs.nytimes.com/2007/05/21/to-the-editor-please-see-wiki/
1
1
[ 23712 ]
null
null
missing_parsing
To the Editor: Please See Wiki
1179773915
Mike Nizza
Our colleagues on the opinion side of The New York Times receive about 1,000 letters a day, many seeking to address remarks that “should not be suffered to pass unnoticed,” as one put it in 1851. Every day, there’s space for 15, which is why the letters editor once offered advice to writers seeking to increase the odds of publication: “Letters should be kept to about 150 words.” “Writing by the next day is a good idea.” “They should be exclusive to The Times.” So far, The Times has not published any letters regarding Mark Helprin’s Op-Ed, titled “A Great Idea Lives Forever. Shouldn’t Its Copyright?” After all, it was in Sunday’s Times. Elsewhere, there’s a rebuttal that couldn’t be more different than the average letter. While certainly timely, “Against perpetual copyright” weighs in at more than 40 times the recommended letter length, and is written by more than a dozen people. Lawrence Lessig, left. (Photo: Heidi Schumann for The New York Times) Lawrence Lessig, a Stanford University law professor, started it all at 12:30 p.m. Pacific time on Sunday in a blog post about the “scores of e-mails” demanding that he respond to the Op-Ed column. He was the obvious choice as chairman of Creative Commons, which “is meant to offer an alternative to the traditional copyright system of ‘all rights reserved,’ ” The Times explained. Backers say that “creativity and the sharing of knowledge in the Internet age” is impeded by the traditional copyrights. Mr. Lessig was also someone who had fought that side of the copyright fight many times before, which may be why he had a different idea. “Why don’t you write the reply instead,” he replied. A reader shot back with one reason: “Because it’s very, very unlikely the New York Times would consider me worthy of space on the Op-Ed page?” But the Op-Ed Page was not the target of this effort, at least not in its current form. Mr. Lessig wanted the rebuttal to be formed on his Web site by people working collaboratively with wiki software, which allows anyone to make changes to the content. If it worked, he would pull off an interesting feat: Another copyright battle would be fought without doing any of the work himself. Indeed, it would be done by believers in a movement that he helped start, with material that he wrote and then allowed anyone to reuse, as long as they credited him (which they did, twice). Soon, a user using the name Kenthorvath created the beginnings of the page with “Talking points, and ideas to get things started…” With over 500 edits since then, the collaboration has grown to more than 6,000 words of text — almost six times as long as Mr. Helprin’s Op-Ed essay. Of course, longer is not always better. The point is that these writers were thorough — there’s even a section for “Other Points Against Helprin” with more than two dozen bullet points. Sending more writers into the scrum was the popular Web site Boing Boing, which linked to the wiki rebuttal with a simple call: “Go help make it better.” After all, the rebuttal is still calling itself a “work in progress,” albeit one that’s out there for all to read and compare with the column that inspired it.
2024-11-08T18:11:37
null
train
23,715
paul
2007-05-21T22:19:26
Facebook Photos Infrastructure
null
http://blog.facebook.com/blog.php?post=2406207130
10
2
[ 23757, 23841 ]
null
null
null
null
null
null
null
null
null
train
23,720
Tichy
2007-05-21T22:25:28
How to become rich
null
http://gregmankiw.blogspot.com/2007/05/how-to-become-rich.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,721
shara
2007-05-21T22:32:48
Resources for Would-Be Entrepreneurs
null
http://www.getrichslowly.org/blog/2007/05/20/resources-for-would-be-entrepreneurs/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,724
henning
2007-05-21T22:40:12
Interesting new marketing technique from 37Signals: testimonial videos that don't sound phony/cheesy
null
http://www.basecamphq.com/customers/
1
0
null
null
null
null
null
null
null
null
null
null
train
23,726
bootload
2007-05-21T22:45:43
Best business books: Jim Buckmaster's picks
null
http://www.usnews.com/usnews/biztech/articles/070513/21best.buckmaster.htm
1
0
null
null
null
null
null
null
null
null
null
null
train
23,728
bootload
2007-05-21T22:50:12
Trends of online mapping
null
http://radar.oreilly.com/archives/2007/05/trends_of_onlin.html
1
0
null
null
null
null
null
null
null
null
null
null
train
23,734
mattjaynes
2007-05-21T23:41:47
The technology of OLPC's hundred dollar laptop
null
http://www.37signals.com/svn/posts/431-the-technology-of-olpcs-hundred-dollar-laptop
1
0
null
null
null
null
null
null
null
null
null
null
train