Author Topic: How to save things ?  (Read 8720 times)

0 Members and 1 Guest are viewing this topic.

Offline bb010g

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 428
  • Rating: +22/-1
  • I do stuff
    • View Profile
    • elsewhere on the net
Re: How to save things ?
« Reply #15 on: January 10, 2014, 08:28:05 pm »
Or just something like EXPORT +[varname] for saved vars if they don't want to make saving over compilation default.
Arch Linux user
Haskell newbie | Warming up to Lua | Being dragged into C++
Calculators: HP 50g, HP 35s, Casio Prizm, TI-Nspire CX CAS, HP 28s, HP Prime, Mathematica 9 (if that counts)
π: 3.14...; l: 108; i: 105; e: 101; l+i+e: 314
THE CAKE IS A LIE IS A PIE

Offline MacBernick

  • LV3 Member (Next: 100)
  • ***
  • Posts: 93
  • Rating: +3/-0
    • View Profile
Re: How to save things ?
« Reply #16 on: January 10, 2014, 10:05:16 pm »
My suggestions were merely so that users do not end up resetting stored data. Cheaters will always find ways to cheat in games. I'm all for learning by viewing other people's code. Likewise with the archive idea. It is way to easy to delete the contents of a program at the moment, not to mention the entire list of programs in the catalog. At least with the archive feature it prevents accidents like this. The archive feature does not prevent users from viewing code -- they just have to take a few extra steps to do it so that they don't end up with a null-content program.

I don't really care about cheating. You're right it's impossible to prevent it and anyway, it's fun to make games, it's fun to play them, if anyone find fun to cheat, great, we're entertaining a lot of people ! ^^

A real permanent storage or archive, would be welcome yes, but I see it more to actually store data, than to prevent data loss from opening programs. Opening a program should not reset user data at all, in my mind. And this permanent storage already exists, this is User Variable. If only we could create data in it.
It is true also that it is too easy to delete or alter programs.

Yeah I don't like the idea of closed-source myself since it prevents people from learning as much. Such password protection would only be a las resort solution to the accidental openings of source. I prefer that HP just fixes super global vars so they remain intact until reformatting the calc.

Right now, a Zelda game for the Prime is impossible without weird workarounds

I agree, when a workaround, even weird, is the only solution, then it's a good solution, obviously. I was talking about actually fixing things in next OS version, instead of implementing workarounds, you see what I mean ?
 
Or just something like EXPORT +[varname] for saved vars if they don't want to make saving over compilation default.

You mean telling the compiler to store a variable elsewhere so that it's not reset at next compilation ? If yes, not a bad idea for a lot of cases, a problem is if you modify the program enough so that the variables you stored don't make sense anymore with your new code. Storing data outside of the code is better I think.


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: How to save things ?
« Reply #17 on: January 10, 2014, 11:21:16 pm »
Yeah I just hope it was not a final decision by HP to not keep saved data intact after compile. >.<

It would be strange that a device is so powerful that you can do a Super Mario 64 clone in it, yet it won't let you save (without high risks of data losses). ???