My AI writing workflow
Give the model real context, generate less, and delete anything that explains what the reader can already see.
Give the model real context, generate less, and delete anything that explains what the reader can already see.
Astro, Markdown, GitHub Pages, Cloudflare, and a publishing flow I can use from ChatGPT on my phone.
352. Data Stream as Disjoint Intervals Solved Hard Topics Companies Given a data stream input of non negative integers a 1 , a 2 , ..., a n , summarize the numbers seen so far as a list of disjoint intervals. Implement…
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…
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:…
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…
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…
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,…
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.…