Archive for the ‘useful links’ Category
Below I put some snapshots from Googl’e chrome release cycle presentation with some comments.
Continue reading ‘Links for January 2011’ »
Posted by Alexey Bokov on January 8, 2011 at 7:19 pm under programming, project managment, useful links.
Tags: amazon, Amazon EC2, android, CES, chrome, google, HaaS, hudson, iphone, jenkins, LG, lg telecom, NoSQL, oralce, project mana, project managment practices, skype, snap, sony, VMWare, work
Comment on this post.
Posted by Alexey Bokov on August 18, 2010 at 2:59 pm under compute grid, useful links.
Tags: aws, china, cloud computing, ec2, interesting, internet, shanghai, Web, work
Comment on this post.
Posted by Alexey Bokov on June 8, 2010 at 7:34 pm under administration, project managment, useful links.
Tags: cvs, git, links, project managment, subversion, svn, VCS, work
2 Comments.
Using json in bash :
- jsawk : work with an array of JSON objects read from stdin, filter them using JavaScript to produce a results array that is printed to stdout. For example get’s json ( from Yahoo image search by ‘madonna’ query ) and add some info ( madonna’s real name ) to this
wget http://bokov.net/json_example.json
cat json_example.json | ./jsawk "this.ResultSet.RealName=\"Louise Ciccone\"" > updated_info.json
- you can use some bash/awk/sed stuff to parse json. For example – list all image urls from json
wget http://bokov.net/json_example.json
cat json_example.json | sed -e 's/[{}]/''/g' | awk -v k="text" '{n=split($0,a,","); for (i=1; i<=n; i++) print a[i]}' | grep '"ClickUrl":' | sed 's/:/ /1' | awk -F" " '{ print $2 }'
- or use library from json.org for language which you like 🙂
via v.kruchkov
Posted by Alexey Bokov on April 27, 2010 at 11:21 am under programming, useful links.
Tags: awk, bash, jsawk, sed, ubuntu, work
2 Comments.
If anyone interested in it – here’s new update for Sun Grid Engine 6.2 – update 4. It almost about bug fixing and man’s changes – list of changes is here. Sources’ tag for CVS is V62u4_TAG (make sense for Grid Engine, ARCo, SGE Inspect ), by the way as I know Hedeby is still 1.0u3.
Posted by Alexey Bokov on October 26, 2009 at 1:01 pm under administration, compute grid, news, useful links.
Tags: Amazon EC2, hedeby, java, news, open source, SGE, Solaris, sun, Sun Grid Engine, work
Comment on this post.
The central idea we were working on was this idea of de-localized information — information for which I didn’t care what computer it was stored on. It didn’t depend on any particular computer. I didn’t know the identities of other computers in the ensemble that I was working on. I just knew myself and the cybersphere, or sometimes we called it the tuplesphere, or just a bunch of information floating around. We used the analogy — we talked about helium balloons. We used a million ways to try and explain this idea – hn Markoff and Clay Shirky talk to David Gelernter – Lord of the Cloud
Posted by Alexey Bokov on June 22, 2009 at 9:09 pm under compute grid, useful links.
Tags: compute cloud, Elastic Compute Cloud, interesting, video, work
Comment on this post.
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.
Posted by Alexey Bokov on January 29, 2009 at 9:15 pm under internet, useful links.
Tags: interesting
Comment on this post.
Matt Cutts wrote that Sergey Brin have got a blog. Sergey told that this blog dedicated to his life “outside of work” – actually there’s only one post about 23andMe – project founded by Sergey and his wife Anne Wojcicki. In 23andMe blog Sergey ( and other 23andMe founders ) tried to explain why DNA research is so important for everyone, and how it can help people to struggle with diseases. I’m sure that projects like 23andMe are very important for human health, at least, because the knowledge is power.
Posted by Alexey Bokov on September 22, 2008 at 6:07 pm under useful links.
Tags: google, health
Comment on this post.