new-tech

Do you use Jade and what's your opinion of it?

Do you or have you ever used Jade and what are its advantages and disadvantages of it in your opinion? For example: Speed of development? Performance issues with it as an interpreted language and how well multiple app servers helps? Costs of using Jade? Do you think the Jade language's simplicity is a good thing or a lack of features? ...

Why isn't Git used for package management?

I've heard that Git has lots of advantages over subversion/CVS, especially speed so why do projects like FreeBSD continue to use CVS for the ports system? Wouldn't the distributed version control make it easier for new ports to be created and updated too? Also mercurial should be another good option and the same gos for all package manag...