KHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoSwapping integers in Pythonlemmy.worldimagemessage-square10fedilinkarrow-up171arrow-down10cross-posted to: bumba@boomer.casinopython@programming.dev
arrow-up171arrow-down1imageSwapping integers in Pythonlemmy.worldKHTangent@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square10fedilinkcross-posted to: bumba@boomer.casinopython@programming.dev
minus-squarepec@sh.itjust.workslinkfedilinkEnglisharrow-up2·1 year agoStoring the value in the user instead of RAM!
minus-squaresofthat@lemmy.worldlinkfedilinkEnglisharrow-up1·1 year agoThis actually raises a very good question - could you increase the amount of available RAM by using the user? Juggling chainsaws comes to mind.
minus-squareJulianlinkfedilinkEnglisharrow-up1·1 year agoThat’s basically what old games did with passwords for saves. Although I guess that’s more like using the user as persistent storage rather than ram.
Storing the value in the user instead of RAM!
This actually raises a very good question - could you increase the amount of available RAM by using the user?
Juggling chainsaws comes to mind.
That’s basically what old games did with passwords for saves. Although I guess that’s more like using the user as persistent storage rather than ram.