Blog

Software, cities, economies, games, design, and language.

Recent

All →

391. Perfect Rectangle

Leetcode Link Problem Given an array rectangles where rectangles[i] = [x i , y i , a i , b i ] represents an axis aligned rectangle. The bottom left point of the rectangle is (x i , y i ) and the top right point of it…

355. Design Twitter

Leetcode Link Problem Design a simplified version of Twitter where users can post tweets, follow/unfollow another user, and is able to see the 10 most recent tweets in the user's news feed. Implement the Twitter class:…

On Religion

hi uh It's been a rather long while since I wrote on this blog. Since then a lot has happened. One of the things that I want to talk about was something that I have been thinking about since I watched some review for…

Bahunya - 10KB classless CSS framework

I created a 10KB classless CSS framework Bahunya has responsive typography, navbar, syntax highlighting, and much more. https://kimeiga.github.io/bahunya/ Why I created Bahunya because I wanted a CSS framework that I…

Broken Mechanics in the Game of Life

Life is a Game Life has a series of innate game mechanics (like physics and human biology), and game mechanics created by its players (like international laws). It is a system of said mechanics with a large playerbase,…

Rapid-Prototyping and Perfectionism

Either finish something as quickly as possible, or as completely as possible. The closer you approach the center of these two extremes, the larger the percentage of your lifespan you’ll spend working on the project.…