User Jay - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T22:03:52Z http://stackoverflow.com/feeds/user/12479 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/72406/what-development-book-made-the-most-impact-on-you-as-a-developer/72974#72974 7 Answer by Jay for What development book made the most impact on you as a developer? Jay 2008-09-16T14:33:42Z 2009-11-26T05:32:06Z <p><a href="http://rads.stackoverflow.com/amzn/click/0321334876" rel="nofollow">Effective C++</a> and <a href="http://rads.stackoverflow.com/amzn/click/020163371X" rel="nofollow">More Effective C++</a> by Scott Myers. </p> http://stackoverflow.com/questions/127029/comparing-cold-start-to-warm-start/129111#129111 0 Answer by Jay for Comparing cold-start to warm start Jay 2008-09-24T18:56:29Z 2008-09-24T18:56:29Z <p>It could be the NICs (LAN Cards) and that your app depends on certain other services that require the network to come up. So profiling your application alone may not quite tell you this, but you should examine the dependencies for your application.</p> http://stackoverflow.com/questions/104592/whats-a-good-alternative-to-security-questions/104863#104863 1 Answer by Jay for What's a good alternative to security questions? Jay 2008-09-19T19:36:52Z 2008-09-19T19:36:52Z <p>It 'depends' on the 'system'. </p> <ul> <li><p>If you are a Bank or a credit card provider, you have already issued some physical token to your customer that you can validate against and more.</p></li> <li><p>If you are an ecommerce site, you ask for some recent transactions -exact amounts, credit card number used et al..</p></li> <li><p>If you are like Yahoo, an automated approach I would use is to send an activation code via either a phone call or a text message to the cell phone along with some other basic question and answers. </p></li> </ul> <p>Jay</p> http://stackoverflow.com/questions/102714/what-was-your-first-home-computer/104789#104789 8 Answer by Jay for What was your first home computer? Jay 2008-09-19T19:25:40Z 2008-09-19T19:25:40Z <p>No pics, but mine was a 286 PC, 640K RAM, no hard drive, but it had TWO FLOPPY DRIVES (A, B).</p> <p>So we used to create a RAM drive on it and load TURBO PASCAL, a fantastic compiler and really a beautiful language to program (Pascal).</p> http://stackoverflow.com/questions/104554/whats-the-best-source-to-learn-about-database-replication-mechanisms/104728#104728 0 Answer by Jay for What's the best source to learn about database replication mechanisms? Jay 2008-09-19T19:19:07Z 2008-09-19T19:19:07Z <p>In my opinion, you should pick a mainstream database (such as Oracle) and study everything it offers and go from there. </p> <p>Oracle offers:</p> <ul> <li>Replication </li> <li>Data guard (standby database and beyond- physical, logical)</li> <li><p>Real Application Clusters - (multiple instances, one DB) and more !</p> <p>A bit of hands-on would not hurt so you can download a PC version and try various replication approaches on one PC!</p></li> </ul> <p>Enjoy !</p> http://stackoverflow.com/questions/79853/network-map-algorithm-that-detects-unmanaged-layer-2-switches/104622#104622 1 Answer by Jay for Network Map Algorithm that Detects Unmanaged Layer 2 Switches? Jay 2008-09-19T19:08:05Z 2008-09-19T19:08:05Z <p>If you haven't already, try HP Openview trial version, and apart of using SNMP, it also uses ARP tables to figure out your topology.</p> http://stackoverflow.com/questions/65809/how-stable-are-cisco-ios-oids-for-querying-data-with-snmp-across-different-model/104580#104580 0 Answer by Jay for How stable are Cisco IOS OIDs for querying data with SNMP across different model devices? Jay 2008-09-19T19:02:38Z 2008-09-19T19:02:38Z <p>I think that is a common misconception (about MIB reload each time you resolve a name). </p> <p>Most of the SNMP APIs (such as AdventNet, CMU) load the MIBS at startup and after that there is no 'overhead' of loading MIBs everytime you ask for a 'translation' from name to oid and vice versa. What's more, some of them cache the results and at that point, there is no difference between name lookups and directly coding the OID. </p> <p>This is a bit similar to specifying an "IP Address" versus a 'hostname'.</p> http://stackoverflow.com/questions/104203/anyone-know-of-any-good-database-diff-tools/104532#104532 0 Answer by Jay for Anyone know of any good Database Diff tools? Jay 2008-09-19T18:56:31Z 2008-09-19T18:56:31Z <p>Are you comparing database schemas?</p> <p>For Oracle, I have always found it easy to use 'TOAD' when comparing 'schemas' (not the data)</p> http://stackoverflow.com/questions/73801/hardest-programming-discipline/74230#74230 0 Answer by Jay for Hardest Programming discipline? Jay 2008-09-16T16:27:00Z 2008-09-16T16:27:00Z <p>"Reuse and Adaptation" can be challenging</p> <ul> <li>Taking legacy code/design on one platform, understanding it and then 'relying' n it for a newer product on an entirely different o/s platform while meeting new performance metrics.</li> </ul> http://stackoverflow.com/questions/73518/how-do-you-direct-traffic-to-from-a-particular-site-to-a-specific-nic/73670#73670 1 Answer by Jay for How do you direct traffic to/from a particular site to a specific NIC? Jay 2008-09-16T15:36:10Z 2008-09-16T15:36:10Z <p>Hi There,</p> <p>Within XP, I have often found that by adding/modifying static routes, I can typically accomplish what I need in such cases. </p> <p>Of course, there are other 'high level' COTS tools/firewalls that might provide you a better interface.</p> <p>One caveat with modifying routes - VPN tunnels are not too happy about chnages in static routes once the VPN is set up so be sure to set it up at Windows boot up after the NICs are initialized through some scripting.</p> <p>Static routes- these will work fine, unless you are using a VPN tunnel.</p> <p>Windows 'route' help</p> <p>Manipulates network routing tables.</p> <p>ROUTE [-f] [-p] [command [destination] [MASK netmask] [gateway] [METRIC metric] [IF interface]</p> <p>-f Clears the routing tables of all gateway entries. If this is used in conjunction with one of the commands, the tables are cleared prior to running the command. -p When used with the ADD command, makes a route persistent across boots of the system. By default, routes are not preserved when the system is restarted. Ignored for all other commands, which always affect the appropriate persistent routes. This option is not supported in Windows 95. command One of these: PRINT Prints a route ADD Adds a route DELETE Deletes a route CHANGE Modifies an existing route</p> http://stackoverflow.com/questions/72394/what-should-a-developer-know-before-building-a-public-web-site/73324#73324 1 Answer by Jay for What should a developer know before building a public web site? Jay 2008-09-16T15:03:41Z 2008-09-16T15:03:41Z <ul> <li><p>One of the key things is to understand how you are going to debug your system. This means understanding the 'big picture'. So know your environment (O/S, database, framework, networking et al) and at least know where to 'look' if you have ten users each calling with their on issue even if you did not write all that server side code. </p></li> <li><p>Often times, good user interface design (error logging with the right amount of detail, log levels, hooks to display some details on demand) will go a long way. </p></li> </ul> http://stackoverflow.com/questions/65809/how-stable-are-cisco-ios-oids-for-querying-data-with-snmp-across-different-model/73150#73150 0 Answer by Jay for How stable are Cisco IOS OIDs for querying data with SNMP across different model devices? Jay 2008-09-16T14:49:01Z 2008-09-16T14:49:01Z <p>Hi There,</p> <ul> <li>I would avoid putting in numeric OIDs and instead use 'OID names' and leave that hard work (of translating) to whatever SNMP API you are using. </li> </ul> <p>If that is not possible, then it is okay to use OIDs as they should not change per the SNMP MIB guidelines. Unless the device itself changes but that requires a new MIB anyway which can't reuse old OIDs. </p> <ul> <li>This is obvious, but be sure to look at the attributes of the SNMP MIB variable. Be sure not to query variables that have a status of 'obsolete'.</li> </ul> <p>Jay..</p> http://stackoverflow.com/questions/48574/troubleshooting-a-nullreference-exception-in-a-service/72942#72942 1 Answer by Jay for Troubleshooting a NullReference exception in a service Jay 2008-09-16T14:31:02Z 2008-09-16T14:31:02Z <p>I have tackled these kind of issues before, if you haven't already found the answer, I suggest the following:</p> <ul> <li>Enable tracing/logging in all third party apps and libraries you are using such that the errors are logged to files instead of stdout or stderr. Often times, you will find a clue from these.</li> <li>Your Windows Service may be relying on some Windows networking set up to be in place before startup. This, can be due to environment (PATH, as others have suggested) or due to 'dependencies' on other services. </li> </ul> <p>Jay.........</p>