Live data from Hacker News

Viewing profile — aymericbeaumet

aymericbeaumet

HN member
Joined
Tue, Aug 19, 2014, 3:02 PM UTC
HN karma
156
Public activity
15 items

About aymericbeaumet

Blog: https://aymericbeaumet.com Twitter: https://twitter.com/aymericbeaumet LinkedIn: https://www.linkedin.com/in/aymericbeaumet GitHub: https://github.com/aymericbeaumet

[ my public key: https://keybase.io/aymericbeaumet; my proof: https://keybase.io/aymericbeaumet/sigs/qHNQpiHOSeUkRMAEpuu6vjH973H4DRVDuDrvWC9Vrms ]

Recent public activity

  1. story
  2. story
  3. story
  4. comment
    Comment #26164308

    OP here, thanks for the amazing comments. Some nice projects to look into! As much as I love z, I'm also a fan of fzf, both are really complementary. I'm using this little piece of…

  5. story
  6. story
  7. story
  8. story
  9. comment
    Comment #8211391

    A one could indeed export its requires. However, my idea was was to stay close to the require caching system existing in Node. As a personal taste, I by far prefer to configure my …

  10. comment
    Comment #8210377

    Is Duo smart enough to remember when it finds a library requirement with a specific tag? So that it is not necessary to indicate the tag on the other places where this same library…

  11. comment
    Comment #8209649

    There are always ways. But I find Grunt much more handy to do it.

  12. comment
    Comment #8209620

    I think you are talking about this[1], indeed you are right. However, task dependencies allows sequential tasks execution, but that's not very handy as you may want a same task to …

  13. comment
    Comment #8209519

    I remember some discussions on Gulp's issues tracker where maintainers were reticent about integrating sequential tasks execution. But that's great if you are going to do it. This …

  14. comment
    Comment #8209465

    I didn't know about it! Thanks

  15. comment
    Comment #8208071

    Even though they are clearly related, Gulp and Grunt are fulfilling different purposes. You should carefully examined your needs before choosing one over another. I recently switch…