Document Generator

Makers file: My method to document creation using Pandoc and makefiles into presentations (beamer) or pdfs.

Makers notes

Way I see it, I’m not using this blog as often to write posts or plan to upload to github. But I still want to contribute to this global information network. I’m going to try something new by instead linking some of my notes on a project or two. These are general documents that help me when I’m working on a project. If you need a quick way to find them, see the new menu option above for ‘makers’.

DSLR timelapse

WARNING This post was added before its time. It is incomplete (missing a proof-read, some pictures), and is only posted as-is in order to test my developing framework for pictures. I’ve started a new project: using a Raspberry Pi to create a timelapse on a DSLR. I’ve recently moved to Binghamton NY, and from my 8th floor apartment, I have an amazing view of rolling hills. In the morning, clouds cover the summits.

Fall-Winter 2020 Binghamton, NY

Pictures from a Binghamton, NY winter. Click a photo below to see it larger. Use the arrow keys to move among the photos.

Lightbox2 in hugo

This is a quick run-down of how I set up lightbox2 for my hugo site. To be honest, it is my personal documentation to the shortcode written by Julian Stier in his blog-post about lightbox2. His post helped me deal with a number of problems using lightbox2 with hugo when the main lightbox2 tutorial had failed me. This will be a post under constant development as I work out lightbox2 and to remind myself how to implement it.

Generating custom raspberry-pi images

I’ve been working on a number of projects involving my raspberry pi; DSLR timelapse, a pi running dedicated stocks and notifications systems, and a media server. I have a silly approach of solving any critical errors by flashing a new raspbian image to the SD card and continuing as if the error was never made. The approach can be heavily criticized, but I’m not invested in immediately working out the errors; it’s usually something obscure.

Digitizing collections

I’ve begun creating a media server lately. Something that I never thought I would attempt. With the number of relatively comprehensive streaming services, a media server did not make much sense. Not to mention my ptsd thinking back to my teenage years of terrible data-handling. I would create inumerable backups with minute differences, making it impossible to realize which one was the proper backup when needed. I’m still surprised today by some backup hidden deep in my file systems.

Tidymodels & palmer-penguins

Oddly enough, I’ve been hearing a lot about tidymodels this week, from reddit to youtube. Plus, the tidytuesday dataset this week looks fun.I figure I’ll spend a tidytuesday trying to figure out this new and in-development machine-learning package. For the newcomer, tidymodels is the planned replacement for the caret package. Complicated machine learning (ml) models will continue using caret for a while as tidymodels is very new to the field.

Getting Back into Piano

During this quarantine period, it seems as though there are fewer jobs and more applicants than ever before. So between my coursera courses and job applications, I’m taking the time to try my hand at the piano again. Not that I stopped, it’s been on and off for a long time. I just did not have as much interest at mastering it before. The timing for my new-found interest is unfortunate…my piano has been neglected from my on-and-off interest, with keys towards both ends often getting stuck, or off-tune.

Getting Emacs and Julia to work

Julia and Emacs Julia is a hot upcoming language. I see nothing but support for it online, and many benchmarks showing a notable improvements over Python or R. The main reason why it is not already rivaling Python or R is the framework and packages. The language is still new, and does not have a mature framework. Even though it is now on the stable v1.4, there are features I’ve seen described as as ‘in development’.