Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tbatterii
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tbatterii
11y ago
Actually a MTV framework https://docs.djangoproject.com/en/1.8/faq/general/#django-ap...
2.
▲
by
tbatterii
12y ago
> 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 fo
3.
▲
by
tbatterii
12y ago
there was a need for this? yet somehow reader had to die?
4.
▲
by
tbatterii
12y ago
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 interes
5.
▲
by
tbatterii
12y ago
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 would love to see mo
6.
▲
by
tbatterii
12y ago
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.
7.
▲
by
tbatterii
12y ago
how about one command... $ /path/to/virtualenv/bin/python run.py
8.
▲
by
tbatterii
12y ago
i was reminded of this video regarding polls. tldw: they are bullshit. http://youtu.be/If9EWDB_zK4
9.
▲
by
tbatterii
12y ago
"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 management hel
10.
▲
by
tbatterii
12y ago
getting rid of regex based routing would make it even simpler.
11.
▲
by
tbatterii
12y ago
boycott javascript as well?
12.
▲
by
tbatterii
12y ago
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 t
13.
▲
by
tbatterii
13y ago
that sounds about right. I wasn't thinking about it from the technical end. I was just speculating the business angle.
14.
▲
by
tbatterii
13y ago
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.
15.
▲
by
tbatterii
13y ago
> 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 :(
16.
▲
by
tbatterii
13y ago
> 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 an option, dj
17.
▲
by
tbatterii
13y ago
> 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 go like this
18.
▲
by
tbatterii
13y ago
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.
19.
▲
by
tbatterii
13y ago
> 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. :)
20.
▲
by
tbatterii
13y ago
there's middle ground between something heavy like django and CGI/WSGI, I think they are called micro frameworks.
21.
▲
by
tbatterii
13y ago
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 appengine with d
22.
▲
by
tbatterii
13y ago
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 ES. the docs for whoos
23.
▲
by
tbatterii
13y ago
I read all that, I was more interested in information on the "eggs are dead" assertion.
24.
▲
by
tbatterii
13y ago
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?
25.
▲
by
tbatterii
13y ago
i think you are confusing virtualenv with pyvenv which is what came with python 3.3 http://www.python.org/dev/peps/pep-0405/
26.
▲
by
tbatterii
13y ago
when virtualenv was released with python 3.3 it didnt come with pip.
27.
▲
by
tbatterii
13y ago
a flavor of virtualenv was bundled in 3.3 ( http://www.python.org/download/releases/3.3.0/ ) but without pip or easy_install it was a pretty useless feature IMO.
28.
▲
by
tbatterii
13y ago
I notice the author of this article is ceo of a company that sells personal and group productivity products and services. http://timebackmanagement.com/ org-mode works for me.
29.
▲
by
tbatterii
13y ago
> The decision of when to merge vs. rebase is still confusing to me. i always thought it was "never rebase commits you have pushed" at least you know about rebase though. :)
30.
▲
by
tbatterii
13y ago
prior to asp.net mvc or those master page things, every asp.net project I ever worked on eventually had a base webform which was the dumping ground for everything and thus nightmarish to comprehend or maintain. Django's CBV's remi
More ›