Viewing profile — aelsabbahy
aelsabbahy
HN member- Joined
- Wed, Oct 21, 2015, 4:54 AM UTC
- HN karma
- 8
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About aelsabbahy
No profile information was provided.
Recent public activity
- story
- story
- story
-
comment
Comment #13809879
Some high level differences from serverspec/testinfra: * Goss is self contained binary, no python/ruby needed * Goss is YAML, not python/ruby DSL * Goss can generate tests from sys…
-
comment
Comment #13809846
I posted goss to show HN a year ago, but a lot has changed since. Changes since my initial post: * Goss is now primarily YAML based (was JSON originally) * Goss supports golang's t…
- story
-
comment
Comment #12630180
I've also posted a tutorial video for the tool here: https://youtu.be/in1ItGKDr98
- story
-
comment
Comment #12272449
"We had a slight issue with a routine software upgrade" - love the wording on that. Sounds like something I would tell my boss after accidentally taking prod down.
-
comment
Comment #12272426
"We had a slight issue with a routine software upgrade" - love the wording on that. Sounds like something I would tell my boss after accidentally taking prod down.
-
comment
Comment #12271198
Makes sense, any examples of good/simple sites that come to mind?
-
comment
Comment #12271156
Does it though? I feel I usually prefer to go to a github page of a project and will only resort to their website if the documentation only lives there. Maybe I'm in the minority :…
-
comment
Comment #12271094
So right now I have a simple 302 redirect from a domain I own. I guess my question is more about the benefits of having a "site with more detailed information" vs readme + docs in …
-
story
Ask HN: What are the benefits of having a project webpage vs. GitHub README?
Aside from Google Analytics are there any other benefits to having a project webpage for an open source project? Are there any guides or statistics on the impact of having a webpag…
- story
-
comment
Comment #12247270
I've also posted a tutorial video for the tool here: https://youtu.be/in1ItGKDr98
- story
- story
-
comment
Comment #11554100
I like to think to myself "If I had to verify this server manually what would I check?" and write automated tests for those. Usually, it's a few high level/important checks for cri…
- comment
-
comment
Comment #10432497
This blog post explains the difference between goss and serverspec better than I did: http://www.unixdaemon.net/tools/testing-with-goss.html
-
comment
Comment #10426153
The concept of resource/system_resource was borrowed from projects like puppet, chef. ansible, specinfra, etc. There's probably an opportunity to make this more generic by adding s…
-
comment
Comment #10424869
This is my first go program, wanted to learn the language. Any feedback on code and/or tool would be greatly appreciated. The tool is intended to be a simple take on server validat…
- story