tbatterii
- Karma
- 289
- Created
- November 29, 2011 (14y ago)
- Submissions
- 0
I have been professionally developing software for a variety of industries since 1998.
Currently working at Top Gun Sales Performance(http://topgunhq.com/).
- Professional Software Developer
- Novice Musician
- Idealist
Actually a MTV framework https://docs.djangoproject.com/en/1.8/faq/general/#django-ap...
> The title of the submission is "Do not use IDEs". But the page title of the submission it actually links to is "Exercise 0: The Setup:" I think whoever posted this on HN was purposely taking things out of context for…
there was a need for this? yet somehow reader had to die?
ironically one of the reasons i've entertained the idea of quitting twitter is b/c of annoying things that showed up in my feed from the author(and others). But I just un-followed him instead. the technical things I'm…
great advice here, I would have liked to see some code examples for #4, b/c I am currently struggling with a ng codebase where the controller are doing way too much in my opinion. using ui-router helps some, but, I…
Yep, for under 2K that w540 would be awesome. I had the previous version and it was probably my favorite laptop ever, ran linux like a champ.
how about one command... $ /path/to/virtualenv/bin/python run.py
i was reminded of this video regarding polls. tldw: they are bullshit. http://youtu.be/If9EWDB_zK4
"stake holder" is not mentioned once in this article. PM tools, help with the communication that leads to trust between the doers, and those putting the cash up for it. it's either use PM tools, or suffer micro…
getting rid of regex based routing would make it even simpler.
boycott javascript as well?
I was curious myself, and found this. http://www.un.org/en/documents/udhr/ Article 16. (1) Men and women of full age, without any limitation due to race, nationality or religion, have the right to marry and to found a…
that sounds about right. I wasn't thinking about it from the technical end. I was just speculating the business angle.
my $$ is on a node runtime, assuming google is interested in increasing the # of people that use it. python 3 would be nice but it probably wont get people interested like node would.
> new async framework landing in 3.4 is very exciting this is the killer feature that would move me to python 3. alas, not released yet. And I took a rails job :(
> I believe there is a plugin for working with the App engine. You believe it, I tried it, and it failed, the non-rel project isn't even under active development anymore. And if appengine had not introduced cloudsql as…
> a) They will play nicely together. depends > b) There will be consistencies between the libraries. depends > c) Magic things like the Amdin interface will work. true the workflow for this particular project seemed to…
i just finished up a django project that also had "8 million" dependencies, the difference was a lot of them started with "django-" and some dependencies I would have liked to use were off the table.
> five years ago in Python you put together a lot of small pieces (and e.g. Turbogears was a nominal framework that was actually a lot of small libraries being composed together). I loved those days. :)
there's middle ground between something heavy like django and CGI/WSGI, I think they are called micro frameworks.
bigger frameworks like django tend to get in your way for anything that the framework was not intended for. not every web app is a "fetch content from db and display to users" try doing something workflow heavy on…
not in my experience. i put id3 tags from ~32K songs in it and a query for an artist was around 700ms. same query in ES was like 10ms, same qry to sqlite db (select * from track where artist=...) was about the same as…
I read all that, I was more interested in information on the "eggs are dead" assertion.
I don't know much about the wheel format. But eggs being dead is news to me. You have links for those interested in more info?
i think you are confusing virtualenv with pyvenv which is what came with python 3.3 http://www.python.org/dev/peps/pep-0405/