Profile_bird

Hey there! somic is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving somic's updates.

Already using Twitter
from your phone? Click here.

somic

  1. @GeorgeReese would love a blog post on this topic (powershell v bash) if you ever get time
  2. RT @randybias: @somic [...] Cloudwashing is annoying. #cloudcomputing <-- AWESOME!
  3. @randybias with "cloud computing" term, we got into stretch-a-definition-to-fit-whatever-you-want mode. "cloud OS" is direct result of that
  4. @lmacvittie it's the same thing as "cloud computing" - if you stretch a definition far enough, it can be an OS.
  5. @skwp you may want to add that it's in Chicago
  6. @craigbalding consider adding a final "else"? if ... elsif ... elsif ... elsif ... ELSE .. end :)
  7. @charlieok replied to your comment on my blog
  8. @mleinart thanks. hopefully it's not too late
  9. @McBoof common theme b/w our posts - if cloud computing evolves to be the same as Internet, why have a sep definition for it. Nice post btw
  10. new blog: a developer's attempt to define cloud computing. http://bit.ly/6uAW1 warning: may b very different from mainstream definition(s)!
  11. RT @ebellis: cngrts 2 Sears & Viewpoints folks on their openid techcrunch coverage ths morning. http://bit.ly/GEyAo <-- +1
  12. wrote a quick ec2dim/ec2din replacement using python and boto - way faster than ec2 java tools
  13. @mrudel indeed - by definition, nothing beats a paparazzo with a smartphone
  14. new blog post: full data vs incremental data in messaging http://somic.org/?p=642
  15. sitting on two finished blog posts. One about clouds + enterprise, another about messaging. which one to publish today - 'tis the question
  16. RT @garnaat: New Elastician Post - Managing your AWS Credentials (Part 2) - http://bit.ly/ceefc <-- a must read if you use EC2!
  17. @cs_marshall does it return MAC addr? if yes, then arp. also can try tcpdump
  18. RT @elasticserver: [...] RightScale, AWS & CohesiveFT: Webinar 6/30 http://su.pr/2cYoX3 #cloudcomputing
  19. @d34dh0r53 good point, thanks. I don't set it globally or per session. just for one command: ( COLUMNS=200 dpkg -l ) | grep ...
  20. discovery of the day. to get dpkg -l to print out names and vers w/o truncating them, set COLUMNS env var! #debian #ubuntu