ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Community :: Surveys :: Would you like to see more full length articles posted?
Error!
Failed to query database!

Re: Would you like to see more full length articles posted?
Jonathan Katz  Account Info
(Web Page)

Please see the URL I have posted if you don't know what I'm talking about, also found at http://www.ticalc.org/community/articles

Reply to this comment    31 January 2005, 22:41 GMT

Re: Re: Would you like to see more full length articles posted?
Jonathan Katz  Account Info
(Web Page)

Append: This idea was subliminaly inspired by Morgan Davies :P

Reply to this comment    31 January 2005, 22:45 GMT


Re: Re: Re: Would you like to see more full length articles posted?
Morgan Davies  Account Info
(Web Page)

You know I actually wasn't sure when I was talking on AIM, however I did find that email, check subject "article submisions" in the folder :-) I'm counting this as three in a row!! :-)

I hope it does come back! I have a couple ideas myself! It would also be cool to be able to reply to them as the older ones were capable of. The newsest one was actually in the very first newsletter Joey produced. I thought it good enough to go up in there as well!

Reply to this comment    1 February 2005, 08:58 GMT


Re: Re: Would you like to see more full length articles posted?
nyall Account Info
(Web Page)

I'm all for articles, but the quality of a lot of those articles is lacking. Any future article should be more significant than "I wish someone else would make software x".

Reply to this comment    31 January 2005, 23:27 GMT


Re: Re: Re: Would you like to see more full length articles posted?
Timmc Account Info
(Web Page)

I'm not a big fan of opinionated articles. I'd prefer just the facts. Ie: Featured Program: "Wow! It's greyscale!"
Generally I just read the title and skim through to see if there are any hyperlinks.

Reply to this comment    1 February 2005, 10:41 GMT

[ ! ]
anykey  Account Info
(Web Page)

The articles are a great idea, but people have just started forgetting about them. I the articles were easily found (a link on the homepage would do the trick), there would be WAY more contributions.

Reply to this comment    31 January 2005, 22:54 GMT


Re: [ ! ]
calkfreak83  Account Info
(Web Page)

I was just thinking about submitting an article the other day on my(or whoever wants to take credit for it) idea for a 3rd-party TI-OS that mimicks TI's OS but optimizes better and stuff like that. I didn't really go and look for anyway to submit one, but I sure would like to and would encourage the staff to keep the feature.

Reply to this comment    31 January 2005, 23:09 GMT

Re: Would you like to see more full length articles posted?
Jerk  Account Info

ALERT!!!!!!!!
Hi I'm a basic programmer with little knowledge in assembly I have done some sophisticated games for the computer in basic but am looking to learn assembly for the 84+. I have a hearts game planned out with AI but it runs way to slow in basic and also have the entire planning for and RPG based off Runescape. I am looking for a person to teach me assembly so I can create these awesome games. Note: I have a Mac OS 9.7 which has kept me from using TASM so I need someone who can provide me with Mac based software also.

Reply to this comment    1 February 2005, 02:51 GMT

Re: Re: Would you like to see more full length articles posted?
Lewk Of Serthic  Account Info
(Web Page)

ASM is really tough stuff. I don't know of any utilities for a Mac, though I would first read through a tutorial so that you know what your getting into. I abandoned it and turned to C, personaly. I'm sure you can do it, but you've been warned.

Reply to this comment    1 February 2005, 03:07 GMT


[ ! ]
anykey  Account Info
(Web Page)

He's right. ASM is not for the faint of heart. Think of it like this: it's one step above typing in binary (my Dad has fond memories of that!). C's probably your best bet.

Reply to this comment    1 February 2005, 03:39 GMT

Re: [ ! ]
Lewk Of Serthic  Account Info
(Web Page)

offtopic

My Grandfather actually met the guy that made C. He used to work at IBM

Reply to this comment    1 February 2005, 04:41 GMT


Re: [ ! ]
no_one_2000_  Account Info
(Web Page)

Anykey's right, it is literally just one step above binary. It's just slightly easier to read and understand. Learning ASM is rough, but I think anybody can do it, given enough effort and persistence. If you do take the time to learn it, I think it will be worth it. Even though I never really did anything with it, the logic behind ASM helped me in other areas (especially planning routines in other languages) and it even subtly taught me a lot about how the functions of the calculator work "behind the scenes."

You just have to remember that it is a hard language. I guarantee you won't be able to learn it in just a week (like I did with QB :-P). I actually started attempting to learn z80 when I was 12. I got the basic concepts, but it didn't quite click. Like, I was able to make a few basic programs like TRON with a high score table and some other stuff that I didn't upload (thank God), but there were pieces missing from my understanding of how it all worked together. I eventually forgot about it, and a year later, I was bored... looking through the source code to some ASM games when it finally clicked. Now, I know I could make something worthwhile in ASM if I was motivated to do so, but I'm not. It's just that languages like these take a long time to learn and if you were younger and less experienced with programming (like I was, at the time), it's even harder. I recommend knowing a few other languages before going into ASM. C is nice (if you have a 68k).

So... yeah. I think it's great that you want to learn ASM, and I encourage you to do so, but I'm just warning you, it's not easy at all.

</ramble>

Reply to this comment    1 February 2005, 22:05 GMT

Re: Re: [ ! ]
Sam3.14 Account Info
(Web Page)

I think that if you want to learn ASM, you might as well just type in binary. It couldn't be that much harder, and it would be so cool to be able to write a game with entirely 1s and 0s.

Reply to this comment    2 February 2005, 01:03 GMT


Re: Re: [ ! ]
nyall Account Info
(Web Page)

>>It's just slightly easier to read and understand

Slightly? It is infinitely easier to read and understand

Reply to this comment    5 February 2005, 19:46 GMT

[ ! ]
anykey  Account Info
(Web Page)

Not if you read binary, like the people in The Matrix do.

Reply to this comment    6 February 2005, 01:13 GMT


Re: Re: Re: [ ! ]
no_one_2000_  Account Info
(Web Page)

I say "slightly" because ASM is hard enough to understand as it is and when it comes down to it, it doesn't get much harder than that. Learning the syntax of ASM in my opinion is more difficult than learning quick mental conversions of say, C9 to RET.

Reply to this comment    7 February 2005, 22:30 GMT


Re: Re: Re: Re: [ ! ]
burntfuse  Account Info
(Web Page)

Not at all! Remembering the assembly syntax is easier because it's logical, if you think about it the right way. "ld a,32" obviously loads register a with the number 32, but "5E 20" has no logic to it, and therefore is much harder to remember.

Reply to this comment    7 February 2005, 23:08 GMT


Re: Re: Would you like to see more full length articles posted?
CajunLuke  Account Info

Upgrade to MacOS X. That's your best bet. Then you can get TIGCC (although it's not entirely applicable for your situation) and a host of other programs. You might even be able to find the source for a TASM-like program and recompile it usign XCode.

In any course, get OS X. I do, however, suggest you wait for Tiger (OS X 10.4), as that would prevent you from being behind the curve in several months.

Reply to this comment    1 February 2005, 18:36 GMT


Re: Re: Re: Would you like to see more full length articles posted?
Benjamin Moody  Account Info

Yeah, TIGCC won't do you much good for the 84+. There are some fairly good free Z80 assemblers, though, and they ought to compile on OS X. TiLP is available for OS X; bin2var or similar shouldn't give you any trouble; TilEm ought to work (*crosses virtual fingers*) if you can get GTK installed properly.

In fact, just about everything in the Unix directory ought to work on OS X, though you may have to install other stuff such as GTK and fink.

Reply to this comment    2 February 2005, 05:35 GMT

Re: Would you like to see more full length articles posted?
W Hibdon  Account Info
(Web Page)

Yeah, that is right, I voted the last choice, because I forgot all about them. Just because this is a reminder, does not mean that I should vote another choice.

Reply to this comment    1 February 2005, 03:50 GMT

Enjoy reading anything new or interesting in the community
Anthony Loven  Account Info
(Web Page)

I enjoy reading anything new or interesting in the TI community, regardless if it relates to me or not. News articles are great, and I would love to see more of them. This does increase the work on the news editor, but I think it's a good idea in general. However, the news here is pretty good by itself. But more long articles would be awesome. Great poll idea!

Reply to this comment    2 February 2005, 00:23 GMT

1  2  

You can change the number of comments per page in Account Preferences.

  Copyright © 1996-2012, the ticalc.org project. All rights reserved. | Contact Us | Disclaimer