Designing a 3d printed vegetable peeler hook

I didn’t want our peeler to go blunt in the drawer, so as a basically first ever “real” model in Fusion 360 I designed a relatively simple hook for it:...

Convert arbitrary IP range to a set of CIDR

Problem I found myself trying to figure out the least amount of rules that would cover a certain IP range (that doesn’t exactly fit CIDR bounds) to find it annoying....

Flush INBOX via IMAP

This is a simple script I wrote a while back to delete all emails in given IMAP inbox folder. If I were you, I would treat it as a proof...

How to fix the `AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd`

Problem When trying to compile OpenITG I ran across this cryptic warning: configure.ac:208: warning: AC_LIB_PREPARE_PREFIX is m4_require'd but not m4_defun'd autoconf/m4/iconv.m4:11: AM_ICONV_LINKFLAGS_BODY is expanded from... autoconf/m4/iconv.m4:22: AM_ICONV_LINK is expanded from......

Wordpress leading whitespace fix

Problem Ever got the infamous “xml declaration not at start of external entity” error instead of your RSS feed when using Wordpress? Well, you’re not alone. I’ve spent couple hours...