Interesting idea to regender text: http://regender.com/index.html. Maybe websites could use this based on a profile of the person that is entering their website to change the text they display.
Category: Web
ScraperWiki
I found this cool service call ScraperWiki. It allows you to write python, ruby or php scraper as well as a view. You can make the data public so others can view or private. You can also make a view for your data! So I think this is awesome!!! I think for my Adv. AI class… Continue reading ScraperWiki
Twitter: @tech5py
Well I got a twitter account. https://twitter.com/tech5py I doubt I will ever tweet anything, but I am planning on collecting data from twitter for use in my Adv. AI class. Cool thing is that if you google tech5py there is not a single hit! So, if I become popular 😉 then I will have a… Continue reading Twitter: @tech5py
Swarms within the internet
I was wondering if I had access to the data that AddThis collects if I could identify swarming within the data using the Shapley value idea? Might be interesting.
Web intents seem like a good idea. Can’t wait for chrome to make them available again.
Distributed 3d modeling using smartphones
You and your friends want to make a 3d model of something big!! Not just a toy or person. Rather your neighborhood or house. Something big. So the idea is to stitch together distributed 2d video to create a 3d model. You would use your smartphones that have gps, bluetooth, accelerometer, altitude data and compass. Send… Continue reading Distributed 3d modeling using smartphones
Xp-Dev web app
I made a php app to automate the task of creating group projects on xp-dev. As a GTA for CS321, I had to create 70 accounts, around 16 projects and then add the students to their project! That is a lot of clicking if you do it manually. So, I made a php web app… Continue reading Xp-Dev web app
New Theme
I really am liking this new theme. The text is easier to read and I like being able to choose the background. The background used to be my wallpaper for my computer. It seemed to go with the tech feel.
Adaptive websites
In AI terms the user agent’s environment when browsing the internet is their browser. So, if the browser could construct a model of the user’s behavior, when the user enters a website the model that has been constructed could be sent to the website in order to construct a personalized layout etc. Websites could possibly… Continue reading Adaptive websites
Automatic Subject Line Generation
I sometimes have a hard time thinking of what would be a good subject line for an email. It seems like the subject could be automatically generated based on the message with a combination of a word cloud, thesaurus, and learning based on the user’s inbox.