bluedot.net

July 14, 2004

Pop-ups prove profitable, persistent

Filed under:Technology — sps @ 3:28 pm

Programs designed to deliver pop-up advertising have multiplied like viruses in recent months and consumers should get used to it: Companies behind the pop-ups are signing up brand-name advertisers, winning court battles and rolling in cash.

[read the article]

end

July 12, 2004

Digitizing the voices of the past

Filed under:Technology — sps @ 11:56 am

A new technology under development in Berkeley could help thousands of long-dead Americans to “speak” again. Using a tool normally used for particle physics research, two scientists at Lawrence Berkeley National Laboratory are investigating how to extract clear, audible voices from broken, mold-eaten and otherwise unplayable early recordings.

article at sfgate.com
project homepage

end

July 8, 2004

Flash for your mobile phone

Filed under:Technology — sps @ 12:21 pm

according to:http://www.macromedia.com/software/devices/products/flashlite/ :

Flash Lite is the Macromedia Flash profile specifically developed for mobile phones. Flash Lite has seen explosive adoption by Japanese consumers and developers alike, and now it is quickly gaining adoption from operators and manufacturers outside of Japan.

[read the press release]

end

July 6, 2004

Application Design with POE

Filed under:Perl — sps @ 10:23 am

Matt Cashner provides a high-level introduction to POE, the Perl Object Environment, examining the concepts that POE brings to bear when designing long-running Perl applications.

[read the article]

end

July 3, 2004

The Beauty of REST

Filed under:Development — sps @ 5:56 pm

Through his LibraryLookup project, Jon Udell finds that you don’t need to understand what REST is in order to benefit from its use in a system.

[ read the article]

end

PHP Scales

Filed under:Technology — sps @ 5:37 pm

There has been a lot of discussion lately about scalability, brought about by Friendster’s move to PHP. Once again, I am amazed at how many people don’t understand what scalability means (even though I’m glad to see fewer and fewer people misspelling it). Scalability means “How well a solution to some problem will work when the size of the problem increases” (from Dictionary.com). This is interpreted in drastically different ways, and you can find my interpretation in What Is Scalability?.

[ read the article ]

end

Profiling Perl

Filed under:Perl — sps @ 8:26 am

Everyone wants their Perl code to run faster. Unfortunately, without understanding why the code is taking so long to start with, it’s impossible to know where to start optimizing it. This is where “profiling” comes in; it lets us know what our programs are doing.

[ read the article ]

end