Category Archives: Tech

Hundreds Click on ‘Click Here to Get Infected’ Ad

Hundreds Click on ‘Click Here to Get Infected’ Ad:

The fact that 409 people clicked on an ad that offers infection for those with virus-free PCs proves that people will click on just about anything.

haha, I’d like to see a breakdown of operating system as well or did they equate PC to Windows? well, IE almost always runs on Windows (I remember Sherry had IE on her Mac like 5 years ago though, don’t remember what cat that was, Jaguar maybe, or maybe the cat before that…)

Technorati Tags:

email parameter to gravatar is case-sensitive

I just installed the gravatar plugin to my comments display, I was able to see Tiffany‘s gravatar but not mine, I went in and edited my comment, changed my email address to all lower case, it worked. Looking at the code for the plugin, it uses an MD5 hash for the email parameter, so uppercase get hashed to a different key as lowercase… Very strange, not sure why they didn’t just use the email address as the hash key. Anyway, to get it to work I “downcased” the email address, but obviously this would not work if you registered with a mixed-case email address at gravatar.

Another thing to note is that to have multiple email addresses associated with a single account you have to “upgrade” to their “premium” service, this is kindda strange, they should at least allow like 3 email addresses. I just ended up registering 3 times with 3 different emails… So the single address restriction did not do anything but waste Amazon S3 storage and database records…

If you’re not a programmer and would like to get the plugin to downcase, here’s the modified version of the plugin, all I added was the strtolower() method.

function gravatar($rating = false, $size = false, $default = false,
  $border = false) {
  global $comment;
  $out = "http://www.gravatar.com/avatar.php?gravatar_id=".md5(
    strtolower($comment->comment_author_email));
...

Technorati Tags:

We’ve launched OnMyList! Check it!!

After a small private launch last week, I am very excited to announce that we have publicly launched OnMyList!! Our beta testers love it, and I hope you will too!

The 3 most important things to do with OnMyList:

  1. Check it out! Join it! Upload a profile pic! You can look through other member’s lists, rate them, comment on them. Please try to make at least 2 lists yourself. You can also blog lists to your blogs, or digg them!
  2. Tell all your friends about OnMyList! If you like it and you have a blog, write about it there!
  3. Send us any feedback you have, you can also post them as comments here.

That’s it! Go at it and have fun!

Technorati Tags: ,

Technorati got some serious latency problems right now

I used to have a “view blog reactions” widget from Technorati in the single.php and index.php of my template, today I just noticed my blog is loading REALLY slowly, after 5 minutes of investigation I narrowed it down to this Technorati script:

<script src="http://embed.technorati.com/linkcount" type="text/javascript"></script>
<a href="http://technorati.com/search/<?php the_permalink(); ?>" rel="linkcount">
  View blog reactions
</a>

I commented that out for now, their site is loading ridiculously slowly over here with my EVDO connection as well…

Technorati Tags:

hella busy

life has been good but busy as shit, sorry for not blogging enough… what I’ve been up to:

  • Ruby on Rails stuff, a ton of it… more on this at OnMyList blog, site is kindda in private Beta right now, first day has been good, test users love it so far, a ton of stuff to work on, obviously
  • looking for a place to live in San Francisco, almost found one last Sunday but the landlord wouldn’t allow Fee-Fee, sucks big time coz I loved that place… Looking more this week, hopefully will get lucky… I got everything like credit reports, pay stubs, offer letter, etc etc, ready on my SD card in my phone now, all I need is a nice place and the right timeframe
  • finally got a residential parking permit for North Beach (Area A), also picked up a $20 parking card so I won’t need quarters
  • working from wherever, coffee shops, at Sherry’s place via EVDO… She really needs to get Comcast and Airport Extreme…

Haven’t been on Superfuture much lately, might post a fit later this week… I’ve been rocking the 45rpm Jomons 90% of the time, there is not much noticeable fade, I guess it’s true that natural indigo jeans that were hand dipped >20 times don’t fade fast…

Free Plaxo Premium upgrade for Comcast HSI customers

Nice, if you use Comcast for broadband now you can get a free upgrade to Plaxo Premium by clicking here. I just upgraded my account, good shit.

plaxoed! » Quick Plaxo update [Mark Jen?s life @ Plaxo]

Our Comcast partnership was announced! Yes, that?s right, we are going to be powering the address book for Comcast. (btw, if you?re a Comcast High Speed Internet subscriber, you can get Plaxo Premium for free by going here)

Powered by ScribeFire.