The utility of snap previews (snapshots) is still doubtful to me, and if they start putting ads into previews - I’ll surely remove all the snapshots code from my blog.
Without ads, it’s just one of the “bells and whistles”; with ads, it should be at least an affiliate program.
Update: now Snap’s are showing ads. And it’s a kind of an affiliate program. I still have to look closer at it… when Time permits. Without looking into it closer, I tend to remove Snap previews.
Update 2: snap previews are now removed from my blog. I might, however, add them manually to the links where it would be appropriate.
Today was the voting day in the snap parliament elections-2007 in Ukraine.
Early in the morning, I heard from my wife’s sister that some of her friends were offered 100 UAH (20 USD) for promising to vote for the Lytvyn’s political block (based on his People’s party - “Narodna partiya“, in Ukrainian only). I said “that’s ugly, and they could just take the money and vote for whomever they want, as it’s impossible to enforce them to vote exactly for Lytvyn”. But that was it as for my reaction in the morning. Read the rest of this entry »
Found a good video tutorial on how to create a countdown animation with Flash. Important notice: in my case, if Auto kern was enabled for the dynamic text box, there were no digits visible at all (size of my countdown animation was 120px wide and 186px high - quite small, so might be the reason of “auto kern” pushing text out of the view).
Here’s the image of the counter I created following the tutorial:
PHP proxy is simple but good. I converted it into a proxy-function for one of my projects.
Do pay attention to the comments, especially these two:
I had issues with this script (and others) returning 0 for the bytesTotal in flash. Basically, the Content-Length header was absent from the response. By simply adding
header("Content-length: ".strlen($response)) before the echo, it resolved the issue. I don't know if there is a more appropriate fix to account for character encoding, etc, but it seems to work.
@Schimmi: Well, if you can add some checks there (like who is referring your script) and allow the access to whitelisted clients (served from your domain)... I think, you can totally make it used applications from same-domain....So it would not be open to world. Yeah above script doesn't have those things.
Cytoscape 2.5.1 supports proxies, including HTTP proxies, but there is no support for HTTP proxies requiring authentication/authorization. It's easy to use Cytoscape in the authentication-requiring proxy scenario; below is one possible method.
Note, that exactly the same method can be used to allow any software, which supports proxies but not proxies with authentication, to be able to access the internet. Read the rest of this entry »
Andy Dustman gave a presentation on Python and MySQL at the MySQL Users Conference 2005, Santa Clara, CA. The presentation is an excellent collection of examples for those who use the MySQLdb Python module. Read the rest of this entry »
This isn't new, but looks like a milestone to me (yeah, I know about Sony and their robots, but that was before and different).
i-SOBOT is a tiny 165-mm robot with 17 servo-engines. i-SOBOT can be programmed and controlled at distance (using the LCD-equipped remote control), and understands up to 10 voice commands. This robot will be available in Japan and US in October 2007.
According to the Guinness Book Of Records, i-SOBOT is the smallest robot in the world. Read the rest of this entry »