ticalc.org
Basics Archives Community Services Programming
Hardware Help About Search Your Account
   Home :: Archives :: News :: 100000th News Post!

100000th News Post!
Posted by Michael on 24 December 2003, 18:31 GMT

This news article marks the 100,000th post in our news database. The actual number is less, because of deleted comments. Thank you to all the authors and users who have made us able to reach this milestone! As you know, Magnus has recently been working on improvements to our system, and we hope to have an even better news system in the future. What programs get to be featured in the one-tenth of a million news article, you ask?

XPak 1.0 and uView 1.0 have been released by Paul Froissart. XPak is a file compressor for the 89/92+/V200 that works like ZipLib, is almost as powerful as TTPack, and several times faster. uView is a companion text editor.

Basicbuilder by Martin Warmer is a Windows program to convert your BASIC programs into flash applications for the TI-83 Plus. This seems perfect for personal use, packaging games so that they can be run from flash and avoiding the pain of constantly ungrouping them. Please don't release a million number guessing game apps, however.

Oh, and right now - Merry Christmas to those of you in Australia.

 


The comments below are written by ticalc.org visitors. Their views are not necessarily those of ticalc.org, and ticalc.org takes no responsibility for their content.


Re: 100000th News Post!
DWedit  Account Info
(Web Page)

Hi, I'm working on a TI83+ ASM shell that also uses Pucrunch compression. It will be released soon.

     24 December 2003, 20:16 GMT

Re: Re: 100000th News Post!
DWedit  Account Info
(Web Page)

I was also planning on making a Ion to Flashapp packer with compression as well.

     24 December 2003, 20:17 GMT


Re: Re: Re: 100000th News Post!
Martin Warmer  Account Info

That's pretty easy, as long as you don't have to worry about self modifying code. With selfmodifying code it becomes a lot more difficult because you need to copy certain bytes and save them for the next run. This is necessary in some games because you will have to start all over again otherwise.

I think I will release the tiz80 pucrunch code when I clean it up. It's a bit of a mess now and requires a special header that basicbuilder uses.

     24 December 2003, 20:27 GMT


Re: Re: Re: Re: 100000th News Post!
DWedit  Account Info
(Web Page)

I just completed a pucrunch decompression ASM shell (beta version, get it at the URL link of this post, source is included) It uses a modified version of pucrunch that outputs a header compatible with the stock GB uncruncher, and outputs a raw binary by default (no C64 crap). The uncruncher was modified to allow decompression with source data accross different rom pages.

The shell never unarchives any programs, it decompresses them from Flash straight to RAM. I use a method that blindly allocates bytes at usermem, then decompresses the program. The program runs just like any Ion program, self modifying, writing to itself, etc. When the program unloads, save data is copied from the program to an appvar. The shell automaticly creates, loads, and saves appvars as needed. It uses addresses specified in the header of the program. Check the readme for more details.

I was thinking adapting the shell to support flash games inside the app itself. I was also thinking about basic suppport, but then threw out the idea since basic programs often need subs. Then I saw your program.

Joltima and Dying Eyes compress REALLY well by the way. At least a third is shaved off each.

     24 December 2003, 23:00 GMT


Re: Re: 100000th News Post!
KermMartian Account Info
(Web Page)

*cough* TROLL *cough* :)
Good luck.

     27 December 2003, 16:58 GMT

Re: Re: Re: 100000th News Post!
DWedit  Account Info
(Web Page)

It's not a troll, it's just that I was working hard on a very similar program at the same time Basicbuilder was released.

I was planning on making a program that would bundle ASM or BASIC programs into a flashapp, but dropped the basic idea since basic programs usually need multiple subprograms. Now that basicbuilder is out, it seems like a moot point.

     28 December 2003, 19:04 GMT


Re: Re: Re: 100000th News Post!
no_one_2000_  Account Info
(Web Page)

*cough* HYPOCRITE *cough* :)

Eh... but then again, I've done it too. LOL At least this one's related to the program in the article.

     28 December 2003, 22:55 GMT

Re: 100000th News Post!
Jiaqi Wu  Account Info

My old english teacher would be annoyed if he read this article because he is a comma freak. I personaly think there should be some in the 100000 too because it took me a few seconds to count how many 0's there were.

You should know, just in case, that I'm just joking around and not being really serious here.

     25 December 2003, 00:36 GMT

¤
burntfuse  Account Info

Wait....that's ten thousand....a million....no, one hundred thousand! :-) LOL

     25 December 2003, 01:52 GMT


Re: Re: 100000th News Post!
Michael Vincent  Account Info
(Web Page)

When programming your TI calculator, you don't enter commas.

In my head it's just a DL 100000.

     25 December 2003, 01:59 GMT


Re: Re: Re: 100000th News Post!
Morgan Davies  Account Info
(Web Page)

Or you could do like the french do: 100.000,00

They switch up their , and .

     25 December 2003, 08:18 GMT

Re: Re: Re: Re: 100000th News Post!
no_one_2000_  Account Info
(Web Page)

That really confuses me. I'd prefer 100000, 100,000, or 1e5.

     25 December 2003, 15:43 GMT


Re: Re: Re: Re: Re: 100000th News Post!
Chivo  Account Info

How about 0x186A0 or 0b11000011010100000?

     25 December 2003, 20:34 GMT

Re: Re: Re: Re: Re: Re: 100000th News Post!
Zeroko  Account Info
(Web Page)

Or 1000000000000005 if you use a TI-95 in unformatted mode...

     26 December 2003, 01:09 GMT


Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
jrock7286  Account Info

TI95?

     26 December 2003, 01:26 GMT


Re: Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
Kevin Kofler Account Info
(Web Page)

An old TI calculator. Larger than a TI-92, with less functionality than a TI-30. :-)

     31 December 2003, 14:31 GMT


Re: Re: Re: Re: Re: Re: 100000th News Post!
no_one_2000_  Account Info
(Web Page)

Well, while you're on the subject of different bases, you might as well also include Octal: 303240.

Still, 1e5 is probably the best, in my opinion.

     26 December 2003, 01:17 GMT


Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
jrock7286  Account Info

why not just e5...it works on the calculators...

     26 December 2003, 01:27 GMT


Re: Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
no_one_2000_  Account Info
(Web Page)

Good point.

     26 December 2003, 01:32 GMT


Re: Re: Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
Geek_Productions Account Info

Gotta looooove the 83+'s logic/ orders of operation.

     29 December 2003, 20:55 GMT


Re: Re: Re: Re: 100000th News Post!
CajunLuke Account Info

Actually, that's almost everywhere except America. Some LEGO boxes tell you to get a 1,5 volt battery (AA). LEGOs are made in Denmark.

     26 December 2003, 02:29 GMT


Re: Re: Re: Re: Re: 100000th News Post!
Jorrit Tijben  Account Info

Yes, as far as I know, the Dutch, German, French, Belgian... would say 100.000th News Post instead of 100,000th News Post.

     26 December 2003, 18:33 GMT

Re: Re: Re: Re: Re: Re: 100000th News Post!
jrock7286  Account Info

And spanish and portugese as well...

     26 December 2003, 18:39 GMT


Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
jordan krage  Account Info

why does english have to be so messed?!?!?!?
or maybe all of the other languages as messed...

-jordan

     27 December 2003, 00:49 GMT


Re: Re: Re: Re: Re: Re: 100000th News Post!
Magnus Hagander  Account Info
(Web Page)

It's also quite comment to use "100 000" (space instead of comma/dot).

But yeah, for those of use who learned to use "," in elementary school (I think that's the equivalent) it was a bit of a problem with computers in the beginning. (Note: This was far back in the muddled pre-windows days when you couldn't just go into Regional Options and chose which kind of decimal separator you wanted, and dots were the only thing available)

     27 December 2003, 11:17 GMT


Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
ti_is_good_++  Account Info

Windows is still fairly muddled.

     28 December 2003, 01:56 GMT


Re: Re: Re: Re: Re: Re: Re: Re: 100000th News Post!
Magnus Hagander  Account Info
(Web Page)

Certainly is. But at least it's *possible* now...

     28 December 2003, 19:28 GMT

1  2  3  4  5  

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