Can we please have some RISC-V chips that aren’t made in China?
You lost me at Chinese startup
finding RISC-V packages in standard repositories might prove problematic.
Gentoo would be ideal.
“Please allow our machine to upload your development work directly to our servers in Schenzhen.”
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
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)
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!
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.
The difference is that the CCP has a lot of control over Chinese companies operations.
In the US, the companies have a lot of control over the US government.
Ok that’s an oversimplification, but it sounded good
https://news.yahoo.com/google-facebook-cooperated-nsa-prism-145643099.html
It’s not a better situation.
Incentives vs direct board control Google and Facebook can and have said no before.
Because China is not a normal country and all of its industry is controlled by the state. It desperately wants the world to forget that its the kind of country that runs over its citizens with tanks, uses forced labor and has hundreds of concentration camps, but it would be kind of silly to go along with that when it has not changed from that course.
Their long-term plan is to slow boil global opinion through a mass social engineering projects and propaganda into accepting that it’s ok and normal for a government to operate in the way that the CCP does.
As long as the CCP is in power anything it does should should be observed about with a healthy dose of suspicion.
Meanwhile the US has successfully made people forget about the revelations that Edward Snowden made.
The US rolled our democratically elected government in the 70s and we still lick their boots to this day. You’d be forgiven for thinking I was talking about a country in the third world, but I’m talking about Australia.
Edit, source: https://www.theguardian.com/commentisfree/2014/oct/23/gough-whitlam-1975-coup-ended-australian-independence
Midnight Oil made a song about it, “Power and the Passion.”
You sound like a tankie. I bet you think the Tik Tok ban is unfair, while staying quiet on any of the dozen+ western companies and platforms that are outright blocked in China.
You got them mixed with Israel. From malicious spyware and surveillance to running over civilians with tanks.
Israel and China are both authoritarian shitholes, but China is much worse. Boycott both of them, as well as all the other authoritarian shitholes on this planet
Israel is quite bad, yes, and the genocide is horrible, but I’d argue China is illustrative of what comes after democracy fails in a place and it has passed through the stage that Israel is currently in.
China is a totalitarian state where information is so tightly controlled and the people so thoroughly decieved (or enslaved) that industrialized genocide is carried out at a scale unseen since the Nazis without the general population knowing or even caring.
That kind of “civilized” totalitarianism in which dissent is quite literally not possible is the terminus of any form of facism. When Orwell talked about a boot stamping on a human face forever, that’s what China is.
So no, as bad as Israel is and as much as they need to be confronted and are untrustworthy, China is far worse.
Tank man was not ran over.
With reddit getting worse, these kinds of vapid “i only post snark about [insert US designated enemy]” users are gonna be all the more common.
Is it unwarranted? Have Chinese tech companies turned a new leaf in their collective InfoSec practices?
Conversely, has Intel had a history of consumer privacy violations?
Intel Management Engine. Do you have an example of Chinese tech spying on consumers for the Chinese government?
Example from Networking Hardware:
Cisco has had multiple cases where they likely built exploits for Government spyware into their devices. And they have far to many vulnerabilities which are found. This leaves two options: Either their security is so bad that intelligence always has backdoors ready and governments shouldn’t use them, or at least some are backdoors built in accordance to NSA demands and goverments shouldn’t use them. https://thehackernews.com/2016/08/nsa-hack-exploit.html?m=1
On the other hand Huawei, far less security issues, even offered to open their code for checking of backdoors and to let goverments check all updates. They are shunned by western governments and partially even banned.
You mean you’re assuming that it will come with a backdoor in the hardware? Will that matter if the bootloader is FOSS?
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?
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.
Atleast it has full size arrow keys eh?
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.
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.
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.
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.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)
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.
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.
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.
RISC-V is a CPU architecture, like x86 or ARM. You can run Linux on it.
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.
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.
This IS a Linux machine. Do you know what a CPU architecture is?
Very nice tool for usage and development!
Im quite surprised that this wasnt pine64 bringing this out.
They just casually throw it into things like the pinecil, which people actually do hack on.
And yes, they do have RISC-V SBCs: Star64 and Ox64. And if you want something a bit more complete, there’s the PineTab-V.
Musebook
China
This feels like another Chinese rip off. The Chinese government want to replace the west with in home stolen ideas.
I mean, they’ve seen what you’ve done with that gunpowder thing …
An ancient empire after all. They learn
Stolen ideas? Riscv is open source and a laptop is not exactly some unique intellectual property. You’re just showing your xenophobia here.
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.
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.
Shouldn’t you be shooting someone?
I’m sorry, what?
Idk, sounds too risky.