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

  • 200fifty@awful.systems
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 year ago

    OK, I kind of love Chuck Moore though. Now there’s a guy who knows exactly what he’s doing with his life. Um, whether anyone else can tell what he’s doing is a bit of a different story, though.

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

      oh he’s unsneeringly one of the inspirations for one of my longer-running projects (alongside early PCs like the Commodore 64 and recursive self-improvement environments like Lisp machines). colorForth is awful for me but you can tell it did exactly what Chuck needed it to, and satisfying one user is a better track record than most software

        • 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