Search results for: “why”

  • PHP Access Control List

    A quick little Access Control List (ACL) snippet I made for PHP/HTML. Enjoy! <?php $acl = array( // Populate with IP/Subnet Mask pairs. // Any zero bit in the subnet mask acts as a wildcard in the IP address check. array(“192.168.10.24″,”255.255.255.255”), ); $acl_allow = false; for ($i = 0; $i < count($acl); $i++) { $ip2chk…

  • Linux – Find what is Preventing You from Unmounting a Drive

    Disclaimer: I’ve had this problem for probably four months, ever since I started running Plex Media Server on my headless linux machine at home, whilst storing all my actual media on a nice external portable drive. Usually I just yank it, but then I watch the drive letters run themselves up obscenely high before I…

  • Pentax Camera Accessories – The Expensive Joy of Brand Loyalty

    Last April, after months of researching and stressing over whether or not I should (or could), I finally bit the bullet and spent $1300 on a nice 24Mpx Pentax K-3 DSLR. This is a super camera that I really have been enjoying and getting some high quality photos with. Most of all I like the…

  • Expired Domains – A Headache (but a learning experience)

    Hey all! It’s been a few months, I know. But I wanted to share an experience I had with my recent domain name headache. So as you may or may not know, I’ve owned ppsstudios.com since May 2013. I purchased it via Google Apps which in turn set my registrar to eNom. Both are useful services and work…

  • IFTTT

    IFTTT – What in the world!? I just discovered this this morning while once again searching for alternatives to Google Reader, since it’s dying in about 2 weeks. I tried Feed Demon at home, but it just didn’t cut it; half of the problems being that it was yet another application (and a memory hog…

  • My New C++ Endeavors

    Awesome news! I’ve been asked at work to start doing a bit of GUI development for our NASA projects. They’ve said that all of their stuff is developed using Borland C++. Now with my PennMUSH development experience, I’ve taught myself a bit of C++ (though my PennMUSH development experience has been mostly debugging and making…

  • Businesses on Facebook

    Recently I got an email from a guy at Brinkster, a web hosting service I have used in the past.

  • Ruby on Rails for Windows

    It was only recently that I FINALLY figured out just what Ruby on Rails is. From most of the posts I saw all I could make of it was “it’s the thing that runs Twitter.” Okay..so what’s it DO? Well as it turns out, from what I can make of it, Rails is a new…

  • My Router-Modem Setup

    Here’s what I’ve figured out with my router/modem setup. The router has two sets of plugs in it. One set is the regular ethernet ports to hook in single computers to. However, there is a single yellow port known as the WAN or Internet port. What really is the difference here? I’ve figured it out.…

  • DSL and Networking

    I’ve always hated self-help books you find at B&amp;N or the library on how to set up your own home network. In short, they always would assume that you had high-speed internet coming into your house and that you could create a standard configuration. However, up until about 30 minutes ago, we were using dialup…