this post was submitted on 18 Jul 2023
5 points (100.0% liked)

TechTakes

1432 readers
129 users here now

Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.

This is not debate club. Unless it’s amusing debate.

For actually-good tech, you want our NotAwfulTech community

founded 1 year ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)

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.

[–] [email protected] 2 points 1 year ago (1 children)

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

[–] [email protected] 3 points 1 year ago (1 children)

What's your project if you don't mind me asking? /g

[–] [email protected] 3 points 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