Archive

Archive for the ‘Dev Diary’ Category

RubyPress WordPress Replacement

March 26th, 2012 No comments
RubyPress

RubyPress

So a while back I had thought my WordPress install was getting exploited through some bug and decided I wanted to write my own replacement.. Turns out that bug had nothing to do with wordpress but was rather an issue with my host.. It’s been resolved, but that niggling desire to create my own blogging software stuck..

This is something I wanted to create from the ground up that would be a 100% “my own” solution to include even the look&feel theme of the thing and I decided that it would also be 100% open source from the start.

I wanted to use this project as a possible way to expand my horizons but I also wanted something functional that I could use and expand on quickly;  the more I thought (and still think) about this the sooner I wanted off WordPress, not because WordPress is a bad thing (it’s not) but because I wanted something that was fully mine that I could modify to my hearts content.

So with that, I moved forward with my project and started looking at which language I wanted to write it in.   After some consideration I decided to limit myself to writing the code in Python, Ruby, Node, or PHP.

I knew from the get-go that I didn’t really want to write this thing in PHP.   PHP is a great language but it’s getting a little long in the tooth and frankly some of the frameworks out there leave a lot to be desired.   Plus I have been writing PHP since ’96 or so.. I’m ready to move on..

Read more…

Categories: Ruby on Rails Tags: , , , ,

My own custom blogging software

November 3rd, 2011 No comments
Example

Click for Example

Final Update:  Okay.. I owe a huge apology to the wordpress folks..  After doing a bunch of digging this isn’t a wordpress bug at all, but rather a server exploit that someone used to edit a good portion of the .php files on my site in order to inject their shitty obfuscated iframe crap.  There were files that were edited completely outside the realm of wordpress, on my server that the wordpress user didn’t even have access too.. So wordpress is completely off the hook!  Sorry guys.

Now having said that I’m still planning on making my own blogging software for funsies.. but I am not feeling as much pressure now since I now know how to purge the iframes off and wordpress isn’t to blame.

 

Update: Click the image to the right to see the highlighted code that got injected into the site tonight.. I have no clue how it got in there and am actively taking steps to figure it out.. it’s magically there one second then a refresh shows its gone..   I have tested my codebase thoroughly and I can’t find it anywhere, nor can I find it in any of the javascript that is being called..  Either way,  Please don’t install or run anything that you download from my site.  Note: I’m deactivating all extra plugins for the time being until I figure out whats causing this.

As many of you know, I am very much my own special kind of nerd.  I enjoy doing many a’geeky thing that others wouldn’t even dream of.  To be honest, I think all software engineers have to be a bit brain damaged just to do their job.  Recently my own affliction has been leading me down the path of writing my own blogging and content management system.

Read more…

Categories: Programming Tags:

Hostgator Really Sucks…

June 20th, 2011 No comments
Hostgator Sucks

Hostgator Sucks

I have moved my hosting off Hostgator because frankly, they suck.     My site was suffering repeated down times, crashes, database disconnects, SSH daemon crashes/hangups, ..etc..

The big pisser for me though was the SSH restricted access that they had given me, combined with the more recent downtime..

For whatever reason I’d try to SSH into my account and it would fail acting as if there was no SSH daemon running..  I’d have to contact them via their live chat system, wait in queue forever for some support monkey to help me, only to have them either tell me that;  A) nothings wrong.  B) I don’t have an account with them or best of all C) “Oh yeah we changed the SSH port to ### now.. use that.. ”

Seriously?  You just up and changed the SSH port?  Why?!  It’s been 22 for ever.. Now suddenly its 2222? … WHY?!

Apparently their support team is filled with more assholes than a donkey in an iron maiden..

Read more…

Categories: Rants!, RSoW.com Tags:

SU-152 Tank Destroyer

May 22nd, 2011 4 comments
SU 152 -- Current Render

SU 152 -- Current Render

I have been playing a lot of World of Tanks lately — more specifically, I have been playing the Soviet Tank Destroyers and I finally got into the tier 7 vehicle;  The SU-152.   I liked the look of the vehicle enough that I thought it would be fun to model one up.

I also thought I would twist this project up a bit and do two things I haven’t done before;

  1. I will be creating this model in 1 hour increments, and will only spend a grand total of 10 hours on it.
  2. At the end of 10 hours, I will release this model to the wild for free.

Now I may work on the model more than 10 hours once things are all said and done, but my goal is to get the model mostly done in that 10 hour period and release it.  Anything I do beyond the 10 hour period is mine =)

Also, I will say that as far as WoT goes, the SU-85 is much more fun to play and will likely also get a model from me once I get this 152 bug out of my system.

So with that here we go.

Read more…

Categories: 3D Graphics Tags: , ,

Grid Computing and BOINC

March 13th, 2011 1 comment

My BOINC Stats

I really like the idea of community computing, or grid computing..  I’ve always thought it was a damn good idea and I always try to leave one running. I mean think about all the wasted computer cycles that your machine could be using to do good things with when you’re not around.

Especially if you set it up to be completely invisible like I do..  I never know its running because I have it setup to run only when my machine is idle, and I disable the screen saver portion of it in favor of just showing a blank screen.  Doing it this way I have generated over a hundred thousand points and turned in a lot of good results for them to chew on and I never even noticed.  Yay doing my part, by doing nothing.  Seriously it costs me nothing; why not?

Read more…

Categories: Dev Diary Tags: , ,

40k Grot Tanks

November 14th, 2010 No comments
Simple Grot Tank

Simple Grot Tank

So for giggles I have been doing some Modo work this weekend..   Warhammer 40k Grot Tanks amuse me so I thought it would be fun to make one in 3D..

I spent the first part of the weekend completely wiping my system and reinstalling windows, redownloading my copy of Modo from luxology and getting everything set back up..  It takes a while, but not too bad to be honest..

Once that was done I started working on the roadwheels and the track..

Read more…

Categories: 3D Graphics Tags: