Larry Watanabe

2,377
reputation
369 views

Registered User

name Larry Watanabe
member for 6 months
seen 2 hours ago
website
location Mississauga Ontario
age 50
I've done research in artificial intelligence, machine learning, specifically constructive induction and structural decision trees, worked for a variety of companies such in business intelligence, forms automation, and banking.

http://www.google.com/profiles/larrywatanabe , http://stackoverflow.com/users/118860/larry-watanabe , http://larrywatanabe.blogspot.com , http://portal.acm.org/citation.cfm?id=125337 , http://www.programmersheaven.com/user/larrywatanabe/ , http://www.informatik.uni-trier.de/~ley/db/indices/a-tree/w/Watanabe:Larry.html , http://portal.acm.org/citation.cfm?id=211243 , http://www.interaction-design.org/references/authors/larry_watanabe.html Last activity , http://www.aaai.org/Papers/AAAI/1990/AAAI90-131.pdf , http://www.wipo.int/pctdb/en/wo.jsp?wo=2004107121
2d
comment Adopting bug tracking / project management software: To open source or not to open source?
Another operative phrase is "Go with the flow". You said yourself "the management is initially in favor of a more sturdy product offering like Joel's FogBuz". Nothing in life is free and you generally get what you pay for. Go with the flow. If you confirm their intuition (and there are plenty of reasons why it might be a good decision) then it will be an easy sell. If you go against the flow, and you turn out to be wrong, fingers will be ponted.
2d
answered Adopting bug tracking / project management software: To open source or not to open source?
2d
comment How can I write a function in CLisp and call it in C?
pretty neat ...!
2d
answered How can I improve my Object Oriented Programming?
2d
comment How to return a float point number with a defined number of decimal places?
Sorry, I was confusing floating point with real numbers. By definition a floating point number is a finite string of digits.
Dec
13
answered How to return a float point number with a defined number of decimal places?
Dec
12
answered What great people within computer science should we all know about?
Dec
9
asked LINQ to SQL equivalent for XML file persistence.
Dec
9
comment Technology choice for redesigning an old VisualBasic-Application
I know ... I was tongue in cheek ... my point was that VB is probably better for the project. It's a question of what you should use vs what you want to use. VB probably should be used, but most developers seem to want to use c#. Thanks for the point about interop, I was unaware of any significant differences here for c# vs. VB.
Dec
8
accepted Technology choice for redesigning an old VisualBasic-Application
Dec
7
comment Dumbing down a Resume
@Jon .. well, besides writing the military-economic simulation software that led to the fall of Communism in Russia, I've done real-time debugging of battle computers in Afghanistan while simultaneous fighting off Taliban insurgents with nothing more than power cord garrote and a sharpened phillips screwdriver...
Dec
7
comment Dumbing down a Resume
I think that I was not over-qualified ... I think he was afraid that the people hiring me might be concerned I would be after their jobs as their job might be a better fit to my experience than the job I was applying for.
Dec
7
comment Dumbing down a Resume
I don't think it is intimidating .. I think he was trying to make me feel good about the changes he wanted, which were basically de-emphasize managerial experience and emphasize technical experience. This is only "dumbing down" if you think managers are smarter than technical people :) As far as "intimidating" goes, I think it means "might be after my job as a manager" vs. "he's a technical guy forever so my job is safe and I'm not intimidated".
Dec
7
comment Dumbing down a Resume
Thanks, I think this was the concern of the headhunter.
Dec
7
comment Dumbing down a Resume
What I am thinking is that the headhunter wanted me to look like a "sharp developer" ie. a Dilbert rather than a Pointy-Haired Boss. However, he tried to say this more diplomatically by saying "dumb down your resume" instead of "delete managerial experience"
Dec
7
asked Dumbing down a Resume
Dec
7
comment DataGridView not updating in c#
Thanks, I'll have to read these in more detail as I already have a solution but I don't understand why it works - there's a saying that "the problem that goes away by itself comes back by itself". I'm not sure what the analog is for misunderstood fixes, but maybe "the code that is fixed with a hack will be broken by another hack"
Dec
7
comment DataGridView not updating in c#
I'm creating a simple form to add a new User object to a list of User objects. Initially the DataSource is assigned to the existing list of User objects. After populating the new User object from a bunch of text fields in the form, the new object is added to the list. No update. I tried re-assigning to the same list - i.e. Code 1. No update. I changed to Code 2, and voila - it works.
Dec
7
answered Technology choice for redesigning an old VisualBasic-Application
Dec
7
asked DataGridView not updating in c#
Dec
7
comment Determining whether an object is a member of a collection in VBA
Ah, I didn't know that. I was lucky enough to learn VB after LINQ and .NET 3.5, and I think it's a great language (so is c#, learned that a couple of weeks ago - i.e. how to create a project and start googling :) I find it strange that employers ask for 3 years experience in a language - if they can't function after a couple of months, then they can't be very good programmers! :)
Dec
6
awarded  Mortarboard
Nov
20
awarded  Great Answer
Nov
13
awarded  Nice Answer
Nov
1
answered How can I synchronized two process accessing on the same resources?
Nov
1
answered What happens if I try to access memory beyond a malloc()’d region?
Oct
31
comment Algorithm Question On Finding All Valid Words In Dictionary
As someone who has implemented the Rete algorithm for a rule-based system, I can definitely say that this is not an appropriate algorithm for this problem. Rete works well when there is a large working memory and only small incremental changes to it, and a lot of patterns to be matched. In this problem working memory is very small (basically 1 word) and changes completely with each match iteration.
Oct
31
comment Algorithm Question On Finding All Valid Words In Dictionary
As someone who has implemented the Rete algorithm for a rule-based system, I can definitely say that this is not an appropriate algorithm for this problem. Rete works well when there is a large working memory and only small incremental changes to it, and a lot of patterns to be matched. In this problem working memory is very small (basically 1 word) and changes completely with each match iteration.
Oct
30
answered Algorithm Question On Finding All Valid Words In Dictionary
Oct
28
answered When should functions be member functions?
Oct
26
accepted What are practical applications of the AO* algorithm?
Sep
27
answered Handling simultaneous uploads on the database
Sep
27
answered What programming language should be taught in Computer Science 101?
Sep
27
answered Can you estimate an application’s performance before testing?
Sep
27
answered Algorithm Speed Order of
Sep
27
answered How should I estimate hardware requirements for SQL Server 2005 database?
Sep
27
answered C#/.NET Windows.Forms - what .NET functionality supports uploading and downloading multiple files at once?
Sep
24
accepted LINQ to SQL read error - how to determine which column failed?
Sep
24
comment LINQ to MySQL - what is the best option?
Microsoft has the most wonderful technologies ... if only they were only multi-latform and open source then it would be perfect :)
Sep
24
comment Is it possible to create a graphical designer for a specific domain?
From what I understand, there is going to be code-behind for your application as well - but you are only going to expose editing of the user interface elements via the designer. Producing a code-less GUI tool would undoubtedly end up creating a TURING-complete set of visual objects so that programming is done via visual objects. Windows Biztalk server is an example of this - they have flowcharted workflows that include control constructs equivalent in power to loops and if-then-else, so combined with the IO from the workflow it is turing complete.
Sep
23
answered Is it possible to create a graphical designer for a specific domain?
Sep
23
answered Complexity of Exceptions
Sep
23
asked LINQ to MySQL - what is the best option?
Sep
20
answered Preferable technology that I should use to create an efficient and user friendly GUI?
Sep
18
answered Positive or negative boolean field names
Sep
18
answered How would you allow a user to interact with graphical objects via the mouse?
Sep
18
answered What schools offer Master and PhD programs in CS?
Sep
18
answered Why is it a best practice to always unit test the smallest possible unit of code? I find those tests will never survive a refactoring.
Sep
18
answered What are practical applications of the AO* algorithm?
Sep
18
answered help me prepare for reverse-mentoring discussion with management