sugardeath

Eh

Posted on May 19, 2010

Charm - Command line program allowing managing of WordPress, Livejournal, Blogger, and quite a few other journal thingers.  Runs on Python. 

I honestly still have no drive to update this thing despite having an accessible client (the web interface is accessible, but.. :/).

Right now I'm trying to figure out just what the hell is going on with Groovy and SoapUI properties.  Groovy seems to insist on storing properites as strings.  This is fine, until I need to do some math on -- holy shit.  I can probably just store it as a global context variable, but I might get the same issues.

Nope.  Same shit.  Properties are strings, and none of the java functions (parseInt, getInteger, valueOf) seem to be able to pull the value of it!  GRR!

This should work.  It doesn't.  This is annoying.  I don't like trying to fix the same damn bug all day, but I've got nothing else assigned to me... soo...

Fellow tester just said 'sephamore' instead of 'semaphore' .....

Some Changes

Posted on July 25, 2009

The 2.8 update to WordPress (which I lagged on getting) introduced built-in threaded comments.  Previously I had been using a plugin to achieve this.  I disabled the plugin, enabled threaded comments, and found a theme that takes advantage of them.  Guess what?  The old threads stayed, so I think the new support is built upon the plugin I used.

I really like this new theme.

I've finally got around to getting an HTML version of my resume up.  I think it looks good.  Ended up having to make a few formatting changes to make it look good on the web that I eventually carried over to the PDF version (linked on same page) because I like 'em so much.

I also disabled comments on posts older than fourteen days, since that seems to be where most of the spam is concentrated (actually, it's like eighty percent on one post from two or three years ago).

Break Things, Please!

Posted on March 26, 2009

I posted this in my status on Facebook, but crossposting yields wider audiences.  Amber conscripted me to build a simple submission and voting script for an upcoming Doctor Who fanvideo contest.  I think I'm mostly done with it, which means that there's a ton of bugs to be fixed, naturally.  I've already gotten the obvious SQL injection one (look at one of the submissions on the vote page, it has a drop table statement in it that should've cleared all the submissions) and Richard already helped me fix one that came up if the page was open in two different tabs or browsers (just a simple check fixed it; a stupid one, but simple), but I want people to keep trying to break it.  Amber doesn't need it until the end of April or so, so I've got plenty of time to beef it up if anything is found. 

So, go for it.  Try all your stupid little user tricks, things I would never have thought of as the programmer (such as the multiple tab thing Richard showed me).

This project was really fun.  I got to learn some more php, expand upon my sql, learn how to use sql within php, and probably most fun of all: learn how to use ajax.  Since voters are to vote on multiple categories, I did not want to have to reload the page every time they voted in one category, that would be a waste of the voter's time.  Especially when the page gets to be pretty long with a ton of submissions (I'm assuming it will get long (there's twenty-nine categories after all), and that there will be a ton of submissions).  So, instead, when they vote on a category, it'll just collapse the form in that category into a "Thank you for voting!" message and the voter can go on unabated.  I like it, it's really cool :razz:

The thing logs based on IP address, so of course if you go to another computer and try to vote again, you'll succeed.  And of course if you use a proxy, etc. etc. 

--A dude just walked past my window and freaked me the hell out.  Looks like he was checking something on the outside of the buildings.--

Amber said that the people who will be participating are unlikely to go about vote stuffing in this manner since... well, they're generally fourteen year old fangirls who know shit about computers (though they can kick my ass at video editing, that's for sure). 

But yeah, try anything, everything.  And if you break it or find something that you think might be broken, just leave a comment on this post.

Also, yes.  It is intentionally ugly (this is Corey's big issue for some reason, and yet his IPRO site looks like it was made in frontpage).  I plan to just php include() them into Amber's site later on and CSS the hell out of them.

The link again.

I watched A Dog's Breakfast before going to bed last night.  It was surprisingly good.  It stars David Hewlett (Rodney McKay, Stargate: Atlantis), his sister Kate Hewlett (Jeannie Miller, Mckay's sister, Stargate: Atlantis), and Paul McGillion (Dr. Carson Beckett, Stargate: Atlantis; Young Dr. Ernest Littlefield, Stargate: SG-1 "The Torment of Tantalus").  The Hewletts again play siblings, with McGillion as Kate's actor fiancĂ©.  It started out a little.. slowish for me, but then just took a turn for the awesome.  Especially the cameo by Christopher Judge (Teal'c, Stargate: SG-1).  Holy hell.  He plays such a serious character on SG-1, and while I knew he was a funny guy, I didn't realize just how awesome he could be.  He really needs more comedy jobs.  It's a small cast, and it's basically all Stargate regulars, but it's so refreshing to see them all outside of the Sci-Fi genre doing some good ol' comedy.

I recommend the movie, even if you aren't a fan of Stargate.  David Hewlett's performance is top-notch and his chemistry with Kate is perfect (which probably has something to do with the fact that, you know, they're siblings and all).  McGillion is great too (one of my all time favorite actors on Atlantis). 

The Prometheus ship set/stage also makes an appearance, as McGillion's character is an actor on a really bad Sci-Fi show (where Rachel Lutrell, also of Atlantis fame, makes a cameo) that seemingly takes place aboard an advanced space ship.

Weird, I Wonder How That Happens

Posted on February 7, 2009

Im so sorry about that. There were some permissions issues with your
database server. Our admins have gone in and corrected the issue. Im able
to visit your site without any issues now.

I thank you for your patience while we corrected this.

If you need anything else, please let me know.

Thanks!
Mike M

Upgrades

Posted on February 2, 2009

I just upgraded from WordPress 2.5 (or 6?  I had been lingering for a while) to 2.7.  2.7 is surprisingly really nice.  Perhaps the best change is that the UI is no longer shit.  For nearly two or three years now, I've been running a plugin to change the admin interface to something more tolerable/usable, but now it actually... looks good.  And it functions well while looking good!  I am incredibly impressed.  I almost want to write more to get used to the interface / look at it more.