Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

AllenRogerMarshall

@AllenRogerMarshall
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Working from home...
    A AllenRogerMarshall

    1)Fast internet connection. This is of paramount importance. Your machine(s) should be directly connected, not using WiFi, if at all possible. 2)Have both a laptop and a desktop. Use the desktop for most work, shadow copy everything to laptop for client site visits. 3)Invest in a hosting service like Dreamhost. Use svn there and host your webpage there and anything else you might be tempted to host at home. I even run bugzilla there (god help me). 4)Subscribe to cloud backup. Your choice, I like BackBlaze. Here, be selective about what goes to the cloud to avoid excess traffic. 5)Subscribe to DropBox, and use it for file exchange with your clients if at all possible, and as a synchronization mechanism with your machines. I use this to automatically back up all my accounting files between machines. 6)Set up your router to report log statistics weekly or monthly to try to ensure you are not being hacked. 7)Do not implement traffic controls on your router unless you absolutely must. See (1) above. 8)Do not self-host anything i.e. www, ftp, etc. Nice to play with but do you really need somebody wandering around on your machines? 9)Write all this stuff down somewhere and tell somebody where it is. I print out all my internet configuration stuff periodically and give it to my wife and kids, as well as all my accounts and passwords. You never know. 10)Somebody mentioned anti-virus. Yes, please and something credible. Many organizations you might work for may audit your machine for adequate AV or may require you to sign a binding statement of compliance. 11)Invest in something like VmWare Workstation or equivalent. This permits you to pretend to be any sort of host or database server that you need to be for a client. Otherwise, switching project server configurations is beyond painful. 12)I don't know about the UPS thing. Wiser minds than mine have already commented. My fear would be buying something pitiful that won't do the job, or worse, buying something that proves to need a new battery too soon, leaving me to figure out how to dispose of the battery. Seems like other investments might be more critical.

    Allen

    The Lounge csharp css visual-studio com collaboration

  • Background worker thread to process many request asynchronously
    A AllenRogerMarshall

    We have had a lot of luck with this approach, and it has the salient benefit that the service can be administered simply from the administrative tools on the server, and restarted as needed. Further, it can have a very simple console monitoring capability that lets you see what it is up to in real time. Also, the very same service can interact with any sort of application, not just a web submittal app...

    ASP.NET csharp asp-net design data-structures question

  • Microsoft ODBC Driver for Oracle
    A AllenRogerMarshall

    This driver has never been robust for me in any application where I have tried to use it. It has caused GPFs, SQL failures, problems with Oracle datatypes, you name it. After long suffering:mad:, I have come to the conclusion that using Oracle's own ODBC driver, installed from Oracle source media, is the only way to go. This is easily accomplished when installing Oracle client or maybe put on separately. I would avoid the MS driver altogether - what motivation does MS have to work well with Oracle anyway. Other ODBC drivers such as those from what used to be MetaSolv may also work, but is the necessary testing worth the effort?:(

    The Lounge oracle com sysadmin windows-admin tools

  • Bug recording system
    A AllenRogerMarshall

    We use JIRA extensively, BUT, we have seen some serious issues arise when we need to move JIRA projects around or get rid of them. Basically, it is (at least in our version) impossible to export a single project intact and then reload it elsewhere. This problem has not plagued us as yet but I am worried we will need to do this and find it impossible. Others have already encountered the problem. That being said, JIRA works great and is real robust. We have been able to customize it for our needs quite readily.

    The Lounge help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups