Live data from Hacker News

Viewing profile — tbatterii

tbatterii

HN member
Joined
Tue, Nov 29, 2011, 12:22 AM UTC
HN karma
289
Public activity
194 items

About tbatterii

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

Recent public activity

  1. comment
    Comment #9306927

    Actually a MTV framework https://docs.djangoproject.com/en/1.8/faq/general/#django-ap...

  2. comment
    Comment #8637388

    > 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 purp…

  3. comment
    Comment #8535657

    there was a need for this? yet somehow reader had to die?

  4. comment
    Comment #8535647

    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 …

  5. comment
    Comment #8407133

    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. …

  6. comment
    Comment #8260947

    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. comment
    Comment #8006046

    how about one command... $ /path/to/virtualenv/bin/python run.py

  8. comment
    Comment #7823390

    i was reminded of this video regarding polls. tldw: they are bullshit. http://youtu.be/If9EWDB_zK4

  9. comment
    Comment #7586308

    "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…

  10. comment
    Comment #7581499

    getting rid of regex based routing would make it even simpler.

  11. comment
    Comment #7461482

    boycott javascript as well?

  12. comment
    Comment #7460092

    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, h…

  13. comment
    Comment #7416622

    that sounds about right. I wasn't thinking about it from the technical end. I was just speculating the business angle.

  14. comment
    Comment #7415189

    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 wou…

  15. comment
    Comment #6986109

    > 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. comment
    Comment #6927889

    > 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 ap…

  17. comment
    Comment #6927846

    > 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…

  18. comment
    Comment #6927516

    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 …

  19. comment
    Comment #6927470

    > 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). …

  20. comment
    Comment #6927464

    there's middle ground between something heavy like django and CGI/WSGI, I think they are called micro frameworks.

  21. comment
    Comment #6927455

    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 …

  22. comment
    Comment #6761277

    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 wh…

  23. comment
    Comment #6595331

    I read all that, I was more interested in information on the "eggs are dead" assertion.

  24. comment
    Comment #6594481

    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. comment
    Comment #6592489

    i think you are confusing virtualenv with pyvenv which is what came with python 3.3 http://www.python.org/dev/peps/pep-0405/