Viewing profile — stevelandiss
stevelandiss
HN member- Joined
- Wed, Jul 01, 2015, 5:25 AM UTC
- HN karma
- 18
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About stevelandiss
No profile information was provided.
Recent public activity
-
comment
Comment #13242974
You can't easily make a company out of selling free stuff?
-
comment
Comment #13242964
Dude, chill.
-
comment
Comment #13242958
Mostly people like you that thought it was a good product but never paid.
- story
-
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…
-
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.
-
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…
-
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…
- story
-
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?
-
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
-
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…