Viewing profile — danjaouen
danjaouen
HN member- Joined
- Mon, Nov 07, 2011, 6:58 PM UTC
- HN karma
- 36
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About danjaouen
Recent public activity
- story
-
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.…
-
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…
- story
-
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…
- story
-
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 …
- story
- comment
-
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.
- story
-
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.
-
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.
-
comment
Comment #6924233
If we have to move Silicon Valley somewhere, my vote would go to Rochester, NY: http://rocwiki.org/
- story
-
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…
-
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…
-
comment
Comment #4923671
While this is an awesome effort, I don't see myself using this without list comprehensions/generators/itertools/etc.
-
comment
Comment #4759790
Reading this article has significantly raised my blood pressure.
-
comment
Comment #4749956
Seems like this would result in many users using the same password for particular services.
-
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 :)
-
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…
-
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.