Archive

Archive for October, 2008

A Minor Oversight…

October 16th, 2008

This is going to bug me for days on end. Electricutioner came in to my Tribes 2 server today and informed me of a “minor oversight” he discovered in my mod. He proceeded to give me a series of hints, and respond to my incorrect guesses. A very, very shortened chat log follows:

{NOS}Electricutioner: Hah..

[Kr]_Sloik: ?

{NOS}Electricutioner: Oh… nothing.

{NOS}Electricutioner: At least.. nothing… major.

{NOS}Electricutioner: But none the less… amusing… I think.

[Kr]_Sloik: What are you referring to?

{NOS}Electricutioner: Just an… um… oversight… a laughable one.

[Kr]_Sloik: Could you give me a good hint?

{NOS}Electricutioner: No, but I’ll see how long it takes you to figure out.

{NOS}Electricutioner: And I’ll tell you when you fix the oversight.

{NOS}Electricutioner: Well, if it makes you feel better, I had a equally stupid oversight in ECM for about 4 years until Turkey told me.

[Kr]_Sloik: OK… code or construction error?

{NOS}Electricutioner: Code.

{NOS}Electricutioner: If you don’t get it in like 2 weeks… I’ll tell you.

{NOS}Electricutioner: Yeah… it’s so minor, you’re going to laugh and cry when you figure it out.

{NOS}Electricutioner: Oh, and I’ll give you a hint. It has been around for about… three weeks or so.

He speaks in riddles…

sloik2004 Lab Notes, My Games, Projects

Sophomore Year, Krypton Construct, Sailing, etc.

October 14th, 2008

Boy, a lot has happened since my last personal post here.

First of all, I joined the sailing team (somewhat inadvertantly, however). It’s probably a good decision in the long run, however. It gives me something to do, and my parents say it should help me get into colleges who aren’t just looking for someone who hangs out at his computer all day(/night). I’ve only done one regatta so far, which was kind of a bust due to no wind, but I hope to participate in more relatively soon.

Another recent event is a Tribes 2 mod that I’ve started, which I’m calling Krypton Construct. Krypton Construct began as a co-development project with another Tribes 2 player I met, named Netherdark. We named our lovely little Quantium Modification “Xenon Construct”. Netherdark and I had some conflicts, though. He wanted to strip everybody’s credits out of the mod, and I did not. So I broke off, took some stuff from Xenon mod, and started from scratch, using Construction 0.70a as a base for my mod. I named it Krypton Construct, and so far it’s going pretty well. Some features that set it apart from other mods are Permission Spheres, an advanced F2 menu with player preferences and an integrated save system, and Theorem, my lovely little bot who helps me administrate the server. Krypton has climbed the ranks of Construction Mods (if I do say so myself), and is up at the top with ACCM, ECM, and Metallic. I plan to make many more advances, and hopefully help it to become the best construction mod out there, but that is going to take quite a bit of work.

On another note, the Tribes 2 master servers are going to be shut down on November the 1st. That’s no good. Electricutioner, a coding mastermind, is developing a replacement for these vital servers that he says should be running well before November 1st. Once this occurs, we should have full community support, and free accounts for Tribes 2. This means that I can hand out copies of Tribes 2, free of charge, that people can play with no hassle. The popularity of Tribes 2 just might go up as a change… which would be great, because I never want that game to die. Hopefully this plan doesn’t backfire, but I have a high amount of confidence in Electricutioner, I think he can get this done quickly and intelligently.

I’m a Sophomore now. It’s no different than being a Freshman, except for the fact that I’m no longer hanging out in the basement for most of the day. I’m also taking Driver’s Ed this year, and I should be able to get my license right before the start of the Summer. Driving is pretty awesome, and easier than I thought it would be. I’m a bit ahead of the game, as I’m already driving on highways and such (even though we’re not at that point yet in the class room). The only problem I’m foreseeing is that once I get my license, I’ll be without a vehicle. I was considering purchasing a cheapo American-made car, but after talking to some family members and friends, I’ve decided that that’s not a good idea. Instead, I’m planning on getting a car of slightly higher quality. Now, my dad told me about his plans to eventually sell his BMW X5 and buy another newer X5… and a thought occured. If I earned enough money by the time he decides to sell his X5, maybe he’d sell the car to me. That would be the most awesome thing in the world, but based on my research, I’d have to get a pretty darn decent amount of money before he’d sell it to me. Like, at least $10,000.  That will take awhile. I’ll need quite a decent job to make that happen. Hopefully I can find a decent opportunity over the summer… but as of now, this idea is somewhat of a dream. Maybe I can do some freelance coding or some such….

In terms of school, things are a bit… weird. The Krypton Construction mod I’ve mentioned above is what my main focus is while I’m at home.  My main focus probably should be homework, but it isn’t, so my grades are… OK. They’re satisfactory for me, but apparently not my parents. I had a painful discussion with my Mom tonight after she saw my grades, which were all As, a couple Bs, and one B- in World Civ 2. She asked me if I needed to drop this class, which I took as an insult to my intelligence. This wasn’t even an honors course, and she was wondering if I could handle it. I’m still in rage over that whole argument, but I told her that the reason I was getting the poor grade in World Civ is because I hated history, which is the truth. I have always hated history. I think that in most cases it is a completely useless subject. What we ought to be learning instead is “modern politics” or some such. Something that will help kids actually understand the world’s current problems (of which is has plenty of). Doesn’t that sound like a better way to build our future contributers to society? Anywho, hopefully I can shift my focus a little bit more to my homework, because it’s kind of slipping, albiet only in World Civ.

Well, now, that was a long post. That felt good.

sloik2004 Events, Life, Projects, School

Securing A Directory With .htaccess

October 6th, 2008

It’s actually quite simple.

Create a .htaccess file in the directory with the following contents:

AuthUserFile /directory/containing/.htpasswd

AuthName “Title for Protected Site”

AuthType Basic

Require valid-user

To create the .htpasswd file, simple use the following command:

htpasswd2 -c .htpasswd hayden

And it will create the appropriate .htpasswd file in the directory you are in.

sloik2004 Lab Notes