mgorsuch
|
11 years ago
|
on: Ask HN: How do you use Docker in production?
I've used docker for process isolation at two companies now. In both cases, we were executing things on the server based on customer input values, and desired the isolation to help ensure safety.
In the first company, these were one-off import jobs that would import customer information from a URL they provided.
In the other, these are long-running daemons for a multi-tenant service, and I need to reduce the risk that one customer could exploit the system and disrupt the other customers or gain access to their data.
I have some other experiments in play right now in which I am packaging up various services as docker containers, but this is currently non-production.
mgorsuch
|
12 years ago
|
on: Basecamp was under network attack
I was involved with a company that received several attacks on AWS. We were premium support customers, and were able to work with our AWS TAM to get a mitigation device in place and turned on. It was a bit shaky at that time, as this was not a common service offering. Things may be better now.
mgorsuch
|
13 years ago
|
on: Show HN: log-shuttle – log delivery over HTTPs written in Go
Great work as usual, Ryan. Glad to see this make it out there!
mgorsuch
|
13 years ago
|
on: Well that sucks, what else you got?
Thanks for sharing these notes on your experience. Clearly a lot was gained.
Your awesome and I look forward to hearing about your next adventure.
mgorsuch
|
13 years ago
|
on: Process Partitioning
I particularly like the reliance on crc to help in situations where a numeric identifier might not be possible / desired. It's organic.
This gave me enough of an 'aha!' to move forward with an experiment I was conducting.
Thanks!
mgorsuch
|
14 years ago
|
on: Announcing Better SSL for your Heroku App
It does!
mgorsuch
|
14 years ago
|
on: Ask HN: Who's using Google App Engine?
FWIW, offering SSL is a giant pita considering that it requires a unique IP address for each endpoint. Scaling that is not easy. Add the diminishing pool of IP4 space to that and you've got something that you have to think very carefully about.
mgorsuch
|
15 years ago
|
on: A Letter from Anonymous - Our Message, Intentions, and Potential Targets
I like the quote from Boondock Saints. Makes them scary, like Rocco.
mgorsuch
|
15 years ago
|
on: Finally a way to mark your Github project as abandoned
Aww. I'll pay more attention next time.
mgorsuch
|
15 years ago
|
on: Ask HN: What "futuristic" technologies have not yet been realized?
Hoverboards.
mgorsuch
|
15 years ago
|
on: PagerDuty (YC S10) Makes Sure Your Team Knows When A Server Goes Down
I love PagerDuty, and it has already paid for itself many times over. The fact that it will phone my house if I miss the text messages has been a big win over AT&T's lousy coverage in my area.
mgorsuch
|
16 years ago
|
on: Coding Horror and blogs.stackoverflow.com experience "100% Data Loss"
I'm with ya. This sort of thing can sneak up on you.
mgorsuch
|
16 years ago
|
on: Ask HN: Is it necessary to backup S3?
It's also worth pointing out that this might have been more of a failure of EBS (elastic block storage, an abstraction over S3) than with native S3 buckets.
Ultimately, my EBS device become unusable by any operating system, and Amazon support stated that the data was lost due to several backend systems failing.
mgorsuch
|
16 years ago
|
on: Ask HN: Is it necessary to backup S3?
You should certainly backup your data. While the engineers at Amazon are certainly among the smartest, they are not infallible. Things do fail from time to time.
I lost 1TB of data several months ago due to some backend issues with EBS and S3. Fortunately for me, it was just a backup of a backup of a backup. ;-)
mgorsuch
|
16 years ago
|
on: Ask HN: Will my target audience reject a .net solution?
The company that I work for and those that I have worked for in the past would never reject an application because it was written in .NET. We would only reject an application that did not fit our needs.
I think you are right to stick with what you know.
mgorsuch
|
16 years ago
|
on: Has Whole Foods' CEO Gone Completely Bananas?
This post seems primed for a political flame war. Can someone flag it?
mgorsuch
|
19 years ago
|
on: Prediction: thousands of shared web hosts will have Ruby by end of 2007
...exciting things will happen
Well, I'd like to believe that, but Dreamhost has had Ruby support for quite some time. I figured they're about the biggest of the shared hosting providers.
Maybe the new cPanel will make it even easier, though...
In the first company, these were one-off import jobs that would import customer information from a URL they provided.
In the other, these are long-running daemons for a multi-tenant service, and I need to reduce the risk that one customer could exploit the system and disrupt the other customers or gain access to their data.
I have some other experiments in play right now in which I am packaging up various services as docker containers, but this is currently non-production.