Nerd alert: This post contains off-the-charts geek humor. You've been warned.
Thanks to my friend who sent me this.
Uber-geeks will recognize "RFC" (yet another TLA) as short for "Request For Comments." But those with lives normal folks might need an explanation.
The Internet Engineering Task Force (IETF) has created RFC as a standard for documentation of Internet-related subjects. There is an RFC for just about everything, including:
A lot of RFC's are standards, but the vast majority of them are not. Almost all of them, though, are painfully dry reads. That said, there are some glaring exceptions.
Read more...
Recap
In case you missed Part 1, I briefly summarized 4 different strategies for programmatically determining the current Operating System in C#. The code I posted there utilizes the System.Environment class. It works great and is sufficient for most uses, but sometimes you want need to know everything about the OS, including the edition (i.e. "XP Pro" vs. "XP Home").
Summary
For that, Microsoft gives us the lovely Windows Management Instrumentation (WMI) Interface. You can do a lot of really powerful and interesting things with WMI and WQL, but for this purpose, all we care about is getting some information from it.
Read more...
Whenever I have limited experience with something or just need to do some research, I go straight to StackOverflow.com - a computer programming question and answer site. Out of the 24 questions I've asked on the site, only one has gone unanswered to date, and I've gleaned countless other answers from questions others have already asked. In case you haven't already guessed, I really like the site.
Not long ago, I needed to convert uploaded video files for a project in PHP. FFMPEG was a clear and obvious choice for the job, but I had never used it before, so I turned to my favorite resource. Sure enough, I got enough information in the answers to build a fully working solution. I posted that solution as an answer to my own question in case anyone else could use it.
Unfortunately, StackOverflow seems to be having trouble displaying my answer, so I've reposted it here for anyone who needs it.
Read more...
21
89
21
7