Projects

Current projects:

Project ideas

  1. I'd like to build out a package system, similar to some of what I've seen on the forums. Even more so, I'd like to integrate this into a "graphical" code editor like doc-browser. I have some ideas for this, but I need to flesh it out on paper. The big utility with this is being able to load and save packages, then unload them when they're not needed.
  2. A note-taking system: jot down quick notes by day, with the ability to tag notes. It should be searchable by tag, day, or text.
  3. Similar to the code editor above, building out a scratchpad editor. The screen should have a tab for editing (e.g. via F1) and an output tab (e.g. via F2). This might be pushing the limits, though.
  4. Flesh out the cartridge approach idea: how should I integrate the pins into the formfactor I have? I'd like connectors for I2C, power, and serial.
  5. Adapt specs like Gemini, Guppy, or Gopher to build a network for small devices with small memories and small (e.g. 320x320 or 320x240) displays.