Friday, September 30, 2011

Stock market, trading, options

I've decided to get my hands wet and start making some money the stressful way... with options trading!
Not only that but i am determined to use my software development knowledge to make an options pricer, as well as any tool that could aid me in winning in this gruesome stock market.

For those who don't know about options trading, i've got a learning section where you can learn options trading basics, and soon options trading strategies, to get started and start backing up your investments with solid contracts.

With the stock market as volatile as it is right now, it is the perfect time to get started with options trading and start making some serious money, the knowledge is here, and i'm putting it together on my site about options trading.

Go check it out!

Friday, September 17, 2010

MY alarm clock

#!/bin/sh

#random: od -d -N2 -An /dev/urandom | sed -e 's/[[:space:]]*\([[:digit:]]*\)/\1/
#mpg123 -Z -n `perl -e 'print rand()*time()%2000'` -k `perl -e 'print rand()*time()%2000'` -@ fullplist.txt >& PLAYED/played_`date +%d%h_%H_%M`
export LINES=`wc -l <>

while [ yes ]
do
export NEXT=`let R1=$((RANDOM % LINES)); head -n $R1 fullplist.txt|tail -n 1`
export R1=$((RANDOM%2000));
export R2=$((RANDOM%2000));
echo Playing $R1 $R2 of $NEXT >> PLAYED/played_`date +%d%h_%H_%M`
mpg123 -n $R1 -k $R2 "$NEXT"

done

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.

Monday, October 31, 2005

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?

Tuesday, October 25, 2005

Sourceforge

I'm now known as codeslim on sf.net.

My first project on here.

It will be a complete smart computer thingie. Sorta a global AI incorporating movement detection with a webcam, sound detection with microphone, and response.

heh.
This is a vague, VAGUE draft

Intro to project blog

I'll be blogging about my programming project here, there development, and i hope readers will be giving me ideas and rant.