<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d7181760\x26blogName\x3dOffpoint+-+From+Singapore+To+Seattle\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://offpoint.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://offpoint.blogspot.com/\x26vt\x3d3440834863657495644', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>
Friday, October 28, 2005
programs that don't handle long file names
One of the best bloggers in the company, with really deep knowledge of the OS and obscure issues that most developers wouldnt even think of, talked in a recent blog on how wven in the enlightened year of 2005, we have programs that don't handle long file names.

In my main system, we have a tool that has this same problem too. The mitigating factor is that this tool was untouched since 1997. The other question would be why we are still using such an old tool.

Well.. it works. Much better. 8)
 
posted by Jonathan at 9:25 AM | Permalink |


0 Comments: