User Christopher Cashell - Stack Overflowmost recent 30 from stackoverflow.com2009-12-02T19:21:46Zhttp://stackoverflow.com/feeds/user/13091http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogs105What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:33:06Z2009-10-28T16:03:36Z
<p>There are lots of great resources available on the Internet for learning more about programming and improving your skills. Blogs are one of the best, IMO. There's a wealth of knowledge and experience, much of it covering topics not often found in traditional books, and the increased community aspect helps to bring in multiple viewpoints and ideas.</p>
<p>We're probably all familiar with <a href="http://www.codinghorror.com/blog/" rel="nofollow">Coding Horror</a> and <a href="http://www.joelonsoftware.com/" rel="nofollow">Joel on Software</a> (so no need to mention them), but what are the other great ones out there? What are the Blogs that you find yourself following most closely? Where you see the best new ideas, the most interesting or informative ideas, or just the posts that make you sit back and think?</p>
<p>One Blog per answer, and then we'll vote up the best so we can all learn from them.</p>
http://stackoverflow.com/questions/99880/generating-a-unique-machine-id/99916#999160Answer by Christopher Cashell for Generating a unique machine idChristopher Cashell2008-09-19T05:36:54Z2008-09-19T05:36:54Z<p>Can you pull some kind of manufacturer serial number or service tag?</p>
<p>Our shop is a Dell shop, so we use the service tag which is unique to each machine to identify them. I know it can be queried from the BIOS, at least in Linux, but I don't know offhand how to do it in Windows.</p>
http://stackoverflow.com/questions/99857/standardizing-an-it-environment/99887#998871Answer by Christopher Cashell for Standardizing an IT environmentChristopher Cashell2008-09-19T05:31:28Z2008-09-19T05:31:28Z<p>You don't mention exact numbers, so I don't know if we're talking about 10 machines, or 1000 machines, which could have a big impact on the best way forward. As such, I'll keep this relatively general.</p>
<p>First off, unless you have a lot of manpower and a big budget, trying to replace everything all at once is going to fail. That's a huge undertaking, and I would strongly recommend against it.</p>
<p>What you want to do, is start in the 'center', and work your way out. First come up with a minimal central server configuration, and build that out. Minimal recommendation, if these don't currently exist, would be a file share and e-mail system. Assuming that nearly all of the machines are running some flavor of Windows, you probably want to get an ActiveDirectory Domain Controller setup so you can set a few basic security and corporate computing policies and push them out.</p>
<p>From there, take it one machine at a time, and work to get them added to the domain, and configured to access the corporate fileshare and e-mail system. Eventually you'll have all of them talking to the servers, and you can then come up with some better policies towards standardization and consistency. Also, as you go through this, make sure you take as complete and accurate of an inventory as you can. This will aid you immensely with asset tracking and management, and if things are as big of a mess as it sounds, you'll likely want to be doing your own software license audit soon, too.</p>
<p>Again I want to stress the importance of breaking the project up into small tasks, and taking it one step at a time.</p>
http://stackoverflow.com/questions/95072/what-are-your-favorite-vim-tricks/95546#955465Answer by Christopher Cashell for What are your favorite Vim tricks?Christopher Cashell2008-09-18T18:44:14Z2008-09-18T18:44:14Z<p>Putting options in comments in a file to be edited. That way the specific options will follow the file. Example, from inside a script:</p>
<pre># vim: ts=3 sw=3 et sm ai smd sc bg=dark nohlsearch</pre>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76429#7642947Answer by Christopher Cashell for What is the single most effective thing you did to improve your programming skills?Christopher Cashell2008-09-16T20:13:42Z2008-09-18T15:04:10Z<p>I think the most important thing you can do is make a conscious effort to improve. There's no single silver bullet, you have to keep looking for new sources of information, new experiences, and more practice.</p>
<p>And the second most important thing, think about what you're doing, why you're doing it, and how you can do it better. Same thing with previous projects. Look back at what you've done, and how you might do it differently now. Think about what could have been done better, or where you could still improve on it.</p>
<p>I see two great examples of this at work every day. I have one coworker who loves to learn, and wants to be the best developer he can. He's uses any downtime to read blogs, read books, discuss programming techniques, and ask tons of questions. He's also very noticeably improved in just the past year. Another coworker does his job, and does it fairly well. But that's all he does. He sticks with what he knows, doesn't make much effort to improve, doesn't work on any projects outside of his existing ones, and after 4 years, he has the exact same skill set and programming ability that he had when I met him.</p>
http://stackoverflow.com/questions/79231/why-dont-they-teach-these-things-in-school/79333#793331Answer by Christopher Cashell for Why don't they teach these things in school?Christopher Cashell2008-09-17T02:35:21Z2008-09-17T03:14:04Z<p>The main reason is that many (most?) universities considers themselves to have a different goal than a trade school. As such, they want to teach students <strong>how to learn</strong>, and the fundamental principles of the discipline. Additionally, algorithms and data structures will apply to any programming language, and is not dependent on specific tools (which may or may not still be in use by graduation).</p>
<p>In Computer Science, that means algorithms, data structures, computer theory, compiler theory, etc. The stuff that you're listing is less about understanding how to program, how to solve problems, etc. It's about the practice of programming (which, incidentally, is an amazing book for anyone in college with the intention of working as a programmer). Now, much of this will not be used at an entry level code monkey position, leading some people to think it isn't useful. I disagree. I think it can be extremely useful. However, it doesn't mean that after you get your CS degree, you know everything you'll ever need to work as a programmer.</p>
<p>Which also isn't to say that the things you mention aren't useful. They are. You'll have trouble working on as a programmer if you don't learn them, and I do think they should be taught in college, at least to a certain extent. I would look at teaching version control, unit testing, etc, at the same way I would look at an undergraduate programming in art, and the teaching of what paint brushes are and which ones should be used for various cases.</p>
http://stackoverflow.com/questions/79090/whats-a-good-way-to-enter-the-professional-world-of-programming/79508#795080Answer by Christopher Cashell for What's a good way to enter the professional world of programming?Christopher Cashell2008-09-17T03:00:49Z2008-09-17T03:00:49Z<p><strong>Internships, internships, internships.</strong></p>
<p>Everyone is looking for experience. And by experience, I mean professional, real world, earning a paycheck experience. Even if it's short term, or pays for crap, being able to list an internship with a real company on your resume will stand out strongly in comparison to any other new graduates who don't have any real world experience.</p>
<p><strong>Open Source Software</strong></p>
<p>Pick some Open Source projects and start contributing. If you can make some real progress, and get a reasonable amount of code/work contributed to one or more projects, list that on your resume. This has the advantage of not only showing off your programming skills and your ability to work with a group, it also shows that you're passionate about what you're doing. When I'm hiring someone, a passion for technology and programming is as important as anything else, and can be a huge edge over the competition.</p>
http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogs/78959#7895967Answer by Christopher Cashell for What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:33:49Z2008-09-17T02:42:15Z<p><a href="http://thedailywtf.com/" rel="nofollow">The Daily WTF</a> - Helping us learn from our own collective (bone-headed) mistakes.</p>
http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogs/78962#7896217Answer by Christopher Cashell for What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:34:23Z2008-09-17T02:40:34Z<p><a href="http://lambda-the-ultimate.org/" rel="nofollow">Lambda The Ultimate</a> - For the Computer Scientist inside us all ;-)</p>
http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogs/78980#789805Answer by Christopher Cashell for What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:35:55Z2008-09-17T01:35:55Z<p><a href="http://www.tbray.org/ongoing/" rel="nofollow">Tim Bray's Ongoing</a></p>
http://stackoverflow.com/questions/75798/django-vs-grails-vs/78424#784241Answer by Christopher Cashell for Django -vs- Grails -vs- ???Christopher Cashell2008-09-16T23:45:56Z2008-09-16T23:45:56Z<p>I have two friends who originally started writing an application using Ruby on Rails, but ran into a number of issues and limitations. After about 8 weeks of working on it, they decided to investigate other alternatives.</p>
<p>They settled on the <a href="http://www.catalystframework.org" rel="nofollow">Catalyst Framework</a>, and Perl. That was about 4 months ago now, and they've repeatedly talked about how much better the application is going, and how much more flexibility they have.</p>
<p>With Perl, you have all of CPAN available to you, along with the large quantity of tools included. I'd suggest taking a look at it, at least.</p>
http://stackoverflow.com/questions/75919/which-type-of-external-drives-are-good-for-sql-backup-files/76037#760370Answer by Christopher Cashell for Which type of external drives are good for SQL backup files?Christopher Cashell2008-09-16T19:31:05Z2008-09-16T19:31:05Z<p>Pretty much any external drive can be used here, provided it has the space to hold your backups and enough performance to get the backups there. The specifics depend on your exact requirements.</p>
<p>In my experience, FireWire tends to outperform USB for disk activity, regardless of their theoretical maximum transfer rates. And FireWire 800 will perform even better yet. I have found poor performance from FireWire and USB drives when you have multiple concurrent reads/writes going on, but with backups, it's generally more large sequential reads and writes.</p>
<p>Another option that is a little bit more complex to setup and manage, but can provide you with greater flexibility and performance is external SATA (eSATA). You can even get Hot Swappable external SATA enclosures for even greater convenience, and ease of taking your backups offsite.</p>
<p>However, another related option that I've had excellent success with is to setup a separate server to act as your backup server. You can use whatever disk options you choose (FireWire, SATA, eSATA, SCSI, FiberChannel, iSCSI, etc), and share out that disk storage as a network share (I use NFS and Samba on a Linux box, but for a Windows oriented network, a Windows share will work fine). You can then access the shares across the network and backup multiple machines to it. Also, the separation of backup server from your production machines will give you greater flexibility if you need to take it offline for maintenance, adding/removing storage, etc.</p>
http://stackoverflow.com/questions/75303/what-real-world-languages-implement-academic-features-from-functional-programming/75638#756381Answer by Christopher Cashell for What real-world languages implement academic features from functional programming?Christopher Cashell2008-09-16T18:47:21Z2008-09-16T18:47:21Z<p>Lua.</p>
<p>It's used as a scripting/extension language for a number of games (like World of Worcraft), and applications (Snort, NMAP, Wireshark, etc). In fact, according to an Adobe developer, Adobe's Lightroom is over 40% Lua.</p>
<p>The guys behind Lua have repeatedly listed Scheme and Lisp as major influences on Lua, and Lua has even been described as Scheme without the parentheses.</p>
http://stackoverflow.com/questions/150043/python-v-perl/166301#166301Comment by Christopher Cashell on Python v. PerlChristopher Cashell2009-07-17T19:02:03Z2009-07-17T19:02:03Z"If you're doing anything relatively object oriented, I'd recommend Python." - Check out Perl's Moose. It puts Perl on par with, or ahead of, pretty much any other language with regards to OO.http://stackoverflow.com/questions/150043/python-v-perl/150632#150632Comment by Christopher Cashell on Python v. PerlChristopher Cashell2009-07-17T18:59:19Z2009-07-17T18:59:19Z"Perl is not an object-oriented language." - Considering Moose, I would put Perl on par with any other language for OO facilities now. In fact, Moose puts it ahead of many (most?).http://stackoverflow.com/questions/755168/perl-myths/767182#767182Comment by Christopher Cashell on Perl MythsChristopher Cashell2009-04-29T22:07:11Z2009-04-29T22:07:11ZTranslation: "I don't like Perl, and even though I don't have any real evidence, I think it's slow."
There's a lot of generalizations and nitpicking, but no useful data to support your conclusion. Picking out a few specific cases where a language performs suboptimal doesn't make it slow. I could easily show you functions in Python, Java, C#, and other languages that are slow or expensive.
I've seen applications written in Perl perform extremely well. In fact, at a previous job they rewrote a Perl application in Java, and after 3 years of development, the Java version is <i>still</i> slower.http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogsComment by Christopher Cashell on What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:53:42Z2008-09-17T01:53:42ZIt may get long, but if people vote up the good ones, then they'll be easier to pick out and find. I agree, there will be duplicates, but hopefully people will only vote up the first mention of each blog.http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogsComment by Christopher Cashell on What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:49:58Z2008-09-17T01:49:58ZHrm. I hadn't thought of that. That's a good idea, particularly for Coding Horror and Joel on Software, considering that they're the people behind this site. I'll delete the Answers and add them to the question.http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogs/78999#78999Comment by Christopher Cashell on What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:44:55Z2008-09-17T01:44:55ZJust one per post. If you've got more good ones, post them up, too!http://stackoverflow.com/questions/78955/what-are-the-best-programming-and-development-related-blogsComment by Christopher Cashell on What are the best programming and development related Blogs?Christopher Cashell2008-09-17T01:43:26Z2008-09-17T01:43:26ZIt wasn't my intention to 'give all the good answers', I was just throwing out the ones that I personally follow most closely because I already know those. I'm looking for new ones to follow, and hoping I'll find a bunch here.