Category: politics

  • Vacation Tasks

    So, I’m taking vacation this week and next. Here’s a (partial) list of tasks that are left to do: Visit BC for NANOG 55 Work with Threshold Communications to verify interop is working as well as it seems to be Make sure the UTC has acknowledged receipt of our 2012 filing Complete move of storage…

  • software bridge loops suck, too

    I didn’t realize that I had two of my machines attached to openvpn from the same l2 segment. It caused a network outage for about 24 hours. Sorry for the downtime folks. I believe that if I turn on stp for all nodes which have two legs in to the same l2, I can avoid…

  • Dear fellows of the SJCARS

    I’ve got a project I could use some help with.  If you’ve got some tuits to spare, I’d love to talk with you about the plan.  Perhaps I’ll post something to the blog… [edit 20120212T2025] blogged. http://sjcars.org/blog/2012/02/12/hardware-what-wants-deploying [Edit 20120213T0026]

  • Told you I could make it work.

  • NIST::NVD::Store::SQLite3

    I published an SQLite3 storage back-end to NIST::NVD on the CPAN. It’s pretty quick. About as fast as the DB_File one, but without the down side of being tied to DB_File. It shouldn’t be too difficult to re-factor this code to any DBI-based database. MariaDB anyone? I know it works on Debian. The nightly CPAN…

  • SELinux on Wheezy

    So, Collier Technologies LLC needs to pass annual audits to operate a certification authority recognized by the SoS. To this end, I’m working with the fine group of developers who maintain SELinux. It seems that the configuration of Xorg that I’m using while typing this here blog post does not have a policy set up…

  • SOPA response from Representative Rick Larsen, WA 2nd District

    Below is an email I received from Representative Rick Larsen‘s office. I don’t recall ever having identifying myself as PVT Adams-Collier in any communications with his office, though I could have done so at some point. Maybe. I also don’t recall contacting his office directly concerning SOPA. I blogged a few things and mentioned him…

  • Blacky-black-out

    There’s a script down there vvvvv and up there ^^^

  • Perl interface to processing / querying NIST’s NVD feed

    For a work project, I wrote a library in perl that can be used to query the NVD feed that NIST publishes here: http://nvd.nist.gov/download.cfm Here’s a snippit from the perldoc: use NIST::NVD::Query; # use convert_nvdcve to generate these files from the XML dumps at # http://nvd.nist.gov/download.cfm my( $path_to_db, $path_to_idx_cpe ) = @ARGV; my $q =…

  • Bitcoin WoT using PGP/SKS

    There was recently a post to the sks list prompting discussion regarding the use of PGP and SKS as a distributed web of trust for an alternative currency system called “Bitcoin.” This reminds me of a project I worked on in the early ’00s with the late Jeff Fairhall and Thomas Greco. Anyhow, I mumbled…