If you're looking for my resume, click here: pdf | html
To see my current side project [cuomo], click here.
To see my undergraduate research, click here.
To see my undergraduate AI project, click here.
work-related
If you have any desire to see one of the things that I've worked on at Academic Computing at the University of South Florida, click here. I am responsible for all of the links on the right side of the page. All of the links (except the first two) take you to pages that are created dynamically by PHP. Virtually all of the information that you see is pulled from a MySQL database on the fly. There are several administration pages that allow the content to be modified via a web front-end rather than a manual manipulation of the html itself.
what's been done:
- session variables for user_name, user_id, and class
- admins can now provide links in their posts
- add "Title" input box to post form
- test for title; display "[No Title]" if no title (provides reverse compat. w/ old posts)
- enable delete links
- log invalid password attemps; log user applications
- admin public / private announcements (message bases 1 and -1 respectively)
- create dynamic links by pulling from several places (eg. slashdot, the onion, ?) w/ a cron job
- add web interface to add message bases
- slashdot articles are now javascript pop ups
- decrement post count on user stats when posts are deleted
to do:
- continue to go through code, refining functions (eg. is_admin can be phased out now w/ $HTTP_SESSION_VAR['class'])
- add interface to change login message
- message to next user
- more dynamic everything (random quotes, links, ???)
- make things more configurable
- colors
- real name posts vs username posts
- min class required to see a particular message base
- refine message base admin page
- change all the message_base_ids of the messages in a deleted base to the id that represents our "junk" base
- refine delete links for messages so that when individual messages are deleted, they go to the "junk" base
- refine delete links for users so that "deleted" so that they actually just disable their account
- an admin should be able to then delete a user permanently from the disabled list of users menu
NEW to do's:
- allow users to edit their posts
write a game that learns - determine the appropriate combination of learning techniques - possibly start with a statistical learning model