HN user

kayloos

31 karma
Posts1
Comments8
View on HN

"Whatever you do, you have to find a balance between doing what you love and making enough money to live the life you want, or what your family needs. It's not always an easy choice."

If you love to program the choice is easy. It's not like programmer wages are so low you have to live under a bridge.

Personally I'm psyched that people will actually pay me to program, because if they wouldn't, I would still be programming.

Angular 2.0 12 years ago

This is a critique of the example, more than the framework itself. The "smart-float" directive is not a native angular directive, but rather a directive made for the example.

As for the "form.length.$error.float", it probably could be a bit more concise, but is it really that bad? What would be a "more semantic" way?

The main strength of angular, is that you are able to point your DOM elements to environment variables in your JavaScript code -- eliminating the need for traversing the DOM to find a mount node. If you are opposed to this functionality and insisting on traversing the DOM from the JS side, I'd love to hear why.

You can find small things you dislike in any framework, but rarely are they valid criticisms of the general concept. Often, these details are there for a reason, and just as often, they are flaws waiting to be fixed by an open source developer.

There's a new web library that extends Scotty with basic session and authenticiation support, called Spock.

I used it for a personal project of mine, which is creating an rss reader resembling the now dead iGoogle (which I loved), and although I had to read a lot of source code to get it to work, I really enjoyed how I worked with it, after figuring out the patterns on how to use it.

It definitely isn't finished, it could use some love by some eager developers, but in my opinion it has the potential to be the best framework out there.

- It extends scotty, so defining routes and control logic is fast and simple - It does not cage you in with a template language, or libraries that you don't want thrown in your face.

For example, I used Scotty with my own templating language I made for fun (hemplate), as well as a validation library I made, which I hope to finish in the near future, (after I get a job).

http://hackage.haskell.org/package/Spock

I have a really good impression of the site, and might use it as my feed reader.

One question: Do people really want to pay for a feed reader? On one hand the price is low compared to what we use on day-to-day goods, but I'm curious as to whether a feed reader is something that the average hacker would pay for.

Between independent clauses linked with a transitional phrase or a conjunctive adverb: Everyone knows he is guilty of committing the crime; of course, it will never be proven. ... This is the least common use, and is mostly confined to academic texts.

In your example, "then" is the conjunctive adverb.

Edit: By the way, I love having grammar discussions on the internet. Let's make a grammar discussion club, so we can really go at it, and maybe try and keep the grammatic national socialism out of hackernews.