Live data from Hacker News

Viewing profile — jandecaluwe

jandecaluwe

HN member
Joined
Wed, May 07, 2014, 5:48 AM UTC
HN karma
58
Public activity
22 items

About jandecaluwe

No profile information was provided.

Recent public activity

  1. comment
    Comment #11120541

    http://music.jandecaluwe.com/bossanova/chega-de-saudade.html

  2. comment
    Comment #11116933

    A showstopper feature for me is that it should be straightforward to use the tool to write its own manual. Surprisingly few static generators, including Pelican, do that however. B…

  3. comment
    Comment #11116683

    It is correct that there is "one main content" per page, available in the 'body' attribute. However, to me the distinctive feature of a blog is not that, but the way entries are or…

  4. comment
    Comment #11116508

    The sites are typically in a git repo, so content updates are through commits or pull requests. For an example of feature requests that are ordered by status and number, see http:/…

  5. comment
    Comment #11116131

    My main use case are technical-oriented websites. So I need to support content like a manual, a faq, news, feature requests, essays, and yes, also a blog. I also want good navigati…

  6. comment
    Comment #11116078

    No multilanguage support. I do use autopulling for some websites, works great indeed.

  7. comment
    Comment #11116058

    It is heavily inspired by some Jekyll features, and I have tried to add recognition for this in the docs. However, it is not blog-oriented and it is in Python ;-). The distinguishi…

  8. comment
    Comment #11116041

    Urubu is for Python 3 also, from a single codebase. The regression suite currently tests for 2.7 and 3.4. Update: I see where the question is coming from - the Quickstart site sugg…

  9. comment
    Comment #11113600

    Compared to others, I believe configuration is minimal. Also, there is a companion site to get started immediately, and update as you go: http://urubu-quickstart.jandecaluwe.com

  10. comment
    Comment #11113539

    Hello: I created this project because I needed a generator for a static website - not just a blog. To accomplish this, the website structure matches the source structure exactly. I…

  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #9955335

    You have it completely backwards. The best "real engineers" do not "think directly" on how to solve the problem with registers and combinational logic. They think about how to solv…

  17. comment
    Comment #9954070

    Complete nonsense. First, a synthesizable MyHDL description is at exactly the same abstraction level as a synthesizable Verilog/VHDL description. This paradigm is the basis for the…

  18. comment
    Comment #9954033

    Stop the misrepresentation and do your homework first please. MyHDL is as cycle accurate as Verilog & VHDL. It's based on the same event-driven paradigm - the paradigm that real in…

  19. comment
    Comment #9763169

    Please. Of course it is, and that is made very clear on the home page. http://www.myhdl.org/

  20. story
  21. comment
    Comment #7709746

    MyHDL is implemented as a minimalistic pure Python library, which basically means that you can use Python features for modeling - pretty powerful. In addition, it supports conversi…

  22. comment
    Comment #7708790

    MyHDL has been and is being used for production designs. For parametrizability, you have the full Python power at your disposal. This is also true for conversion, because conversio…