Winter is coming and Collapse OS aims to soften the blow. It is a Forth (why Forth?) operating system and a collection of tools and documentation with a single purpose: preserve the ability to program microcontrollers through civilizational collapse.

imagine noticing that civilization is collapsing around you and not immediately opening an emacs lisp buffer so you can painstakingly recreate the entire compiler toolchain and runtime environment for the microcontrollers around you as janky code running in your editor. fucking amateurs

  • self@awful.systemsOP
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    it’s basically a programmer’s workbench — a bunch of Emacs Lisp UI and tooling that’s designed to make tinkering in a NixOS environment a lot faster and easier. recursive self-improvement is the term I use for the general loop that enables, where you continuously use an environment to make improvements and customizations to that same environment

    it’s also my attempt to build the modern version of the best bits of old 80s computers like Lisp machines (or Commodores) where the ability to tinker was built-in and always available. to that end, the same general set of editor bindings I use to write, run, and debug code are available in every app

    in general it’s a project that just won’t die, which is usually a good sign. so far it’s been useful for both rapid prototyping in Lisp and for speeding up systems software development (because it’s very hard to break NixOS even when you’ve popped the hood). one of these days I’ll finally decide I’m satisfied with it and release it, but the downside of working in an environment that’s conducive towards working on projects is I get sidetracked a lot