| bio | website | |
|---|---|---|
| location | Denmark | |
| age | ||
| visits | member for | 2 years, 7 months |
| seen | May 13 at 8:52 | |
| stats | profile views | 58 |
|
May 14 |
awarded | Notable Question |
|
Apr 16 |
revised |
How can I deal with a team member who duplicates code? Removed "better" from title, seems misplaced there and the title works just fine without. |
|
Apr 16 |
suggested | suggested edit on How can I deal with a team member who duplicates code? |
|
Apr 15 |
comment |
How do you make a manager understand Agile? Nothing wrong with a flowchart to illustrate how an algorithm works, can be much easier to read than pseudo code. |
|
Feb 17 |
awarded | Popular Question |
|
Feb 13 |
comment |
Is it plausible to use a filesystem-based configuration format rather than an INI file? This is like how the linux kernel exposes configuration and information in the /sys pseudo-filesystem. |
|
Feb 12 |
comment |
Using assembly to write to a file Perhaps write to something else than a disk? Like a in-memory ring-buffer? |
|
Feb 11 |
comment |
Most secure method of asynchronous exchange of randomized loot in a strictly offline ARPG My first instinct is to tell you to look at BitCoin, specifically how the BitCoin block chain works. (en.bitcoin.it/wiki/Block_chain) |
|
Feb 10 |
comment |
How do I prove or disprove “god” objects are wrong? +1 for "working code trumps any arguments about theory or good design." Something we often forget in our quest for perfect code. |
|
Feb 8 |
revised |
About classes and their valid states Formatted source code |
|
Feb 8 |
suggested | suggested edit on About classes and their valid states |
|
Jan 25 |
comment |
throwing runtime exception in Java application Why does this question not fit on SO? |
|
Jan 24 |
answered | hginit - #ifdefs ridiculous |
|
Dec 7 |
awarded | Excavator |
|
Dec 7 |
revised |
Why do iterators in Python raise an exception? Added link to explanation of the term pythonic. |
|
Dec 7 |
suggested | suggested edit on Why do iterators in Python raise an exception? |
|
Nov 7 |
comment |
How should I implement a command processing application? I really like this question. Looking forward to see what designs people suggest. Are you specifically looking for object oriented design (you mention command pattern, which is an OO pattern)? |
|
Nov 5 |
comment |
Is it possible (and practical) to search a string for arbitrary-length repeating patterns? I guess an autocorrelation + a fourier transform could tell you if there are repeating patterns of similarity, and at which frequency. |
|
Nov 5 |
comment |
Is it possible (and practical) to search a string for arbitrary-length repeating patterns? In signal processing terms, what you want to perform is called an autocorrelation. It allows you to determine if there are similarity in a signal with itself, at different times. en.wikipedia.org/wiki/Autocorrelation for more information. :) |
|
Oct 18 |
answered | How can I get rid of just the untracked files in git? |