User rshimoda - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T19:03:13Zhttp://stackoverflow.com/feeds/user/23297http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/201189/what-do-you-do-to-keep-learning/202694#2026940Answer by rshimoda for What do you do to keep learning?rshimoda2008-10-14T20:36:21Z2009-10-26T19:17:29Z<p>I am horribly lazy.</p>
<p>Having said that, I must confess I do not read that many blogs and / or engage into discussion boards neither do I have a blog myself.</p>
<p>However, it is not all lost - I learn things based mainly on needs (both personal and professional).</p>
<p>As a person I have some "pet projects" of my own and I am always on the outlook for something I can aggregate to one of my projects and make it better - I love solving puzzles and this gives me the opportunity to use some very different languages / programming environments.</p>
<p>Professionally speaking, my client demands more and more (functionalities / quality/ non functional requirements) every time we talk / meet. Every new demand almost always cause me to learn a new thing - which is equivalent to the Pragmatic motto of "be a jack of all trades".</p>
http://stackoverflow.com/questions/166212/software-development-process-for-small-teams13Software development process for small teamsrshimoda2008-10-03T10:17:17Z2009-10-20T10:10:18Z
<p>I might be an exception here but I have never worked on a team with more than three developers and / or five people. Still we could manage to get the job done (somehow).</p>
<p>Is there a software development process which fits this "extreme" scenario? And, if you work as a standalone programmer is there something you can adapt to your daily life to make it more predicatable, coherent, documented and still get the job done?</p>
http://stackoverflow.com/questions/214452/what-surprised-you-the-most-about-the-software-industry/214728#2147282Answer by rshimoda for What surprised you the most about the software industry?rshimoda2008-10-18T07:55:10Z2009-09-16T22:22:59Z<p>The fact that, when building business applications, you will rarely use all the information learnt on college (such as compilers/algorithms/data structures) as most of the basic computing problems have aldready been solved for you (in the format of libraries and / or frameworks).</p>
<p>However it does give an edge when you have to solve a problem and you optimize the solution by using one of the models taught (using a red an black tree to order some data in session, for instance).</p>
http://stackoverflow.com/questions/159625/how-do-you-implement-a-multiculture-web-application2How do you implement a multiculture web applicationrshimoda2008-10-01T20:46:10Z2009-06-08T21:24:49Z
<p>Hi,</p>
<p>I believe several of us have already worked on a project where not only the UI, but also data has to be supported in different languages. Such as - being able to provide and store a translation for what I'm writing here, for instance. </p>
<p>What's more, I also believe several of us have some time-triggered events (such as when expiring membership access) where user location should be taken into account to calculate, like, midnight according to the right time-zone.</p>
<p>Finally there's also the need to support Right to Left user interfaces accoring to certain languages and the use of diferent encodings when reading submitted data files (parsing text and excel data, for instance)</p>
<p>Currently I'm storing all my translations for all my entities on a single table (not so pratical as it is very hard to find yourself when doing sql queries to look into a problem), setting UI translations mainly on satellite assemblies and not supporting neither time zones nor right to left design. </p>
<p>What are your experiences when dealing with these challenges?</p>
<p><strong>[Edit]</strong></p>
<p>I assume most people think that this level of multiculture requirement is just like building a huge project. As a matter of fact if you tihnk about an online survey where:</p>
<ol>
<li>Answers will collected only until
midnight</li>
<li>Questionnaire definition and part of
the answers come from a text file
(in any language) as well as
translations</li>
<li>Questions and response options must
be displayed in several languages,
according to who is accessing it</li>
<li>Reports also have to be shown and
generated in several different
languages</li>
</ol>
<p>As one can see, we do not have to go too far in an application to have this kind of requirements.</p>
<p>[Edit2]</p>
<p>Just found out my question is a duplicate</p>
<p><a href="http://stackoverflow.com/questions/898/internationalization-in-your-projects#1462">i18n in your projects</a> </p>
<p>The first answer (when ordering by vote) is so compreheensive I have to get at least a part of it implemented someday.</p>
http://stackoverflow.com/questions/152901/horrible-vmware-keyboard-shortcuts4Horrible VMware keyboard shortcutsrshimoda2008-09-30T12:52:15Z2008-10-29T18:24:37Z
<p>Hello,</p>
<p>I'm a VMware user and far too often I use keyboard shortcuts while programming. However, this has proved to be quite distressing as sometimes the VMware gets hold of it and turns off / pauses (ctrl+Z) the virtual machine.</p>
<p>Is there a way to disable keyboard shortcuts on VMware? Has anyone here ever found a workaround? </p>
http://stackoverflow.com/questions/143429/whats-the-least-useful-comment-youve-ever-seen/247084#2470841Answer by rshimoda for What's the least useful comment you've ever seen?rshimoda2008-10-29T14:48:53Z2008-10-29T14:48:53Z<p>Once upon a time, I saw:</p>
<pre><code>#region This is ugly but a mas has to do what a man has to do
Initialization of a gigantic array (...)
#endregion
// Aren't you glad this has ended?
</code></pre>
<p>I was glad I was not that developer.</p>
http://stackoverflow.com/questions/240525/how-did-you-learn-to-program/240644#2406441Answer by rshimoda for How did you learn to program?rshimoda2008-10-27T17:07:30Z2008-10-29T14:37:57Z<p>I learnt how to program when I discovered I could avoid tedious hours recalculating things (variables, factors) by just incorporating the heuristics into a program - and then have the computer in charge of executing the same thing several times in a speed and precision which is far from what I would be able to do - that was my motivation.</p>
<p>As to how to keep this motivation ongoing... I guess every day I read code or I discover a new language, I am actually discovering new answers to my basic questions (real life problems - such as - how do I summarize this - how do I draw this chart, why is that web page fancier than mine) so if you keep yourself loaded with questions and appreciate different ways to answer it you'll be motivate to learn more and more.</p>
<p>(Now I'm just discovering JQuery and how to make those fancy web interfaces... so that I won't ever have to resort to use crude html and javascript code)</p>
http://stackoverflow.com/questions/240468/worst-muscle-memory-keyboard-shortcut/240685#2406850Answer by rshimoda for Worst "muscle memory" keyboard shortcut?rshimoda2008-10-27T17:15:31Z2008-10-27T17:15:31Z<p>Crtl+z and this is because in VMWare it suspends your virtual machine and I accidently hit this in the middle of a presentation.</p>
<p>Needless to say we just laughed and had a 5 min. break before moving on.</p>
http://stackoverflow.com/questions/80919/what-are-your-weakness-points/240083#2400831Answer by rshimoda for What are your weakness points?rshimoda2008-10-27T14:32:45Z2008-10-27T14:32:45Z<p>I usually say that I am too ambicious in my projects - which can lead both to a magnificent project or to a 200% delay because of gold-plating.</p>
<p>And then - I am actually being very honest (since both things have happened to me in every project I was envolved either as a developer or as a manager. In the end the employer must know where he / she is placing his / her bet.</p>
http://stackoverflow.com/questions/235474/what-infuriates-you-the-most-when-maintaining-others-code/236081#2360812Answer by rshimoda for What infuriates you the most when maintaining others' code?rshimoda2008-10-25T08:05:24Z2008-10-25T08:05:24Z<p>The thing I hate the most is when the delivered code does not work as promised - when it should implement a certain functionality but only the most basic paths of execution are covered.</p>
<p>This infuriates me because I know that what has been implemented is generally the tip of the iceberg and I know I have to implement the rest of it (and people who are aoutside of the project will think I'm just loittering with code instead of delivering real functionality).</p>
http://stackoverflow.com/questions/231951/whats-the-next-thing-on-your-list-to-learn/233015#2330150Answer by rshimoda for What's the next thing on your list to learn?rshimoda2008-10-24T10:31:15Z2008-10-24T10:31:15Z<p>My current objective is learn how to manage software requirements (functional and non-functional) as well as estimate development time better.</p>
<p>After all these years of working I'm still getting 200% more time than originally estimated to get things done and I'm still accepting confusing (and even paradoxal) software requirements - and my team is suffering with it.</p>
<p>I kept wondering if there was a language / concept / anything out there which can be used as a silver bullet to my problem but instead of going to code books I have to resort to project management books.</p>
http://stackoverflow.com/questions/230347/just-got-hired-at-a-new-software-shop-now-what/230518#2305181Answer by rshimoda for Just Got Hired at a New Software Shop, Now What?rshimoda2008-10-23T16:56:06Z2008-10-23T16:56:06Z<p>Besides practical issues (such as dress code, work hours, logging your work, and so on) do not hesitate to take on whatever task you are offered.</p>
<p>Generally people will offer you documentation, testing, debugging or even "string replacement" tasks just so that they can understand the way you code and you get started with all the projects running in the shop.</p>
<p>And yes, asking too many questions without bothering to lookup for answers to common problems in the internet or demanding changes to a project without even knowing its background / budget is also quite unpolite.</p>
http://stackoverflow.com/questions/229569/why-do-companies-use-source-safe/230101#2301012Answer by rshimoda for Why do companies use Source Safe?rshimoda2008-10-23T15:10:21Z2008-10-23T15:10:21Z<p>I have to deal with a lot of unexperienced developers who have never ever used version control, let alone code applications from a single code repository (their solution was excel-based and one person in the team is responsible for the core spreadsheet and the others make changes to this "master spreadsheet" and save it in a hierarchy of folders in a central server).</p>
<p>When I explained the concept of code repository without file locking everybody just freaked out. When I said that we would benefit from using Visual SVN I was questioned about having to pay for a tool (when Vss is already integrated to Visual Studio, SQL Server and so on).</p>
<p>Unfortunately I ran out of arguments to convince people to use subversion or any other version control and, instead, I might be moving from subversion to VSS very soon (gosh how I hate this).</p>
http://stackoverflow.com/questions/223897/defining-moment-or-event-when-you-knew-programming-was-for-you/223922#2239221Answer by rshimoda for Defining moment (or event) when you knew programming was for you.rshimoda2008-10-21T23:25:10Z2008-10-21T23:25:10Z<p>I guess that when I typed my first Basic game (using the GWBasic) and I played with it (as well as my sister) I began to wonder - how did text transform into something joyful?</p>
http://stackoverflow.com/questions/159625/how-do-you-implement-a-multiculture-web-application/222662#2226620Answer by rshimoda for How do you implement a multiculture web applicationrshimoda2008-10-21T17:04:13Z2008-10-21T17:04:13Z<p>I'll describe what has been done in my project (it wasn't my original architecture but I liked it anyways)</p>
<p><strong>Providing Translation Support</strong></p>
<p>Text which needs to be translated have been divided into three different categories:</p>
<ol>
<li>Error text: Like errors which happen deep in the application business layer</li>
<li>UI Text: Text which is shown in the User interface (labels, buttons, grid titles, menus)</li>
<li>User-defined Text: text which needs to be translatable according to the final user's preferences (that is - the user creates a question in a survey and he can also create a translated version of that survey)</li>
</ol>
<p>For each different cathegory the schema used to provide translation service is different - so that we have:</p>
<ol>
<li>Error Text: A library with static functions which access resource files </li>
<li>UI Text: A "Helper" class which, linked to the view engine, provides translations from remote assemblies</li>
<li>User-defined Text: A table in the database which provides translations (according to typeID of the translated entity and object id) and is linked to the entity via a 1 x N relationship</li>
</ol>
<p>I haven't, however, attacked the other obvious problems such as dealing with time zones, different layouts and picture translation (if this is really necessary). Does anyone have tackled this problem in a different way? </p>
<p>Has anyone ever tackled the other i18n problems?</p>
http://stackoverflow.com/questions/216624/favorite-non-esoteric-programming-language/216643#2166434Answer by rshimoda for Favorite (non-esoteric) Programming Languagershimoda2008-10-19T16:45:42Z2008-10-19T16:45:42Z<p>I love to use prolog - the way it's been built and the idea of solving puzzles with logic expressions and chaining data staes is just fantastic - it really represents a challenge in terms of changing your approach into solving problems.</p>
<p>At work I use C# and lots of different frameworks and they seem just like food recipes to me (I mean, is the challenge just finding a recipe and following it through? Where is the fun in that?)</p>
http://stackoverflow.com/questions/214971/how-to-manage-noise-in-teams-room/215291#2152910Answer by rshimoda for How to manage noise in teams room?rshimoda2008-10-18T17:11:08Z2008-10-18T17:11:08Z<p>Well, according to peopleware each of us should have a separate room with acoustic isolation - but I frankly believe this is something extreme.</p>
<p>I use canal earphones (you name it, shure, etymotic research and utimate ears) but sometimes music can also distract me or create a massive headache. That's why, on extreme cases, I use <a href="http://www.simplynoise.com/" rel="nofollow">Simply Noise</a> which provides that sound when a TV channel has gone off (or when you can't tune a radio station).</p>
<p>The widespread use of headphones can cause your team to stop communicating at all. So be aware to always have an informal 30 min meeting sometime during the day (just like a scrum daily meeting) - this will help a lot.</p>
<p>Finally, office noise can also be disruptive when you need to make a conference call (specially when people on the other side are speaking in a language other than your mother tongue) - for these situations either get a separate room or explain the situation to the team. I am sure everyone will understand.</p>
http://stackoverflow.com/questions/130965/what-is-the-worst-code-youve-ever-written/214775#2147751Answer by rshimoda for What is the worst code you've ever written?rshimoda2008-10-18T08:49:24Z2008-10-18T08:49:24Z<p>Several years ago I had to create a way to order callee information in a database according to 15 custom fields and 5 permanent fields. Custom fields could be of any basic type (integer, string, date, bit).</p>
<p>Instead of building a query generator in the application, I decided to build a HUGE function in SQL and, obviously, the guys at my company were far from happy when I left for another job and they had to change / debug it.</p>
<p>Several of them still do not talk to me, even though it has been 7 years since this happened.</p>
http://stackoverflow.com/questions/214605/the-best-way-to-familiarize-yourself-with-an-inherited-codebase/214767#2147670Answer by rshimoda for The best way to familiarize yourself with an inherited codebasershimoda2008-10-18T08:41:41Z2008-10-18T08:41:41Z<p>The first thing I do before going down into code is to use the application (as several different users, if necessary) to understand all the functionalities and see how they connect (how information flows inside the application).</p>
<p>After that I examine the framework in which the application was built, so that I can make a direct relationship between all the interfaces I have just seen with some View or UI code.</p>
<p>Then I look at the database and any database commands handling layer (if applicable), to understand how that information (which users manipulate) is stored and how it goes to and comes from the application</p>
<p>Finally, after learning where data comes from and how it is displayed I look at the business logic layer to see how data gets transformed.</p>
<p>I believe every application architecture can de divided like this and knowning the overall function (a who is who in your application) might be beneficial before really debugging it or adding new stuff - that is, if you have enough time to do so.</p>
<p>And yes, it also helps a lot to talk with someone who developed the current version of the software. However, if he/she is going to leave the company soon, keep a note on his/her wish list (what they wanted to do for the project but were unable to because of budget contraints).</p>
http://stackoverflow.com/questions/212860/usability-hints-for-building-an-adult-web-site/214733#2147332Answer by rshimoda for Usability hints for building an adult web site?rshimoda2008-10-18T07:58:54Z2008-10-18T07:58:54Z<p>I wish some of them enabled us to zoom pics (up to a certain extent) so that we could see one particular picture in more detail withou scrolling.</p>
<p>By the way, Gallery downloading in a single click (the whole gallery or page in a zip file) is always welcome - even in presentation mode we lose too much time clicking on pics and saving them locally.</p>
http://stackoverflow.com/questions/213057/5-years-experience-100k-salary-really/213145#2131451Answer by rshimoda for 5 years experience == 100k+ salary? Really?rshimoda2008-10-17T17:52:02Z2008-10-17T17:52:02Z<p>I frankly think that depends on what you aim for in your career. There are some very specialized industries (like, financial companies, marketing / game) where you can speed up your income (and in 5 years you get to learn quite a bit from these fields making you a special employee).</p>
http://stackoverflow.com/questions/211686/what-do-you-miss-when-you-have-to-use-c-instead-of-c/213130#2131305Answer by rshimoda for What do you miss when you have to use C instead of C++?rshimoda2008-10-17T17:46:20Z2008-10-17T17:46:20Z<p>Boost and all the frameworks and libraries that you can use to make your life easier.</p>
http://stackoverflow.com/questions/212151/what-are-the-real-challenges-for-a-developer-migrating-between-programming-langua/212274#2122740Answer by rshimoda for What are the real challenges for a developer migrating between programming languages?rshimoda2008-10-17T14:04:08Z2008-10-17T14:04:08Z<p>Just like learning a new human language, for me the biggest problem lies on typical constructions you need to do to solve a problem.</p>
<p>I know that perhaps learning "while" or "for" loops in several languages aren't so difficult - but when your problem goes up one level of abstraction (iterate through this array) you'll find yourself using "[" instead of "(" and vice-versa.</p>
<p>The learning curve can be even steeper if, besides learning a new language, you have to learn a new framework. When I went from typícal ASP.Net to MVC (using NVelocity) I kinda felt myself completely lost - all my knowledge on how to solve typical problems with asp.net control had to be forgotten.</p>
<p>Finally, the biggest challenge happens when you change between languages with different paradigms - because you can no longer think in the same way to solve a problem. Like - when moving from C# to Prolog, instead of thinking in functions, arguments, class hierarchy, etcs... I had to think only in states, events linked to data changes and event chaining via recursion - it was madness but I could finish my university homework.</p>
http://stackoverflow.com/questions/205474/which-certifications-are-worthwhile-and-useful-on-a-resume/206557#2065570Answer by rshimoda for Which certifications are worthwhile and useful on a resume?rshimoda2008-10-15T21:21:35Z2008-10-15T21:21:35Z<p>As someone who tried to hire people (and failed miserably at it) I can say that I fear lots of certification and little work experience. People like this often think practical, real life problems can always be solved by someting they saw on their certification book or something which was a part of their certification exam.</p>
<p>I was like that 7 years ago.</p>
<p>For me what counts more is experience in different jobs / solutions, past projects size descriptions and clients as well as (if I am lucky) some kind of public space / programming blog. </p>
<p>And, of course, the guy must behave extremely well in the interview, answer coding problems properly and show th right atitude (when faced with strange questions / problems)</p>
http://stackoverflow.com/questions/206286/how-do-you-tell-someone-theyre-writing-bad-code/206511#2065111Answer by rshimoda for How do you tell someone they're writing bad code?rshimoda2008-10-15T21:11:17Z2008-10-15T21:11:17Z<p>I frankly believe that someone's code is better when it's easier to change, debug, navigate, understand, configure, test and publish (whew).</p>
<p>That said I think it is impossible to tell someone his/her code is bad without having a first go at having him / her explaining what it does or how is anyone supposed to enhance it afterwards (like, creating new funcionality or debugging it).</p>
<p>Only then their mind snaps and anyone will be able to see that:</p>
<ul>
<li>Global variables value changes are almost always untrackable</li>
<li>Huge functions are hard to read and understand</li>
<li>Patterns make your code easier to enhance (as long as you obay to their rules)</li>
<li>( etc...)</li>
</ul>
<p>Perhaps a session of pair programming should do the trick.
As for enforcing coding standards - it helps but they are too far away from really defining what is good code.</p>
http://stackoverflow.com/questions/202723/coding-in-other-spoken-languages/202932#2029322Answer by rshimoda for Coding in Other (Spoken) Languagesrshimoda2008-10-14T21:31:04Z2008-10-14T21:31:04Z<p>In several VBA project I've worked on (yes, very early in my career) we had to detect the version of office which was installed on the user's machine and change the formulas used in the speradsheets accordingly.</p>
<p>As i program in portuguese"SUM" would have to be translated into "SOMA" and so on and so forth. I just can't imagine the necessary work to make this happen in several languages. Has anyone else suffered with this problem?</p>
http://stackoverflow.com/questions/3781/prototyping-a-gui-with-a-customer/202911#2029111Answer by rshimoda for Prototyping a GUI with a customerrshimoda2008-10-14T21:24:13Z2008-10-14T21:24:13Z<p>I've recenly used a windows App to prototype an application to a customer (the final interface has to be integrated into a website).</p>
<p>At first people thought that it would be the last version and they started to make very heavy criticism from the way controls were displayed to the words I had used (terminology and stuff) and the meeting time ended before we could even discuss the functionality itself.</p>
<p>That discussion dragged on for days and days until I told them that, being a mock (and not a final application) all input is welcome but we had to focus on the functionalities first and then we could move on to look and feel as well as terminology issues.</p>
<p>From thay meeting on I am always terrified of prototypes and mock-ups... Perhaps I should just have given them something made in visio instead.</p>
http://stackoverflow.com/questions/71199/what-makes-you-lose-motivation/191795#1917950Answer by rshimoda for What makes you lose motivation?rshimoda2008-10-10T15:13:12Z2008-10-10T15:13:12Z<p>The worst thing for me is when you have to repeat yourself when justifying / explaining:</p>
<ul>
<li>New Tecnologies in use (from framework to programming envivoment)</li>
<li>Code repository policies (because
former developers never ever had one
in place)</li>
<li>Backup policies </li>
</ul>
<p>Or even worse - when your (internal/external) client starts (for no apparent reason) to contradict him/herself when explaining / testing a new functionality (after spending days or months coding it). </p>
http://stackoverflow.com/questions/184873/techniques-to-measure-application-performance0Techniques to measure application performancershimoda2008-10-08T20:58:26Z2008-10-08T22:03:46Z
<p>Hi there, </p>
<p>I maintain an application which, during the course of two years, has constantly required new hardware to be even usable, due to the amount of new users / new data inserted. However, justifying the investiment is sometimes very hard to do.</p>
<p>I started to wonder - how can I establish the maximum number of users a web application currently suports? </p>
<p>I thought of using JMeter scripts but they can get really nasty to implement when having to simulate file transfers and decison trees. What do you guys use?</p>
http://stackoverflow.com/questions/184618/what-is-the-best-comment-in-source-code-you-have-ever-encountered/184924#1849246Answer by rshimoda for What is the best comment in source code you have ever encountered?rshimoda2008-10-08T21:06:39Z2008-10-08T21:06:39Z<p>This was actually made by me when I was implementing a prototype turned into real code:</p>
<pre><code>// Abandon all hope you who needs to debug this
</code></pre>
<p>Yes, someone smarter than me actually refactored the code afterwards (it had to have a good ending).</p>
http://stackoverflow.com/questions/24596/what-web-application-framework-for-java-is-recommended/24646#24646Comment by rshimoda on What Web Application Framework for Java is Recommended?rshimoda2009-11-25T00:38:36Z2009-11-25T00:38:36ZWas this "...SQL statements within your JSP..." meant to be sarcastic?http://stackoverflow.com/questions/166212/software-development-process-for-small-teams/598712#598712Comment by rshimoda on Software development process for small teamsrshimoda2009-10-20T19:07:32Z2009-10-20T19:07:32ZThis is really straightforward and, even though it seems to be rather clunky, it works when developing alone a huge project where you can no longer remember what is missinghttp://stackoverflow.com/questions/166212/software-development-process-for-small-teams/166297#166297Comment by rshimoda on Software development process for small teamsrshimoda2009-10-20T19:05:02Z2009-10-20T19:05:02ZCrystal clear worked for me even better than Scrum did (and I'm a CSM)http://stackoverflow.com/questions/81677/whats-your-motto-as-a-developer-programmer/82521#82521Comment by rshimoda on What's Your Motto As A Developer/Programmer?rshimoda2008-11-19T18:03:44Z2008-11-19T18:03:44ZYeah, I know it's hard to be proud over code - specially when being quite perfectionist - but at least you avoid the broken window syndromehttp://stackoverflow.com/questions/235474/what-infuriates-you-the-most-when-maintaining-others-code/235575#235575Comment by rshimoda on What infuriates you the most when maintaining others' code?rshimoda2008-11-19T17:51:10Z2008-11-19T17:51:10ZQuite frankly IoC is interesting because it is easier to do mocking to test code. However, you got a point - it sure is harder to read code developed this way - I use multiple monitors and notepad+ to use the XML as a reference (1st monitor) code in the IDE(2nd monitor) and interface (3rd monitor)http://stackoverflow.com/questions/242996/dealbreakers-for-new-programming-jobs/245616#245616Comment by rshimoda on Dealbreakers for new programming jobs?rshimoda2008-10-29T23:54:16Z2008-10-29T23:54:16Z17''? This is luxury in several countries, mind you. As well as a MSDN subscription (almost always pirated)http://stackoverflow.com/questions/126409/ways-to-eliminate-switch-in-code/126475#126475Comment by rshimoda on Ways to eliminate switch in codershimoda2008-10-29T23:51:08Z2008-10-29T23:51:08ZThanks for the great example on how to refactor code. Though I might say in the beggining it is a little hard to read (because one has to switch between several files to completely understand it) http://stackoverflow.com/questions/143429/whats-the-least-useful-comment-youve-ever-seen/176001#176001Comment by rshimoda on What's the least useful comment you've ever seen?rshimoda2008-10-29T14:51:10Z2008-10-29T14:51:10ZGosh this is sick... reminds me of the time we used comments like this instead of a decente data dictionaryhttp://stackoverflow.com/questions/214971/how-to-manage-noise-in-teams-room/215291#215291Comment by rshimoda on How to manage noise in teams room?rshimoda2008-10-29T14:36:12Z2008-10-29T14:36:12ZIt really depends - I myself get easily distracted when listeining to music (and often stop what I am doing to get the lyrics) - and classical music can be annoying - white noise is readically different as it has no musical structure / meaning whatsoever and still blocks the office noisehttp://stackoverflow.com/questions/43393/best-practices-for-querying-with-nhibernateComment by rshimoda on Best practices for querying with NHibernatershimoda2008-10-29T12:49:44Z2008-10-29T12:49:44ZI am equally frustrated and to me it seems we are replacing stored procedures with something equally terrible to develop and maintain.http://stackoverflow.com/questions/232861/fibonacci-code-golf/233161#233161Comment by rshimoda on Fibonacci Code Golfrshimoda2008-10-24T13:47:01Z2008-10-24T13:47:01ZThat's the value of using the right tool for the right problem. Abd then... is the problem really relevant?http://stackoverflow.com/questions/229569/why-do-companies-use-source-safe/229576#229576Comment by rshimoda on Why do companies use Source Safe?rshimoda2008-10-23T19:33:26Z2008-10-23T19:33:26ZI've had several problems with it before even getting to 2GB. However I must say I gave up Vss because of lack of distributed development support. when your repository is a continent away (and the VPN is not so good) it is nearly impossible to use VSShttp://stackoverflow.com/questions/229569/why-do-companies-use-source-safe/230232#230232Comment by rshimoda on Why do companies use Source Safe?rshimoda2008-10-23T19:25:12Z2008-10-23T19:25:12ZI believe in karma - however I must say I think I've already paid my sharehttp://stackoverflow.com/questions/151047/what-technology-stack-would-you-use-for-starting-a-new-net-web-project/151116#151116Comment by rshimoda on What technology stack would you use for starting a new .NET web project?rshimoda2008-10-23T15:19:58Z2008-10-23T15:19:58ZIf I could change my existing projects to this stack - I'd be happier. Especially using JQuery.http://stackoverflow.com/questions/3830/have-you-become-addicted-to-crack-overflow/9043#9043Comment by rshimoda on Have you become addicted to Crack Overflow?rshimoda2008-10-23T13:20:01Z2008-10-23T13:20:01ZConsidering the time I've spend these last 5 days U$12.95 is too cheap.