Archive for the ‘internet’ Category

Okay, we have text file with list of urls and want to have firefox’s screenshots from this pages and also we need to have this screenshots in some normalized resolution ( like all images should be in 300×400 – thumbnails ). First of all you need to install Command line print Firefox add-on. Then create some simple script which will run firefox with needed url, print screenshot and close ( in my case via kill – may be it’s too brutal ) firefox in cycle. It may look like this ( url_list.txt – file with urls – each url on its own line :-) ), after running this script you will have many *.png files which is screenshots for ulrs – 0.png – for first url in urls_list.txt, 1.png for second and so on.

#!/bin/bash
id=0
while read line
do
firefox -print $line -printmode png -printdelay 10 -printfile ${id}.png
ps ax | grep firefox | awk '{ print $1 }' | xargs kill -9 ;
id=$[$id+1]
done < urls_list.txt

And now then we have screenshots ( all this guys are in different resolution in common ) then we need to normalize them – to create thumbnails for all images in 300×400 resolution – convert helps!

for f in *.png;
do
convert -thumbnail 300x400! ${f} thumb_${f}
done

And we have many thumb_*.pn with 300×400 resolution all. A little note – using resolution without ! sign will work in another way – resize will be processed proportionally with using resize only for one dimension ( bigger one ).

.. to be continued

The US military has announced plans to buy 2,200 more of the game consoles, so that they can massively beef up the processing power of an existing, PS3-based supercomputer. A “Justification Review Document,” which has oddly been deleted from Google since I found it but is still available at this cache link, explains that, “the new PS3s will be placed in a cluster environment with an existing cluster of 336 PS3s by connecting each of the units’ one gigabit Ethernet port to a common 24 port gigabit hub.”
via arstechnica.com

Distributed, non-relational database systems – DNRDBMS – see

Grid Dynamics nominated “2009 Top 150 Cloud Computing Players” by Cloud Computing Journal. Look at letter G – here we are, around Google. ;-) .

Cloud links for August

10 reasons why cloud computing is bad idea

* Cloud Computing makes your IT excessively dependent on the Internet
* Cloud Computing will attract clients mainly from Western markets
* Cloud Computing makes you dependent on the goodwill of your ISP
Continue reading ‘10 reasons why cloud computing is bad idea’ »

Half of All Developers Plan Private Cloud Deployments

If a recent Evans Data study is any indication, private cloud deployments could rise sharply over the next year.

Great point for startups

NYC big ideas :

  • Realtime data on subway / bus arrivals / locations for use in mobile apps,
  • Free WiFi locations in all 5 boroughs
  • Mobile app to replace metro cards and kiosks
via Tim o’Reilly

Amazon.com have about a 10% of waste web-traffic

Recently, I crawl throught amazon.com and found that they have some bugs in their services – in some categories they have wrong stuff counter and also guys have really bad html code for their product pages. Continue reading ‘Amazon.com have about a 10% of waste web-traffic’ »

Stallman: Cloud computing is ‘stupidity’

Stallman dismisses cloud computing as industry bluster. “It’s stupidity. It’s worse than stupidity: it’s a marketing hype campaign,” he said – huh, i agree that anything which contain “cloud” keyword have too much marketing stuff , but it’s not really stupid. There’s too much marketing stuff in this area ( and goGrid’s guys are the very first for this ‘too much marketing’ ), but let’s look on amazon ec2 – it’s really great amazing thing – last 7 years my work related with various size cluster’s, and last year my “server provider” is amazon – and I may say that amazon is much convenient than any company-owned-datacenter. For my it’s big deal when I can get 100 servers for 10 mins and run some job on them. There’s too much marketing noise in cloud industry, but it works and it works almost fine.
ps. Another point for cloud computing – it’s Steve Ballmer on defining the cloud.

Just a normal day at nations most important financial institution

I've got a stock here Book Buy Sell Sell this is madness goodbye Just a normal day at nations most important financial institution

CppCMS – C++ Web Framework – just for note

CppCMS – c++ framework for highloaded web projects and applications. As I can understand CppCMS faster when WordPress + PHP in in 5 times at least, but currently it used only by project owner to support CppCMS blog. To get more info about this project you may look at this links : How to install wiki++ and Wiki++ installation package

How to beat Russia in nuclear war

Very intersting document – Attacking Russia’s nuclear forces with detailed city maps, described existing nuclear objects and other targets in Russia. Great thanks to _denplusplus_ for this link.

Make millions on e-bay – spam in comics ;-)

Have you ever wanting to sell your things on e-bay, but you aren’t knowing?
NOW YOU CAN!!! ” – how to earn a million dollars with e-bay in pictures below
Continue reading ‘Make millions on e-bay – spam in comics ;-) ’ »

Coming soon..

The very best site is underconstruction I have seen in last year.

Amazon announced that Windows Server ( 32 and 64 bit ) will be available as host OS for Amazon EC2 instances. Running instances can be accessed via Remote Desktop. Currently this feature available for private beta ( Windows Server and SQL Server ) only – and public release sheduled before the end of 2008. You may provide your contancs to Amazon to be notified when this product will be available.

Kevin Kelly talks about web technologies in last ten years and predicts what happens with web ( and with us ) in the future.

Get Adobe Flash playerPlugin by wpburn.com wordpress themes