HN user

jbox

96 karma

cto @ superpilot.com

Posts3
Comments29
View on HN

No worries! It worked, we just got a lot of emails :)

Could you aggregate the messages and post an update when the entire task is complete?

Seeing the commits come seems to be a good progress indicator.

If you are "watching" a repo, you get an notification for every comment, not every commit.

You could also just create the PR with a link to the job on ShrinkRay and have the progress updates there...

Cool tool!

I gave it a shot on one of our private repos this morning and it did what it said on the box.

In the process it also generated ~150 comments on the repo.

For folks watching the repo, this is a fair amount of email.

Is there anyway to aggregate the comments? Perhaps into the Pull Request description?

"As a general rule, it's not possible to securely allow arbitrary user-provided content on a subdomain."

This rule is also good to keep in mind when choosing a domain for non-production environments!

Especially when parts are straight copies out of Zepto.

Zepto Closest Implementation: https://github.com/madrobby/zepto/blob/master/src/zepto.js#L...

JQ.Mobi: https://github.com/appMobi/jQ.Mobi/blob/master/jq.mobi.js#L3...

Zepto End Implementation: https://github.com/madrobby/zepto/blob/master/src/zepto.js#L...

JQ.Mobi: https://github.com/appMobi/jQ.Mobi/blob/master/jq.mobi.js#L4...

That said, it's all open source and there are only so many ways to write these functions succinctly.

Mobify, Vancouver, Canada.

Director of Engineering

Mobify is a growing, profitable, bootstrapped startup. Our goal is to build a web where every website delivers and amazing experience on every device. We serve millions of pageviews for companies like Starbucks, Threadless and Conde Nast using a combination of client/server side JavaScript.

We're looking for an experienced technical manager with a history of delivering successful web products.

We have a glee club, yoga classes and an awesome team.

http://mobify.com/company/jobs/#job-list

Django 1.3 released 15 years ago

It's been fun watching these features play out in libraries over the last year.

I particularly like the idea of TemplateResponse - the earliest implementation I saw was in simonw's:

https://github.com/simonw/django-openid/blob/master/django_o...

This approach makes template rendering much more flexible!

For example, it would be easy to swap out a template for a mobile one ... or to A/B test a template. Or choose the content type of the output (HTML, JSON etc.)

Vancouver, BC, Canada - Mobify

http://mobify.me/jobs/

We're building great mobile experiences using HTML5.

Looking for smart people with a background in web development.

We're based out of downtown Vancouver - right by the water, mountains and nightlight. Weekly yoga classes, flexible schedules and all the latest gadgets :)

Mail me a john at mobify dot me.

JavaScript Developer (Wearer of Many Hats) - Vancouver, Canada

http://mobifymedia.com/jobs/

Mobify is a mobile web company. We're changing the way people surf the mobile web. We work with traditional publishers like Wired and SPIN Magazine as well as top websites like BoingBoing and Smashing Magazine.

We're looking for more devs to help us take our client side interactions to the next level. If it's your dream to optimize the performance of top mobile websites drop us a line!

john at mobify dot me.

customizing auth.User to accept an email based login

This app solves the problem by allowing users to log in using their email address.

It's not a bug that it doesn't deal with account creation - it's outside the scope of the app.

That said, it is fairly trivial to create a registration form that enforces the constraints you mentioned.

Acquisition, investment or acceptance into an incubator are all great things but don't build your startup in such a way that success is dependant upon them.

Ultimately, your success will depend on one thing - you. Build your business for profitably and don't count on money until it's safely cleared in your account.

None.

Having worked on mobile web applications that serve a wide range of devices, I can honestly say that this is not the case.

I would challange ppk to cite examples of this behaviour.

"Metaclasses won't fly in this case, since the order of struct members has to be kept."

Couldn't you use a creation counter in a metaclasses and assign order to the attributes as they are added? (like Django's forms use to keep track of field order)

Good conference - Too heavy on scalability.

Best slides from the bunch IMHO:

James Tauber's Django Patterns - an in depth overview of common patterns found throughout a Django Project:

http://eldarion.com/talks/2009/05/eurodjangocon_djangopatter...

Alex Gaynor's Form's presentation included many interesting ideas including a few 'ohhhh' moments using some functional hotness to get things done fast:

http://www.slideshare.net/kingkilr/forms-getting-your-moneys...

Paul Smith's talk on the EveryBlock stack dives into map tile generation and rendering using Django.

http://www.slideshare.net/pauladamsmith/the-web-map-stack-on...

Simon Willison's talk was excellent though you might not get as much out of the slides. Turtles all the way down!

http://www.slideshare.net/simon/django-heresies