Firefox Multi-Account Containers For The Win! Get link Facebook X Pinterest Email Other Apps 24 May How I simplified my Firefox setup with multi-account containers.TL;DRIf you need multiple Firefox profiles or find your… Read more
Trying out Java/Scala/Groovy artefacts on the fly Get link Facebook X Pinterest Email Other Apps 04 January There are times when you need to try out a simple snippet using a Java/Scala/Groovy artefact published on Maven central… Read more
macOS: Open files and folders with Emacs Get link Facebook X Pinterest Email Other Apps 13 December Use Emacs to open files/folders when in FinderThe first day I joined Hootsuite over a year ago, I received my work lapt… Read more
Python multiprocessing: Pass the shared resource along to children Get link Facebook X Pinterest Email Other Apps 10 August Update 11 Aug '20: Turned out I misunderstood how multiprocessing module works! A Process can inherit resources cre… Read more
Common Lisp Tips and Tricks Get link Facebook X Pinterest Email Other Apps 21 May A collection of simple tips and tricks for the inexperienced Common Lisp programmers like myself. List (and terminate) r… Read more
Farewell and thank you, Plone Get link Facebook X Pinterest Email Other Apps 19 March I finally made the difficult decision of moving away from Plone+Zope stack. I've been a happy user/admin of it for … Read more
Forth Interpreter and Abstract Machine Get link Facebook X Pinterest Email Other Apps 13 October Forth interpreter and abstract machine illustrated in one image. Forth has such a strikingly well thought out simple ex… Read more
Grab Packt With Groovy Get link Facebook X Pinterest Email Other Apps 24 June Automatically claim Packt's free e-books with a Groovy program. IntroductionPackt Publishing has launched a new pro… Read more
Grab Packt With Racket Get link Facebook X Pinterest Email Other Apps 23 June Automatically claim Packt's free e-books with a Racket program. IntroductionPackt Publishing has launched a new pro… Read more
aria2: An Ultra Fast Download Manager On Linux Get link Facebook X Pinterest Email Other Apps 16 June Introducing one of the fastest download managers in the universe: aria2.Introduction aria2 is a brutally fast and very f… Read more
More Thoughts On A JVM-Based Forth Get link Facebook X Pinterest Email Other Apps 19 January Wrapping up the fundamental design challenges for a Forth implementation on JVM.IntroductionThis post is the continuati… Read more
Responsibly Upgraded Your Lisp Machine! Get link Facebook X Pinterest Email Other Apps 11 January === ALL USERS PLEASE NOTE =======Compiler optimizations have been made to macro expand LET into a WITHOUT-INTERRUPTS … Read more
Syntax Intuitiveness aka IQ Test Get link Facebook X Pinterest Email Other Apps 07 January A simple and real world lesson on programming language syntax intuitiveness.Introduction As a polyglot I have coded with… Read more
A Tale Of King and Evil or How I Made Peace With Ubuntu! Get link Facebook X Pinterest Email Other Apps 06 January In which I tell how Ubuntu won my trust back.Once Upon A Time...I used to be a fairly happy Ubuntu user from 2008 to 20… Read more
Command Line Options: How To Parse In Bash Using “getopt” Get link Facebook X Pinterest Email Other Apps 03 January Use “getopt” in a Bash script to parse long and short command line options, enforce arguments for some options and spo… Read more