November 21, 2008, 02:46:19 AM
 

News : Welcome to the Mercenaries Guild Forums!

+  Mercenaries Guild
|-+  Public
| |-+  Tremulous
| | |-+  What happened to the Sense of Community(TM) at tremulous.net?
Topic: What happened to the Sense of Community(TM) at tremulous.net?  (Read 4696 times)

KillJoy
Staff Sergeant
*****

Karma: -60
Offline Offline

Posts: 119


Have a nice day.


View Profile

« on: January 28, 2008, 11:04:06 AM » Reply #15

Everyone knows that Tremulous is going down hill because fable 2 is going to come out before Tremulous 2 and thats real said because fable 2 suppose to come out in 2008 but everyknows its coming out in 2010 and just to make you happy heres a nice big FAIL for yea... I miss him too khalsa
Logged

Go Up

Amanieu
First Lieutenant
****

Karma: -23
Offline Offline

Posts: 228



View Profile

« on: January 28, 2008, 12:54:00 PM » Reply #16

Everyone knows that Tremulous is going down hill because fable 2 is going to come out before Tremulous 2 and thats real said because fable 2 suppose to come out in 2008 but everyknows its coming out in 2010 and just to make you happy heres a nice big FAIL for yea... I miss him too khalsa
wow.... slow down....
Poor munroe Cry He's going to die reading this...
Edit it before he murders you Tongue
Logged

Go Up

Rend
Member
Lieutenant Colonel
*

Karma: 27
Offline Offline

Posts: 357


}MG{


View Profile

« on: January 28, 2008, 03:19:05 PM » Reply #17

Logged

Go Up

supertanker
Member
Sergeant
*

Karma: -2
Offline Offline

Posts: 86


Tremulous Mapper and Granger Caregiver


View Profile WWW

« on: January 29, 2008, 08:18:48 PM » Reply #18

Everyone knows that Tremulous is going down hill because fable 2 is going to come out before Tremulous 2 and thats real said because fable 2 suppose to come out in 2008 but everyknows its coming out in 2010 and just to make you happy heres a nice big FAIL for yea... I miss him too khalsa

Even this is a nice example. Here, people joke about things, even like Killjoy's post. At Trem.net, he'd probably be met with an OMFG or a PHAIL or something similar.

ZOMFG U PHAIL LOLOLOL!!!11111
J/k
Logged

Granger Caregiver

Go Up

Angus Young
First Lieutenant
****

Karma: -101
Offline Offline

Posts: 213


I BROKE MY G-STRING!(inside joke)


View Profile

« on: February 18, 2008, 04:13:56 PM » Reply #19

The community died because of people like caveman. New people post because they want some advice. People who don't take kindly to new people automatically attack them and the new people think that this is normal and turn out like these trolls. It turns into a vicious circle.

(or at least this is the feeling I got from checking out old posts. I might be totally wrong with this.)
Logged

Zombies are people too.

Go Up

khalsa
Administrator
Dances with campers.
*****

Karma: 12
Offline Offline

Posts: 762


}MG{ Server Admin


View Profile

« on: February 18, 2008, 06:15:01 PM » Reply #20

(or at least this is the feeling I got from checking out old posts. I might be totally wrong with this.)

You are
Logged

< Garoth> he doesn't really draw, he doesn't really write, he doesn't really code, and he doesn't really design

Go Up

Angus Young
First Lieutenant
****

Karma: -101
Offline Offline

Posts: 213


I BROKE MY G-STRING!(inside joke)


View Profile

« on: February 18, 2008, 07:41:44 PM » Reply #21

Guess I should give up my dream of being a psychiatrist... Next on the list... Computer Programmer.
Logged

Zombies are people too.

Go Up

supertanker
Member
Sergeant
*

Karma: -2
Offline Offline

Posts: 86


Tremulous Mapper and Granger Caregiver


View Profile WWW

« on: February 18, 2008, 09:33:03 PM » Reply #22

Actually, I think Angus Young is pretty close to the mark. When I first joined another gaming community (Which shall remain nameless) I was imediately greeted by flamers and general jerks. Thinking I needed to act that way to join in, I acted much in that way.

Took me a few weeks to figure out it was a bad idea and it carried over to other communities as well.
Logged

Granger Caregiver

Go Up

Angus Young
First Lieutenant
****

Karma: -101
Offline Offline

Posts: 213


I BROKE MY G-STRING!(inside joke)


View Profile

« on: February 19, 2008, 07:06:08 AM » Reply #23

Still think I should become a programmer instead... I did HTML in middle school and it was really fun.
Logged

Zombies are people too.

Go Up

munroe
Member
Spambot
*

Karma: 10
Offline Offline

Posts: 557



View Profile WWW

« on: February 19, 2008, 07:59:05 AM » Reply #24

Still think I should become a programmer instead... I did HTML in middle school and it was really fun.

Just so you don't make the confusion again, HTML is a not a programming language. It's a markup language...hence the name, Hyper Text Markup Language.

HTML is used to denote data(or content if you want) with "markup" that lets the browser know what each piece of data represents. This bit of text is link, or this bit means I want you to load an image. All the programming is in the browser.


I just didn't want you to get confused or disappointed when you finally sat down and learned a real programming language and it was nothing like HTML.
Logged

Go Up

Garoth
Member
here be dragoons
*

Karma: 22
Offline Offline

Posts: 2368


Mercenary


View Profile WWW

« on: February 19, 2008, 08:48:02 AM » Reply #25

I totally support your move into the programming direction, and I'll even answer questions if you have any. As Munroe said, HTML isn't really programming, but programming does often use a somewhat similar mindset.

Just some things to get out of the way, though...

1) Programming isn't easy. It takes years to get to such a stage where you are able to produce something decently useful. I mean, sure, you'll be making crummy text-based programs in no time... but it's a long road towards _useful_ (often graphical) programs.

2) There are a lot of entry ways into programming -- a lot of languages, a lot of mindsets. I'd suggest that you read around a bit first.

Anyway, as usual, my suggestion is that you start learning Python. Python is a fairly ideal starting language. Here are some reasons:
1) It has amazing basic tutorials. People have really put a lot into the Python documentation. It's plentiful and easy to follow.
2) Python (on Windows) comes with both a nice graphical tool for writing Python code as well as running it. I believe it even does syntax suggestions.
3) Python is able to be written in a number of different ways. It lets you write in an object oriented way, a functional way, the procedural way... so its flexible, which is nice. Different things are suited to different purposes.
4) Python has extremely wide-spread binding support. Meaning, if you ever want to use a "library" with Python, you'll likely be able to. (A library is a program that was created to be used by other programs.)

Anyway, look around and see what you like. Python is my recommendation, but there are other good languages too.
Logged

Garoth of Garoth.com

Go Up

Angus Young
First Lieutenant
****

Karma: -101
Offline Offline

Posts: 213


I BROKE MY G-STRING!(inside joke)


View Profile

« on: February 19, 2008, 10:09:47 AM » Reply #26

Yeah, our school has a programming course. Has a 2 part beginner course then an "Advanced" course involving Java and C++.
Logged

Zombies are people too.

Go Up

Garoth
Member
here be dragoons
*

Karma: 22
Offline Offline

Posts: 2368


Mercenary


View Profile WWW

« on: February 19, 2008, 12:16:34 PM » Reply #27

Those are two languages that you should mostly avoid :-/

C++ gives you the ability to make code completely impossible looking. Most of the developers I know hate C++ and would rather use C in any situation.

Java is a piece of crap in every respect. It has no advantages.

Though, if you do have the chance, take those courses. They aren't ideal, but you're going to have to work with them anyway if you do anything in programming. Such is life. At least C++/Java do teach normal programming concepts. Stay _away_ from Visual Basic.net!
Logged

Garoth of Garoth.com

Go Up

Equilibrium
Private
*

Karma: 0
Offline Offline

Posts: 17


View Profile

« on: February 19, 2008, 12:47:41 PM » Reply #28

Yeah. Trem forums are not for those who are looking for a kind community. Every other forum I am a part of is much more strict with moderation, so much less flames. I still go to the trem forums because there are still some interesting threads once in a while.
Logged

Go Up

David
Administrator
Chattering Old Lady
*****

Karma: 40
Offline Offline

Posts: 1115


}MG{ Lesser Code Monkey


View Profile

« on: February 19, 2008, 01:13:36 PM » Reply #29

Those are two languages that you should mostly avoid :-/

C++ gives you the ability to make code completely impossible looking. Most of the developers I know hate C++ and would rather use C in any situation.

Java is a piece of crap in every respect. It has no advantages.

Though, if you do have the chance, take those courses. They aren't ideal, but you're going to have to work with them anyway if you do anything in programming. Such is life. At least C++/Java do teach normal programming concepts. Stay _away_ from Visual Basic.net!

Wow.  Looks like we disagree on just about everything code wise.  (Other than VB, stray away from *basic and  *.net)
While I can't really comment on python, I should point out its a scripting language, and as such slow.
Yes java sucks, but you can write code quick, and lots use it, so it must be good for something.

And I like C++.
Yes C is nice, but if your careful you can get some nice code out of C++.  Just have to avoid the idea that *everything* should be a class, with 8 parents, a few templates and etc.  Just because you can doesn't mean you should.

Learn C.  Learn C++.  There's enough overlap that you can be good at both without difficulty.  Best tool differs for different jobs.
Logged

To define recursion, we must first define recursion.

Go Up

Pages 1 2 3 4 Go Up
Print
Jump to: