• 0 Posts
  • 27 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle












  • It was also designed at a time when most of the population had never used a GUI on a computer. The show debuted in 1987, so the pre-filming work would have been happening a year or two before that.

    Think about what the few graphical desktops on computers looked like in the mid 1980s… then recall that most people did not have a computer at home, and only used one at work if at all.

    I’m not defending LCARs or anything - I am just trying to imagine what it would have been like to be a graphic designer in 1985, and someone comes up to you and says “We want you to make us what computer interfaces will look like in the 24th century.”

    In terms of interfaces we see on Star Trek, I think the, mostly touch, interfaces we see in the TMP movies (the movies with the original series cast, for the non-Trek fans reading this) appear to be MUCH more practical.








  • marlowe221@lemmy.worldtoLinux@lemmy.mlImmutable Distro Opinions
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Hmmm, interesting. I like brew, for sure. And devcontainers worked ok for me when I was working on something by myself.

    But as soon as I started working on a side project with a friend, who uses Ubuntu and was not trying to develop inside a container, things got more complicated and I decided to just use brew instead. I’m sure I could have figured it out, but we are both working full time and have families and are just doing this for fun. I didn’t want to hold us up!

    Our little project’s back end runs in a docker compose with a Postgres instance. It’s no problem to run it like that for testing.

    Maybe a re-read of the documentation for devcontainers would help…