Monday, May 31, 2010

Buzzd

Image representing Buzzd as depicted in CrunchBaseImage via CrunchBase
CrunchBase: Buzzd real-time social city guide for your mobile device...... Employees 9 .... Founded 11/07 ..... Delivers up-to-the-minute reviews and ratings from friends, buzzd members, and other real-time content from twitter, gowalla, foursquare, loopt, brightkite, etc. ...... Aggregates static content feeds from Zagat, Flavorpill, Citysearch, Metromix, Upcoming, and many more ..... Real-time activity drives users to view and act upon local inventory ..... featured by Apple, BlackBerry & Android, as high as #2 top overall app for BlackBerry and #64 top free app for Apple, featured free app for Android on Verizon VCAST. .... received $3.2M in Series A funding. (10/29/08)
Buzzd - Wikipedia buzzd was founded by Nihal Mehta and Deepen Shah from ipsh!, one of the world’s first mobile marketing agencies in the U.S. which was acquired by Omnicom Group in 2005.
VentureBeat: Buzzd ward-winning social city guide
Buzzd Brings Location-Based Guides to the BlackBerry One of the first seeds sowed by the BlackBerry Partners Fund, a venture capital fund which doles out investments to start-ups building applications for mobile phones, has sprouted. ...... But it wasn’t easy to get this far. Nihal Mehta and Deepen Shah, company co-founders, said that to get Buzzd to offer speedy and reliable results, they spent a year building a comprehensive database of sites. The service triangulates the location of a customer using cellular tower locations and GPS coordinates and then associates that data with the precise location of the sites. ....... Buzzd’s database has 500,000 cellular points within its network ...... Buzzd has more than two million restaurants, bars and shops listed in its database, largely from content partners like TimeOut, FlavorPill and MyOpenBar. ....... The BlackBerry application will also allow members to snap photos — say, of a cocktail or dish, or a celebrity sighting — ....... the Web site gets one million monthly unique visitors and was “in the six digits for active users on a monthly basis.” ........ The two men, who started the company in 2007, are in the early stages of developing a version of Buzzd for the iPhone, which they say will be released this summer.
X-conomy: Buzzd Blackberry Partners Fund Greycroft Partners Monitor Ventures Qualcomm Ventures

Reblog this post [with Zemanta]

Immigration Status


Job Search

Hats off to Lady Liberty.

Sunday, May 30, 2010

One Programming Language

Scala logoImage via Wikipedia
I was over at Hacker News, and came across this wonderful blog post by Babu Srinivasan: If You Had To Learn Just One Programming Language. He lists all the languages and he lists 13 criteria with which to measure them. Then he starts eliminating languages.

List 1: Common Lisp, Scheme, Fortran, Smalltalk, C, C++, Objective C, Ada, Java, Javascript, C#, D, Prolog, Perl, PHP, Python, Ruby, Groovy, Clojure, Lua, Forth, Factor, Erlang, OCaml, F#, Clean, Haskell, Scala.

List 2: Python, Ruby, Groovy, Clojure, Erlang, OCaml, F#, Clean, Haskell and Scala.

List 3: Clojure, Erlang, OCaml, Clean, Haskell and Scala.

List 4: Clojure, OCaml, Haskell/Clean and Scala.

List 5: OCaml, Haskell/Clean and Scala.

Winner: Scala.
Functions are values and values are objects. Therefore functions are objects. Unlike Java which has primitive types int, float etc, Scala is completely object oriented. Numbers, characters, booleans, functions are just objects ..... A big deal is made of duck typing in languages such as Python and Ruby. In Scala you have “Structural typing” which is Duck Typing done right. ..... Scala is a huge language with lots of features: traits, abstract types, higher order functions, closures, native threads, concurrency (Actors), xml processing, implicits, pattern matching, partial functions, monads. You can start using it right away and slowly learn about the more powerful constructs. You can easily write a DSL (Domain Specific Language) using scala...... The extensive set of Java libraries can be put to use...... Scala is much easier to learn for the majority of programmers who have been programming in the imperative style........ With Scala, you can start with imperative or object-oriented style of programming (think of it Java without the verbosity) and migrate slowly to the functional features. ....... Lift is a web framework written in Scala. You can create web apps as easily as you can do with Rails and Django but it will typically run 4 to 6 times faster, use less CPU and it will be lot more scalable.
Reblog this post [with Zemanta]