Jamie, I am getting about 10 errors a second in my console:
Uncaught TypeError: Object sufio._xdWatchInFlight(); has no method 'apply' reader-29b4dd587f1ca6b5f0d639aac64ce9bf.js:1 e.(anonymous function) reader-29b4dd587f1ca6b5f0d639aac64ce9bf.js:1
Pretty print the error location from chrome:
e.setInterval = function() {
var e = t.call(arguments, 0), n = e[0];
return e[0] = function() {
try {
n.apply(this, arguments)
Uncaught TypeError: Object sufio._xdWatchInFlight(); has no method 'apply' (repeated 1589 times)
} catch (e) {
throw TraceKit.report(e), e
}
}, r.apply(this, e)
}
The proxy at my work doesn't allow web sockets, and I think this might be related.
Also, I noticed that there are at least 3 different third party services being called (superfish, pusherapp and intercom). All of these are ancillary to the main functionality, right?
I haven't even got my feeds imported yet, and the app is already pulling down 2 MB. superfish in particular is super heavy. I think I would prefer a lighter payload.
This is true. Also, you should be redirected to https when you go to /account if things are working how they're intended. I don't run the full thing through SSL quite yet, because I pull in content from lots of different sources (images, for example), and that would cause SSL warnings.
I have something in mind for this, but haven't gotten around to implementing it yet. Full SSL is coming.
Richardson TX - Engineer For Test at Tradestation Technologies
We're looking for someone to come in and work our application over. The ideal candidate will have a passion for quality software, and will be intimately familiar with browser applications. They will be responsible for manual testing, automated testing, maintaining and improving the CI process, and helping out with development when needed.
This position is on a scrum team in a team room.
we use javascript, node, grunt, mocha, webstorm/intellij, git, teamcity, and we're targeting chrome/firefox/IE 10+ (no legacy browser support).
I'm pretty sure i/o bound go routines will use the very same kernel eventing mechanism. I looked into this recently, and you have to explicitly tell it to use more than one thread with http://golang.org/pkg/runtime/#GOMAXPROCS
Can someone explain what is great about flipboard. The flip animation is cool the first couple of times you see it; but then it gets annoying quickly. I can't see any value in the app that would make putting up with the excessive animations worth it.
My wife was in the same position. She found some work pretty quickly networking at startup meetups. She ended overseeing a technical project, and doing some lite database work. She had a few opportunities; but picked the one that had the fewest hours.
If she has some skills, or can even pretend to have them, there are people that are desperate to give work to other people they meet at meetups.
Also, I noticed that there are at least 3 different third party services being called (superfish, pusherapp and intercom). All of these are ancillary to the main functionality, right?
I haven't even got my feeds imported yet, and the app is already pulling down 2 MB. superfish in particular is super heavy. I think I would prefer a lighter payload.