Thoughts on accessibility in smol computing

What follows is my attempt to spark a conversation in a few converging, but separate communities I lurk in. I’ve already had a bunch of amazing conversations around this topic with a lot of people. Those conversations helped to shape what follows. Thanks to everyone who was willi … | Continue reading


@eli.li | 2 years ago

Continue reading


@eli.li | 2 years ago

December adventure

Over the past couple years I’ve done the advent of code to varying degrees. I thought I was going to do it again this year but decided to try something different. I’ve been calling what came together a “December Adventure.” It isn’t anything fancy; throughout December I aim to wr … | Continue reading


@eli.li | 2 years ago

We visited a troll in the woods this evening. | Continue reading


@eli.li | 2 years ago

In reply to: chreke's blog - Little Languages Are The Future Of Programming The idea is that as you start to find patterns in your application, you can encode them in a little language—this language would then allow you to express these patterns in a more compact manner than … | Continue reading


@eli.li | 2 years ago

In reply to: Oatmeal - My programming language odyssey A while ago someone asked what I liked about the programming languages I like — forth and lisp specifically. I’ve noodled on it for a bit now, and I think the reason I like forth and scheme and other languages with something … | Continue reading


@eli.li | 2 years ago

Happy birthday hugs | Continue reading


@eli.li | 2 years ago

Occasional notes

If they aren’t weekly, I guess they’re occasional? 3rd repair procedure to fix brain bleed was a success. I have a few more scans and follow ups, but, knock wood I think I’m through at this point. I’ve spent about a week laying low and taking it easy navigating some wild pain, bu … | Continue reading


@eli.li | 2 years ago

uxn exit

This evening I sat down on the couch sleepy. We’d just gotten the kids into bed. I hadn’t planned on writing any code but figured I’d round the evening out with some reading. First I read through the docs and glossary of uf, a forth system for uxn. Then I read through an example … | Continue reading


@eli.li | 2 years ago

uxn laboratory

As I look to assembly nights 2, and think of trying my own take on it, I wanna have a cozy space ready to play with uxn. The setup I’ve landed on is sort of inspired by plan9port. Prepare the way in home directory, create a u directory in u clone uxn and build it add ~/u/uxn/ to … | Continue reading


@eli.li | 2 years ago

We found a big mushroom. | Continue reading


@eli.li | 2 years ago

week notes

Am I allowed to call them “week notes” if I don’t do them weekly? I went in for what was supposed to be my final brain scan, a diagnostic angiogram (don’t look that up). The good news is that the repair has officially cured my brain bleed! The bad news is that they saw another ve … | Continue reading


@eli.li | 2 years ago

Continue reading


@eli.li | 2 years ago

Miscellaneous this and that

Since my brain injury (which I’ve since learned can be called an “ABI” or “acquired brain injury”) I’ve noticed that I have trouble focusing on programming tasks; I’m able to do what I need to do for work and family but, when it comes time for hobby projects I’m just gloop. Total … | Continue reading


@eli.li | 2 years ago

Continue reading


@eli.li | 2 years ago

In reply to: episode 8 👋 Oh hai! I was interviewed on a podcast! | Continue reading


@eli.li | 2 years ago

Continue reading


@eli.li | 2 years ago

In reply to: A simple mess This is also something people keep getting wrong about Markdown as originally presented. Markdown isn’t a format. It’s a convenience tool that helps you write some of the boringest and commonest parts of HTML easier, and you can easily drop into more wo … | Continue reading


@eli.li | 2 years ago

Lamination for a lost explorer

I remember the days when Kicks Condor used to update regularly. I miss those days. For a while every post seemed to unearth some new, yet weirder corner of the little internet (maybe not yet the smol web). There are folks doing similar web archeology…I do some of it myself…but no … | Continue reading


@eli.li | 2 years ago

🌱🦛 | Continue reading


@eli.li | 2 years ago

Continue reading


@eli.li | 2 years ago

In reply to: Oatmeal - That one time when Buffy the Vampire Slayer maybe saved my life? After giving my brain bleed time to heal the neurosurgeon called me back in to hospital; the plan was to reassess, attempt to fix it using the minimally invasive technique that they tried once … | Continue reading


@eli.li | 2 years ago

That one time when Buffy the Vampire Slayer maybe saved my life?

A secret pleasure of mine in high school was getting home before my parents and watching 30 - 60 minutes of TV. I technically wasn’t allowed to do it, but I suspect they knew I snuck this time whenever I could. My favorite show to watch in this secreted me-time was Buffy the Vamp … | Continue reading


@eli.li | 2 years ago

I’m toying with the idea of becoming a full time Mac OS System 7 developer. Edited to add that I’ve had so much fun playing with this implementation of Forth on Mac OS System 7 that I quickly built a little microsite to help archive the info I’ve found about it. | Continue reading


@eli.li | 2 years ago

My programming language odyssey

While I wouldn’t say I’m wicked adept at any one language, I’ve dipped my toes into many different languages. Here, I try to roughly recreate my programming language journey. I can make websitez gud; HTML, CSS/SASS, JavaScript > CoffeeScript > TypeScript, and PHP The web. A marve … | Continue reading


@eli.li | 2 years ago

An unexpected visitor came to the tree in our neighbor’s yard today. | Continue reading


@eli.li | 2 years ago

In reply to: ~karlen, "no one will ever read this but..." ~dozens recently introduced me to this series where blog posts that are at least a year old and feature the phrase “no one will ever read this but” are read allowed…and…it is remarkable. | Continue reading


@eli.li | 2 years ago

Signs of spring | Continue reading


@eli.li | 2 years ago

Birch poly pore. | Continue reading


@eli.li | 2 years ago

Card game of hidden information and structured communication

This is a game of hidden information, structured communication and cooperation. To play you will need a standard deck of playing cards. The game is a modified version of Hanabi which is played with a custom deck of cards and tokens. How to play Remove aces and 2s from the deck. P … | Continue reading


@eli.li | 2 years ago

From where to what? | Continue reading


@eli.li | 2 years ago

What is an addressing mode?

In a recent post I referenced addressing modes. But what the heck are they!? Setting the stage The instruction register holds the program instruction that is currently being run. A fixed number of bits within the instruction register represent the operation, e.g. “op. code” — exa … | Continue reading


@eli.li | 2 years ago

Continue reading


@eli.li | 2 years ago

Notes on 6502 Assembly

The NES runs a very slightly modified 6502 processor. What follows are some very introductory, and not at all exhaustive notes on 6502 Assembly, or ASM. If you find this at all interesting, Easy 6502 is a really great introductory primer on 6502 Assembly that lets you get your ha … | Continue reading


@eli.li | 2 years ago