My coding projects blog

Tuesday, June 02, 2009

Web design website

I need to make a modern web design website... for websites integrating new technologies such as googlemap, facebook, etc.

Baramap

Perhaps i should start by designing a logo for it.

RFID antenna and reader

I must make an RFID sniffer, then a reader and writer.


RFID sniffer:
http://www.openpcd.org/rfiddump.0.html
http://gnuradio.org/trac/wiki
http://www.ettus.com/
http://events.ccc.de/congress/2005/fahrplan/events/769.en.html


RFID reader/writer:
http://www.openpcd.org/about.0.html

I need to go get an evaluation for the price of all the parts...

Wednesday, May 17, 2006

Markov chains

What i need is to set a goal, and use markov chains to have the program reach that goal.

For example if i want the program to convey a certain message ie. "i'm hungry" it will use markov chains to say that, once it has reached that goal some sort of checksum will be filled.

needs:
markov chains;
% accuracy counter;
goals.


Goals are created by interactions.

i can have functions contain certain values ie.
"Get me" = 1
"Music" = 2
"name %data" = 3

Saturday, April 29, 2006

Urgent self-note

Get back to work on this asa CV is complete.

Practice c++ with sudoku solver.

Monday, November 28, 2005

Puting it all together

I'll have more time for this when my exams finish off. And i convince myself to it.

Friday, November 11, 2005

Biometric identification

Monday, October 31, 2005

PAI: Resources

Eye:
Ear:
Skin:
  • /dev/stdin


Mouth:
Physical expression:
  • /dev/stdout

Wednesday, October 26, 2005

Project PAI (pronounced Pie)

Practical Artificial Intelligence:

Main Input Components:
  1. Eye
    • Webcam
    • Basic motion detection
    • basic shape recognition
  2. Ear
    • Microphone
    • Voice detection
    • Voice recognition
  3. Skin
    • Keyboard/mouse
Main output components:
  1. Mouth
    • Answers to a question
    • Any output sound functions (read, ...).
  2. Physical expression
    • Monitor
    • Warning signs, success sign.
    • output to inputed inquiry (answer a question).
  3. Action
    • Computation
    • Other non outputting orders
Brain:
  • Must acquire input, operate, and give output
  • Multitasking/threaded?: one thread (process?) per input, several threads per process?