nezo's comments

nezo | 8 years ago | on: Tips for Building High-Quality Django Apps at Scale

About ContentType : "If you ever move models between apps or rename your apps, you’re going to have to do some manual patching on this table"

Thanks for this, just had a kind of struggle recently

nezo | 9 years ago | on: Android permissions and hypocrisy

Offer a device to a novice and watch him/her panic over the incredibly huge amount of popups. (I saw my mom)

How frequent do I buy a new device shouldn't be a reason for onboarding to be such a hassle.

Of course location is a good exemple of permissions you don't want to give to every app, but I gave example of apps asking for obvious permissions.

Camera app (Still love this example, sorry) ask access for camera, and oh storage... really? Both of them are really obvious. I don't know anyone using camera just to see the preview, but maybe.

nezo | 9 years ago | on: Android permissions and hypocrisy

There really is a lot of things to improve about permissions. Like Apple and Android's default camera apps requesting access to camera... really? Or contact app asking permission to list contacts (on android at least).

Setting up a new phone or tablet is like dismissing 99 dialogs every time.

I indeed hope in the future there will be a better balance between user experience and user privacy.

nezo | 10 years ago | on: Angular 2 Beta released

The whole angular.io documentation is telling me "well f*ck you vanilla JS user, go learn TypeScript and come back"

nezo | 11 years ago | on: Rapydscript: Python-like pre-compiler for JavaScript

Nice job here.

But to be honest I'm not a pre-compiler advocate.

Javascript is a beautiful language once you stop blaming it for what it wasn't designed for. I feel that pre-compilers just divide the community up and unfortunately I've seen people going for CoffeeScript for example without even trying to grasp the subtleties of Vanilla JS.

nezo | 11 years ago | on: Ask HN: What's the best technical eBook you have read?

I haven't finished it yet, but Linux Networking Internals was really amazing. It is a bit low-level, but even though I never really wanted to code low-level Linux, it taught me a lot about Linux's ways to handle incoming data and forward data, etc.
page 1