Viewing profile — ferventcoder
ferventcoder
HN member- Joined
- Thu, Oct 14, 2010, 9:14 PM UTC
- HN karma
- 35
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About ferventcoder
twitter: ferventcoder blog: http://devlicio.us/blogs/rob_reynolds
Recent public activity
-
comment
Comment #11297514
I wrote a little bit more about Chocolatey packaging, there is quite a bit of confusion about it because most folks only see the packages on the community feed ( https://chocolatey…
-
comment
Comment #11291175
Actually it depends on the package type. Chocolatey doesn't require an admin shell nor does it require PowerShell for packages that have the runtime executables embedded in the pac…
-
comment
Comment #11290269
Only a download script for GUI apps? That's interesting and very likely misinformed. Since Chocolatey builds on top of NuGet.Core, it's got all of the same benefits to dependency r…
-
comment
Comment #11290178
"Chocolatey is that they depended on a bad upstream tool" Hindsight is amazingly much clearer than decisions you make at the time with all the constraints and requirements you have…
-
comment
Comment #11290142
Well "them" == me and my team. It's likely building on top of NuGet was a mistake on my part, but it's all there was at the time and it was pretty easy to get started. We don't nee…
- comment
-
comment
Comment #11287820
A lot has changed in a year. For instance you were likely using Chocolatey prior to when the rewritten compiled version came out.
-
comment
Comment #11287807
It looks like all of my comments on your post were private notes. Edit: I readded the ones I could make public. You wrote that the Chocolatey Gallery had no formal review process, …
-
comment
Comment #11287791
"Think carefully before using Chocolatey. It is not, never has been, and never will be the default package system for Windows." Mostly because it wasn't created by Microsoft. I mea…
-
comment
Comment #11287785
"Chocolatey is based on v2 NuGet which is a) terrible and" I laughed at that point because I completely agree that NuGet v2 isn't great at all. Also you forgot to mention that NuGe…
-
comment
Comment #11287750
You are correct about the distribution licensing, however that really only applies to the packages on the community feed. When Chocolatey is used internally, I think you will see i…
- story
-
comment
Comment #8602096
OneGet the package manager aggregator that has a Chocolatey provider. That's why it's crucial to support Chocolatey!
-
comment
Comment #8601827
Thank you!
-
comment
Comment #8573691
10 days to go! Over half way there. Let's do this!
-
comment
Comment #8514060
Agreed. But most of the pro version features are non-free features for us to offer.
- story
-
comment
Comment #8138868
And the linear top/down flow, also known as manifest ordering, is now available with Puppet. See http://puppetlabs.com/blog/introducing-manifest-ordered-reso...
-
comment
Comment #3095891
I think CoApp is going to be the answer for what you are trying to do. Chocolatey starts after compilation. If someone is already providing libcurl and openssl, these are easily of…
-
comment
Comment #3093227
It could be a chocolatey package. ;)
-
comment
Comment #3093225
And the uninstall command? :D
-
comment
Comment #3093214
That and creating packages with chocolatey is stupid simple compared to what I've seen with CoApp. But CoApp also has source and WinSxS. You can see how easy it is to create a pack…
-
comment
Comment #3093208
cinst curl - it's there. For the others, just because they are not there yet, doesn't mean they won't be. Creating packages is pretty simple. This is the main part of the curl pack…
-
comment
Comment #3093187
Would providing the full link be a better idea? For the installer experience, people wanted short and memorable.
-
comment
Comment #3093181
We started with a much more involved set of steps to install and people kept wanting a one liner for the install. It's a tradeoff