Making JavaScript Art (P. 2)

Making JavaScript Art (P. 2)

This post introduces the problem of turning pictures into shapes and covers some technical details. What do I mean by pictures to shapes? In other words, the task is to extract the recognizable regions from the picture. For example, given a picture of a person, extract the person.

»

Making JavaScript Art (P. 1)

Making JavaScript Art (P. 1)

Or, in other words, turning code into pictures. Link to the project: makejsart.pelmers.com 15-second Video demo The land of JavaScript source code

»

Metroid Prime React Components

app
Metroid Prime React Components

In this post I'll introduce a little project I've been working on, implementing some of the in-helmet heads up displays

»

Tangent: Houston

Tangent: Houston

Preface: this is all talking about myself, I'm not attemping to generalize my own experience to everyone around me. Recently I'

»

Chicago Short Tour Finale

Chicago Short Tour Finale

sit in a boat tour I'd always intended to go on an architecture boat tour [https://g.page/Chicagoline?share], since just

»

Windy City day 2 (by video!)

Windy City day 2 (by video!)

This goes over day 2 of my short solo trip to Chicago, feel free to read the previous post before this one. Planning Before

»

A captioned day in Chicago

A captioned day in Chicago

This is more of a diary entry than a Real Blog Post with a problem, thesis, body and conclusion. I just wanted to share

»

Networking checklist for AWS Lambda

app

For streetwarp.com [https://streetwarp.com/], I recently had to update the config of my AWS Lambda function. I had two goals: 1. add

»

Typesafe RPC without codegen

This post shares a very small Typescript RPC (remote procedure call) library, which I've named roots-rpc (because it's used for

»

Technical dive into Streetwarp

Technical dive into Streetwarp

Here I'm going to expand on the streetwarp I introduced in a previous post. Not that anyone asked for this, but in

»