• @wiki_me@lemmy.ml
      link
      fedilink
      English
      152 years ago

      milk-v is going to release a pretty powerful system, iirc i read it will be released in about 10 months, ventana also reportedly will release a server cpu in 2024.

    • oo1
      link
      fedilink
      122 years ago

      I think that’s the whole point of all risc - it saves power over cisc but may take longer to compute some tasks.

      That’d be why things like phones with limited batteries often prefer risc.

    • suoko
      link
      fedilink
      72 years ago

      Risc-v is still 50% slower than an unisoc SOC.

    • @skilltheamps@feddit.de
      link
      fedilink
      52 years ago

      It takes time, as it all is under heavy development. Just since very recently there are risc v sbc available that can run linux - before it was pretty much microcontrollers only. Be patient :)

    • qaz
      link
      fedilink
      2
      edit-2
      2 years ago

      There is the 64 core, 32-128GB DDR4 Milk-V Pioneer, but it uses PCIe 4.0

    • @mindbleach@sh.itjust.works
      link
      fedilink
      12 years ago

      Even once the kinks are worked out, the primary market for RISC-V will be low-end. It’s a FOSS (FOSH?) upgrade path from 8-bit and 16-bit ISAs.

      There will be no reason for embedded systems to use ARM.

    • @Tak@lemmy.ml
      link
      fedilink
      92 years ago

      With RISC-V and ARM I hope so. In the past I feel like they were too bloated and it made them feel worse than a tablet or a laptop.

  • @fuckwit_mcbumcrumble@lemmy.world
    link
    fedilink
    English
    62 years ago

    The Pad 4A is a bit more interesting to me. 1280x800 is really awful in 2023. But the pad 4A has a 10" 1920x1200 display which would be so much nicer in a small form factor laptop.

    • @merthyr1831@lemmy.world
      link
      fedilink
      12 years ago

      I use a 1280x800 on my steamdeck and honestly its fine for 90% of stuff as long as it can scale properly. Am I the only person who ran a 720p monitor back when people were just getting into 4k?

      • @fuckwit_mcbumcrumble@lemmy.world
        link
        fedilink
        English
        22 years ago

        I ran 1280x800 and 1366x768 for years and hated it. After the retina MBP came out and embarrassed everyone I vowed I’d never go back.

        1080p is the minimum I’ll do at this point for a modern device.

  • @Gork@lemm.ee
    link
    fedilink
    52 years ago

    Hmmm I wonder if it’s possible to hack together that tiny keyboard together with a Steam Deck…

  • @supersane@lemmy.ml
    link
    fedilink
    52 years ago

    Does RISC-V have security benefits since it is open source? Is it easier to detect hardware backdoors if it is used instead of x86 or ARM?

    • @ReakDuck@lemmy.ml
      link
      fedilink
      6
      edit-2
      2 years ago

      I think the CPU chips themselves are closed source but the architecture is open under MIT so this means anyone can close them

    • @intrepid@lemmy.ca
      cake
      link
      fedilink
      62 years ago

      RISC-V instruction set (ISA) is open source. But the actual implementation (microarchitecture) has no such obligations. And among the implementations that can run Linux, none (that I know) are open source designs.

      With regards to hardware backdoors - no, closed source RISC-V implementations are not easier than x86 or ARM to audit for security.