Live data from Hacker News

Viewing profile — mabid

mabid

HN member
Joined
Fri, May 27, 2011, 1:57 PM UTC
HN karma
155
Public activity
14 items

About mabid

An enthusiast programmer. Loves to work in Ruby or Rails. I am a big fan of Javascript and I can see it becoming the most famous language on the web in a few years.

Recent public activity

  1. story
  2. comment
  3. comment
    Comment #5457091

    seems to be down at the moment I am getting Error 7 (net::ERR_TIMED_OUT): The operation timed out.

  4. story
  5. 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…

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

  7. comment
    Comment #2959323

    100% agreed. Deadlines made me write code that stinks really really bad

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

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

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

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

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

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

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