Live data from Hacker News

Viewing profile — danjaouen

danjaouen

HN member
Joined
Mon, Nov 07, 2011, 6:58 PM UTC
HN karma
36
Public activity
23 items

About danjaouen

http://il.luminat.us/

Recent public activity

  1. story
  2. story
    Show HN: My first Rails app: Movie Tell

    So I finally completed my first Rails app. As it's my first app, I know I've got some things wrong here or there and I could use some advice from more experienced Rails developers.…

  3. comment
    Comment #7776194

    Living outside of the Bay Area has consequences as well. For example, I'm an out-of-work developer currently living outside of SF, and I can therefore only really apply to position…

  4. story
  5. comment
    Comment #7493580

    To me, the most important distinction between a "junior" and a "senior" developer is that a senior developer isn't afraid to work with and maintain legacy code. When I first starte…

  6. story
  7. story
    Ask HN: Advice for a directionless developer

    Recently I've found myself plowing through development book after development book without any clear vision or direction. As a freelance developer, I've worked on many small-scale …

  8. story
  9. comment
  10. comment
    Comment #7047284

    I have to disagree with the last part of your post. Some languages are actually better in quantifiable ways; for example, shorter development time, better performance, etc.

  11. story
  12. comment
    Comment #6972049

    I've experimented with Chicago Boss a bit; it's an excellent framework, but I feel it still has a ways to go before it can compete with Rails.

  13. comment
    Comment #6971960

    I would pay a lot for a Rails-like framework written in Erlang. Erlang really hits a sweet spot between performance and developer-friendliness.

  14. comment
    Comment #6924233

    If we have to move Silicon Valley somewhere, my vote would go to Rochester, NY: http://rocwiki.org/

  15. story
  16. comment
    Comment #6623643

    While I don't doubt the veracity of this article, it is wildly presumptuous to characterize an entire nation based on one or two isolated, anecdotal incidents. How would we feel if…

  17. comment
    Comment #5294699

    Technically, you can open up Python classes: class Test(object): pass t = Test() def test(self): print('ehlo') Test.test = test t.test() This is rarely done in practice, however (a…

  18. comment
    Comment #4923671

    While this is an awesome effort, I don't see myself using this without list comprehensions/generators/itertools/etc.

  19. comment
    Comment #4759790

    Reading this article has significantly raised my blood pressure.

  20. comment
    Comment #4749956

    Seems like this would result in many users using the same password for particular services.

  21. comment
    Comment #4717980

    Yeah, I know. As a Python guy with a minor case of OCD, I sometimes feel compelled to critique code, even when I know the code was written in jest. Sorry for being a pedant :)

  22. comment
    Comment #4717913

    This is bad Python: - "isgoodtime" is a magic variable that changes depending on when it is imported. It should therefore be either a function or method on an object. - "if isgoodt…

  23. comment
    Comment #4562747

    Why don't they just start charging for it? Personally, I'd much rather run software that costs money but is high quality than software that is free but riddled with adware.