Live data from Hacker News

Viewing profile — spf13

spf13

HN member
Joined
Fri, Sep 03, 2010, 4:17 PM UTC
HN karma
588
Public activity
65 items

About spf13

Creator of Hugo, Cobra & Viper Former Go lead @ Google • MD @ Two Sigma • VP @ MongoDB & Docker Drupal Board • O'Reilly Author • Father of 4 • Always learning Writing at spf13.com

Recent public activity

  1. story
  2. comment
    Comment #45888809

    100% agree. These factors are generalized and without context. The context you bring is essential to making the right decision. The next post I'm writing is all about how to apply …

  3. story
  4. story
  5. comment
    Comment #45222323

    Hi HN, author here. While reading Franklin's autobiography, I was completely struck by the systematic, almost algorithmic way he taught himself to write. He designed a process of c…

  6. story
  7. comment
    Comment #32144484

    I never intended this statement to be taken as if I built these alone. Thanks for this candid feedback. Perhaps a more accurate wording is: "You may know me from helping to build t…

  8. comment
    Comment #32144405

    I built and led the team that was responsible for the MongoDB user experience. We designed and built MongoDB's integrations with programming languages & third party systems (Drupal…

  9. comment
    Comment #32143515

    Thank you!

  10. comment
    Comment #32143513

    I can confirm it's quite accurate. I've been the person responsible for these metrics the entire time cited.

  11. comment
    Comment #27477510

    A couple of the Go authors did a lot of the initial coding and continue to code in Acme (rsc, r). The broader Go team use a wider variety: Vim, Emacs, Goland, and VSCode are the mo…

  12. comment
    Comment #26361006

    I did this exact thing when I got frustrated with Jekyll (and friends) and created Hugo. Of course, at the time all SSGs were in dynamic languages and very VERY slow. Happy to see …

  13. comment
    Comment #25750920

    This is the first. There have been several designs previously, each of which was refined based on feedback, culminating in this proposal.

  14. comment
    Comment #12678062

    I didn't. I'm shocked how awful these ads are. I've turned it off completely.

  15. comment
    Comment #12678013

    Disclaimer: I am the creator of Hugo. Trying to provide an impartial perspective here for the readers. Everyone has different needs and tastes so no tool works for everyone. Here's…

  16. comment
    Comment #12677944

    Disclaimer. I am the author of Hugo and former exec at Docker. I don't speak for Docker and I've been gone for over a year so the following is at best a guess. From my reading of t…

  17. comment
    Comment #12677734

    This is surprising and counter to what most others are experiencing. Many of the performance optimizations have tradeoffs and while they increase performance for the majority of ca…

  18. comment
    Comment #12677678

    Thanks for this feedback. We are striving to make the docs as good as we can. We would love to hear more about your experience so we can improve the docs further.

  19. comment
    Comment #12677672

    Hugo is not blog oriented and works well with any site structure. A good way to a lot of different ways of how people are using Hugo is with the site showcase. http://gohugo.io/sho…

  20. story
  21. story
  22. comment
    Comment #10649424

    It can optionally use python-pygments for syntax highlighting. It's not a requirement and as you mention alternatives are available.

  23. comment
    Comment #10630120

    Hugo provides many of the same features of Harp.js which is also a good project. Hugo provides a server for local development like jade. Hugo is a bit easier to install as it doesn…

  24. comment
    Comment #10629937

    Currently hugo has not focused on this aspect of development and many people have found success combining Hugo with Gulp. There are a few projects related to this that make it pret…

  25. comment
    Comment #10627808

    Hugo is built is a way that virtually everything you would want to do with a static site generator is configurable without go or recompilation. Smashing Mag had a good write up exp…