• Mars2k21@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 hour ago

    I think I’m slowly starting to understand the use cases of these small form factor computers. Pretty much Swiss Army knives in computer form.

    Makes sense that people are trying to sell them commercially now, even if they are bit experimental and don’t have a defined use case as of yet.

    Plus it just looks cool.

    • A_A@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      7 hours ago

      There is no such LTE modem mentioned in the article, neither in images, so I think there is none. Yet, one image says WiFi…

      • Petter1@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        ·
        3 hours ago

        With LTE working, I could see me ditching my phone for a device like this 😇

    • cmnybo@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      10
      ·
      16 hours ago

      The Pi Pico is capable of running Doom and it actually runs quite well when overclocked. It would probably take a bit of work to get it running on this computer since it uses a second RP2040 as a graphics processor.

      • Morphit @feddit.uk
        link
        fedilink
        English
        arrow-up
        1
        ·
        5 hours ago

        Doom is one of the examples for the PicoVision. It might need some hacking to get the keyboard to work since I think he used I2C to connect it instead of USB, but it can definitely run Doom.

  • Balder@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    15 hours ago

    There is something about the simplicity of this kind of thing that makes it so attractive. There’s no bloat, just a device for a maker individual to play around with.

    But it makes me wonder if there’s something similar to this but more “ready” for people to buy and play around building software. I’ve thought about learning more low level stuff with emulators, not a real device. A real device like this with a minimal Unix-like OS and some development kit to play around would be interesting.

    • rottingleaf@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      11
      ·
      13 hours ago

      If it runs modern Linux, there’s enough bloat even compared to Windows 2000.

      COMMENT: further I’ve completely forgot what you were saying, so wrote a very loosely connected text.

      I agree in dreams, but in truth no piece of tech will change life. Life changes tech. Today’s tech environment wouldn’t happen were social environment different.

      If we want to make computing better, we need to be able to live without computing.

      To make downtime acceptable. Same as with repairing floors in a hoarder’s apartment, you need to remove all the furniture and junk first. So you (being the hoarder) need to be able to live just fine without what’s in that room for a few weeks (I know ideally the process takes much less time).

      The reason Facebook and others are so powerful and competition doesn’t work is because many people can’t live without what they rely upon as utilities.

      And the “users mustn’t think, users mustn’t overcome themselves” mantra is commercial bullshit. Users are humans and are responsible for themselves. We can help them become more responsible. We can’t pretend humans are not responsible.

      Because ultimately only humans exist and tools are tools.

      • frezik
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        It’s a Pi Pico. Linux can technically work there, but it’s more of a “I ported Doom to a Casio calculator watch” project than anything practical.

        • rottingleaf@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          5 hours ago

          Oh. My bad. Then interesting, something RSX-level on a little deck, with a something-commander and a snake game. Fun like it’s 1983.

          • frezik
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 hours ago

            Pop on Meshtasic and maybe a Signal client, and I think this could be useful. Fold-out keyboard might be nice, too, but it does take some careful mechanical engineering to make robust hinges.

              • frezik
                link
                fedilink
                English
                arrow-up
                1
                ·
                4 hours ago

                There’s no reason it has to be that way on a small computer like this. It does have to be able to handle some encryption, though.

      • MonkderVierte@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 hours ago

        You all downvote but that OS runs on a microcontroller. No need for a microcode/management engine running a UEFI runnng a bootstrap running a OS that initializes locales for a console that runs a display server that initializes locale settings to run a webbrowser with his own locale settings, where some “web-developers” then again try to determine environment and capabilities via JavaScript to simulate desktop apps.

        Btw, why don’t we just start standardizing CPU interfaces and cut down all the compatibility layers?

    • frezik
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 hours ago

      Add meshtastic and it’d be a nice little texting device without relying on external networks.

      There’s often been times at kink spaces where I want to check the time or send a text or something, but phones or anything that has a camera are banned.

      • MonkderVierte@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 hours ago

        RP2040 Pico for CPU and PicoVision from Pimoroni as GPU. His own micro-OS doesn’t run Android apps.