7th
I’m teaching the course ‘Information Extraction Algorithms’ (well, pure data mining in practice) at the post-graduate program ’Applied Mathematical Sciences’ of NTUA’s School of Applied Mathematics and Physics.
I’m strongly considering the idea of employing a blog to serve at the core of the learning process. The class is held at a pc-lab, so it came somehow natural to me to create a blog where I admin and all students author.
The target? Except from posting lecture notes and publicizing assignments or announcements, I feel that a blog could evolve as the greatest of tools to foster conversation among students and finally enable a really educative experience, powered by the students themselves. The plan is to accept assignments by public posts, instead of filing them out of sight, and motivate each student to comment on the works of others, while learning by the comments received by herself. The concept looks simple and clear, however I have yet to find any similar references (any links would be really appreciated!). Let’s see how it all goes.
I also plan to stream live the whole course (it’s all in greek, though, apologies), while I’m looking for a wiki wordpress plugin to enable collaborative notes’ keeping during the lectures (any ideas?).
The feedback during the introductory lecture today, while we were creating the wordpress blog on the fly and assigning author rights to all students, was really hopeful: “It’s cool, it looks like facebook…”
cross-posted from a Course by Blog
Aristotle on Collective Intelligence, Politics, circa 334-23 BC.
a bunch of Aristotle quotes here, hat tip to Cass Sunstein

Rounded corners are often a designers’ holy grail. They seem to provide a concrete user experience and a feeling of smoothness in navigation, while they are being selected recently for more and more web 2.0 designs.
Well, I’m not a designer, but need forced me to explore and implement some rounded magic. There exists a lot of available techniques, most of them claiming to be ‘purely css’. But, I finished up disappointed by nearly all of them.
What I actually needed was light, css-powered rounded corners, giving the ability to switch colors easily (aka create customizable by user web pages). Nifty corners arose as a great option, so I gave them a try, however some problems occurred with the javascript calls. For example, you need to put the nifty corners call last, which is not a rather likable feature, and I had some loading errors on my browser.
So, I ended up creating my own technique, which I’m posting here just in case that proves to be helpful for anyone, anytime. I need to declare also that Photoshop is one of few software applications that make me feel really uncomfortable, so I’m putting the guidelines here assuming that you also feel so and have no specific Photoshop skills. Enough, let’s move to the example.
Say you have a div of 600x50 pixels, a header for example, and you need to put some rounded corners on it.
That’s it! Now you have a transparent image to put it as background in your div, while you can define and change on demand the div’s color by css. For example, you could define in your css:
#this_is_my_div { background-image: url(/images/div_background.png); background-position: bottom; background-repeat: no-repeat; background: #abcdef; }
So, you end up creating a ‘wild card image’, of tiny size, no need for buggy javascript and color just defined by your css… Hope to be useful! :)
Prediction markets failed to accurately predict the unexpected effect a few tears had on the New Hampshire primaries; and some analysts rushed to blame the tool and undermine its reliability and applicability. Let me restate some fundamentals and my view, in a snapshot:
For 25 posts/day coverage and links to relevant articles (including WSJ, ABC, NYT, FT, NBC, etc), check Midas Oracle.
After the launch of Wall Street Journal’s Political Market (powered by intrade, coverage here and here) and CNN’s Political Market (powered by inkling), McCluskey and Hanson also debuted Presidential Decision Markets.
Today, Cowgill, Wolfers and Zitzewitz just released a full-fledged draft studying markets at Google, which is absolutely exceptional, definitely the most massive enterprise prediction markets application and study ever conducted! (coverage by the NY Times here.) I may return to comment further on this soon.
All of these in just 7 days. Who’s next? ;-)