2 min read 0 Hacking Tales of a Novice Hardware Hacker: The Lifecycle of a Kit manchicken 2025-02-17 I am the very definition of a novice hardware hacker. I’ve been programming computers since I was a child, but…
2 min read 0 General My Framework Laptop Experience manchicken 2025-01-30 Hey friends, I’d like to talk to you today about my experience with my Framework laptop. This won’t be a…
2 min read 0 Hacktoberfest Hacktoberfest 2024, Entry 3 manchicken 2024-10-19 I’m working on the Datadog Service Catalog Metadata Provider (DDSCMP) in this post! Last I left off, I was adding…
3 min read 0 Hacktoberfest Hacktoberfest 2024, Entry 2 manchicken 2024-10-14 Hello friends! It is October 14th, which means Hacktoberfest is about half over. Today is fun, I managed to get…
3 min read 0 Hacktoberfest Hacktoberfest 2024, Entry 1 manchicken 2024-10-05 Today’s the first day I had time to really put in to Hacktoberfest and I thought I’d let y’all know…
1 min read 0 Hacking Hacktoberfest It’s Preptember! manchicken 2024-09-07 Hey friends, are you excited for Hacktoberfest? I sure am. Here’s a quick list of projects I’m hoping to do…
1 min read 0 Gist of the Day Uncategorized Shell command of the day manchicken 2016-06-01 This command will look for the ID value XXXXX in your log files ending in either *.log or *.log-YYYYMMDD. It…
2 min read 0 Hacking Perl Net::AMQP::RabbitMQ Releases manchicken 2014-11-09 This weekend I released two versions of Net::AMQP::RabbitMQ on CPAN: 0.007000 and 0.007001. The first version was the culmination of…
1 min read 0 Hacking Perl Re-factoring Your Old Projects manchicken 2014-01-28 Once upon a time I maintained a very small, lightweight framework to allow for Perl interfaces to be integrated with…
1 min read 0 Free Software General Gist of the Day Perl Gist of the Day: Named Capture in Perl Regular Expressions (Briefly) manchicken 2014-01-17 One of the largest critiques I see about regular expressions is that they lack readability. Well, in Perl 5.10 named…