This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
thecrimulo's profile picture

Computers as memory peripherals

Started by thecrimulo, 18 July 2016 - 01:05 AM
thecrimulo #1
Posted 18 July 2016 - 03:05 AM
So, recently I made a post asking if it was possible to share data between two computers without cable, rednet, or pastebin, just side-to-side, and seems like not, My proposal is to make computers mountable on a directory when requested, and not automatically, to be able to manage files from it. This could be a bit of a security issue, but the user can always encrypt the computer. This would be useful for sharing private programs, that you don't want to share. Or trying them under other environment, other than yours, and make it an installation-test PC. Calls would be normal, and we would be able to do fs.copy("/bin/myprog", "/computer/bin/testmyprog")
The Crazy Phoenix #2
Posted 18 July 2016 - 04:40 PM
So, recently I made a post asking if it was possible to share data between two computers without cable, rednet, or pastebin, just side-to-side, and seems like not, My proposal is to make computers mountable on a directory when requested, and not automatically, to be able to manage files from it. This could be a bit of a security issue, but the user can always encrypt the computer. This would be useful for sharing private programs, that you don't want to share. Or trying them under other environment, other than yours, and make it an installation-test PC. Calls would be normal, and we would be able to do fs.copy("/bin/myprog", "/computer/bin/testmyprog")

Not really a good idea for security reasons.
KingofGamesYami #3
Posted 18 July 2016 - 06:02 PM
security reasons.

Don't make me laugh. I just pick up your computer, place a disk drive, empty startup disk, place computer, I have all your data. Done.
MKlegoman357 #4
Posted 18 July 2016 - 07:18 PM
Don't make me laugh. I just pick up your computer, place a disk drive, empty startup disk, place computer, I have all your data. Done.

Not with the new settings, where you can disable disk startup.
H4X0RZ #5
Posted 18 July 2016 - 07:42 PM
Don't make me laugh. I just pick up your computer, place a disk drive, empty startup disk, place computer, I have all your data. Done.

Not with the new settings, where you can disable disk startup.

Then dan could add a setting which controls the access to this API.
Edited on 18 July 2016 - 05:43 PM
TheRockettek #6
Posted 18 July 2016 - 09:16 PM
:P/> You can just put a computer in a disk drive.
KingofGamesYami #7
Posted 18 July 2016 - 09:18 PM
:P/> You can just put a computer in a disk drive.

This only works on pocket computers.
Lupus590 #8
Posted 18 July 2016 - 09:42 PM
:P/> You can just put a computer in a disk drive.

This only works on pocket computers.

one of the 1.8.9 versions allows it for block computers and turtles too. Command computers are an exception.

Edit: CC 1.77 - http://computercraft.info/wiki/Changelog
Edited on 18 July 2016 - 07:44 PM