In the context of setting up a PC a SSD is a drive, not RAM. You couldn't pull out your RAM DIMMs and just run on your NVME/SATA SSD as RAM instead (unless your CPU/MB support that which to my knowledge isn't common). I'm not saying that flash memory isn't random access memory in the general sense of the word, I'm saying that when talking about a PC specifically RAM refers to special memory the motherboard makes directly available to the CPU, and a SSD isn't that.
Muehe
Well it's special in the sense that opposed to the most common kind of RAM, DRAM and SRAM, it has non volatile storage. Which is why it's referred to as NVRAM instead of simply RAM. Saying RAM usually implies volatile storage in a PC, certainly does in the context of an OS install on a HDD and SSD, and in that context a SSD isn't RAM. Yes there are minutiae to the terminology, but I don't see how that's relevant here.
A special kind of RAM that is power cycle persistent but has other downsides and thus didn't really have success on the PC market?
a low latency kernel (whatever that means. I’ll get there to figure it out eventually)
It's a kernel with real-time process scheduling enabled by default.
In normal kernels a process can theoretically block all other processes from running for up to several seconds, which is obviously bad for time sensitive things like audio recordings or controlling a CNC-machine for example.
In real-time scheduling all processes are guaranteed time slices in more regular intervals. This is good for time sensitive things like audio recording, but since there is some scheduling overhead it's bad for single resource intensive processes or process trees like video games.
You can read more about the difference between a real time and low latency kernel here: https://help.ubuntu.com/community/UbuntuStudio/RealTimeKernel
Well, could it be considered random access memory?
Not really, a bit further down in the Wiki article it says:
RAM is normally associated with volatile types of memory where stored information is lost if power is removed.
Which is not really the case for SSDs (except for cached data that hasn't been written yet). That said, yes you can use a SSD as RAM through pagefiles, swap partitions, or whatever, but the same is true for a HDD. So in the context of where to install an OS it's a rather irrelevant detail. SSDs are power cycle persistent storage.
There are rights and responsibilities associated with a proprietary model… and IMO you (and your permissive government) should not be overriding those rights for your own short-sighted benefit.
Kind of sounds like you misunderstood the initiative to be honest. This only affects games which have been abandoned by the developer, the proprietary model stays perfectly intact as long as you actually keep selling your games.
Meh, essentially it's just writing "Telecommunicationsourcesurveillance" as a single word without the spaces to indicate it's a singular thing being referred to (in this case the concept of directly listening on the source device before encryption happens). Might seem weird I guess, but you get used to it pretty quickly.
It means "telecommunication source surveillance".
Isn't Karma essentially just the delta between upvotes and downvotes you get with some sort of weighting thrown in?
Because you can very much get that delta on here, it just isn't visible in the default Lemmy interface. If you look at your account through an Mbin frontend for example you can see the "Reputation points" value in the sidebar: https://fedia.io/u/@wittycomputer@feddit.org
I'm gonna be real with you, I don't know who or what that is and I deliberately chose to ignore the likely sarcasm, but feel free to enlighten me.
No I'm going to tell you that is still irrelevant. The OP said:
It seems the student thought a SSD is RAM in the sense of "volatile CPU storage" and thus unfit for an OS install. And a SSD is not RAM in that sense of the word.