Tag Archive for 'php'

Rails & The Hype Cycle

It’s eerie. I feel it. I feel it in the feed posts I should be getting.

There seems to be less and less feed items about Rails in general. I don’t know… maybe it’s just me… Obie Fernandez says otherwise:

Simply browse the ruby links on programming.reddit.com or the list of over 2000 ruby-related links on DZone to disprove that lie.

But I don’t know… just this gut feeling that I can’t shake that there’s this feeling of meh-ness in the community.

A lot of things have been leading up to this point for me. Working with PHP at work and having Java as the core for StatusFix (although I’m not actually doing Java, but just being this near to it… makes me feel a bit different) is helping me see more and more that there really is no silver bullet, no matter how much I want it.

But that’s merely just an aside. The point of this post comes from Global Nerdy.

Rails Hype Cycle

It’s very likely that we’re in or very near the Trough of Disillusionment stage in the hype cycle when it comes to Rails. Makes a lot of sense, if you ask me. The way I see it, the hype has worn off. And thank goodness it has, because finally, the Rails community can get to work on making awesome things and stop defending or attacking other positions.

As a crazed extremist that has to have his way, I feel like I’ve still got quite a long ways to go in maturing as a developer/manager. New technologies will come and go, and picking the right ones… well, that’s the hard part. It’s almost like… the stock market.

WordPress Related Fun: TextMate Blogging Bundle’s Time Zone Bug and UltimateTagWarrior

REMINDER TO SELF: Times are finally set to the correct Central Standard Time.

This is more of a summary post on what I’ve been doing with this Wordpress installation.

Tags Galore

I’ve finally taken some time with Wordpress, and it seems like Ultimate Tag Warrior is no more. Luckily, Wordpress has nice importers from people who used other tagging plugins in the past.

There are still a few bugs I have to work out with the code I changed when I did use UTW.

TextMate Time Zone Blogging Bundle Issue

I noticed this a while back, but never really looked into it. After poking around the int3rw3bz0rz, it seems like there was an actual bug with the timestamps.

Sidenote: Blogging Bundle. Holy crap, get some nested comments… or a forum… or SOMETHING ELSE. This is seriously why I think blog comments are broken, but that’s another project idea for another day.

Regardless, this is what you want. From the MacroMates wiki:

Specifying Date Created

There has been a few problems related to correct dates. This comes from the fact that the dateCreated argument (in the XML-RPC protocol) has no time zone info, and until WordPress 2.2 it was interpreted mostly as server time.

Starting with WordPress 2.2 this field is GMT and dates should be offset correctly.

Unfortunately WordPress 2.2.1 introduced a Z in the date format which breaks Ruby 1.8.2’s XML-RPC parser — so if you use WordPress 2.2.1 then you need to update your installed Ruby version. If you have MacPorts installed then you can run sudo port install ruby and update your PATH. See RubyVersionIssues for help with that.

Even more unfortunately, the next version of WordPress will revert its date handling to before 2.2 and so, after that release, dates will again use the wrong offset.

Just need to be really careful and just set the timestamp in the “Date” field by adding the appropriate amount of offset. For this post, I would have to add 6 hours to the hour every time I update to make sure I’m not adding a 6 hour offset.

Wordpress 2.3.2

Updated. Feels good to be back in the blogging game.

PHP and RSS

Why is it that the top two searches for the string “php rss” shows up as this:

php rss search on google

If you take some time to actually look at Magpie RSS and LastRSS (which I didn’t… silly me), you’ll see that they haven’t been updated since 2005 and 2004, respectively. For some silly reason, I didn’t think about PHP actually having an xml_rss function built into it, and it was only after out of frustration at these libraries not doing what I wanted that I stumbled onto the third link, the IBM article.

This just points out the fact that I’m still living in PHP4 land. Hooray for PEAR.

The More I Look Into the Past…

… the more I see the importance of what’s to come. And yet, it’s funny… I keep just staring into the past for more clues about the future.

I definitely had the case of the Tuesdays, if you get my drift. Things picked up at the end, but man, it just wasn’t a good day. Legacy code kills.

Just recently, I’ve been talking to a lot of people I’ve lost in contact with. I had mixed feelings whilst talking to them… a concoction of happiness and anger, intermixed with a twinge of bittersweetness.

My left wrist is definitely acting up. I feel like I should see a doctor lest I be crippled for life with carpel tunnel. And that wouldn’t bode too well with the career I have in everything Internet ever.

I’ve been voraciously reading up on the feeds. There are a few technical stories you should be on top of. Hopefully, my Google Reader feed is doing you guys a favor.

As with everything else that isn’t PHP or Symfony, I’ve not really had time to dive too deep into it. It might be because Rails was my first MVC framework or that Symfony is basically a not-so-perfect copy of Rails, but I feel pain every time I encounter a roadblock in programming in Symfony. Routing really annoying in Symfony, and the folders… they still annoy me. Maybe I’ll get used to it still.

I guess I should put something of interest with this post. I guess I’ll leave you with this picture from the Minnesota State Fair.

Deep Fried... Snickers Bar... on a STICK

Suffice to say, it was one of the most ridiculous things I’ve ever digested. I’m glad I just got to nibble on it, at least… so I could still be alive to tell the tale.

Yeap. It’s another random post.

Silliness in Siebel

Chalupa, Part 3

There goes the diet.

Been at Siebel for about 9 hours.

Instead of looking at the business-related “documentation” I’ve accumulated over the past couple of days (I cannot believe how useful my Entrepreneurship class notes packet is…), I’ve decided to go and wear the coding hat again.

More and more, I see these two natures battling within me. I really want to be able to wear the two hats well… do I really have to pick? Can’t I be both?