skiphoppy
|
Registered User
|
I am a Perl programmer using Java by day. I am jdavidb on use.perl.org and slashdot.
|
|
2d |
awarded | ● Popular Question |
|
Dec 18 |
awarded | ● Popular Question |
|
Dec 14 |
awarded | ● Notable Question |
|
Dec 14 |
answered | How do I make my cygwin .xinitrc wait for the X server to exit? |
|
Dec 14 |
comment |
How do I make my cygwin .xinitrc wait for the X server to exit? Well, starting without startx is pointing me in the right direction, but I miss some support infrastructure that way. It seems I have to do this: bash --login -c 'XWin -multiwindow -clipboard' and then I get most of what I want. Also, I'm still starting in a terminal; eliminating that will have to wait for another time, as starting as a scheduled task didn't work for me. |
|
Dec 14 |
asked | How do I make my cygwin .xinitrc wait for the X server to exit? |
|
Dec 13 |
awarded | ● Popular Question |
|
Dec 11 |
comment |
Decrement at Regular Intervals in Java Rude is a bit relative to culture. In my household or most of the online technical circles I'm in, this response would've gotten a laugh from everyone, including the questioner. |
|
Dec 7 |
comment |
How do I easily add a new method in Eclipse? That's very similar to how I work, actually [only unfortunately not from a testsuite... :( ], but not what my colleague is looking for. |
|
Dec 4 |
asked | How do I easily add a new method in Eclipse? |
|
Dec 3 |
asked | Why would buffer overruns cause segmentation faults when accessing an integer? |
|
Dec 2 |
accepted | How do I code an ant Task that takes an arbitrary Mapper? |
|
Dec 2 |
awarded | ● Popular Question |
|
Nov 26 |
awarded | ● Notable Question |
|
Nov 25 |
awarded | ● Good Question |
|
Nov 23 |
comment |
Can I set up a filtered, star-pattern database replication? There's a good chance that will do it for us. We will definitely be checking it out. Thank you! |
|
Nov 19 |
revised |
How to abort a thread in a fast and clean way in java? Oh, look, a bug! I think... |
|
Nov 19 |
comment |
Are there any Debugging Patterns? Yes, if it's more than one way, then you have two conceptual bug reports, and two test cases. Both should be boiled down to a minimal test case. You can do one and then go all the way to fix it and see if the other is an issue, or you can minimize both first and then try to fix. |
|
Nov 18 |
awarded | ● Popular Question |
|
Nov 18 |
revised |
Are there any Debugging Patterns? credit |
|
Nov 18 |
answered | Are there any Debugging Patterns? |
|
Nov 18 |
comment |
Are there any Debugging Patterns? If you didn't fix it, it ain't fixed, should be an answer all its own! If it miraculously got better, or you tried some voodoo or cargo cult change to the code without a hypothesis about what was wrong or a test to prove your hypothesis, you'll just keep debugging it again, maybe even for years. |
|
Nov 18 |
comment |
Are there any Debugging Patterns? The "explain the problem to my wife" approach has often been very helpful to me. Someone unfamiliar with the component or system, and often someone not even familiar with programming, will be a great audience who will force me to say things I otherwise wouldn't have said, and therefore look at things I might have missed. |
|
Nov 18 |
comment |
Are there any Debugging Patterns? I see what you're saying, Chris. My approach is always to first try to replicate a bug on my system, where I do have source access. If that fails, I try to make my system as close as possible to the one failing: pull down their database, the exact same build of the software they have, perhaps even switch to their operating system, etc. But if that fails (and it has for me, sometimes), then I'm stuck debugging on a production system where I can't modify source! And you are right, in such a scenario, you can't use this debugging tip. |
|
Nov 18 |
revised |
Are there any Debugging Patterns? minor spelling |
|
Nov 18 |
answered | Are there any Debugging Patterns? |
|
Nov 18 |
comment |
Are there any Debugging Patterns? It'll become a community wiki if it needs to be. :) |
|
Nov 18 |
comment |
Are there any Debugging Patterns? I am at a loss as to when I would be "debugging" when source modification is not an option. If I don't have the source, I can't debug it, although I can produce a nice bug report. |
|
Nov 18 |
answered | Are there any Debugging Patterns? |
|
Nov 17 |
awarded | ● Popular Question |
|
Nov 16 |
awarded | ● Popular Question |
|
Nov 13 |
revised |
Can I set up a filtered, star-pattern database replication? edited title |
|
Nov 13 |
asked | Can I set up a filtered, star-pattern database replication? |
|
Nov 13 |
comment |
Why is git-cvsimport missing one major patchset? Glad to hear it helped. There are still bugs in cvsimport, but hopefully you will not run into them. :) Are you doing a one-time conversion, or are you going to be stuck interacting with the original CVS repository in the future? |
|
Nov 1 |
awarded | ● Popular Question |
|
Oct 26 |
comment |
How can I get log4j to delete old rotating log files? Not to my knowledge. We were in this situation. We had to rotate files based on size instead of date. The abortive attempt at log4j 1.3 (I believe) was going to address this, but 1.3 was canceled, and there seem to be no plans to fix it in 1.2. BTW, you shouldn't ask questions on stackoverflow as an answer post. You should ask a separate question. |
|
Oct 21 |
comment |
How do I modify Eclipse code formatting? Someone may come back and make me use the project settings again, if so I'd like to figure out how to get that setting to actually follow "Wrap only when necessary" policy. But beats me how to do it... Hopefully I can get away with the Eclipse formatting policy for now. :) |
|
Oct 21 |
comment |
How do I modify Eclipse code formatting? I switched to not use project settings, bringing me back to Eclipse builtins. This looks nice for me. :) I think I may have to change the tab/indenting policy. Thanks! |
|
Oct 21 |
comment |
How do I modify Eclipse code formatting? Project settings display the wrong formatting I'm experiencing, but they are also set to "Wrap only when necessary." It says the project settings are an "unmanaged profile." |
|
Oct 21 |
comment |
How do I modify Eclipse code formatting? I tracked this down, and it displays what appears to be proper code style to me: void foo(int arg1 // no newline It appears to be following a "Always wrap first element, others when necessary" policy, but the actual setting is "Wrap only when necessary." |
|
Oct 21 |
asked | How do I modify Eclipse code formatting? |
|
Oct 21 |
comment |
Where do you keep your code? It's the one I decided to use. :) |
|
Oct 17 |
awarded | ● Enlightened |
|
Oct 17 |
accepted | Find software developers who see the light |
|
Oct 15 |
asked | How do you debug a hanging socket connection? |
|
Oct 13 |
accepted | Why can’t variable names start with numbers? |
|
Oct 13 |
awarded | ● Notable Question |
|
Oct 7 |
comment |
What do I do when my company asks me to call customers and do market research? I don't have a diagnosed phobia; just an anxiety about certain types of phone calls. Talking with my boss and asking here are both helping. :) I need to "psych up" before making most phone calls. Discussing the issue in this case is functioning as my "psyching-up." It's not about the task being beneath me - as I said, I'd rather just clean the toilets. In fact, I suggested that to my boss and suggested then maybe the maintenance man could make the phone calls. :) I'll do anything they ask; I just need them to understand this is a big deal to me, and I wanted to know if this task is normal. |
|
Oct 7 |
asked | What do I do when my company asks me to call customers and do market research? |
|
Oct 6 |
awarded | ● Nice Question |
