• @hark@lemmy.world
      link
      fedilink
      English
      3615 days ago

      I wonder if it’s possible to get a post about technology coming out of China without a “hurr durr they r spy!!1” comment. I don’t see the same every time there’s an article on a new Intel processor, for example.

    • @merthyr1831@lemmy.world
      link
      fedilink
      English
      1214 days ago

      Willing to bet money this was posted on hardware that actually does have backdoors to some 3 letter agency in the US, to much more personal consequence than any metaphorical Chinese government spyware

      • @niemcycle@lemmy.world
        link
        fedilink
        English
        814 days ago

        Yeah that’s exactly the thing, people freak out so much about China having access to their data, but act much less concerned when it comes to their own government potentially having access to said data. One of these options has the ability to affect your life if they don’t like your data, and it isn’t China.

        (Not to get me wrong, I think no government should have access to one’s data, moreso pointing out the double standard)

        • @merthyr1831@lemmy.world
          link
          fedilink
          English
          214 days ago

          Yup agreed.

          China, like the US, hasn’t got the means nor the motive to track billions of people abroad; they both have a hard enough time keeping tabs on people domestically despite years of expanding their respective police states.

          Of course there’s always the propaganda and soft power stuff but again, every single state is doing this, but the insinuation is that Europe or the anglosphere in general are the only propaganda-free places on Earth!

      • @Pantherina@feddit.de
        link
        fedilink
        English
        514 days ago

        Like… the Intel ME?? And no BIOS seems to allow the switch to disable it, even though that was literally required after the NSA sued Intel?

        • @MigratingtoLemmy@lemmy.world
          link
          fedilink
          English
          314 days ago

          Coreboot disables most of Intel ME on x86 except the parts required for essential functions. It certainty cripples external access to Intel ME.

          I believe it is a fair assumption that for embedded architectures like ARM and RISC-V, a FOSS bootloader will likely deal with state-sponsored backdoors if they haven’t been infiltrated themselves. This does not take into account baseband attack vectors because I simply don’t know much about wireless, but I’d imagine someone working on these projects likely has their eye on the funny stuff the NSA is likely to try here. RISC-V is FOSS, the NSA cannot legally require anybody to include a backdoor into the architecture itself.

  • @MrSoup@lemmy.zip
    link
    fedilink
    English
    5016 days ago

    finding RISC-V packages in standard repositories might prove problematic.

    Gentoo would be ideal.

  • DominusOfMegadeus
    link
    fedilink
    English
    30
    edit-2
    15 days ago

    Can anyone explain the significance of this? I’m pretty technology-literate, but I am not seeing a big advantage of this over any other Linux machine? Genuinely curious.

    • @CaptainBasculin@lemmy.ml
      link
      fedilink
      English
      7716 days ago

      RISC-V is a set of instructions implementable to processors that do not need licensing fees and controlling restrictions imposed. Due to its reduced instruction set; it uses less power in general but is harder to write compilers that work on it.

      Having it more popularised opens up the doors for more enthausists to enter developing with it.

      • StarDreamer
        link
        fedilink
        English
        2916 days ago

        Harder to write compilers for RISC? I would argue that CISC is much harder to design a compiler for.

        That being said there’s a lack of standardized vector/streaming instructions in out-of-the-box RISC-V that may hurt performance, but compiler design wise it’s much easier to write a functional compiler than for the nightmare that is x86.

        • @barsoap@lemm.ee
          link
          fedilink
          English
          13
          edit-2
          16 days ago

          The Vector extension has been ratified since 2021 it’s a standard part of the spec just don’t expect a random microcontroller to support it.

          The SpacemiT K1 is 64GCVB and RVA22, doesn’t say which specific RVA22 there’s some without Vector support but it says in “GCVB” so w/e, also, “VLEN 256/128-bit x2 execution width”, if I’m parsing that correctly means you either get 256-bit vector registers or set the whole thing to 128 and then get (roughly) twice the ops/s.

          And yes it’s much easier to emit vector code than to deal with the nightmare that’s SIMD. It’s as if Intel would’ve been sensible ages ago and not introduced SIMD but expanded on repnz stosb to make it useful for things other than memcpy. And no Intel has no excuse: Crays existed when they decided on SIMD.

          • StarDreamer
            link
            fedilink
            English
            216 days ago

            How good are the RISC-V vector instructions implementations IRL? I’ve never heard of them. My experience with ARM is that even on certain data center chips the performance gains are abyssal (when using highly optimized libraries such as dpdk)

            • @barsoap@lemm.ee
              link
              fedilink
              English
              5
              edit-2
              16 days ago

              It’s bound to differ wildly. Most ARM chips are Contex Asomethings, that is, ARM designs, and those that aren’t are designed by companies with lots of resources… but also with mobile and embedded as their primary market so it’s not the primary focus. Most RISC-V cores are open source designs and/or created by startups, generally also not targeting HPC. The EU is investing into RISC-V HPC for EuroHPC (that is, supercomputers), you might be able to buy a chip associated with that soonish and try for yourself.

              Heck, you can build a microcontroller-class chip that supports vector instructions – you just have to iterate element by element. Instruction support does imply that the instructions work, not that they’re fast.

              That should be more on the BLAS side of things though, if you want to packet route I guess wait until Mikrotik ships boards with RISC-V SoCs, I haven’t heard anything and definitely not official statements but they’re bound to get on the train. They used Tilera in the past and as far as I’m aware the reason they switched away was Tilera overall failing, not because it didn’t work for the application. A structurally similar RISC-V chip should be quite easy to design and as it’s a standard architecture you don’t have to write your own libraries so it’s way easier to not go bankrupt doing it. Oh and Tilera of course definitely isn’t a Vector chip, it’s a “have a gazillion cores on a die, each barely larger than a DSP” kind of approach. You can have a core per pair of ports or whatever it is they’re doing.

              Another interesting thing would be RISC-V GPUs. They do a lot of memory stuff that makes them so much better at BLAS stuff and vector instructions fit right into that. For proper graphics support you’d still need a custom ISA extension to wire up some odds and ends (say the texture units with their crazy indexing operations) but it’s definitely an option… which is unlikely to see HPC scale any time soon as I don’t see NVidia, AMD or Intel giving up the architectures they have.

    • TurboWafflz
      link
      fedilink
      English
      5716 days ago

      This still runs Linux, or whatever else you want to run, it just has a RISC-V CPU instead of an x86 or ARM one

    • @nossaquesapao@lemmy.eco.br
      link
      fedilink
      English
      4716 days ago

      One of the implications is the development and popularization of the RISC-V architecture, which is open and can open the market for more competition and less monopolies, among other things.

    • @ShittyBeatlesFCPres@lemmy.world
      link
      fedilink
      English
      3616 days ago

      RISC-V is an open source chip design. As of today, it’s still worse than x86 (a CISC—“complex instruction set” design) and ARM (a proprietary RISC—“reduced instruction set” design) but if history is any indication, open source will end up overtaking them in the same way that, for instance, 98% of supercomputers today run highly customized versions of Linux.

      There’s also some political connotations surrounding it because some countries don’t want high-end chip designs to be available to their perceived competitors (whether for protectionism reasons or military reasons) but it doesn’t matter.

      • @ShittyBeatlesFCPres@lemmy.world
        link
        fedilink
        English
        21
        edit-2
        16 days ago

        More info for anyone who wants it:

        Linux, being open, can already run on RISC-V while Windows ARM laptops are only really coming out now. Not sure if they have plans for RISC-V. Apple has long used ARM in phones and now their M chip laptops. Reduced instruction sets tend to have better battery life and (originally) worse performance so were ideal for mobile but over time, Intel/AMD (desktops/laptops) and ARM (basically all mobile chips) have borrowed ideas from each other. So, Apple’s ARM chips can be powerful and Intel/AMD chips can be power efficient if that’s the goal.

        So, the main advantage of RISC-V is that there’s no royalties or, in some cases, the baggage of aging designs that need backwards compatibility. RISC-I was originally designed as a teaching tool for universities that didn’t want to pay royalties for student toy models and wasn’t really a corporate thing. RISC-V is (the fifth version as the Roman numeral V implies), got good enough to be useful in the real world. And now there’s a consortium of companies funding it and hoping to one day not have pay royalties to make chips.

        So, there’s a lot of momentum behind RISC-V. It could easily be the primary architecture someday or, if nothing else, reduce the royalty rates of the other architectures.

    • @zarenki@lemmy.ml
      link
      fedilink
      English
      2516 days ago

      It is a Linux machine. Runs a Debian derivative, and it’s not like Windows or anything else that isn’t Linux/BSD can run on a RISC-V laptop.

      This isn’t the first RISC-V laptop, but the significance of a RISC-V laptop existing is primarily for developers who work on software targeting RISC-V systems. The ability to run RV64 programs without emulation and to natively compile RV64 software without cross-compilers is valuable to some people. Also, China in particular sees value in having computing products that aren’t affected by sanctions; the processor in this is designed and manufactured by a Chinese company without licensing any intellectual property from US or UK.

      Explaining what RISC-V is

      RISC-V is a relatively newer CPU instruction set architecture that competes with x86 (Intel, AMD) and ARM (Qualcomm, Ampere, MediaTek, etc.). Its current designs don’t really match those two in general-purpose performance yet but has the distinction of being a free, open, and extendable standard. Whereas x86 has only two CPU vendors and ARM has many vendors who all need to pay per-core license fees to ARM Holdings and have limits imposed on what they can do to it, RISC-V processors can be made by any hardware vendor with the means to make a processor and can be custom-designed to better fit specialized use-cases. Its use in general-purpose CPUs is catching on fastest in China but it sees use across the world in academia and in special-purpose processors by companies like Western Digital.

    • ddh
      link
      fedilink
      English
      9
      edit-2
      16 days ago

      RISC-V is a CPU architecture, like x86 or ARM. You can run Linux on it.

    • @hoshikarakitaridia@lemmy.world
      link
      fedilink
      English
      7
      edit-2
      16 days ago

      RISC and CISC are two language which your CPU speaks, and which have different strengths and weaknesses. Reduced Instruction Set Computer vs. Complex Instruction Set Computer. It’s something like Chinese vs. English. Either have a word for everything but that means there is a lot of words to learn, or have a smaller amount of words but that means you need more words to describe what you mean.

      Highly technical; both been around for a while, and iirc usually CPUs use CISC, but RISC always retained it’s strengths, so scientists are always looking into the difference in application for both.

      Ngl I have no clue why this technology is so newsworthy rn but I know Western countries made a fuss about China activitely pushing the lesser used RISC architecture.

      • @MrSoup@lemmy.zip
        link
        fedilink
        English
        15
        edit-2
        16 days ago

        Ngl I have no clue why this technology is so newsworthy rn

        It’s because of openness/royalties.
        RISC-V is an open standard instruction set architecture based on RISC principles. RISC itself is just a design type. ARM is based on RISC too, but it’s proprietary.

        • @barsoap@lemm.ee
          link
          fedilink
          English
          216 days ago

          ARM even means “Advanced RISC Machines”. They changed the official name to ARM but I don’t think they actually reinterpreted it.

    • @bitfucker@programming.dev
      link
      fedilink
      English
      516 days ago

      I assume you are familiar with what CPU architecture is. The famous one is x86 and ARM. This is just another one of those called RISC-V.

      The significance is mostly political. US and allies have been trying to sanction China technologically. They even tried to block export of RISC-V, but since it is open source, they can just get fucked. Now, China can only get sub par GPU and limited CPU. Pushing for RISC-V means China is aiming to further develop it to be as capable as the CPU being sanctioned effectively making the sanction useless and even furthering Chinese manufacturing capabilities in the process.

      The big advantage is that this is technically more standardized and free. Unlike ARM which require license, RISC-V doesn’t so anyone can make their own CPU and get the software support already in place. Hopefully more CPU manufacturers will be created from the advancement of RISC-V making more fierce competition.

  • XNX
    link
    fedilink
    English
    1416 days ago

    This has massive implications in tech and politics and im excited.

  • hardy
    link
    fedilink
    English
    114 days ago

    Atleast it has full size arrow keys eh?

  • regulatorg
    link
    fedilink
    -416 days ago

    Can it run doom?
    Looks too much of a cheap copy would like to see something from lenovo for example

  • Possibly linux
    link
    fedilink
    English
    -616 days ago

    Musebook

    China

    This feels like another Chinese rip off. The Chinese government want to replace the west with in home stolen ideas.

    • Dr. Moose
      link
      fedilink
      English
      4216 days ago

      Stolen ideas? Riscv is open source and a laptop is not exactly some unique intellectual property. You’re just showing your xenophobia here.

      • @rottingleaf@lemmy.zip
        link
        fedilink
        English
        1516 days ago

        Especially since calling a laptop “<some>book” is hardly a civilization-level achievement, hardly even an idea, it’s fashion and I approve of Chinese treating trademarks like this.

        I think trademarks and patents should die. We’d see a better world without them, and very quickly.

        • @Evil_Shrubbery@lemm.ee
          link
          fedilink
          English
          215 days ago

          Star Treks prime directive always stated two criteria - warp tech and calling non-stationary computing devices books. Having invented actual books with pages isn’t necessary.

      • @Coreidan@lemmy.world
        link
        fedilink
        English
        4
        edit-2
        16 days ago

        China has spent an eternity stealing IP and undermining security by stealing top secret info through state sponsored hacking.

        They’ve built a strong solid reputation of impeding on personal privacy and doing tons of shady shit at the expense of everyone else.

        People have every right to question this and be skeptical of what they are up to because they’ve shown over and over in the past that they cannot and shouldn’t be trusted with anything.

        However your mind immediately goes to xenophobia. What a fucking clown.

        • @Evil_Shrubbery@lemm.ee
          link
          fedilink
          English
          715 days ago

          So the Chinese state hacked western corporations (that prob have all production in Asia somewhere) to illegally obtain know-how on RISC tech? Or how to attach keyboard to the computer? Maybe how to call a laptop ‘book’?

          Imagine wanting free market “but not like that”, lul.
          Im just glad more actual competition is gaining root & we might finally move away from x86 & ARM.

    • @rottingleaf@lemmy.zip
      link
      fedilink
      English
      7
      edit-2
      16 days ago

      I mean, they’ve seen what you’ve done with that gunpowder thing …

      An ancient empire after all. They learn