Writing & Code

A mix of sci-fi writing and small open-source projects.

Writing

Mostly sci-fi, a little fantasy, a lot of angst.

Code

Micro-projects I've made because they didn't exist already.

Jade Cahoon

Sci-fi writer. Occasional programmer.

This is where I keep my fiction and side projects.
Click the links below to find my LinkedIn, GitHub, and Goodreads.

Types of work

function collect(coins) {
  return coins.reduce(
    (acc, c) => acc + c.value, 0
  );
}
const streak = new StreakTracker();
streak.checkIn(today);
// CoinCollector v0.3
// StreakTracker v1.1
// EPubReader beta

Programming projects

CoinCollector, StreakTracker, EPubReader — all microprojects I built because I couldn't find the right app. And Terraforma, my Stardew Valley-inspired outer space terraforming game.

Nine Hundred Golden Suns
— a universe —

The dust remembered
every ship that crossed it.
Ariel pressed her palm
to the cold viewport glass
and watched the colony
blink out, one light
at a time...

Writing Projects

Right now I'm deeply into my Nine Hundred Golden Suns universe, but you'll find them all (more or less) here.