Viewing profile — tomazmuraus
tomazmuraus
HN member- Joined
- Tue, May 18, 2010, 4:19 PM UTC
- HN karma
- 312
- Public activity
- 42 items
- HN profile
- View on Hacker News ↗
About tomazmuraus
Recent public activity
- story
- story
- story
- story
-
comment
Comment #6207360
(disclaimer: I'm one of the Libcloud developers) I want to add some context to this. Our current abstraction provides a relatively simple API which is guaranteed to work across mul…
- story
- story
- story
-
comment
Comment #4906323
It shows how easy it easy to write your own function because all you need to do to send an email is perform a single HTTP request.
- story
-
comment
Comment #4173698
Project Awesome is an HTTP proxy which means it's even a higher abstraction than a Ruby library :) In any case, you should have a look at Libcloud ( http://libcloud.apache.org/ ), …
-
comment
Comment #3705091
Disclaimer: I'm author of the blog post. The title might be a bit misleading, but a first commit to Whiskey was actually made about a year ago ( https://github.com/cloudkick/whiske…
- story
-
comment
Comment #3188453
Just FYI, apache mod_proxy_balancer also supports HTTP 1.1 and you can configure it during run-time if you have mod_status enabled.
-
comment
Comment #2700426
Any special reason why you haven't used something like libcloud (deploy_node ...) - http://libcloud.apache.org/ ? Then the script would work with multiple providers, not just Amazo…
-
comment
Comment #2487638
We actually do have an install script. It is not the best one, but you should be good to go in a few simple steps: 1. downloading a tarball 2. unpacking it 3. running "scons instal…
-
comment
Comment #2487532
Service management part is also abstracted away pretty well, so it should be fairly easy to write a new backend for your favorite service manager (supervisor, upstart, etc.).
-
comment
Comment #2487361
Here is a link to the original news on the project website http://cast-project.org/news/2011/announcing-cast-preview-re... and a blog post on the Cloudkick website https://www.clou…
-
comment
Comment #2421512
Nothing new here. Node wasn't ever really meant to be used for CPU intensive tasks - especially the ones like this which you can fairly easy parallelize.
-
comment
Comment #2384176
Awesome book (+ pretty pictures). I have read it online about a year ago, but I still ordered my copy from Amazon.
-
comment
Comment #2333337
It "kinda" supports LAN sync. Files still first need to be transfered to the cloud first before you can sync them over LAN. At least it was like this the last time I have looked at…
-
comment
Comment #2292251
Nice to see a new release, but there is still no official support for a parallel execution :( There are some forks with a parallel support, but all of the ones which I have tried a…
-
comment
Comment #2237759
Yeah, YubiKeys are great. I have been using mine for about a year now and I also use a YubiKey PAM module to log in into my Ubuntu workstation. If you search google a bit I am pret…
-
comment
Comment #2210640
Yeah, I was thinking about doing a similar thing here at Cloudkick. Currently, our test suite is not that large and it takes around 6-8 minutes to complete, but with testing every …
- story