Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → The New Massassi - Coming Eventually
12345
The New Massassi - Coming Eventually
2009-02-05, 8:40 PM #41
He says it's because he's slow.
2009-02-05, 9:52 PM #42
C# isn't slow. It's faaaaast.
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.
2009-02-05, 11:18 PM #43
No, CM says he doesn't want to learn C# because he's slow.
2009-02-05, 11:41 PM #44
The ASP.NET MVC framework is pretty much :awesome:
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2009-02-06, 5:57 AM #45
Because by the time I've learned C# (which will only be the second proper language I've ever learned) there won't be nearly as much interest in it. And I wouldn't trust myself to write it correctly if I'm teaching myself as I go along.
2009-02-06, 7:22 AM #46
I dunno. I used to be all "PHP OR DEATH!" then I did C# and I won't use anything else (for now).

ASP.NET MVC is :awesome:
Code to the left of him, code to the right of him, code in front of him compil'd and thundered. Programm'd at with shot and $SHELL. Boldly he typed and well. Into the jaws of C. Into the mouth of PERL. Debug'd the 0x258.
2009-02-06, 8:38 AM #47
I'm sure that's true, but I prefer to finish the site this century.
2009-02-06, 8:40 AM #48
But we just started this century!:tfti:
My Parkour blog
My Twitter. Follow me!
2009-02-06, 9:03 AM #49
Couldn't you use Massassi.org for a testing ground?
SnailIracing:n(500tpostshpereline)pants
-----------------------------@%
2009-02-06, 9:04 AM #50
I didn't read the whole thread, just the first post. But it sounds great.
2009-02-06, 9:15 AM #51
Originally posted by ECHOMAN:
Couldn't you use Massassi.org for a testing ground?


Oh there will be testing, don't worry about that. I've already got a development environment with a full copy of the forums.

And thanks, Brian, I hoped you wouldn't mind it :D
2009-02-06, 9:18 AM #52
On a more important issue, is it still going to remain green? :v:
SnailIracing:n(500tpostshpereline)pants
-----------------------------@%
2009-02-06, 9:54 AM #53
Originally posted by ECHOMAN:
On a more important issue, is it still going to remain green? :v:


I haven't decided the final color scheme yet, that'll come later once I've got the site "working". But I assure it will be some flavor of green. ;) (I've been playing with the idea of a white/green scheme as opposed to the black of the forums)
2009-02-08, 7:13 PM #54
Could there be some level of integration with the Massassi Steam Group?

It's kind of a shame not a lot of people use it for it's intended purpose.
2009-02-08, 7:35 PM #55
I don't know what sort of integration you're looking for? I mean, I could add in Steam ID areas into the profile or something, but I don't think it's popular enough to warrant investing anything significant time into it.
2009-02-08, 7:47 PM #56
Well thats the thing, it'd be like investing zero time, because it already does all the things that massgames in it's like 4 iterations failed to do right.

I think the problem is that everyone is so disenfranchised with the whole deal no one uses it.
2009-02-10, 1:49 AM #57
[doublepost]
2009-02-10, 1:52 AM #58
Sounds good. If you need help with coding, I can contribute some time.

I'd strongly caution against a frenzy of coding and then big release. Don't go off and write a framework. Implement your plan a feature at a time. The framework that is right for the site will then develop out of the code.

Another point is don't have your plan set in stone. Things won't work out the way you expect - you need to change your plan based on what users like and dislike about what you put live. Yet another reason to implement a feature at a time - it allows you to do lots of mini-releases and incorporate user feedback earlier in the cycle.

This is all stuff we didn't do enough of with JKHub, and why we ended up with an interface that people don't like so much.
2009-02-10, 2:23 AM #59
Originally posted by Giraffe:
I'd strongly caution against a frenzy of coding and then big release.

...

Another point is don't have your plan set in stone. Things won't work out the way you expect - you need to change your plan based on what users like and dislike about what you put live. Yet another reason to implement a feature at a time - it allows you to do lots of mini-releases and incorporate user feedback earlier in the cycle.


I can't stress enough how correct this advice is. Giraffe is basically telling you to use an incremental development process rather than a one-shot process. Incremental processes include buzzwords like agile development and extreme programming. The waterfall development model is a one-shot process that is a classic example of broken process model. You should virtually never try to plan everything at once and implement it all at once. It just doesn't work.
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2009-02-10, 5:54 AM #60
I never had any intention of making the entire site in fell swoop without some sort of user feedback.

The framework is there to make it easier for me to implement my features, nothing more. It's nothing major, which is why it's well on its way already.

As for the actual plan, I guess I can detail how I was going to do it:

First, there is the Part 1 stage. This will happen first. Inside part one you have, in order of necessity:

1. Framework 40%
2. Preliminary testing layout (0.5%... there's a folder structure!)
3. The file system, with the contributions and web uploads in place. This must be ready at site launch.
4. Project system, with contributions and web uploads in place. Again, must be ready at site launch.
5. Categorization/tagging. Must be implemented immediately so we don't have projects/files missing categories/tags.
6. Basic text search. Advanced/username searching will come later, it's not as critical.
7. Must connect with the vB user database. (this might happen inside the framework really)
8. AdminCP with the ability to moderate files, projects, and media. Must include a log for most user and moderator actions. This will be the bare minimum, far more advanced moderation tools will come later, like editing, moderator permissions, limit overrides, etc.
9. Full CSS layout with prelim artwork, add in whatever is needed for browsing the site and the files. <-- I will have people testing this and asking opinions here on the forums before it is opened to the public

That's all what I feel MUST be done before the site can go live. Things like timelines, user profiles, AJAX interactions, etc, that can come later (although the framework will keep logs so I can implement it later). While individual features can be tweaked (and probably will be), this plan is pretty basic so I don't expect much flak for it. I will have some select users testing the site before it goes live.

Anything beyond that will be developed after the site goes live based on demand and necessity.

Edit: for those wondering about the old files, the current site will be moved to another domain name until such time that "Historic Massassi" is created. Sadly it's low on the priority list, everything else will likely be done before it is.
2009-02-10, 6:05 AM #61
Social Video Game Editing Site.
ᵗʰᵉᵇˢᵍ๒ᵍᵐᵃᶥᶫ∙ᶜᵒᵐ
ᴸᶥᵛᵉ ᴼᵑ ᴬᵈᵃᵐ
2009-02-10, 2:21 PM #62
You have some solid ideas there. I think as far as expanding the user base goes, it may be tricky to find a way to let people know that we've seguayed from a Star Wars based site to a mod based site. I'm behind you though.
2009-02-10, 3:07 PM #63
Originally posted by Cool Matty:

Edit: for those wondering about the old files, the current site will be moved to another domain name until such time that "Historic Massassi" is created. Sadly it's low on the priority list, everything else will likely be done before it is.


Couldn't you group the old JK files with JKHub? Like some sort of JKHub and file achieve connected together? It sounds it doesn't have to be like a whole separate site.
SnailIracing:n(500tpostshpereline)pants
-----------------------------@%
2009-02-11, 11:50 AM #64
I should be able to make some updates to the Hub soonish - my old job had very restrictive policies on Internet usage so I didn't have access to the server, but hopefully my new job will be a bit more rational. As they're on the same server, you could create a user on the massassi DB that the Hub could use to access all the level and mod information.
2009-02-11, 6:24 PM #65
Good news everyone! I talked Cool Matty into using CodeIngiter!
Bassoon, n. A brazen instrument into which a fool blows out his brains.
2009-02-11, 6:45 PM #66
!
Attachment: 21237/goodnews.jpg (43,594 bytes)
COUCHMAN IS BACK BABY
2009-02-12, 10:00 AM #67
I am confused.

In the new Massassi, are the moderators and admins still going to delete any threads/posts that they find contrary or questioning of "authority"?
2009-02-12, 10:08 AM #68
Originally posted by Hombre:
I am confused.

In the new Massassi, are the moderators and admins still going to delete any threads/posts that they find contrary or questioning of "authority"?


Sure, we might even make a game out of it! We'll start off by banning the people who don't contribute anything other than passive aggressive remarks about the staff!
2009-02-12, 10:55 AM #69
But you already do that... :confused:
2009-02-12, 10:58 AM #70
if I were an admin I'd ban hombre and tell the government of his country he was posting kiddie porn on the forums.

hth
2009-02-12, 10:59 AM #71
I told you that was a secret, you *******
2009-02-12, 11:01 AM #72
don't pretend that I associate with you
2009-02-12, 11:08 AM #73
My mother warned me about you. She told me you would do this. I should have listened to her. You just use people then throw them away. I hate you!
2009-02-12, 11:26 AM #74
if its site is anything to go by, asp.net mvc is far from being :awesome:
Detty. Professional Expert.
Flickr Twitter
2009-02-12, 11:27 AM #75
Originally posted by Hombre:
But you already do that... :confused:


Not yet, but I can start! Wanna be the first? :hist101:
2009-02-12, 12:06 PM #76
You already started, ]-[ellequin was the first.

If I'm not gonna be first, I don't wanna be at all.
2009-02-12, 12:07 PM #77
But...you ARE ]-[ellequin...
Looks like we're not going down after all, so nevermind.
2009-02-12, 12:08 PM #78
Originally posted by Krokodile:
But...you ARE ]-[ellequin...


Fail
2009-02-12, 12:15 PM #79
No need to point out the obvious all the time, Krokodial.
Star Wars: TODOA | DXN - Deus Ex: Nihilum
2009-02-12, 12:19 PM #80
Originally posted by Hombre:
You already started, ]-[ellequin was the first.

If I'm not gonna be first, I don't wanna be at all.


Get over yourself.
[01:52] <~Nikumubeki> Because it's MBEGGAR BEGS LIKE A BEGONI.
12345

↑ Up to the top!