Gl.ib.ly

(glibly); Just another techie blog.

Clearing long lived Flash cookies on Mac OS X

Posted by Tariq • Tuesday, March 16. 2010 • Category: Tidbits
Flash apps have cookies and they don't disappear when you clear your browser cookies. In the terminal type the following:
ls ~/Library/Preferences/Macromedia/Flash\ Player/#SharedObjects/*/


Surprised? You'll probably see a long list of sites you haven't visited anytime recently. To remove these creepy cookies do a:
rm -r ~/Library/Preferences/Macromedia/Flash\ Player/#SharedObjects/*/


The paranoid among you might want to create a script with a line like the following in there:
find ~/Library/Preferences/Macromedia/Flash\ Player/#SharedObjects/*/ -type d -mtime +7 -exec rm -r {} \;


This can be added to your daily cron task and will delete any cookie directories older than 7 days.
Defined tags for this entry: , , ,

Grooveshark and Flash memory consumption

Posted by Tariq • Sunday, March 14. 2010 • Category: Rants
I am not sure what to say in this post without saying too much. Let me start with WTF is the point of flash? If you know a good reason please tell me because I can't think of a single reason why I would ever use Flash over another solution. Let's take the example that instigated this post. Grooveshark, a somewhat nice service. Do a search, get an inferior quality track, play it, save it on a play list for when you want to listen to inferior quality music later. Great. Now surely searching for music and playing it can't be that difficult, right? If true then why the frack, pardon my Caprican, does it use 142MB of memory and lock up my processor to accomplish this task?

Grooveshark and flash eating up my memory while locking up my processor

I'll stop now. Grrr. Sorry, there's more. Sometimes you hear things like "crappy flash = crappy flash developer" in which case there must be some sort of satanic level conspiracy going on. If ... *deep breath * ... OAO.
Defined tags for this entry: , , , , ,