I’ve been reading this blog since the first linux ultraSPARC T1 dmesg was posted there and I must say that these processors seem amazing. I had read an article in InformationWeek about them a few weeks ago and was truely amazed. Each core can run 8 simultaneous threads at once and the processor only draws 72watts.
I hope that this architecture survives, it looks extremely fun to program for. I wait for the day that these processors come into some cheaper machines, as the cheapest machine right now is $2300. I don’t have $2300 just to play with, so I’m going to have to wait. :( Reading the docs though, I do think I’m going to try and obtain an older SPARC, they look extremely fun to port my OS to. >:)
In other news, buy this and support your favorite osdeving blogger.
Today I ventured over to the University of Cincinnati to meet with Dr. Hal Carter, the computer science department head. My mom set up an appointment for me so that he could tell me more about the programs that UC runs for computer science and computer engineering.
He was rather amazed at what I already knew for being only 15. After talking a little about what he has taught, he was amazed to see that I’ve done work on Sourceforge, know C/C++, and have my own OS. He seemed kind of baffled how I taught myself all of these things. This makes me wonder about all the other programmers that are my age and have more skill than me. Maybe we could all benefit from a meeting like this?
After talking about the classes for a while, he then showed me around the campus. They had some pretty interesting things around. In one of the extra rooms (an old utility closet?) the graduate students have a room dedicated to themselves. In it were a few SGI octanes, couple parallel computer setups, and a custom designed gaming console they have been working on for a few years. If that isn’t cool enough for you, just having a keycard identification system won’t work. You need a custom one! These students wired the door up to a computer and hung a keyboard on the outside so they could just enter the keycode…
Next I went around to a few labs where kids were building circuits and designing them in CAD for their computer engineering classes. They sure have some super, heavy-duty breadboards in those labs… I found it quite interesting that they had so many SGI and SUN machines. They have several labs that are 100% SUN workstations…
Then we walked into a room with something that really grabbed my attention. Their server room was amazing. There were three, count’em, three beowulf clusters. One had 32 SMP machine nodes. The other two were 64 SMP nodes. One of the 64nodes was *brand* spanking new. To top off this multi-hundred thousand dollar setup. There was probably 5 Sun servers (don’t remember what type) laying around the room.
Didn’t see too much that drew my attention after this. Got to see the level 10 clean room and a few other pieces of equipment used in creating microchips.
After that I went back to my mom’s office and he said that he was amazed at what I knew once again. This is what seems kind of cool, he said that he could learn a lot from what I already know. Good or bad?
On the way home my mom decided I was going to go through the Chemical Materials department as well. Waste of time. I am ABSOLUTELY not interested in this stuff. w00t! I can see crystalline structures in a microscope and do things to them! They are needed no doubt, but that is not the field for me…
Today I also got some coding time in on osdever.net. The forums have come a long way over the past few months. It’s pathetic it’s take this long, but I have more important things to do I guess. Editing of posts should be done in maybe 30 minutes. After that it’s just moderator controls and the forums are done. I’ll probably do a code audit for security holes and optimizations after that is complete.
From there on it’s just finishing up the tutorials system, adding all the existing tutorials into the database, and tweaking the templates. :) Admin control modules can come later I guess, they won’t take that long to write.
In other news, multitasking is a PITA.
I’m also going to try something new here, weekly PHP tips. I’m not sure if I’ll focus on a designated area or just anything handy, but here is Week #1’s.
PHP Tip #1 - Week 1
This week I’m going to start with an essential security basic. Do not trust any data the user submitted to your site or that the user can edit. This includes query strings and forms usually. Make sure you do the appropiate cleaning of $_POST data.
I usually cast any number values to integers when I clean my $_POST vars. This means that any string that isn’t a number is set to 0. When I’m cleaning user data that needs to be entered into a database, I relyon mysql_real_escape_string to do the dirty work for me. I hope this little tip helps a few of you. =D
I’ve been trying to learn about setting up an irc server over the past few days. It has proven to be pretty interesting. I decided to go with Inspircd for the ircd and Anope for services.
I had quite a time getting them to work together, probably because I had never done anything like this before, but once I got it, they worked great. You guys are more than welcome to try it out. /server irc.codymays.net and join #main and tell me what you think. :)
Tomorrow I head off to the University of Cincinnati to talk to the head professor of the Computer Science and Computer Engineering department. w00t for connections? So the rest of the day and night I plan on coding the hell out of my OS. I still need to finish the multitasking rewrite. Hopefully by the end of today we’ll have threaded ring0 and ring3 processes.
I have been extremely busy with school this week, but tonight I had about an hour to do something. So I decided to try out Debian GNU/kFreeBSD. This is a very interesting OS to me because of my love of both Debian and FreeBSD.
Many people ask about the name. It stands for GNU userland and kernel of FreeBSD. Not only does it come with glibc and the rest of the GNU userland, but it also has most of the Debian packages ported over for use with the apt-get port.
I highly recommend people try it that may want to use BSD as a server, but can’t leave their linux setup. They are extremely similar with this setup. Only problem I noticed was that you need to manually run dhclient and reboot on the first bootup to get it to setup your nic correctly. Other than that, I’ll be looking forward to getting a working gnome or KDE port on this system. :)
The’ll be two huge new posts here within the next week or two. I am currently writing an article on FreeBSD that is 5 pages long right now and it hasn’t even hit the 50% mark yet. I have also finished the firewall finally. I ended up ditching the harddrive and buying a 512mb compact flash, so I will have it’s page up after the FreeBSD article. Stay tuned. :)