Blogs
Qwerty vs. Dvorak smash-down
Submitted by riedl on Wed, 2007-05-30 10:19Fun blog entry at freakonomics summarizing the querty/dvorak debate. I love the way they summarize the different back-and-forth arguments. Sadly, they don't leave us with a ground truth: what's better?!
Paul Graham and Economics
Submitted by riedl on Mon, 2007-05-07 17:48Paul Graham is one of my favorite tech essayists. His essays on startup companies, Lisp, and -- especially -- American high schools are smart, funny, and insightful. On these topics, even when I think he's wrong, I learn something.
Reddit's Conscience
Submitted by riedl on Mon, 2007-05-07 12:52An interesting article discusses the problem in the reddit community that the community has wide agreement on a variety of issues, and that therefore only articles with the "correct" viewpoint on those issues get many votes. (Similar problems apply to the other social news sites like slashdot and digg.)
The off-the-cuff response from the recommender community might be "let's solve the problem by creating personalized reddit". In this world, everyone would read the articles he or she was most interested in, creating many overlapping communities of interest. A concern with this approach is that social psychology suggests that by making it easy for people to only talk with others with whom they agree, we would be creating a world that would emphasize our differences, amplifying them over time, balkanizing the community of news readers. For instance, all of the atheists would only read articles that support their views, and would become increasingly resistant to theist views -- and eventually unable to even find common ground for discussion with theists.
An alternative would be to find a way to create a community news reader that would simultaneously support personalization and encourage the sharing of opinions. What would such a news reader look like? How would it use recommenders in a novel way?
Chipmark: A distributed bookmark system by U of MN students!
Submitted by riedl on Fri, 2007-04-27 20:42Chipmark (www.chipmark.com) is a cool bookmarking site that lets you share your bookmarks between multiple browsers seamlessly. (Bias alert: I've been advisor to the chipmark group for the past three years.) Chipmark is written entirely by University of Minnesota undergrads, and distributed free of cost either as a server the students maintain, or as open source code that anyone is welcome to use to run his own server. The most recent release of chipmark supports shared folders among buddies, and will be out Real Soon Now. Check it out!
Why did you Choose the Programming Language you Use?
Submitted by riedl on Tue, 2007-03-06 10:52Here is a thoughtful blog post about why people choose a programming language to use. The key question is why many people's favorite languages, like Lisp, Smalltalk, or ML, have not won the battle for the main programming language in use. The key answers are (in my order, not the article's) libraries, IDEs, documentation, and performance.
The Forgetting of Research Papers
Submitted by shilad on Wed, 2007-02-21 13:30John Langford recently blogged about researchers preference to cite recent research. He calls this tendency "the forgetting" of prior work. John suggests a number of reasons recent work may be remembered (including "Dead men don't reject your papers for not citing them").
Programmers Don't Like to Code?
Submitted by riedl on Sun, 2007-02-04 17:11Jonathan 'Wolf' Rentzsch has an interesting blog on the theme that [[Programmers Don't LIke to Code | http://rentzsch.com/notes/programmersDontLikeToCode]]. His argument is that programmers like to solve problems, not to develop code to solve those problems. He gives a number of great arguments: programmers choose tools that make it easier to get their jobs done (languages and libraries that require *less* code), and that programmers find it frustrating when they are building something and they have to build lots of piddly stuff that doesn't really advance their cause di
Effects of Social Participation in Online Communities
Submitted by harper on Wed, 2007-01-24 12:45We have often asked the question: in an online system, does participation in social features cause greater attachment to the system, or is it merely correlated with greater attachment? This research addresses this question directly, with powerful results indicating a causal relationship:
http://www.futureofcommunities.com/?p=12
Max
Joshua Porter on Recommendation Systems
Submitted by harper on Thu, 2006-12-14 10:20Joshua Porter has written an article on the how recommendation systems are changing the Web. He lists several benefits and drawbacks stemming from these technologies. It is cool to observe that our group is actively researching to improve three of the four "drawbacks" that he lists:
- Dan Frankowski is working on Recommenders Everywhere - one attempt to make recommendation systems easier to set up
- Dan Cosley is working to providing tools that help communities build and maintain good databases
- Tony Lam is working to understand shilling in recommender systems