[Update Mutweeps gets its own domain and is now on http://mutweeps.com]
@mutweeps a way to find mutual tweeps between you and other twitter users, give it a try
yes, i mean it, no more google reader for me, i just dud unsubscribe from all the feeds i had on gReader. why? well … my attempt to read all the internet failed, and turned into something you do because you have to not because you like to, i mean c’mon if i skipped reading for say 3 days my reader list gonna be huge, and most of the stuff just becomes outdated.
and like anything in life this is not final, i might get back to gReader when i find a way to handle it, mean while … im going to twitter

Fully featured visual database design package that includes database design, modeling, creation and maintenance from mysql.
They say it is open source software,well…, kind of, it is open source if you are browsing from a country that is not on thier blacklist , if not, and if you are using ubuntu then you are feeling lucky today because i got the package for you.
I love it when i work around thier stupid “blocking syria” system, feels so cool
I’m reading Pro MySQL, and just found those guidelines on indexing which look so helpful
- Analyze WHERE, ON, GROUP BY, and ORDER BY clauses
- Minimize the size of indexed fields
- Pick fields with high data selectivity
- Clustering key choice is important
- Consider indexing multiple fields if a covering index would occur
- Make sure column types match on join conditions
- Ensure an index can be used
- Keep index statistics current with the ANALYZE TABLE command
- Profile your queries
i know each one of these guidlines is a big subject on its own, but i think thats your job to search about it
