Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
caitp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
caitp
12y ago
Git is distributed, but obviously you're going to have a canonical repository somewhere (git.kernel.org, for instance). Decentralization doesn't mean getting rid of a canonical place where approved patches end up, and you really a
2.
▲
by
caitp
13y ago
> I wouldn't try to use Angular for an HTML 5 game, for example, though there's a good chance I wouldn't use jQuery either. I actually did use Angular for an HTML5 game last week as part of a demo for a conference. Admitte
3.
▲
by
caitp
13y ago
--resist strong urge to speak ill of both products-- god, that is a very difficult temptation to resist :(
4.
▲
by
caitp
13y ago
It's not shocking at all that they make people uncomfortable, just like it's not surprising that it's uncomfortable when someone points their mobile phone at you on the train. It's not rocket science, I think people shou
5.
▲
by
caitp
13y ago
yes, https://news.ycombinator.com/item?id=6747373 and likely other times too. (edit: this is more of a parody, but you could probably consider it trolling in some sense)
6.
▲
by
caitp
13y ago
I'd like to think Angular 2 will be well received, even if we are probably checking off more than a few of these boxes (not that AngularJS 1.x doesn't, though)
7.
▲
by
caitp
13y ago
Even if they can't make this effective (and cost effective) for people who have had the disease for over a decade, that's still fantastic news and a good reason to be hopeful. I'll drink to that.
8.
▲
by
caitp
13y ago
I'm glad you're finding Angular is working well for you! You may be (okay, considering what this article is about, you probably are) aware of this, but we're making an effort to drastically improve the performance of the dirt
9.
▲
by
caitp
13y ago
I'm fairly sure they're not writing device drivers or TCP/IP stacks, so they likely don't depend on a systems level language. A lot of work has gone into enabling people to write their apps using these interpreted langua
10.
▲
by
caitp
13y ago
I'm not seeing it in the latest Harmony draft, but it is already available in some implementations, and polyfills tend to have it. (one of) The issue(s) which is coming up for us WRT O.o is that current implementations don't seem
11.
▲
by
caitp
13y ago
While I haven't used it personally, I've heard of people shipping Node.js as part of iOS apps (and, for that matter, as part of Firefox extensions), but even without Node.js, most of these devices will have some JS runtime, in or
12.
▲
by
caitp
13y ago
Don't you hate it when the answer you want to give to a question isn't an option on the survey?
13.
▲
by
caitp
13y ago
It would be a net benefit for everyone if people stopped believing San Francisco was some kind of "technology/business mecca" or something. We need budding tech sectors all over the world, and we don't need everyone tryi
14.
▲
by
caitp
13y ago
You want to avoid making it look like it's actually "endorsed" by Google, or a product of Google's, despite interop with one of Google's products. The name can be an issue here, so you might want to come up with som
15.
▲
by
caitp
13y ago
When recruiters contact you, GPA doesn't tend to come up at all, at least in my experience.
16.
▲
by
caitp
13y ago
IQ is not "cognitive ability", it's a fallible (and arguably biased) quantification/quotient of a (not exhaustive) set of measures of (some form of) cognitive ability. People generally don't have their IQs "mea
17.
▲
by
caitp
13y ago
Myself and plenty of other women are absolutely involved in technology (and loving it). But, is software development really "power"? Is it really "changing the world"? Is it really all that meaningful? This is where I st
18.
▲
by
caitp
13y ago
The angularjs.org sites are indexed, just by using a trivial nginx directive to selectively serve partials to crawlers. All of the angularjs.org apps still rank fairly well using this strategy. This isn't always appropriate of course,
19.
▲
by
caitp
13y ago
That might be a bit of an exaggeration, although on the Angular side, we'd certainly like to have it pref'd on by default this summer (as unlikely as that may be). Anyways, I really think people are sort of attributing malice to G
20.
▲
by
caitp
13y ago
Somehow, with stories like these being so common in the news, I just don't think I want to live in that country. Apart from warmer weather, I'm not sure there's anything worth moving for.
21.
▲
by
caitp
13y ago
In addition to the big google projects using it (Chromium, V8, WebRTC/jingle, etc), there's also Joyent's Node.js (and forks, + numerous node packages containing native code), as well as numerous private projects that I'
22.
▲
by
caitp
13y ago
https://xkcd.com/927/ But on a serious note, I really want to see Gyp become more popular, for the simple reason that integrating multiple Gyp projects is essentially zero-effort. It's a beautiful way of working,
23.
▲
by
caitp
13y ago
FB React is a good example because it's living more in the presentation layer. But Custom Elements offer some things that React doesn't (as far as I'm aware). One is better encapsulation, another is a well defined styling sys
24.
▲
by
caitp
13y ago
When you have time (and are allowed to), it would be really cool if you could submit a patch against http://github.com/angular/builtwith.angularjs.org . It's not necessarily the simplest process, but there's a
25.
▲
by
caitp
13y ago
Are you able to identify the bank? Are any of the public-facing apps using AngularJS? We'd like to showcase successful and interesting Angular apps on the website(s) (by which I mean angularjs.org/angulardart.org and builtwith.ang
26.
▲
by
caitp
13y ago
While you're perfectly allowed to disagree, it sounds like what you're saying is this: "Collections of div-soup activated by jQuery plugins are the way to write maintainable web applications that make sense" It's no
27.
▲
by
caitp
13y ago
Heh, merged =)
28.
▲
by
caitp
13y ago
We love you too, Sean Caetano Martin! Just to address a point made towards the end of the blog, we do realize that Angular is not a flawless framework, and we are absolutely open to hearing feedback from users of the framework, get your bug
29.
▲
by
caitp
13y ago
Git provides some amazing tools in a very accessible way: 1) A great way to find regressions which is easy to automate (bisect) 2) light-weight branches 3) nice tools for dealing with patches (am, format-patch) 4) rebase (squash,
30.
▲
by
caitp
13y ago
The 1.x injector is not a very difficult pattern to understand, so if you're working with Angular you should pick up on it quickly. However, for production apps, you're probably not using "magic" function annotation, at
More ›