somewhere to talk about random ideas and projects like everyone else

stuff


Spam... 07 September 2008

I’m getting a lot of spam (it’s showing up on my Akismet filter) on this blog now. I usually only get a few (~5) trackback spams (no comment spam). But now, I’m getting ~11 trackback messages OVERNIGHT, and I’m getting a few comment spams (basically unheardof). Just like two weeks ago I hit a TOTAL of 500 spam, now it’s close to 1200.

Strangely enough, I’m actually pretty happy of this. Spam is an indication of people actually visiting it. Even though virtually nobody comments (still a lot more than the early days of the blog).

And the stuff at http://antimatter15.110mb.com/phpfusion/ is really spammy now :( I built a quick-n-dirty spam filter for it, and it’s database is over 7mb !!!!


Google Chrome 02 September 2008

It’s awesome btw. The tab bar location is like opera, the new tab button is like IE, the password manager is like firefox, and buttons are like IE 8. I’m actually posting from IE 8, and it (being based on Webkit) works with the Ajax Animator.



Wikifying the Internet 29 August 2008

What if you could edit a copy of any site in the entire web, and have it persist? Well, I’m working on a bookmarklet that basically does the classic (javascript:(function(){document.designMode=”on”})()) but with persistance. It’s going to store all changes to the web page on a centralized patch server (app engine?) and anyone who clicks on the bookmarklet will be instantly be able to see previous edits and make their own.

So, what could it be used for? Well, you could use it to fix small typos on the internet, Update far-outdated pages/info, and let’s not forget, vandalize the home page of your arch nemisis. But as a wiki, everything can be reverted/etc. The design for the system is very nice, as it only stores the content modified by users, one way of averting legal action against me (i’ll also be sure to add disclaimers too :)).

Of course the vandalism part will probably be what happens, as with most Wikis (besides the mother-of-all Wikis). it’s still an interesting concept anyway. Maybe it’ll make people happier, when every time they view their (usually empty) adsense page and always find it saying $100,000.00 for their day’s earnings? And it’s not forced on anyone, and if it becomes open-source (it’s easily implementable anyway), the bookmarklets could be customized on custom servers, creating an endless amount of forks of the internet.

I only have a non-working prototype so far, i’m going to embark on a rewrite soon. And thanks to the App Engine team for raising the limit to the number of apps-per-dev.

As you know, I’m sorta taking a break from the Ajax Animator. It’s sometimes nicer to work on some smaller projects now and then.