Search results for: “page”

  • The Reddit Thing

    Yesterday I got a notification from Youtube stating that COPPA/Made for Kids was being forced come January. I’ve largely ignored these messages, as my channel is not that big, not very expansive, and not terribly interesting. However, when these settings apply to everyone, and I am a member of everyone, well, maybe it’d be worth…

  • Diplomacy

    Diplomacy

    I just finished listening to NoDumbQuestions‘ Episode 53 – What Would Happen Every Time You Restarted Earth? I have to say, the discussion definitely got me onto two things which I briefly mentioned in my comment on Reddit (I don’t know if my thoughts will take off at this point, but I wanted to put…

  • Foundation, Part II (The Encyclopedists)

    “As you see, gentlemen, something like ninety percent of the treaty boiled right out of the analysis as being meaningless…”

  • Super Duper Status Update

    It works! I was a bit annoyed that the wordpress atom feed was only XML based. However, I do consider myself pretty good at googling things, and so I found this PHP library called “SimpleXML” which solved a LOT of stuff for me. I used to display the first five Blogger titles on the homepage in…

  • Blogger Migration

    So you may be wondering: what’s up with all these blog redesigns, Daniel? Well, I got sick of Blogger. A whole lot. And about a month ago, I decided to do something about it.

  • Camera

    Webcam image will refresh every time a script is run. This page must be manually reloaded to see these changes. (image may not be up to date – click here to run a refresh script)

  • Privacy Policy

    Who are you? I’m some white cis male nerd from the United States. What personal data do you collect it and why? Comments I log your IP. Not for anything malicious. Just to reverse-DNS you if I think you’re interesting, or to drop you on iptables if I think you’re being an asshole. Also I…

  • 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…

  • 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…

  • Finally! An internal DNS server that works (for me)!

    So it’s been much too long since I wanted to do this, but thankfully, I have finally discovered the solution for which I can serve up my own DNS server for internal LAN things, but still have an external host that administers my public website! My scenario and quandry was this: