Older blog entries for ClimbNorth (starting at number 4)

It's been.. almost 2 years since I last posted. I have learned a lot and done a lot since then. Most of which have been projects for school. Currently working on a distributed proxy server of sorts. Short explanation: Make requests to the proxy server. If the requested file can be broken into parts, make sub requests to different number of proxy servers. This project is a part of a study on wireless networks I am doing at New Paltz. By the end of the semester (or possibly this week) I'll have a proof-of-concept command line only version that only requests files one at a time entered manually. By the end of the summer, full GUI proxy server. I was thinking after I have the proof of concept done, might try looking at other open source proxy servers and building on whats already been done. A lot of what I'm doing right now seems to be reinventing the wheel. This whole thing is in C, so I can get a better feel for the machine- memory management, etc. I am taking Computer Architecture right now, thats what inspired me to do this to myself. Thats all for now, hopefully I will post more often, definetely more often than every 2 years.

Just an update because I been ignoring my other projects. I have been porting this water demo to linux that I got from lonerunner (do a google search and you will find his stuff). it's really cool and I hope I can get it to work 100% and then start messing with it. I found that if I wanted to learn opengl, this is a cool way... to look at code that is supposed to be working, and does on another operating system and try to make it work on another. First time I'm trying something like this and I'm finding it very interesting. I feel most times that I am not skilled enough to write my own code that is any good so this is a way to learn more about opengl. Gonna keep this short, just a breif update :-D!

1 Jul 2002 (updated 1 Jul 2002 at 02:12 UTC) »

Hmm... Well I have been codin some simple stuff like I said. Very simple... too little time to have too much fun. Update: I haven't really been working on my friends demo and neither has he really (well he is working on XML parser for the map file which is cool). I have been looking more into OpenGl and made a few simple things like a spinning cube (goal is SHINING spinning cube). I have been messing around with some open source php scripts I found interesting. Webfroot.co.nz made Shoutbox which I put in my friends web page, and modded for my fun. Also played with (forgot the url) b2 blogging scripts also written in php. News blogger that I am gonna start messing with to make my own homepage, which will also have a shoutbox. I spend my time 96% reading, 3% messing around with other peoples stuff, and 1% coding. I notice I was (I think) promoted to apprentice, but I don't feel that I have earned it. Not yet. Another thing I was reading and playing with: Qt. I haven't really decided on Qt yet but I am leaning toward it cuz I want a zaurus, and I would probably want to port my shining spinning cube to that when it's done (I like shining spinning cubes). After I have the shining spinning cube, I am gonna start working on a project my friend gave me and a few people to work on. Well, goals are: 1) have a canvas 2) the canvas must be adjustable in size 3) the canvas is white in color 3) be able to create squares, circles, and triangles on the canvas. 4) these shapes have a black border 5) be able to move the squares, circles, and triangles around the canvas by clicking and dragging. 6) collision detection for all the shapes on the edge of the canvas 7) if a collision is detected, the border of the shape turns red After the cube is done I should be able to do up to step 3 (maybe 4)

hmm.. it's been a while since i last posted here, and I have learned a lot. Lets see, what have I done since! Well not much sad to say. The truth does hurt, but unfortunately school work was the only programming I have accomplished since last post. I have all but abandoned my last projects that are not well coded and were not object oriented, although I am going to cut some of the code out for future projects, because what can I say, I'm lazy. I have been looking curiously at an SDL demo my friend made and when this semester is over (next week) I plan to contribute my own 2 or 3 cents towards a working game demo. Our project (he doesn't like me to say OUR, as I haven't contributed yet) will be a simple role-playing game. His plans of the game are for monsters to be walking around and come attack you. My idea for a first game is more of a Final Fantsy, Dragon Warrior, traditional style of RPG. Easy comparison: he wants Crystalis, I want Final Fantasy 1. I have been having some trouble codeing my homework, but I have a very good understanding of what I want to do. The only problem occurs when I have to write the code. All else I that I have been doing was getting an old DEC Multia to run and toy around with that. I am also interested in creating databases, just because I took a database course this semester. Primary goals for the summer: SDL game demo, play with php, play with DB's.

7 Feb 2002 (updated 7 Feb 2002 at 04:24 UTC) »

Today I signed up for this. I figure it will be a good way to learn and get involved. Thanks to my friend (booyaka) I was directed here. I am very very new to programming. All I know is alittle bit of C++, and some bash shell scripting. to get to the good stuff... I started programming a few games to get some practice. One is a game that you try to guess a number that is generated at random. It was a bit tricky to get the random number but luckily I use Linux and I have man pages and apropos to look up funcions and get a description. Other program (actually bundled with the first one in the same file) is a text adventure. There is no "adventure" part to it yet, but there is a help menu and the ability to walk forward backward turn left, right, and attack. I am gonna just try to emulate other RPG's I've played (exp, rand attack damage, etc.) Well and there is one more lil project that I am gonna "not try" with. In other words, if I don't know how to do it a good way, I'll do it to get it done even if it means writeing 1000 lines of extra code for simple stuff. As I learn more, I won't adapt that program and eventually it will be like a timeline of when I started and how I progressed. That program is gonna be an RPG as well but graphical. Characters representing walls, what you can't see, monsters etc. Move thru. Kinda like the old old version of dungeons of dragons I played on Commodore 64 when I was very young and I MISS IT SO DEARLY! Gotta a "new" version. :p

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!