| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 1 month |
| seen | Apr 29 at 8:38 | |
| stats | profile views | 27 |
|
Mar 20 |
comment |
Getting non-programmers to understand the development process This is a bad idea IMO. It is like handing a mop to the client to show him how hard it is to clean a wet floor. |
|
Mar 20 |
awarded | Critic |
|
Mar 20 |
answered | Getting non-programmers to understand the development process |
|
Feb 8 |
comment |
When do you 'speak' C++ fluently? Perhaps the same thing they mean when they say 'speak English(or whatever language) fluently' - to be able to express your thoughts without trouble. In this context, it would be bringing algorithm to implementation without struggle. Perhaps you reach there with more practice. |
|
Feb 5 |
comment |
If I own an open source project why would I not host it on Github? Thanks! I use Github, I will give BitBucket and Assembla a try |
|
Feb 4 |
awarded | Commentator |
|
Feb 4 |
comment |
If I own an open source project why would I not host it on Github? what are the other, perhaps better, alternatives to Github? |
|
Feb 4 |
comment |
git: having separate folder for development, why? +1 for a simple explanation |
|
Jan 26 |
answered | Does reading code and reading about code help in self -development? |
|
Jan 23 |
comment |
Client-side oriented website approach name (less server-side code, more client-side code) May be its time to coin a new term if there exists no term for this |
|
Jan 23 |
comment |
What performance topics should I be aware of? Good point on the frequency of collection. Collection shouldn't be overdone so it negatively effects performance, which is the cause. So, it has to be balanced. However, I didn't understand how less frequent collection makes the caches inefficient. I believe otherwise. |
|
Jan 22 |
answered | What performance topics should I be aware of? |
|
Jan 21 |
comment |
I'm a really bad programmer - what should I do? I once freelanced with a guy who didn't program/code and he used to say that upfront "I am not a coder, but this is what I want" and he used to talk technically. He understood all the terms and has good idea about them. He even suggested a few solutions, that he is not entirely sure would work, because he is not a coder, and made me try those. He used to run his business very well. Perhaps that's a good place for you. Plus, the managers in my company never write a piece of code, but they are good at understanding complexity of the code in question. |
|
Jan 21 |
comment |
Sending binary data from a computer to a server using HTTP or sockets Not same.. but a similar question you might find interesting stackoverflow.com/a/1217954/375093 |
|
Jan 19 |
comment |
Should OAuth token be shared to implement SSO? I see no harm in doing so. Even if the some one gets hold of the access token, they still need the client id and client secret to make any requests to the provider. If you are making the requests to the provider always from the client, you will definitely need all client id, client secret and access token present in your client. In that case, you should use SSL for your client/server communication. I hope I'm clear. |
|
Jan 19 |
comment |
How do I evaluate an IDE? That's true. One day can be short(especially, when you work only a few hours per day). However, if you are use it from morning to evening, you will get a better hang of it, enough to evaluate among its peers. I like vim too. I specially like the line yanking and pasting. |
|
Jan 17 |
answered | How do I evaluate an IDE? |
|
Jan 17 |
answered | Should OAuth token be shared to implement SSO? |
|
Jan 17 |
answered | Building dedicated codepad in PHP |
|
Jun 14 |
awarded | Editor |