vid: https://www.youtube.com/watch?v=hbw1GlyzNu4

audio only/podcast version: https://pnc.st/s/faster-and-worse/6d394145/do-less-products

I talk about an idea I’ve been throwing around for a while for a “typewriter OS” which boots an old laptop into text editor (as a starting project to hopefully lead to a [insert single purpose] OS)

It’s a difficult thing to pitch because it’s very easy to say “that’s just X running Y” type of answers. But it’s something I see as a ground up build by design.

Anyway, sharing to see if it piques anyone’s interest

  • self@awful.systemsM
    link
    fedilink
    arrow-up
    7
    ·
    3 days ago

    I like this a lot! the idea of buying a new (and usually quite expensive) device that intentionally does less has never really sat right with me, but repurposing old or secondhand devices with purpose-built software has always made quite a bit more sense.

    to expand on the idea in hopefully not too much of a tangential direction, one very nice thing about repurposed hardware over new bespoke hardware is that if the repurposed device is running an open source software stack with resources to spare (which is often the case), you can extend the functionality of the device in ways that are specifically useful to you personally.

    as a real-world example, when I set up a new computer for myself these days I usually start with Linux that boots straight into emacs, which is a very competent typewriter running on a kernel that supports most of the hardware I’ll throw at it and comes with a wide compatibility base and fairly minimal hardware requirements. next if I need to work with more complicated documents, I pull in X11 and go graphical. if I need applications, I pull in EXWM and now I have everything I need for a generalized computing environment. but there’s no need to go that far — and every step of the way, I can customize what I’m doing to fit my own needs.

    I usually do all of the above on NixOS, but it feels like the general idea has possibly outgrown Nix, and it might do even better as a dedicated Linux distro targeting repurposed devices.

    • Steve@awful.systemsOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 hours ago

      thanks! I’m glad it sparked this response

      and every step of the way, I can customize what I’m doing to fit my own needs.

      Is a key thing here, hey. It’s also important to be able to pull things in as you need them and be aware of how those things put a load on your computer. So then it’s important to be able to take them out 100% as well.

      I know this is kind of how stuff works but it’s the kinda that is the thing for me. One of the design goals of my project is that 100% of what is running is 100% of what is needed at that time

  • Steve@awful.systemsOP
    link
    fedilink
    English
    arrow-up
    5
    ·
    3 days ago

    Just to add, this video doesn’t say much about the actual idea in detail. I have plenty more to say about that. It is more philosophical groundwork to lead into an upcoming video about the thing itself