Viewing profile — lateefj
lateefj
HN member- Joined
- Wed, Mar 13, 2013, 1:53 AM UTC
- HN karma
- 41
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About lateefj
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #9508643
Most ORM's are evil. sqlachemy being the only one that I can think of that is not evil (assuming you don't use the object mapping feature). I have found time and again that ORM's c…
-
comment
Comment #7750112
Author here. I was comparing things that I have developed software in. It would seem unfair to compare things that I have not actively contributed production code and deploy. I mai…
-
comment
Comment #7750092
Sorry for the confusion JVM = Java Virtual Machine, RVM = Ruby Virtual Machine, PVM = Python Virtual Machine. What I was trying to point out the layers of vitalization just to run …
-
comment
Comment #7750060
Not sure I follow? With Go we develop on Mac and deploy on Linux. Just change the environment variable. Linux has some great built in tools for "security management".
- story
-
comment
Comment #5366387
Python and Go are my languages of choice. I have found both share a the philosophy of less typing is more and more standard library is more. For web apps I have found Python has ev…
-
comment
Comment #5366327
I created a project for compression doing automatically doing compression and supporting a simple proxy system [1]. It is a pretty simple system but allow for dynamically doing pro…