Hacker Newsnew | past | comments | ask | show | jobs | submit | kafeltz's commentslogin


Could you provide some youtube link showing what you like to listen?


Windir is an example of a band I think works really well for coding: https://www.youtube.com/watch?v=0v805xBELTs https://www.youtube.com/watch?v=IW6h0lhXW3Q


I can't even push on my own repository on github.

_Please make sure you have the correct access rights and the repository exists._


I think we should create an extension to fix that `search` behavior and using placeholder html5 attribute. Every time I focus on that the text moves. =D


For me, it seems the author have just using reactjs and got loved with it. Just an emotional issue that will disappear fading out.

People normally get in love when they do some fancy dom manipulation with few lines of codes.

But experience shows different.


Rich Hickey could play on golang, this guy is so fascinated by simplicity too.


wrong, i have read all google result page searching for solutions for angular and i'm still don't know how to build a proper directive or how to understand the life cycle of the application.


Besides the wrong comparison with jQuery and AngularJs I have to say angularjs is horrible to build Single Page Applications.

jQuery have enough third party lib to solve most problems.

I have done 2 big application and I'm still convincing my boss that angularjs must be deprecated immediately.

Directives and Services have too much workaround to solve the problems we already have defeated and they cast the spell to bring the undead back.

Problems I see:

* fast development * easy way to build reusable components (see AngularStrap source code) * few lines of code with real problems (like a huge form) * form validations * testing is pretty crap to do, a new born framework (karma) is already obsolete. * to much problem with $scope needed to workaround with setTimeout(fn, 0)

Features is does have:

* build a quick to do list * build a quick hello world sample


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: