Viewing profile — jtimberman
jtimberman
HN member- Joined
- Mon, Aug 03, 2009, 3:54 AM UTC
- HN karma
- 28
- Public activity
- 19 items
- HN profile
- View on Hacker News ↗
About jtimberman
Recent public activity
-
comment
Comment #43598486
The Chef-branded distribution is still built from the same open source repositories that the CINC project is built from; it isn't proprietary. It has an additional EULA that requir…
- story
- story
- story
-
comment
Comment #5201198
With Chef 11 Server, the CouchDB component is removed for PostgreSQL. RabbitMQ is still there. Opscode provides a single package with everything above libc required to run the serv…
- story
-
comment
Comment #4724519
"ruby_block" is a Chef resource that allows you to execute your favorite ruby code as a separate resource. You can always drop to regular, plain Ruby, anywhere you like.
- story
- story
-
comment
Comment #3936028
What the generated rayburst.sh script does: 1. Writes out configuration for the chef client. 2. Generates a node on the chef server with the specified "run list" (recipes selected …
-
comment
Comment #3850856
If you write such awesome well tested code you won't mind being primary on-call to support it, since it won't break and you won't get paged.
- story
-
comment
Comment #3665554
I never said this is a security vulnerability in Rails. I said it is a bug (and a serious one). A bug, as you may be aware, is a mistake, fault, failure, problem or other unintende…
-
comment
Comment #3665442
My point is that Rails does not take the high road of providing better, sane, secure defaults for people to build their applications. While the proposed solutions in the issues I l…
-
comment
Comment #3133835
1. Yeah, the stop-gap "solution" is to white list a number of attributes in order to reduce the data set, because in the most common use case we see, there's only a few attributes …
-
comment
Comment #3133809
Cookbooks are accessible via your private key, which Opscode Hosted Chef does not have a copy. You can choose to encrypt the contents of a data bag using a locally generated (on yo…
-
comment
Comment #3117844
1. We are working on making the search more performance and use less memory. 2. Chef definitely does not discourage declarative configuration. Chef recipes include declarative reso…
-
comment
Comment #3117811
(disclosure, I work for Opscode.) To be clear, those dependencies are required for running your own open source chef server. You can use chef without the server, as chef-solo, or l…
-
comment
Comment #1328091
Hi! Actually in an upcoming release of Chef, you'll be able to do exactly that - manage Rackspace cloud nodes with the knife command-line tool. What that means is, you can launch n…