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
H

harlam357

@harlam357
About
Posts
22
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VS 11
    H harlam357

    New UI... meh. I'm not excited. Looks like the Metro design team got a hold of Visual Studio. What I want to know is if they fixed C++/CLI intellisense. However, now that I've gotten used to working without it, I'm really not certain I want it back.

    The Lounge visual-studio com

  • VS 11
    H harlam357

    So true. I can't even browse work items or builds while recompiling. I have to open another instance of VS to do those things while waiting for the compile to finish. Very frustrating.

    The Lounge visual-studio com

  • VS 11
    H harlam357

    Exactly, so all the lip service for the last X number of years about gradients and a rich, colorful UI are out the door? We just had an interface change in VS2010. Stick with something for more than one version please.

    The Lounge visual-studio com

  • Anyone used/using MonoTouch for ipad/iphone?
    H harlam357

    Coming from the perspective of one who targets .NET and Mono with a WinForms app... it works, mostly. The UI itself doesn't render nearly the same under Mono. Close, but not the same. Not really unexpected... but. I've even had to change the way I lay things out in Windows to appease Mono on occasion. Seems like it was a TableLayoutPanel that caused me trouble. In a few spots I've also had to write some code paths specifically for Mono because it just doesn't work like the .NET runtime. Not a huge deal. If you're experience is anything like mine then you shouldn't have too much trouble converting your application under the assumption that MonoTouch has a completely different control set and the UI will need reworked anyway.

    The Lounge csharp ios dotnet winforms question

  • Anyone used/using MonoTouch for ipad/iphone?
    H harlam357

    I'm not sure I'd call it the Mac version of SharpDevelop. To my knowledge they forked a long time ago.

    The Lounge csharp ios dotnet winforms question

  • Yes this is a programming question [modified]
    H harlam357

    Bend them to your will! :) Your way is the "right" way IMO... which doesn't count for anything, but...

    The Lounge question csharp beta-testing code-review

  • Yes this is a programming question [modified]
    H harlam357

    Word

    The Lounge question csharp beta-testing code-review

  • What's diff among developer and programmer?
    H harlam357

    Well... I guess I'm in the minority with you then because I also have a CS degree. I like to think of myself primarily as a programmer due to the fact that I enjoy just sitting at my machine with my headphones on and working on code. However, I work in a small shop (4 people) that services internal customer requirements... so I'm the developer and the programmer in most cases. Regarding CS vs. Software Engineering... when I was at university the difference in the degrees was a total of 5~6 classes. Don't recall exactly what they were but advanced assembly comes to mind. Those 'Engineering' guys can have it. :)

    The Lounge question

  • 10 ways to suck at programming
    H harlam357

    Although they're all good... here's my favorite. :) Start off by wrapping nearly every tiny piece of functionality in a try / catch phrase. Then… inside the catch… put a comment, like “// It borked lawl.” Unfortunately I have seen this exact situation more often than I want to admit. I think their thought when writing such is, "Exception handling is evil... I want my On Error Goto!"

    The Lounge com question

  • Home Theater Software Upgrade = Nightmare
    H harlam357

    I find lack of documentation to be a problem across the board when it comes to most things in the HTPC domain. I got into it a couple (three or four) years ago and at that time Media Portal wasn't even 1.0, although I did try it... so I ponied up for SageTV. Yeah... I know, Java. I was just looking for something that worked. ;) To this day I'm still running it with minimal issues. Upgrades have even been relatively pain free. Although, as with anything HTPC related, I do not enjoy the task ahead when it comes time to upgrade.

    The Lounge help json announcement

  • Sometimes I think
    H harlam357

    Agreed - I spent a lot of time in mathematics courses as well. I'm really not sure where I was supposed to use all that calculus in day-to-day coding. Likewise, early programming courses focused on data structures and algorithms, not application implementation. Although I really do enjoy understanding an avs binary search tree implementation, having coded one, I'm really not sure the price paid to get that (n log n) sort overhead is worth it. List<T>.Sort() works great for me. ;)

    The Lounge csharp com tools question

  • Weven and .iso tools
    H harlam357

    DVDFab for ripping... MagicDisc (less invasive than DeamonTools IMO) for ISO mount support.

    The Lounge collaboration tools tutorial question

  • Which SVN client do you like best?
    H harlam357

    Another vote for Tortoise... but I may have to give AnkhSVN a look.

    The Lounge csharp visual-studio collaboration question

  • How far do you go with your backups
    H harlam357

    It may not be the newest kid on the block... but I'm a fan of Unison. I tried SyncToy and it never gave me a 1:1 replica. When Unison is done with two replicas they are always equal. Folder for folder, file for file, total byte length to total byte length. I've been using it for all my backups for years. To answer the questions: 1) Yes 2) Yes 3-6) No I backup to several external drives (USB/eSATA) on an irregular basis and also to my file server running RAID-5 on a nightly basis (not technically a dedicated NAS but the machine does little else than serve files and run Folding@Home).

    The Lounge question

  • Team CodeProject surges past team LavaBoy!
    H harlam357

    Hi Team CP! I'd like to invite the members of Team CodeProject to participate in our OCF Team 32 "March Madness" Folding Contest. http://www.ocforums.com/showthread.php?t=594478[^] I'm a coder... I lurk here in the mornings, rarely post... you guys crack me up! I am a Cancer survivor and quite active in the F@H community, in spirit and production. Please stop by and sign-up for a chance to win a brand new EVGA 9800GTX+. :)

    The Lounge com collaboration question announcement

  • What happened to common sense?
    H harlam357

    Marc Clifton wrote:

    I find this sloppy work everywhere. I've worked with people that feel that getting one task done a day is sufficient to make management happy, even if that task took 10 minutes. It befuddles the imagination. I'm not sure it even has to do with common sense. I think it's more an issue of pride and interest in doing a good job.

    Agreed. In my shop I have to go behind folks all the time fixing "fixes". It gets really old after a while- to the point that I've begun letting them fail so they will (maybe) see the err of their ways, mostly due to a lack of attention to detail. I, on the other hand, have an interest and desire to ship a good product, call me crazy.

    The Lounge graphics design adobe hardware performance

  • Hobbies
    H harlam357

    Code 'em by day... Build 'em, clock 'em & Fold 'em by night. :) http://folding.stanford.edu[^] http://www.ocforums.com/forumdisplay.php?f=21[^] I'm also a drummer and still play kit from time to time, with extensive time in between. ;)

    The Lounge sales question

  • Why is it called plug and play??
    H harlam357

    It's called Plug & Play because no one has to manually configure hex addresses and IRQs anymore. Of course in those days a device was a device and didn't need drivers to interact with a bloated OS.

    The Lounge question

  • Do you still use a file compressor?
    H harlam357

    7-Zip

    The Lounge question tools

  • Random reboots
    H harlam357

    - Check the psu voltage rails (3.3v, 5v, 12v) in BIOS. They should be +/- 5%. - CPU Temps in BIOS? If it's into the 60s... might be trouble. - Any visibly bulging capacitors on the motherboard? - Lastly, have you tried to run a bit of Memtest (www.memtest.org)?

    The Lounge help graphics hardware question announcement
  • Login

  • Don't have an account? Register

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