User ARKBAN - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T03:50:35Z http://stackoverflow.com/feeds/user/11889 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1730435/how-to-work-unestimatable-tasks-into-a-scrum-sprint/1730483#1730483 0 Answer by ARKBAN for How to work unestimatable tasks into a scrum sprint? ARKBAN 2009-11-13T16:51:15Z 2009-11-13T16:51:15Z <p>If the tasks seem un-estimable, I think the best approach would be to break down those tasks into smaller tasks that you can estimate. It might take several iterations, but you will probably come up with a pseudo design while you are at it. Joel mentions this in one of his <a href="http://www.joelonsoftware.com/articles/fog0000000245.html" rel="nofollow">articles</a>.</p> http://stackoverflow.com/questions/303221/survey-of-gis-programming/1661488#1661488 0 Answer by ARKBAN for Survey of GIS Programming ARKBAN 2009-11-02T14:03:02Z 2009-11-02T14:03:02Z <p>My company develops mission planning software for satellites, so we have some geographic data, although we often convert that to geodetic data. Our software is in .Net 2.0 (C#) and <a href="http://nts.sourceforge.net/" rel="nofollow">NetTopologySuite</a>. For visualization for the end-user we use <a href="http://www.stk.com/" rel="nofollow">STK</a> (v7,8, or 9) or <a href="http://earth.google.com/" rel="nofollow">Google Earth</a>.</p> http://stackoverflow.com/questions/75529/what-are-the-best-anti-code-sites 6 What are the best anti-code sites? ARKBAN 2008-09-16T18:36:18Z 2009-10-14T19:47:31Z <p>What are the best anti-code sites that people have found? What I mean by "anti-code" is websites, books, blogs, etc. that describe or explain bad code with the tongue-in-cheek goal of showing us what we should not do. (I made up the phase anti-code for lack of a better term.)</p> <p>These are the sites I'm familiar with:</p> <ul> <li><a href="http://mindprod.com/jgloss/unmain.html" rel="nofollow">How to write unmaintainable code</a></li> <li><a href="http://www.waterfall2006.com/gorman.html" rel="nofollow">Refuctoring</a></li> <li><a href="http://www.antipatterns.com/" rel="nofollow">Anti-patterns</a></li> <li><a href="http://thedailywtf.com/" rel="nofollow">The Daily WTF</a></li> </ul> <p>I'm sure there are others? I'm not asking just to get laughs; I often find that seeing "just how far down the rabbit hole goes" is a better instructor and stronger argument for good development.</p> http://stackoverflow.com/questions/88889/recommend-a-java-wizard-library 4 Recommend a Java wizard library? ARKBAN 2008-09-18T00:23:18Z 2009-05-01T00:05:40Z <p>I'm looking for a wizard library/framework for Java, but it seems all the ones I can find are abandoned and/or lacking in enough documentation to use quickly. Here's the ones I've found, and all appear to be no longer maintained.</p> <ul> <li><a href="http://sourceforge.net/projects/jwf/" rel="nofollow">Java Wizard Framework</a></li> <li><a href="https://wizard.dev.java.net/" rel="nofollow">SwingLabs Wizard</a></li> <li><a href="https://wizard-framework.dev.java.net/" rel="nofollow">Swing Wizard Framework</a></li> </ul> <p>I tried using SwingLab's Wizard, but I ran into an issue that was not explained in the documentation and I received no response from the maintainer. I'm hoping someone else knows of a good replacement before I need to re-invent the wheel.</p> <p>Edit: It appears that the current state of Java does not provide such a framework, and I'll roll my own. Thankfully my needs are extremely limited (a 2 pane wizard).</p> http://stackoverflow.com/questions/35785/xml-serialization-in-java/469213#469213 2 Answer by ARKBAN for XML serialization in Java? ARKBAN 2009-01-22T14:01:01Z 2009-01-22T14:01:01Z <p>You may want to look at <a href="http://simple.sourceforge.net/" rel="nofollow">Simple</a>, its the closest thing I've found to the System.Xml.Serialization in .Net.</p> http://stackoverflow.com/questions/375080/how-do-you-manage-software-serial-keys-licenses-etc 2 How do you manage software serial keys, licenses, etc? ARKBAN 2008-12-17T16:10:39Z 2008-12-19T02:05:31Z <p>My company is trying to find a tool that will track serial keys for software we have purchased (such as Office), as well as software that we write and sell.</p> <p>We want software that will allows us to associate a particular computer with the software on that computer and the serial key(s) and license(s) for that software. We'd also like to track history of the computer, such as when software is removed from a computer and moved to another computer.</p> <p>I've looked around Google and various software sites, but all of the results I've found are for licensing software and creating serial keys, not managing the serial keys that those tools generate. I know this problem has been solved; many companies license software and keep records of the serial keys they generate. So I'm curious if any of you have solved this same problem without writing your own custom software?</p> <p><strong>Edit:</strong> I forgot to mention, I am not asking about the merits of licensing software -- the software we write is not COTS and purchases are controlled at a contractual level. Still, we need to manage how serial keys are generated.</p> http://stackoverflow.com/questions/322542/feeling-trapped-to-the-job/322556#322556 5 Answer by ARKBAN for Feeling trapped to the job ARKBAN 2008-11-26T23:45:03Z 2008-11-26T23:45:03Z <p>Some small companies can care about their employees more than large companies because <em>they have to</em>. What I mean is that a small company needs a different type of person than a large company. Good small companies do not just fill positions -- they hire something akin to family members.</p> <p>I work in a small programming shop, and I wouldn't resign without a lot of hesitation. I have trust and influence that I could never obtain in a large company. Its the reason I joined such a company.</p> <p>You need to judge your company and figure out if it is a family-type company or a standard business company. What are your companies long term goals? To remain privately owned? To be bought out by another company? To remain small? To get large? Once you figure that out, then you can decide whether you want to be part of the company.</p> http://stackoverflow.com/questions/319513/when-not-to-write-tests-before-implementation/319596#319596 0 Answer by ARKBAN for When not / to write tests before implementation? ARKBAN 2008-11-26T02:39:31Z 2008-11-26T02:39:31Z <p>I find that writing tests first does not work so well when I'm still construction the "story" of my code. It is hard to write tests when I'm unsure what the interfaces look like. I might write stub code to flesh out the classes and interfaces without thinking about tests. But I try to get to tests as quick as possible. I find it helps if I make notes of things I would test as I build the design, and then when my design is more solidified I go back to my notes and I make those tests firsts. That usually means the implementation and unit test code grow together, neither one before the other.</p> http://stackoverflow.com/questions/312040/multimap-implementation/312563#312563 3 Answer by ARKBAN for MultiMap implementation ARKBAN 2008-11-23T14:26:14Z 2008-11-23T14:26:14Z <p>I would remove the collections so that your MultiMap has consistent behavior. If I used your MultiMap I would be very surprised (and unhappy) to find that a missing key behaves differently depending on whether a key was previously in the MultiMap or not.</p> <p>Does Clear() remove the the Collections?</p> <p>You may also create an unintended memory leak if you do not remove the collections. A developer may add many items, then remove them. Memory usage (after GC) should return to the same amount as before those items were added.</p> <p>I would not worry about the cost of creating Collections. I would worry about the contract you create for your MultiMap. If after profiling your application you find that to be a concerned, you could modify or create a special MultiMap for that behavior. Don't fall into the trap of premature optimization.</p> http://stackoverflow.com/questions/304054/best-practices-on-managing-complexity-visualizing-components-in-your-software/304144#304144 1 Answer by ARKBAN for Best practices on managing complexity/visualizing components in your software? ARKBAN 2008-11-20T02:12:00Z 2008-11-22T10:24:53Z <p>My company writes <a href="http://en.wikipedia.org/wiki/Functional_specification" rel="nofollow">functional specifications</a> for each major component. Each spec follows a common format, and uses various diagrams and pictures as appropriate. Our specs have a functional part and a technical part. The functional part describes what the component does at a high-level (why, what goals it solves, what it does not do, what it interacts with, external documents that are related, etc.). The technical part describes the most important classes in component and any high-level design patterns.</p> <p>We prefer text because is the most versatile and easy to update. This is a big deal -- not everyone is an expert (or even decent) at Visio or Dia, and that can be a obstacle to keeping the documents up-to-date. We write the specs on a wiki so that we can easily link between each specification (as well as track changes) and allows for a non-linear walk though the system.</p> <p>For an argument from authority, Joel recommends Functional Specs <a href="http://www.joelonsoftware.com/articles/fog0000000036.html" rel="nofollow">here</a> and <a href="http://www.joelonsoftware.com/articles/fog0000000035.html" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem 12 Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T21:38:08Z 2008-11-18T15:17:16Z <p>I am currently faced with a difficult sorting problem. I have a collection of events that need to be sorted against each other (a <a href="http://en.wikipedia.org/wiki/Comparison_sort" rel="nofollow">comparison sort</a>) and against their relative position in the list.</p> <p>In the simplest terms I have list of events that each have a priority (integer), a duration (seconds), and an earliest occurrence time that the event can appear in the list. I need to sort the events based on priority, but no event can appear in the list before its earliest occurrence time. Here's an example to (hopefully) make it clearer:</p> <pre><code>// Psuedo C# code class Event { int priority; double duration; double earliestTime ; } void Example() { Event a = new Event { priority = 1, duration = 4.0, earliestTime = 0.0 }; Event b = new Event { priority = 2, duration = 5.0, earliestTime = 6.0 }; Event c = new Event { priority = 3, duration = 3.0, earliestTime = 0.0 }; Event d = new Event { priority = 4, duration = 2.0, earliestTime = 0.0 }; // assume list starts at 0.0 seconds List&lt;Event&gt; results = Sort( new List&lt;Event&gt; { a, b, c, d } ); assert( results[ 0 ] == a ); // 4.0 seconds elapsed assert( results[ 1 ] == c ); // 7.0 seconds elapsed assert( results[ 2 ] == b ); // 12.0 seconds elapsed assert( results[ 3 ] == d ); // 14.0 seconds elapsed } </code></pre> <p>Item "b" has to come last because it isn't allowed to start until 6.0 seconds into the list, so it is deferred and "c" gets to go before "b" even though its priority is lower. (Hopefully the above explains my problem, if not let me know and I'll edit it.)</p> <p>My current idea is to use an <a href="http://en.wikipedia.org/wiki/Insertion_sort" rel="nofollow">insertion sort</a> to manage the sorting process. Unlike many of the other common sorting algorithms, insertion sort decides the order of the list one at a time and in order. So for each index I should be able to find the next lowest priority event whose earliest occurrence time will be satisfied.</p> <p>I'm hoping to find resources about sorting algorithms and data structures to help me design a good solution for this "sort" of problem. My real problem is actually more complex than this: hierarchical sorting, variable buffers between events, multiple non-constant time constraints, so the more information or ideas the better. Speed and space are not really a concern. Accuracy in sorting and maintainability of the code are a concern.</p> <p><strong>Edit:</strong> Clarifications (based on comments)</p> <ul> <li>Events consume their entire duration (that is there is no overlap of events allowed)</li> <li>Events <strong>must</strong> occur at or after their earliestTime, they cannot occur before their earliestTime.</li> <li>Events can occur later than their earliestTime if lower priority events exist</li> <li>Events cannot be interrupted</li> <li>There is a maximum duration the sum of all events that can fit in a list. This is not shown above. (In reality the duration of all events will be far greater than the time list's maximum duration.)</li> <li>There cannot be any gaps. (There are no holes to try and back fill.)</li> </ul> <p><strong>Edit:</strong> Answer</p> <p>While David Nehme gave the answer I selected, I wanted to point out that his answer is an insertion sorts at heart, and several other people provided insertions sort type answers. This confirms for me that a specialized insertion sort is probably the way to go. Thanks to all of you for your answers.</p> http://stackoverflow.com/questions/267215/to-azure-or-not-to-azure/267272#267272 5 Answer by ARKBAN for To Azure or Not to Azure? ARKBAN 2008-11-06T00:25:15Z 2008-11-06T00:25:15Z <p>You may want to look at <a href="http://aws.amazon.com/ec2/" rel="nofollow">Amazon's EC2</a>. Its been around longer, and is currently up and running, as opposed to Azure which is currently in "Techology Preview" (read: beta) mode.</p> <p>There's also some questions on StackOverflow about Amazon's EC2.</p> http://stackoverflow.com/questions/235310/are-there-better-clients-for-viewing-system-monitor-logs 2 Are there better clients for viewing System Monitor logs? ARKBAN 2008-10-24T21:21:44Z 2008-10-31T11:57:56Z <p>Does anyone know of a better GUI client for displaying Windows <a href="http://support.microsoft.com/kb/248345" rel="nofollow">System Monitor</a> log files? (System Monitor is sometimes called <a href="http://support.microsoft.com/?kbid=330138" rel="nofollow">Performance Monitor</a>.) I'm trying to track a long-term memory leak in a C# application running on Windows XP or 2K3 by comparing memory usages to run logs.</p> <p>Specifically I want a client that will allow me to see the following (because System Monitor is unable or difficult):</p> <ul> <li>Specify exact date time ranges for viewing data (or at least finer granularity than hours)</li> <li>Show time intervals along the horizontal axis</li> <li>Show max, min, average for the time range</li> <li>Somewhere show the interval on which source data was captured (1 sec, 5 min, etc.)</li> </ul> <p>(If no such thing exists I'm willing to hear recommendations for better long term performance/memory capturing tools.)</p> <p><strong>Edit:</strong> I've done Google searches and haven't found anything except tutorials on how to create System Monitor logs.</p> http://stackoverflow.com/questions/235310/are-there-better-clients-for-viewing-system-monitor-logs/253254#253254 0 Answer by ARKBAN for Are there better clients for viewing System Monitor logs? ARKBAN 2008-10-31T11:57:56Z 2008-10-31T11:57:56Z <p>While I accepted Patrick Cuff's answer, for my needs I found a better way to graph the data: Excel</p> <p>It still doesn't provide everything I need, but it is a marked improvement over the System Monitor GUI. I use the relog command line tool to convert the log into a CSV, and then import the CSV into Excel. Excel does not automatically handle the third one, but I can add new columns to graph, and it does allow me to have better control over which data I'm displaying.</p> http://stackoverflow.com/questions/246581/resharper-has-it-changed-your-programming-life/246597#246597 1 Answer by ARKBAN for Resharper, has it changed your "programming" life? ARKBAN 2008-10-29T12:25:13Z 2008-10-29T12:25:13Z <p>The code analysis makes my code clearer and finds occasional bugs, so in that way it does speed up production because bugs are caught before testing phase. It also helps bring new developers up to speed because the code is cleaner.</p> http://stackoverflow.com/questions/236861/how-do-you-determine-the-ideal-buffer-size-when-using-fileinputstream 7 How do you determine the ideal buffer size when using FileInputStream? ARKBAN 2008-10-25T19:13:51Z 2008-10-27T03:43:45Z <p>I have a method that creates a MessageDigest (a hash) from a file, and I need to do this to a lot of files (>= 100,000). How big should I make the buffer used to read from the files to maximize performance?</p> <p>Most everyone is familiar with the basic code (which I'll repeat here just in case):</p> <pre><code>MessageDigest md = MessageDigest.getInstance( "SHA" ); FileInputStream ios = new FileInputStream( "myfile.bmp" ); byte[] buffer = new byte[4 * 1024]; // what should this value be? int read = 0; while( ( read = ios.read( buffer ) ) &gt; 0 ) md.update( buffer, 0, read ); ios.close(); md.digest(); </code></pre> <p>What is the ideal size of the buffer to maximize throughput? I know this is system dependent, and I'm pretty sure its OS, FileSystem, <em>and</em> HDD dependent, and there maybe other hardware/software in the mix. </p> <p>(I should point out that I'm somewhat new to Java, so this may just be some Java API call I don't know about.)</p> <p><strong>Edit:</strong> I do not know ahead of time the kinds of systems this will be used on, so I can't assume a whole lot. (I'm using Java for that reason.)</p> <p><strong>Edit:</strong> The code above is missing things like try..catch to make the post smaller</p> http://stackoverflow.com/questions/233707/is-agile-programming-too-ad-hoc-for-safety-critical-systems/233846#233846 8 Answer by ARKBAN for Is Agile programming too... ad hoc for safety-critical systems? ARKBAN 2008-10-24T14:49:12Z 2008-10-24T14:49:12Z <p>I work in aerospace (satellites specifically), and we use a hybrid approach because we face two different concerns: real-world requirements and business processes requirements.</p> <p>We use a waterfall-ish approach for spacecraft requirements and critical sections because changes to the satellite are slow and rare, and screwing up there is bad.</p> <p>But for the ever changing business processes we use an agile-ish approach because <em>how</em> they fly the spacecraft is constantly changing due to customer demands. Screwing up there means in the worst case the user gets not-as-nice results.</p> http://stackoverflow.com/questions/224387/creating-a-personal-project/229514#229514 0 Answer by ARKBAN for Creating a Personal Project ARKBAN 2008-10-23T12:16:50Z 2008-10-23T12:16:50Z <p>I had this same question.</p> <p>First I spent time brainstorming something that would be fun to build <em>but not necessarily useful</em>. I wanted something that would hold my interest beyond just a neat tool. You may want a tool, and that's fine, but realize that tools are usually simple and do only one thing. You could choose to do one big project or lots of little tools.</p> <p>Second, I thought extremely long term and figured out what language/technology/platforms I would need to achieve those goals. Those long term goals are not necessarily achievable, but they do help one get excited about the project, and help you to choose language/technology/platforms that won't prevent you from reaching those goals.</p> <p>Third, in terms of organization, I use a mind mapping tool to capture and organize my ideas. The mind map helped me keep both long and short term goals, and helped me figure out where to start first. Finally, I created a tiny road map and limited each iteration to only a few, achievable tasks. The first tasks were stuff like setting up SVN, creating main(), and writing skeleton code. I keep editing the mind map and road map, adding new features first to the mind map, then figuring out where they go in the road map. I implement only from the road map. </p> <p>On organization, I only use in-code comments as documentation, but I also scatter readme.txt files within each package/namespace/directory to leave a bread crumb trail for me and potential other users. (I consider those higher-level comments.) I don't use UML or anything because UML can be time consuming to update when you are the only developer and you are doing this in your free time. I aim to make the current code structure obvious and simple, with no future functionality built in. When I add a new feature, I refactor to keep that new feature as obvious and simple as all existing features.</p> <p>GL, and the most important thing is to find something you will not grow tired of. (I went back to a tiny little game I wrote on a TI-82 calculator over 10+ years ago for my project.)</p> http://stackoverflow.com/questions/213544/what-is-the-most-common-mistake-you-make-while-writing-unit-tests/213557#213557 4 Answer by ARKBAN for What is the most common mistake you make while writing unit tests? ARKBAN 2008-10-17T19:32:11Z 2008-10-17T19:32:11Z <p>Lack of coverage -- I rarely test all the cases I should on my first pass.</p> http://stackoverflow.com/questions/201450/visual-studio-debugger-tips-tricks-for-net/204493#204493 1 Answer by ARKBAN for Visual Studio debugger tips & tricks for .NET ARKBAN 2008-10-15T12:17:42Z 2008-10-15T12:17:42Z <p>Conditional breaks are very useful if you have code that is repeated a lot but only fails under a specific set of conditions, such as code in a loop, methods called from a loop, or methods called from multiple threads. Put the break statement at the line of interest and set its conditions to match the error case. (There is a quick example <a href="http://www.odetocode.com/Articles/425.aspx" rel="nofollow">here</a>.)</p> http://stackoverflow.com/questions/200887/object-editing-and-isdirty-flag/200940#200940 1 Answer by ARKBAN for object editing and isDirty() flag ARKBAN 2008-10-14T12:27:15Z 2008-10-14T12:27:15Z <p>Depending on your domain, you could use equality to test for differences. Keep the original object and make a copy of the object for editing. Anytime an edit may be performed, modify the UI appropriately.</p> <p>The benefit of this suggestion is that it doesn't stick GUI specific functionality (the isDirty() flag) on your domain objects, but YMMV</p> http://stackoverflow.com/questions/182298/subversion-versus-vault/182430#182430 1 Answer by ARKBAN for Subversion versus Vault ARKBAN 2008-10-08T12:14:25Z 2008-10-08T12:14:25Z <p>SVN has true branching <a href="http://svnbook.red-bean.com/en/1.1/ch04.html" rel="nofollow">http://svnbook.red-bean.com/en/1.1/ch04.html</a>, branching is just handled differently than most source code control systems.</p> http://stackoverflow.com/questions/182393/xml-configuration-versus-annotation-based-configuration/182405#182405 1 Answer by ARKBAN for Xml configuration versus Annotation based configuration ARKBAN 2008-10-08T12:09:08Z 2008-10-08T12:09:08Z <p>I might be wrong, but I thought Annotations (as in Java's @Tag and C#'s [Attribute]) were a compile-time option, and XML was a run-time option. That to me says the are not equivalent and have different pros and cons.</p> http://stackoverflow.com/questions/175544/writing-optimization-function/175831#175831 1 Answer by ARKBAN for writing optimization function ARKBAN 2008-10-06T19:34:44Z 2008-10-06T19:34:44Z <p>I would advise using a scoring algorithm. Basically construct a formula that pulls all the values you described into a single number. Who ever has the highest final score wins that slot. For example a simple formula might be:</p> <pre><code>FinalScore = ( PlayerRanking * N1 ) + ( PlayerPreference * N2 ) </code></pre> <p>Where N1, N2 are weights to control the formula.</p> <p>This will allow you to get good (not perfect) results very quickly. We use this approach on a much more complex system with very good results.</p> <p>You can add more variety to this by adding in factors for how many times the player has won or lost slots, or (as someone suggested) how much the player paid.</p> <p>Also, you can use multiple passes to assign slots in the day. Use one strategy where it goes chronologically, one reverse chronologically, one that does the morning first, one that does the afternoon first, etc. Then sum the scores of the players that got the spots, and then you can decide strategy provided the best results.</p> http://stackoverflow.com/questions/144503/how-should-the-data-access-layer-be-structured/148432#148432 0 Answer by ARKBAN for How should the Data Access Layer be structured? ARKBAN 2008-09-29T12:12:00Z 2008-09-29T12:12:00Z <p>The main draw back to the second approach is in unit testing -- mocking out big factory methods like your SimpleObjectRepository requires more work than mocking out just ICustomerDao. But, my project goes with the second approach for highly related objects (where most will be used in any unit tests) because it lightens the mental load and makes it more maintainable. </p> <p>I'd figure out what makes your system more maintainable and easy to understand and do that.</p> http://stackoverflow.com/questions/80702/what-is-the-best-control-suite-for-winforms-applications/93626#93626 0 Answer by ARKBAN for what is the best control suite for winforms applications? ARKBAN 2008-09-18T15:34:15Z 2008-09-18T15:34:15Z <p>I've used DevExpress and Infragistics Grid controls.</p> <p>Infragistics expects you to <strong>only</strong> use DataTables with their Grid controls. This is a huge negative if you need to work with domain objects, but a non-issue if you aren't. </p> <p>DevExpress has more flexible Grid controls that can be easily used with Domain Objects. They have an interface something like Java's TableModel for the Java JTable control. Do not believe their claims that you can do owner draw stuff in their grid cells. It <em>can</em> be done, but the documentation is wrong and the tech help doesn't understand. I had to use Reflector and reflection on private fields and methods to do what I needed to do (shift cell data over and draw a red X when an error occurs.) That being said, if you aren't going to do owner draw stuff, then don't worry about it.</p> <p>Both have sensible structures, documentation is what you'd expect -- fine for normal stuff, sub-par for weird stuff.</p> <p>I would recommend wrapping their controls as a forward looking precaution and because the controls provided will only use 10% of the features provided. (Every project probably uses only 10%, but each probably use a different 10%.) It makes developers life way easier when they can quickly find the features they and all the other features are hidden.</p> http://stackoverflow.com/questions/83547/algorithm-to-find-which-numbers-from-a-list-of-size-n-sum-to-another-number/83603#83603 1 Answer by ARKBAN for Algorithm to find which numbers from a list of size n sum to another number ARKBAN 2008-09-17T14:05:21Z 2008-09-17T14:05:21Z <p>You have described a <a href="http://en.wikipedia.org/wiki/Knapsack_problem" rel="nofollow">knapsack problem</a>, the only true solution is brute force. There are some approximation solutions which are faster, but they might not fit your needs.</p> http://stackoverflow.com/questions/83313/how-much-time-do-you-spend-in-reflector-net/83507#83507 0 Answer by ARKBAN for How much time do you spend in Reflector? (.NET) ARKBAN 2008-09-17T13:58:01Z 2008-09-17T13:58:01Z <p>If I'm writing against libraries I have the source to I rarely if ever use it because I have the source.</p> <p>If I'm writing against .Net libraries I probably spend 5% of the time, only when using something I'm unfamiliar with and Google/MSDN/StackOverflow lets me down. </p> <p>When working with 3rd party libraries I probably spend 20% of the time using Reflector because is usually far better than the anemic documentation provided. One one project I spent probably 50% of my time using Reflector because the documentation/forums/knowledge bad for this particular product was missing what I needed or was completely wrong.</p> <p>I find that I'm happy when I don't need to use Reflector -- its a great tool, but using usually means I have a gnarly problem that isn't fun.</p> http://stackoverflow.com/questions/81677/whats-your-motto-as-a-developer-programmer/82491#82491 17 Answer by ARKBAN for What's Your Motto As A Developer/Programmer? ARKBAN 2008-09-17T12:19:43Z 2008-09-17T12:19:43Z <p><a href="http://c2.com/cgi/wiki?LazinessImpatienceHubris" rel="nofollow">Laziness, Impatience, Hubris</a></p> http://stackoverflow.com/questions/75529/what-are-the-best-anti-code-sites/75721#75721 2 Answer by ARKBAN for What are the best anti-code sites? ARKBAN 2008-09-16T18:59:02Z 2008-09-16T18:59:02Z <p>Oops, I kind of forgot the grandfather of them all, the <a href="http://www.ioccc.org/" rel="nofollow">The International Obfuscated C Code Contest</a></p> http://stackoverflow.com/questions/1730435/how-to-work-unestimatable-tasks-into-a-scrum-sprint/1730483#1730483 Comment by ARKBAN on How to work unestimatable tasks into a scrum sprint? ARKBAN 2009-11-16T19:30:49Z 2009-11-16T19:30:49Z If the task is truly unknown, then its impossible to estimate it (at least with any sort of accuracy). What I was suggesting is to start trying to thinking of what you already know, try to think of what you might need to do, maybe hand wave a plan, anything to get a feel for what you might need to do, and start your estimate based on that. http://stackoverflow.com/questions/1246058/senior-programming-guru-who-cant-program-should-i-find-a-different-career/1246558#1246558 Comment by ARKBAN on Senior programming 'guru' who can't program - should I find a different career? ARKBAN 2009-08-09T14:25:17Z 2009-08-09T14:25:17Z I agree with learning to design and code from scratch but for different reasons -- it will make you a better PM or Systems Engineer. Our best PM can't code very well and he knows it. But since he has done a little himself, he can still help design and mold software with developers, especially for the business needs. He leverages his strengths (experience) and avoids his weakness (programming). http://stackoverflow.com/questions/375080/how-do-you-manage-software-serial-keys-licenses-etc/375176#375176 Comment by ARKBAN on How do you manage software serial keys, licenses, etc? ARKBAN 2008-12-17T16:56:05Z 2008-12-17T16:56:05Z I'm not completely against writing our own stuff, but I imagine its re-inventing the wheel. Also we don't have much spare developer time, so we'd be willing to trade time for money. http://stackoverflow.com/questions/320694/do-modern-day-visualstudio-net-projects-still-use-visual-sourcesafe-or-svn/320724#320724 Comment by ARKBAN on Do modern-day VisualStudio .NET projects still use Visual SourceSafe, or SVN? ARKBAN 2008-11-26T13:55:36Z 2008-11-26T13:55:36Z We use .Net but we use SVN because we do not want to be married to the MS tool chain. http://stackoverflow.com/questions/320599/best-html-editor-for-a-non-technical-user/320726#320726 Comment by ARKBAN on Best html editor for a non technical user. ARKBAN 2008-11-26T13:53:37Z 2008-11-26T13:53:37Z Nvu is no longer maintained, Kompozer is the self-proclaimed continuation of Nvu. http://stackoverflow.com/questions/306460/how-do-you-take-criticism/306471#306471 Comment by ARKBAN on How Do You Take Criticism? ARKBAN 2008-11-21T00:04:16Z 2008-11-21T00:04:16Z Criticism is a chance to hone your listening skills and practice humility. http://stackoverflow.com/questions/222827/how-do-you-organize-your-version-control-repository/222952#222952 Comment by ARKBAN on How do you organize your version control repository? ARKBAN 2008-11-20T02:18:09Z 2008-11-20T02:18:09Z I'm surprised that you have a separate directory for documents that don't change between versions...I've never had the pleasure of working on such a product! : ) http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem/297079#297079 Comment by ARKBAN on Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T23:04:37Z 2008-11-17T23:04:37Z Can you recommend any resources for handling such a problem? (Someone else posted a link to the Constraint Satisfaction Problem page on Wikipedia.) http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem/297115#297115 Comment by ARKBAN on Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T23:03:58Z 2008-11-17T23:03:58Z Your algorithm is the insertion sort technique I described. (Its good to see someone else coming to a similar idea.) http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem/297228#297228 Comment by ARKBAN on Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T22:44:59Z 2008-11-17T22:44:59Z You would go ahead with event &quot;b&quot;, and delay &quot;a&quot; till after &quot;b&quot; is done. http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem/297110#297110 Comment by ARKBAN on Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T22:16:09Z 2008-11-17T22:16:09Z Its not the same problem, as the duration and earliest times are not values in a void. They are constraints that can be met based on what is already in the list. http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem/297150#297150 Comment by ARKBAN on Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T22:15:32Z 2008-11-17T22:15:32Z You are correct. (In the real problem, the list's start time would be set to 4.0, and all events would be scheduled.) http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem/297079#297079 Comment by ARKBAN on Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T21:52:52Z 2008-11-17T21:52:52Z What do you mean by &quot;single-machine&quot;? As opposed to a distributed computing type problem? http://stackoverflow.com/questions/297035/sorting-algorithm-for-a-non-comparison-based-sort-problem/297053#297053 Comment by ARKBAN on Sorting algorithm for a non-comparison based sort problem? ARKBAN 2008-11-17T21:51:16Z 2008-11-17T21:51:16Z I can't ignore the duration, as the current time increase as I move forward in time, different events can be added to the list. http://stackoverflow.com/questions/23755/how-do-you-find-a-needle-in-a-haystack/23769#23769 Comment by ARKBAN on How do you find a needle in a haystack? ARKBAN 2008-11-13T16:36:20Z 2008-11-13T16:36:20Z This looks a lot like the Strategy Pattern (<a href="http://en.wikipedia.org/wiki/Strategy_pattern" rel="nofollow">en.wikipedia.org/wiki/Strategy_pattern</a>)