AlexThePenguin
Super Robot
Posts: 1106
|
|
« on: 17 February 2008, 08:08:52 » |
|
This topic is for things like rocket science, language discussion C++, high-level discussion and science things. Found a new subject of particular interest to you? Want to show off something? Want to debate about something? Here you go.
It can also be for questions that come up relevant to these kinds of topics. Need help with Roman numerals? Do you have a grammar-relevant question? Need some factoids to impress your friends? Here you go: the topic to ask/recieve in!
I'm curious, first of all, if anyone has any information about a fractal-building programme that came out a few years ago (Windows 95/98 era) which taught about Mandelbrot, Koch and all such fractals and had an image-making programme that had "ftactal trees" and "fractal leaves" and such. I used to love it, and I haven't seen or heard of it for years.
Also, has anyone played that evolution game where you start out as an amoeba/protozoa or whatever, and you can customise how your creature evolves and whatnot, or heard anything about it? I've been hoping it would be coming out for general public use, but again, haven't heard about it since that one Google video.
|
|
|
Logged
|
That's nice, dear.
|
|
|
|
Chron
Super Robot
Posts: 2790
|
|
« Reply #2 on: 17 February 2008, 13:44:46 » |
|
For your fractal program, take a look at this list: http://home.att.net/~Paul.N.Lee/Fractal_Software.htmlCould be any of those (but it isn't Apophysis, which I used to create my new desktop... what I might share). Anyway, I'm a computer scientist, so if anyone wants to talk about programming, complexity, computing theory, etc., I'm your guy. Or one of them. Rather I want to be the guy. although it tried that and it's really hard to do Anyone else here love C? Not C++, what a horrible language. C. Lovely lovely C.
|
|
|
Logged
|
|
|
|
|
|
Chron
Super Robot
Posts: 2790
|
|
« Reply #5 on: 17 February 2008, 16:10:34 » |
|
Actually, I'm in a Perl/ColdFusion class at the moment. Scripting languages are fun, so if you want to talk about that, all the better. It's too bad about the whole religion thing... but then I have other places to debate that. C is nice and all, but Java has to be my favorite thing to program in.
Java is my favorite Object-Oriented language. It's nice, smooth, and gets the job done. The reason I like C so much is because it's compiled into machine code (Java runs at least 10x slower than C due to the fact that it's interpreted as bytecode), and it's just so close to the machine you're using. Lots of cheap little tricks, although the overall complexity rises. However, if I want to do something straight-forward or with a GUI, I use Java.
|
|
|
Logged
|
|
|
|
|
|
|
|
AlexThePenguin
Super Robot
Posts: 1106
|
|
« Reply #10 on: 17 February 2008, 19:26:01 » |
|
I've seen it work, and very well at that, but this is more of a broad-topic board, and more toes are likely to get stepped on.
If people actually used a religious discussion board for its proper use (i.e. supporting statements, asking questions, not bashing), then it could work out well. I won't push the issue, though, as a religious board doesn't really fit the aspects of the board anyway.
|
|
|
Logged
|
That's nice, dear.
|
|
|
|
|
|
Chron
Super Robot
Posts: 2790
|
|
« Reply #14 on: 17 February 2008, 21:58:32 » |
|
Eclipse is like the best environment ever. Although it has its fair share of problems.
What architecture do you want to learn assembly for? x86 is most useful.
AND LAST. Ada is being used much less these days, but it's handy to know how to read and write it, I guess. Lots of legacy Ada programs in the military.
Your schedule is a little like mine was last semester, Voully.
But currently: Internet Programming (easy, Perl/CF), Computer Networks (difficult, C/Java, network protocols, etc), Analysis of Algorithms (boring, but easy), Math/Stats (math boring) and a Game Programming elective.
And then I'm done, and I get my shiny degree. Then I go attempt to work for Valve.
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|
|
Voulnet
Sniper Joe
Posts: 258
|
|
« Reply #24 on: 18 February 2008, 20:07:38 » |
|
Eclipse is like the best environment ever. Although it has its fair share of problems.
What architecture do you want to learn assembly for? x86 is most useful.
AND LAST. Ada is being used much less these days, but it's handy to know how to read and write it, I guess. Lots of legacy Ada programs in the military.
Your schedule is a little like mine was last semester, Voully.
But currently: Internet Programming (easy, Perl/CF), Computer Networks (difficult, C/Java, network protocols, etc), Analysis of Algorithms (boring, but easy), Math/Stats (math boring) and a Game Programming elective.
And then I'm done, and I get my shiny degree. Then I go attempt to work for Valve.
Yup, x86, that's the one. As for the courses, I have finished all Math courses, as well as the Algorithms. I still have three Electric Engineering courses, Engineering Economy, Thermodynamics(yikes!) and the rest of the Computer Engineering courses (my major). I'm also going to enroll in a CISCO Network course this semester. I still have a year and a half left, ugh.
|
|
|
Logged
|
Make mistakes. It's fun.
|
|
|
|
|
|
|
|
|
|
|
|
|
Chron
Super Robot
Posts: 2790
|
|
« Reply #35 on: 19 February 2008, 02:39:31 » |
|
Eh, I guess it's all pretty close together at the Bachelor level anyway.
I was expecting different majors to have more... ... you know, differences.
They are different, but they still need the basics. Programming efficiently is definitely a basic skill. By the way, Chron. How many years do you have left till graduation? Is it a 5 year degree?
No such thing as a five year degree here, to my knowledge. I have 0.25 years left, which is to say I graduate this semester. Around May. AoA does nothing to teach you how to program efficiently. That's basic level stuff. It is more about knowing how to check your own algorithms for speed and correctness (to see if it's really better than something else). Really... what sort of job do you want? I think I'm more confused about the end result of your degree than anything else.
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|