this post was submitted on 04 Aug 2023
181 points (97.9% liked)

Explain Like I'm Five

14019 readers
3 users here now

Simplifying Complexity, One Answer at a Time!

Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech, or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators' instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

founded 1 year ago
MODERATORS
 

In a similar vein, why can we not use the technology of RAM to prolong the life-cycle of an SSD?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] AlmightySnoo@lemmy.world 8 points 1 year ago* (last edited 1 year ago) (1 children)

In a RAM you're just trapping current in a loop inside a logical circuit and the state that you get, since it will be stable until it's reset, is just a memorized 1 bit. You're not changing anything physical there.

See: https://en.wikipedia.org/wiki/Memory_cell_(computing) (not an ELI5 though)

Wikipedia animation of a basic logical circuit that allows you to do that using NOR gates:

An animation of a SR latch, constructed from a pair of cross-coupled NOR gates.

[โ€“] Jajcus@kbin.social 3 points 1 year ago

That is static RAM (SRAM). Most RAM in computesr is DRAM, which works a bit differently and is much cheaper and denser, but more difficult to operate.