software
Announcing exiftool.el
Mar 2, 2017
This is to announce the release of exiftool.el, an emacs lisp wrapper around ExifTool. ExifTool is a command line application supporting reading and writing metadata in various formats including EXIF, XMP and IPTC.
Tags: software, project, freesoftware
User script to remove noscript mask on ebay
Aug 30, 2016
A greasemonkey user script that removes the noscript mask on ebay and lets the user browse ebay without enabling javascript…
Tags: javascript, software, greasemonkey
fold and stream-fold pass arguments to proc in different orders
Mar 24, 2016
SRFI-1 fold and SRFI-41 stream-fold pass arguments to proc in different orders. Violating the principle of least astonishment, this comes as a rather inconvenient surprise to the programmer.
Tags: lisp, scheme, functionalprogramming, software