Live data from Hacker News

Viewing profile — stevelandiss

stevelandiss

HN member
Joined
Wed, Jul 01, 2015, 5:25 AM UTC
HN karma
18
Public activity
12 items

About stevelandiss

No profile information was provided.

Recent public activity

  1. comment
    Comment #13242974

    You can't easily make a company out of selling free stuff?

  2. comment
    Comment #13242964

    Dude, chill.

  3. comment
    Comment #13242958

    Mostly people like you that thought it was a good product but never paid.

  4. story
  5. comment
    Comment #11825573

    So if I were to run a database on this, wit a lot of overwrites, the storage would grow infinitely? Secondly, this implies you are remapping the LBA (offsets) all the time, perhaps…

  6. comment
    Comment #11820554

    How do you say that with conviction? I looked at the code and it has no bearings of being able to build a fault tolerant elastic block storage system.

  7. comment
    Comment #11819734

    If I could also add that NBD is extremely notorious in Linux. I am a block storage developer and NBD has been one of the main reasons why so many openstack storage products (like f…

  8. comment
    Comment #10294809

    Why would you say that global state in a distributed system is not possible? The entire internet is a distributed system with global state. The state needs to be aware of the conte…

  9. story
  10. comment
    Comment #9810235

    @takeda, how do you create 3 different containers in Docker for dev/test/prod? What parameters are you changing in the three stages?

  11. comment
    Comment #9810227

    Agreed, but a docker image is lighter in weight and takes less time to deploy and consumes less resources on the target server

  12. comment
    Comment #9810222

    I consider it as a replacement for deploying applications as a virtual machine. That is, if I want to host compute and let anyone run any random program in a reproducible manner on…