SilverLink USB Drivers Released
Posted by Eric on 2 January 2002, 06:51 GMT
Romain Lievin and Julien Blache of the Linux Programmer Group have released a set of drivers for SilverLink, TI's USB link cable. Both Windows and Linux drivers have been released, so developers will be able to easily use the cable now. Check out the project page for screenshots and more information.
|
|
|
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: SilverLink USB Drivers Released
|
lord_nightrose
(Web Page)
|
I've received an e-mail from an author of some of the programs I deemed as 'bad'. Let me rephrase my previous post.
The programs themselves are not bad. Some are overly obvious, yes (like the 'cot-sec-csc' function which most people with any programming experience put on their calc when they got it). But when you get down to it, the main reason I was annoyed is that, rather than submit *all* the programs *together*, these people have submitted them individually, thus cluttering up the front page and the archives unnecessarily. Now before you say "But you can set it to not display them in the preferences!" I'd like to say that that isn't the point. I see no reason to submit 20 separate math functions - each about 5-10 lines each - as individual programs. When I submitted my original C library, it was split into about 18 files, but it was in *ONE* ZIP file. Basically, what these people have done is the equivalent of me submitting each function separately.
As I said before, the only reason they seem to be doing this is to boost their download ranks. To whoever the person is that e-mailed me: I'm not afraid that someone is going to pass me. Truth be told, I could care less how many times my programs are downloaded. I just think it's good to have them out there. But when someone submits separately a bunch of related programs that, in my opinion, should be in one big file, it gets on my nerves.
I hope this clears things up for everyone.
--Michael McElroy
|
|
3 January 2002, 09:07 GMT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Re: Re: Re: Re: SilverLink USB Drivers Released
|
Patrick Davidson
(Web Page)
|
The general idea does seem obvious. But it's kind of hard to tell exactly what you mean, since you didn't state what period of time you think this happened over, exactly who the 'bigwigs' are, or whether you actually think that being featured implies with certainty in 100% of cases that the program is by a 'bigwig' or were just exaggerating because you thought that a program by a 'bigwig' is more likely to be featured. Nor is it clear whether you think that some/many/most of the programs featured for this reason actually are bad programs, or that they really are good but other equally good programs are just overlooked.
All of these things could be the subject of lengthy flame wars, so I thought I should ask first.
My own opinion is that this is not the case. Though there haven't been any featured programs lately, I looked through the ones for this year (not back as far as Memory) and while some of the programs were by 'well-known' people, in many cases the featured program was the first 'high-profile' product by that person. Even among only the games there are The Incredible Adventure, Alien Invasion, Tyron RPG, WallPipe, Patience, and Command to Conquer.
|
|
4 January 2002, 16:46 GMT
|
|
Re: SilverLink USB Drivers Released
|
Ding Chavez
|
Does anyone know if there is a way to convert TI Calc programs to Palm Pilot programs? I would love to see a port of a grayscale Phoenix, on my Palm.
The Palm Pilot Man
Werewolf.com-Get in, or get out
|
|
4 January 2002, 05:07 GMT
|
|
Off-Topic again.
|
Null
(Web Page)
|
I was wondering if anyone thought that Visual Basic is good. Is it actually a form of BASIC?
If Y2K is 2000 than I'm a monkey's uncle,
Null
"Microsoft gives you Windows... OS/2 gives you the whole house "
|
|
4 January 2002, 15:47 GMT
|
|
|
|
|
|
|
|
Re: Re: Off-Topic again.
|
lord_nightrose
(Web Page)
|
I'd have to disagree. You can't simply say that VB isn't good. VB has its strong points. If you want to write a powerful application in very little time, use VB. The code is written almost in plain English. Sure, it doesn't compile into very *small* programs like C or C++, but it is a good language to write in if you're just learning object-oriented programming.
I agree that C and C++ are more powerful, however. They let you go beyond the OS's functionality and execute actual bits of machine code. They are much more flexible and compile into more efficient, faster programs.
In this case, I think it's a matter of choice. Are you trying to write a powerful program that handles all sorts of operating system tasks? Use C or C++. Are you trying to write a databasing program, a web browser, a text editor, or a program using hundreds of graphical objects like buttons, labels, and text areas? Use VB.
|
|
4 January 2002, 18:13 GMT
|
|
|
|
|
Re: Off-Topic again.
|
Achorny
|
Depends on what you consider good. There are many factors to consider. The first one that I think of is your target OS - VB only runs in Windows, but based on your comment at the end of your post, do you want to develop for Windows? If you want to get the most OS's at once, Java is the way.
Also, speed. I am not sure but I think VB is a bit lacking here, especially compared to non OO languages, like C. And I think VB is slower than C++ also.
Size, it has already been covered. VB programs tend to be unnecessarily huge.
Yes, VB is loosly based on BASIC. It started out almost exactly like BASIC, but as each version went on, MS added features. Then they made it Object-Oriented (at around version 6), making it seem nothing like BASIC except syntax-wise now. OOP is very different from procedural and much harder to learn. C is procedural and C++ is OO. C and C++ have similar syntax also, and the syntax for Java (OO) is based on C. (Syntax pretty much is just the spelling/symbols of the different commands)
I would not personnaly reccomend VB at all, but if you know BASIC (QBASIC is very similar), don't mind large/slow programs or your programs are so small it won't matter and you are programming for Windows(I personally prefer Java for just about anything), or you just want to develop applications relatively quickly, than VB is a perfectly legitimate choice.
|
|
5 January 2002, 00:42 GMT
|
|
1 2 3 4 5
You can change the number of comments per page in Account Preferences.
|