| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | Nov 19 '12 at 20:56 | |
| stats | profile views | 43 |
|
Feb 18 |
awarded | Yearling |
|
Feb 18 |
awarded | Yearling |
|
Sep 12 |
comment |
Should I aspire to work at a large software firm? If you want to have an impact on billions of people, McDonalds would be your best choice.... billions served! |
|
Aug 26 |
comment |
Should a competent programmer be able to come up with his own shortest path algorithm? I'll always try to (re)invent a solution before looking it up. Who knows, mine might be better! Saying that this is a waste of time is short-sighted, in my opinion. |
|
Aug 7 |
comment |
When do you start documenting the code? As much as I believe that this answer is good advice, it's not true in my case: I frequently document code before I hand it off. |
|
Jun 5 |
awarded | Quorum |
|
Jun 5 |
answered | In the absense of a CS degree, how can I “fill in the gaps” so to speak? |
|
Jun 5 |
answered | Why are more programmers not freelance these days? |
|
Apr 12 |
answered | How long should someone take classes in a language they don't plan to work professionally in? |
|
Apr 9 |
revised |
What are good dynamics that can improve learning in a web programming course? added 4 characters in body |
|
Apr 9 |
answered | What are good dynamics that can improve learning in a web programming course? |
|
Mar 23 |
awarded | Scholar |
|
Mar 23 |
accepted | Need pointers on my first Windows program |
|
Mar 23 |
awarded | Student |
|
Mar 23 |
awarded | Editor |
|
Mar 23 |
revised |
Need pointers on my first Windows program added 5 characters in body |
|
Mar 23 |
comment |
Need pointers on my first Windows program @Orbling: Thanks for the pointer, but my understanding is that Wireshark is based on WinPCap which is a sniffer, not a filter (ie, it cannot shape traffic, only collect statistics and log traffic). I will edit my question to make it clearer what my needs are. |
|
Mar 23 |
asked | Need pointers on my first Windows program |
|
Mar 12 |
comment |
How to start a Software Company I'm not voting to move this question, but be sure to check out answers.onstartups.com here at SE. |
|
Feb 25 |
comment |
How come compilers are so reliable? Bugs become rarer as you descend the code stack: application bugs are more common than compiler bugs. Compiler bugs are more common than CPU (microcode) bugs. This is actually good news: can you imagine if it were the other way around? |