Viewing profile — zeemonkee2
zeemonkee2
HN member- Joined
- Fri, Jun 01, 2012, 9:35 PM UTC
- HN karma
- 20
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About zeemonkee2
No profile information was provided.
Recent public activity
-
comment
Comment #4706085
> (auth with email instead of username ), Django 1.5 fixes this with custom user models: https://docs.djangoproject.com/en/dev/topics/auth/#customizi...
-
comment
Comment #4581436
I've implemented this for my playground/weekend project site: http://myowndamnphotos.com . It works quite well, with a few gotchas (mainly in the JS, handling the watch() event). I…
-
comment
Comment #4534509
I strongly suggest you consider the legal implications. Suppose you're about to hire some guy. You ask for his Facebook page, and it turns out from the page he's gay. You then turn…
-
comment
Comment #4533122
I want to see the candidate's twitter feeds, Facebook pages, LinkedIn profiles, activity on mailing lists and github, etc. and the recruiter has to be happy I'm not going to screw …
-
comment
Comment #4530317
Hackerjobs is a wasteland - for example, just 3 or 4 Python jobs. Don't waste your time there. My suspicion - based on own experience and some hints in the OP's post - is subtle ag…
-
comment
Comment #4280067
Maybe it's great if you live in a tech hub. Take the programmer who happens to live in Nowheresville, Nebraska. He lives there because his wife has a job there, or other family com…
-
comment
Comment #4207264
> I go to cafes here and it's not unusual to see people coding, discussing startups, practicing their pitch. Almost everybody I know is building something. Not working for a big co…
-
comment
Comment #4177391
Well, we all need to eat, and if you want to do web dev, and 90% of web dev jobs in your area are PHP... So yes, PHP may put food on the table, but if it's the only tool you get to…
-
comment
Comment #4156789
I wonder if the reason for that is the move to the web - the drag and drop & generate code paradigm doesn't work so well with the classic HTML/CSS/JS combo(although they tried with…
- story
-
comment
Comment #4082715
All other things being equal, a "homegrown" project by coders who know what they're doing is going to be better than a framework project by coders who don't. Yes, I understand your…
-
comment
Comment #4082536
I said it makes no difference.
-
comment
Comment #4080333
What if you want to get rid of the username field altogether? For example, my typical use case: unique email address for logins, no usernames: I suppose you could subclass User wit…
-
comment
Comment #4079460
I'm not arguing against using a framework, if it fits your project requirements, and we can argue the day long about micro-vs-full-stack. There are good arguments for both, they su…
-
comment
Comment #4079128
Sure, if you did it completely on your own. More likely you use Flask or Pyramid which provide the plugins/entry points/templates to make wiring these components together quite eas…
-
comment
Comment #4079114
It's a long-standing tradition for DjangoCon to have a "Why Django Sucks" presentation. And a healthy one IMHO.
-
comment
Comment #4078534
Really, it's more of a management problem than a coding problem. Short-term thinking, bad hiring/outsourcing practices, and poor client expectations management, among others. A fra…
-
comment
Comment #4078127
Most codebases I've seen that are badly maintained or managed over the years are horrible messes - whether Django, Rails or anything else. The last codebase I worked on - written i…
-
comment
Comment #4077785
> I think people who criticize Django have yet to make up their minds about what a framework is all about, and what, if anything, it's for. They just hold on to their utopian idea …
-
comment
Comment #4077648
> Django templates are sloooooow. Jinja 2 is an order of magnitude faster Template execution speed is unlikely to be the bottleneck for the vast majority of sites. I prefer Jinja2 …
-
comment
Comment #4077595
In Python, you wouldn't reroll your own ORM, routing and templating - you'd use SQLAlchemy, Werkzeug, Jinja2/Mako/whatever.
-
comment
Comment #4077572
Agree on Django auth; it's horribly designed - need an extra field - use a separate UserProfile - really? Need to login with unique email address - which EVERY SINGLE client asks f…
-
comment
Comment #4075360
Sounds like a good idea, however to sell at BigCo: - you really need contacts. As the OP points out, this involves working with them some time (in the inside, as contractor, sellin…