Viewing profile — mabid
mabid
HN member- Joined
- Fri, May 27, 2011, 1:57 PM UTC
- HN karma
- 155
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About mabid
Recent public activity
- story
- comment
-
comment
Comment #5457091
seems to be down at the moment I am getting Error 7 (net::ERR_TIMED_OUT): The operation timed out.
- story
-
story
Ask HN | How to answer customer queries
For guys out there who are running own one or more products, what do you use to answer customer queries. Simply via email? A help-desk to raise and answer tickets? twitter ? Facebo…
-
story
Ask HN | How you guys make Time Estimates
I was wondering if you guys could share your knowledge and experience on estimating the number of hours a software project will take. I do freelance RoR work and many of the client…
-
comment
Comment #2959323
100% agreed. Deadlines made me write code that stinks really really bad
-
comment
Comment #2959320
"programming professionally (i.e. most of every day), then five years is around the point where you become self-aware and realize your code isn't as awesome as you thought" yes i h…
-
comment
Comment #2959313
Thank you so much for the comprehensive reply. You are right when you say that with 4-5 years of experience I know to some extent what good and bad code is. but sometimes I think a…
-
comment
Comment #2959305
"and in the process of understanding their code you're going to see how their solution is more elegant than the naive solution you might have tried if you tried to write it just no…
-
story
Ask HN: I think My code isn't Good enough
I have been programming for the last 4-5 years but whenever I look at some good code written by some one else I always have this feeling that my code isnt good enough. By "good eno…
-
comment
Comment #2953484
I see Play is web dev framework. As far as my system is concerned I dont need to have a full web app. The system just needs to sit in the background read the database and then requ…
-
comment
Comment #2953467
I noticed that after i posted. I have following HN for over a year but this was my first post so thats why...
-
story
Ask HN : Suggestions for Writing Background jobs
I need to implement a few background jobs, that run continuously in the background and do a lot of http calls to some API's to gather some data and store it in mysql. I would like …