Learning C, Day 6 (Point Cube)

Finally some 3D today! But first, Vim. I spent about half an hour just messing around in Vim and after that I used it for the rest of the day. Vim is so cool. It has shortcuts and commands for everything. A few times I found myself guessing commands correctly. For example, “$” means “move…

Published

Recipe for an Epic Sandwich

This recipe makes one classic sandwich, although it can be adapted to triple decker or standwich. Ingredients 2+ slices of ham or turkey lunch meat 2+ slices of mid-sourdough bread 2+ slices of colby jack or smoked gouda cheese 2 tbs butter 1 egg Aldi Everything Bagel Seasoning (not totally essential, but it does elevate…

Published

Learning C, Day 3

I spent about 3 hours today learning C. I found an excellent blog with C tutorials: flaviocopes.com I also cobbled together a text colorizing program for Windows. Windows Batch can’t print colored text without changing the already printed text, but this program can do that. I’m at the point of being able to copy and…

Published

Learning C, Day 2

So I spent about 2 hours today learning C and I finally got to pointers. C is so quirky and I love it. I finished the first tutorial and now I’m reading Modern C by Jens Gustedt. I’m working on a text adventure game and I’m googling how to do almost everything. Most of the…

Published

Learning C

Earlier today I was reading an older book about microcomputers and how the only languages available at the time were FORTRAN, Basic, and Assembly. The book was published in 1977, so I wondered if C was available at the time. Turns out it was, but while I was on the Wikipedia page about C, I…

Published

Mini Programs in ><>

Some mini programs I made in ><>, which is a 2D esoteric programming language. Here’s the wiki page about it. To run these programs, paste them into the online interpreter (the site is down right now, so that link is to the internet archive). The programs A mini text game, use y/n to answer questions:…

Published

Physics Demo (PICO-8)

Verlet integration! The physics code is from Coding Math’s excellent tutorial series on youtube. I finished the tutorial and thought it would be fun to make an editor to go along with it. Controls: Left click and drag to move points Left click on a point to make it static Left click on an empty…

Published

Bubbles Screensaver (PICO-8)

Hey Everyone! I’m making things in PICO-8! If you’re unfamiliar with PICO-8, it’s a fantasy console for making small games and other programs. Here’s their website. As a kid, I remember being fascinated by the Windows 7 bubbles screensaver and I thought the bubbles would work well in PICO-8. So here it is! Controls: Z…

Published