The city of San Fransisco is experimenting with a new parking system that adjusts parking prices according to demand. This demand is measured using newly installed sensors. I predict a huge success, especially if they increase the upper bound of $6/hour on prices.
Posts Tagged ‘video’
Pricing Parking Spots in SF
Posted in Uncategorized, tagged video on August 9, 2010| 4 Comments »
Outsourcing and CS education
Posted in Uncategorized, tagged teaching, video on October 18, 2009| 6 Comments »
The academic year has started today at the Hebrew University and I couldn’t help wondering what all our CS graduates will be doing ten or twenty years after graduation. With the amazing rise of technology and science in much of the third developing world, their world-wide competition will be tough. Will their software engineering jobs be outsourced too? The current situation does not seem at equilibrium:
RoboZZle and the Essence of Algorithms
Posted in Uncategorized, tagged teaching, video on October 7, 2009| 11 Comments »
The essence of algorithms is that of combining simple operations as to solve complex problems. Key is that everything should be completely well defined: the available simple operations, how they may be combined, the complex problem, and the correctness of your solution. Elegance is bridging a large semantic gap: the simpler and fewer the operations and the farther from them the problem seems to be, the more we are impressed. The simpler the solutions turn out to be, the more we are impressed.
I have just been introduced to a web site that gets as close to this essence as anything that I’ve seen: RoboZZle. The problems are given by mazes, where the goal to pick all “stars” on the maze. You must instruct a “robot” to do so, using very few commands: turn left or right, go forward, call a subroutine, do one of the above conditioned on the color of the square that you are on, or change the color of the square that you are on. That’s it. Programs must be very short, usually around half a dozen commands, and are entered, debugged, and run very easily graphically. Amazingly, this is enough for a multitude of interesting challenges, ranging from ones that are easy for kids, to ones that baffle me (despite the solution being of length 5).
These puzzles give you the main intellectual ingredients of algorithms and programming: not only using loops and conditionals but also abstraction (defining subroutines) and recursion. Check it out or, better, have your kids do so.
Fisher Model of Markets
Posted in Uncategorized, tagged video on September 14, 2009| 4 Comments »
Much of the recent theoretical computational work on market equilibrium uses the, so called, Fisher Model (see chapters 5 and 6 of the AGT book or talks and papers on Vijay Vazirani’s home page.) The model is somewhat simpler than Arrow-Debreu markets in that one party, the seller, brings into the market all goods except for money, which is the only thing that the others bring. This seemingly small variation seems to make handling it more tractable. In his ALGO invited talk, Vijay opined that Irving Fisher, the model’s father, is somewhat forgotten today probably due to his famous words just days before the stock market crash of 1929: “Stock prices have reached what looks like a permanently high plateau.” Vijay pointed out that Fisher’s comments just a little later are captured on youtube:
The Advertising Industry
Posted in Uncategorized, tagged eCommerce, Google, video on June 11, 2009| 4 Comments »
The current “killer application” for algorithmic game theory is certainly on-line advertising. The traditional advertising industry is undergoing great turmoil due to this on-line advertising as well as other technological changes which may not only give viewers more relevant and less annoying ads, but also may start addressing the main problem from the point of view of advertisers, captured by the famous quote “Half the money I spend on advertising is wasted; the trouble is I don’t know which half”.
This highly entertaining video is from the point of view of traditional advertising (thanks to Eyal Manor for the link).
Prisoner’s Dillemma Reality show
Posted in Uncategorized, tagged teaching, video on May 31, 2009| 4 Comments »