09 Dec 2021

Remove shadows and uneven lighting from photographs of writing on paper

This is mostly a note to self. You know how you often have photographs of notes or forms that you need to print out, and there's a shadow or uneven lighting across the image which makes the print look bad?

Initial image

These are the steps I take to make something like …

15 Mar 2021

On the making of "Paramitha"
Where the "making of" is longer than what it's about

One week ago, on 7 March, I released my animated short Paramitha. I stared working on it in early February and just as I expected it took ~4 weeks of work to finish. I used Krita for the drawing and frame-by-frame animations, and Synfig Studio for things like parallax.

The …

05 Jul 2020

Tagged Template Literals are Awesome!
Tagged under "better write this down before I forget"

You will often need to implement text that looks like this:

Highlighted Text

Now, it's fairly simple enough to do in HTML, but when you do it in React Native it looks a bit gnarly:

<Text style={styles.text}>
  You’re going to <Text style={styles.highlighted}>send a message</Text> to …
28 Jun 2020

Building Flagitect
just like a wavin flag

Flagitect just hit version 1.2.0, and so this is a brief introduction into the technical aspects of how the app is structured.

Flagitect v1.2.0

Stack

The app is written in React Native (currently version 0.62). There is no navigation library in use, as the app only needs some modals …

29 May 2020

Late Night: A Timeline
Or a brief history of how Johnny Carson pretty much stood alone for 30 years

I created this little timeline graphic as a crutch for my non-American self trying to navigate the complex history, culture, and inter-network rivalries of American Late Night TV shows.

Late Night Timeline

There are some shows that should be mentioned but aren’t, because they weren’t on the big three:

  1. The Late …

Built using Pelican.