Blog archives for March, 2007

Free Proxy Site

FreeProxySite.com is an excellent resource for available proxy sites that checks the resources it lists every three hours. Primary usage for this type of service? Get a UK IP address for viewing some BBC shows for free, or get a US IP address to view the last episodes of LOST on ABC.com.
clipped from www.freeproxysite.com
Free Proxy Site
Free Proxy Site is the place to find a 100% free anonymous web proxy site that is fast and easy to use.
Free Proxy Sitelinks to 277 working sites that will increase your privacy and security on the Web by filtering the web pages you visit and hiding your identity! All proxies are checked 8 times a day to make sure they are working proxies…
  powered by clipmarks blog it

AdultFriendFinder story

Business 2.0 magazine tells the story of an Internet company called Various. The company is not well known by itself, but their main project, AdultFriendFinder, is generating more dating traffic, than Match.com and Yahoo! Personals, major competitors in the field.
clipped from money.cnn.com

Of all the dating sites Conru has launched–ones for Latinos, seniors, Asians, Jews, churchgoers–the biggest by far is AdultFriendFinder, which accounts for more than 60 percent of Various’s revenue. Conru says his privately held, 450-person company brings in well over $200 million in annual revenue, averaging 40 percent growth for the past nine years. With more than 35 million visitors in 2006 and 75,000 new users registering each day, AFF ranks among the 100 most popular sites in the United States.

  powered by clipmarks blog it

Mailinator.com architecture write-up

Paul Tyma talks about his personal project - Mailinator.com, and discusses the architecture of the project that gets 5 mln e-mails a day during the peak time. It’s a pure Java app, with the Web interface, the e-mail server itself and the e-mail storage system (that only guarantees the letters to stick around for few hours) are all written in Java and run on top of Tomcat.
clipped from mailinator.blogspot.com
Almost 3.5 years ago I started the Mailinator(tm) service. I got the bulk of the idea from my drunk roommate at the time and the first incarnation took me all of about 3 days to code up. In some senses it was a crazy idea. As far I know, it was the first site of its kind. A web-based email service that allowed any incoming email to create an inbox. No sign-up. No personal information. Send email first, check email later.
  powered by clipmarks blog it

Online photo editors reviewed

ExtremeTech reviews online photo editors that run within a Web browser, be it via a Flash interface or Asynchronous JavaScript passing XML back and forth. They review Fauxto (and find it most feature-complete when comparing to Adobe Photoshop capabilities), Picnik (and find its interface one of the most convenient for quick photo retouching), Picture2Life (and find its filter and effects selection one of the best), Pixenate (which doesn’t require registration, at the same time providing pretty decent functionality) and Snipshot (which wins the award for the simplest interface). The review looks forward to Adobe coming up with a browser-based version of PhotoShop, but overall finds Fauxto the closest PhotoShop clone so far, with Picnik being the closest Picasa clone available.

Replicating the brain patterns via distributed network

Over at at the Technical University in Lausanne, Switzerland the researchers are busy building a replica of the human brain via a different approach than Brown researchers. They’re building artificial nerve cells in large numbers, expected to reach 1 million in 2008.
clipped from www.spiegel.de
The Lausanne model, dubbed “Blue Brain,” is the most radical attempt so far to investigate the mystery of consciousness. The idea is seductively simple: To determine how the mind emerges from biology, replicate the biology. It’s a task that requires enormous patience and attention to detail, a process that ultimately means mimicking nature one molecule at a time.
  powered by clipmarks blog it

Reputation systems for the Web

There’s a whole bunch of research papers on reputation systems, and their usage in trading environments and the Web, posted on MIT Web site.
clipped from ccs.mit.edu
The rising importance of online reputation systems not only invites, but also necessitates rigorous research on their functioning and consequences. How do such mechanisms affect the behavior of participants in the communities where they are introduced? Do they induce socially beneficial outcomes? To what extent can their operators and participants manipulate them? How can communities protect themselves from such potential abuse? What mechanism designs work best in what settings? Under what circumstances can these mechanisms become viable substitutes (or complements) of more established institutions, such as contracts, legal guarantees and professional reviews? This is just a small subset of questions that motivate my work in this area.
  powered by clipmarks blog it

Programming the Game of Life

Dr. Dobb’s Journal has a good overview of programming Conway’s “Game of Life”:
clipped from www.ddj.com

The simplest implementations of Life use a pair of two-dimensional arrays representing the state of a finite portion of the universe. In every generation, the neighbors of a cell in the old array are counted to calculate the state of that cell in the new array, then the arrays are swapped and the screen is updated. This approach has a number of frustrating aspects: The larger the universe, the slower the program runs; yet, a smaller universe bounds the growth of patterns, constraining them artificially. My first improvement to the basic algorithm is to replace this finite universe with an unbounded one; at any given time it is finite, but you can increase its size as necessary. I use a simple tree representation, called a “quadtree” (Figure 2).

  powered by clipmarks blog it

Brain decoder from Brown

New Scientist says researchers from Brown University came up with a brain decoder.
clipped from www.newscientisttech.com

The machine works by measuring the signals produced by primary motor cortex – the part of the brain responsible for hand-eye co-ordination. A computer then attempts to reproduce this signal, which is used to stimulate the movement in a primate limb.

  powered by clipmarks blog it

Why debugging applications ia hard

Tom Evslin talks about why debugging is hard for a developer, and why those excelling in debugging can drastically improve their development quality.
clipped from blog.tomevslin.com

Debugging for a programmer is the science of finding your own mistakes.  Ego constantly gets in the way because it tells us that we didn’t make a mistake, couldn’t have made a mistake.  Maybe the Java engine is faulty or the compiler generated faulty code.  Must be that Windows or the Macintosh Toolkit is broken.  Usually its our own mistake that causes a program to crash or perform other unsociable acts and we have to beat back the voice that says it’s someone else’s fault before we can find what we did wrong.

  powered by clipmarks blog it

Google’s Web albums API is out

I guess Picasa API is still something too far off, and you cannot write an official uploader for Picasa for anything else but Google Picasa Web Albums, but at least the Web albums are now getting their own API. Picasa Web Albums Data API Developer’s Guide supports GData for publishing and retrieving information for Picasa Web albums.
clipped from code.google.com

Picasa Web Albums allows client applications to view and update albums, photos, and comments in the form of Google data API (”GData”) feeds. Your client application can use the Picasa Web Albums data API to create new albums, upload photos, add comments, edit or delete existing albums, photos, and comments, and query for items that match particular criteria.

  powered by clipmarks blog it