Live data from Hacker News

Viewing profile — ferventcoder

ferventcoder

HN member
Joined
Thu, Oct 14, 2010, 9:14 PM UTC
HN karma
35
Public activity
27 items

About ferventcoder

Just a passionate developer.

twitter: ferventcoder blog: http://devlicio.us/blogs/rob_reynolds

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. comment
  7. 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.

  8. 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, …

  9. 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…

  10. 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…

  11. 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…

  12. story
  13. comment
    Comment #8602096

    OneGet the package manager aggregator that has a Chocolatey provider. That's why it's crucial to support Chocolatey!

  14. comment
    Comment #8601827

    Thank you!

  15. comment
    Comment #8573691

    10 days to go! Over half way there. Let's do this!

  16. comment
    Comment #8514060

    Agreed. But most of the pro version features are non-free features for us to offer.

  17. story
  18. 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...

  19. 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…

  20. comment
    Comment #3093227

    It could be a chocolatey package. ;)

  21. comment
    Comment #3093225

    And the uninstall command? :D

  22. 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…

  23. 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…

  24. comment
    Comment #3093187

    Would providing the full link be a better idea? For the installer experience, people wanted short and memorable.

  25. 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