Designing a towel rack for 3D printing in Fusion 360
What does one do when dissatisfied with the IKEA hooks for hanging towels? You might have guessed it: 3D design and printing to the rescue. :-) I designed a rather...
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......