7:12 PM - Coding
Today I had an interesting experience with a script kiddie. They started attacking this site. I've always hates captchas because they make it impossible for blind users to use websites. A few offer audio clues, but that is very difficult to pull off in UNIX. It's doable in Mac OS or Windows based servers.
I added a captcha to the signup page successfully. It was a shock as I've got a terrible cold. Cough medicine tends to make me very illogical. I have great difficulty concentrating on programming work.
I'm at least half way done with my programming assignment for Tuesday. The server piece is almost done and the client requires very little modification. It's a C based client -server messaging system. The client connects via TCP to the server and then waits for the server to process the incoming message. It's stateful.
I added a captcha to the signup page successfully. It was a shock as I've got a terrible cold. Cough medicine tends to make me very illogical. I have great difficulty concentrating on programming work.
I'm at least half way done with my programming assignment for Tuesday. The server piece is almost done and the client requires very little modification. It's a C based client -server messaging system. The client connects via TCP to the server and then waits for the server to process the incoming message. It's stateful.