Blog

Zig

Zig looks pretty cool.

Litty

I’m really proud of this one: litty

Another Year Gone

It’s been almost 10 years since I created this website.

I took some time today to look back through some of my old posts and projects. Most of what I wrote rates 11/10 on the universal cringe scale. Still, I can’t help but get emotional reading how excited I was about computer-y things (It doesn’t help that I have been listening to George Winston’s December on loop).

shet im getting old

Fallink OpenFL Port

This past week I worked on converting Fallink from AS3 to OpenFL + Haxe in an attempt to get it to run in a browser without needing Flash Player. Performance was initially spotty but after adding some batching to the rendering code, it runs nearly as smoothly as the Flash version. Fonts are also kind of wonky and don’t always load properly in some browsers.

It’s not a perfect port, but considering the low amount of effort it took to convert the code, the results are surprisingly good. It plays well on phones too!

Try the Haxe + OpenFL version.

Try the Flash version.

Redesign

I took this weekend to fix the layout issues in marmphco.com that have been bothering me for a while. There were so many inconsistencies and places where things weren’t lined up properly. A lot of that is better now.

Gameplay Videos

There are a surprising number of Youtube videos of my games. I compiled a few playlists with them:

Here’s some interesting ones:

I Fight for my Friends

I made a fun website called ifightformyfriends.com last October but forgot to post it here.

A Few Small Projects

Today I’m posting two projects that I made and forgot about. The first is a crossword puzzle grid generator I made a little under year ago. The second is a visualization of the distribution of Sochi Olympics Medals, which I made for a data vis class early around March 2014.

Things I am Really Bad At

I recently joined a mobile apps team at Adobe. Now I don’t have to look nice for potential employers, so I can get rid of all the stupid braggy posturing stuff on this site. Maybe. Well, maybe not. Regardless, I thought it’d be cool to write up a list of things I’m bad at to make up for the years of “look‑how‑smart‑I‑am” garbage on this website.

##Things I am Really Bad At

I will continue posting stuff like this in the coming months. I’ll try to post some of my janky old projects too.

Fun with k-Means Clustering

K-means Screenshot

Today I made a fun little animated demonstration of k-means clustering, using Lloyd’s algorithm and the Forgy method for initialization. Yes, I found all those fancy sounding terms on Wikipedia, At large point sizes it pretty much generates a Voronoi diagram, which is kind of cool.