Author Topic: Silly things you did as a noob  (Read 18004 times)

0 Members and 1 Guest are viewing this topic.

Offline quasi_Phthalo

  • LV3 Member (Next: 100)
  • ***
  • Posts: 90
  • Rating: +1/-1
    • View Profile
Re: Silly things you did as a noob
« Reply #60 on: July 19, 2010, 10:07:33 pm »
for the longest time, i didn't even know that you COULD display text using the Pause command. I just used Disp, then Pause with no argument

Offline nemo

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1203
  • Rating: +95/-11
    • View Profile
Re: Silly things you did as a noob
« Reply #61 on: July 19, 2010, 10:13:02 pm »
same with me, quasi. and i was so confused whenever i tried to optimize using Ans.. and right after Pause statements i'd get syntax errors... then i read the TI|BD article on the pause command and found out Pause, ever so TI-like, updates Ans. why it's the only text outputting command that does i will never know.


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Silly things you did as a noob
« Reply #62 on: July 19, 2010, 10:30:57 pm »
Yeah, I even considered re-using it later. I never understood why I never did. It may have been because I did not want the calc to go in pause mode, altough eventually I didn't mind. I was amazed when I found out about Pause "txt". My TI manual was not clear on that.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline yunhua98

  • You won't this read sentence right.
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2718
  • Rating: +214/-12
  • Go take a dive in the River Lethe.
    • View Profile
Re: Silly things you did as a noob
« Reply #63 on: July 20, 2010, 02:55:55 pm »
I always wondered why some tricks (Like Text(-1) are undocumented.  Does TI not know themselves?

Spoiler For =====My Projects=====:
Minor setback due to code messing up.  On hold for Contest.
<hr>
On hold for Contest.


Spoiler For ===Staff Memberships===:






Have you seen any good news-worthy programs/events?  If so, PM me with an article to be included in the next issue of CGPN!
The Game is only a demo, the code that allows one to win hasn't been done.
To paraphrase Oedipus, Hamlet, Lear, and all those guys, "I wish I had known this some time ago."
Signature Last Updated: 12/26/11
<hr>

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Silly things you did as a noob
« Reply #64 on: July 20, 2010, 03:18:23 pm »
The chance of that occurring accidentally is extremely low. More likely is that it was a test feature or something that never became official, just like native Asm on the 73 and 83.
Edit: True, the code had to be unsquished and specially formatted, but better than nothing.
« Last Edit: July 20, 2010, 03:19:06 pm by calcdude84se »
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Silly things you did as a noob
« Reply #65 on: July 20, 2010, 03:25:10 pm »
Yeah, to me it seems more like test features that were not implemented and they did not bother removing them, like debug rooms in video games. On the regular 83 without the Plus, there was no Asm( token, but you could run no-stub ASM programs using Send(9prgmNAME) (note, the 9 is not a typo).
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Silly things you did as a noob
« Reply #66 on: July 20, 2010, 03:34:12 pm »
Errrmmm... I uploaded a quadratic solver to ticalc.org... :D I also did a 10000th version of ptools. With LESS features. :P

And as a response to thepenguin's posts on the first page: OS modification is easier than you think, but ld is not gonna work :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Silly things you did as a noob
« Reply #67 on: July 20, 2010, 03:40:52 pm »
* DJ Omnimaga demotes Mapar from staff

j/k XD

I never uploaded my math programs to ticalc.org, even when I wasn't that aware of their archives flooded with crap (not to mention back then they didn't even have 20000 files), because I thought they would be useless outside my province, due to different school systems. Plus they were in French, so they would have got a much smaller audience.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Silly things you did as a noob
« Reply #68 on: July 20, 2010, 03:47:44 pm »
And as a response to thepenguin's posts on the first page: OS modification is easier than you think, but ld is not gonna work :)

I know, lol.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Silly things you did as a noob
« Reply #69 on: July 20, 2010, 04:46:51 pm »
Lol nice XD

Btw since distributing such OSes is against the rules, but not entire OSes written yourself, remember that if you ever make a modified calc OS with enough modifications making it worth it for the rest of the community, or fixing errors TI did, you can simply use Lunar IPS on ROM hacking sites and create a patch of your OS. You take the original then the modified version. Later, people can use Lunar IPS or any other IPS patcher to apply it to the copy of OS 1.19/2.43/2.53 MP they download from TI website. The patch will only contain your own code, nothing from TI, thus, making it legal to distribute outside TI website.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)