Category: Website Related


Testing The PuSH


There’s this new thing called pubsubhubub (yeah it sounds stupid) that directly notifies feed readers when I publish a new post using ajax and all that fancy bullshit. Feed readers currently ping blogs every so often to check for new content. It’s the same as a kid in the car asking “are we there yet?” This should just go out an push updates (kind of like how GMail is pushed to iPhone and Droid). So upon me pushing post, I expect my Google Reader to instantly update. If not, fail. And this is what I do instead ofmy history paper and studying for two midterms. Ya heard?

Edit: Yeah that didn’t work. Maybe I need to changes my feed in Google Reader? But I don’t see any other feed. This is all new to me. I’m just trying to keep up with the latest web technologies. Jeeeeeez

No More Registrations


I just disallowed user registrations on this site. There is no point, since anyone can already comment on any post. It’s not like I have multiple people writing for me who need accounts. I keep getting email notices saying that some new person has registered. Well good for you for registering an account, but there is absolutely no point in having one, especially since less than 5 people read this blog. If you know me and need an account because you comment a lot and don’t want anyone else using your name, I’ll make you one. If you don’t know me, you’re SOL. Sorry.

Come on, WordPress…


You know what really pisses me off sometimes? WordPress. Never use the schedule post feature – it’s a useless piece of shit. WordPress allows you to write a draft blog entry and then schedule it to publish at a later date. Every time I do this, it always misses the schedule and then I struggle severely to get it published because it keeps scheduling it. Well maybe I don’t want it scheduled you stupid bitch, I just want it live. I set my end of the decade ramble to publish at 8AM and was supposed to wake up with it here. Instead it’s being a shithead and now I can’t get it published. This also happens on another WordPress blog I maintain. Could be a server setting, but it’s poorly documented. Fix your shit.

Edit. Okay so I Googled this a little bit. Seems like what happens is that WordPress runs a cron (automation) job. There’s a setting in wp-includes/cron.php where it checks every .01 seconds, so if the server is a slow piece of crap and can’t keep up, it misses it. I set it to check less frequently and that might work.

Change:
$cron_url = get_option( 'siteurl' ) . '/wp-cron.php?doing_wp_cron';
wp_remote_post( $cron_url, array('timeout' => 0.01, 'blocking' => false, 'sslverify' => apply_filters('https_local_ssl_verify', true)) );

TO
$cron_url = get_option( 'siteurl' ) . '/wp-cron.php?doing_wp_cron';
wp_remote_post( $cron_url, array('timeout' => 20, 'blocking' => false, 'sslverify' => apply_filters('https_local_ssl_verify', true)) );

A post (the decade recap) is scheduled for 11:45AM EST. It better work.


This Post Breaks A Portfolioso.com Record


You are reading post number 12 for the month of June. Why am I pointing this out and who cares. Well, it signifies the first time in website history that I have published more than 11 blog posts in one month. The last time I had 11 posts in a month goes way back to June 2005. Ever since I upgraded WordPress to version 2.8 and implemented a sick theme, it is much easier to use and more fun to blog. If you look at 2007 where I slacked off heavily, I hardly ever posted things because I was either lazy or disliked the system. Now, everything is awesome, so it is easy. Not that anyone reads this, but I post because I can.

I Love this Blog


If you are reading this from the front page of portfolioso.com, you should leave and click on the link to my blog. Have I mentioned how much I love this blog lately? I just upgraded this badass to WordPress 2.8 instead of going to bed. WordPress is the most amazing thing ever (well not really, but when it comes to blogging engines, probably). The iNove theme is amazing and it’s so purrrdy. The WordPress admin interface is so ballin’ I just can’t stay out of it (that’s what he said). In addition, it is organized so nicely that I can’t help but read my archived posts from way back. If you haven’t played around with the search, categories, tags, archives or any other feature on this blog, I suggest you do, because it is amazing and user friendly. Plus, you can learn a lot about me by reading my old stupidity (and see how much of an immature kid I was back in freshman year of high school). The only things lacking now are consistent updates that actually interest people. But now that the interface is so awesome, what more motivation do I need to keep blogging away?

Shameless plug…