Comment by eptcyka Comment by eptcyka 4 days ago 2 replies Copy Link View on Hacker News Python programs do not care about SATA/PCI-E.
Copy Link kibwen 4 days ago Next Collapse Comment - Python programs run on an interpreter, which runs on an OS, which has drivers that run on a given piece of hardware. All of the layers of the stack need to be considered and constantly maintained in order for preservation to work. Reply View | 0 replies
Copy Link janc_ 3 days ago Prev Collapse Comment - Some do, most don't. (Don't generalize) Reply View | 0 replies
Python programs run on an interpreter, which runs on an OS, which has drivers that run on a given piece of hardware. All of the layers of the stack need to be considered and constantly maintained in order for preservation to work.