Skip to content

{ Author Archives }

Did some house keeping on my blog

My blog was out of date, time to upgrade.

Tagged

Ooops, found a remote weblogic exploit

I accidently the whole weblogic. Found this gem today on accident:
ERROR: transport error 202: handshake failed – received >
ÿô< – excepted >JDWP-Handshake< ["transport.c",L41]
JDWP exit error JVMTI_ERROR_NONE(0): could not connect, timeout or fatal error
It’s executed remotely and I just happened to have the logs scrolling in another window and bam, server became unresponsive.

You and your comments stink

//This code is a piece of shit!!!!1!
//OMGZ, why are we doing this?
You’re as helpful as an art critic, and just as productive. Unless you’re going to pick up a paintbrush and repaint it (I’m keeping with the art metaphor) STFU.  Ok, done with the metaphor.
There should be a separate log for keeping a laundry list [...]

What’s on my book shelf

I needed something small to post to make sure I have a “June” archive posting. I know it’s cheating, but I have a few longer things I have in draft status from April that I haven’t completed yet. So I thought I would throw this up there.
Clean Code by Bob Martin
I’m about half way through [...]

Besides the fact it doesn’t work, it’s perfectly fine

I’ve said this a few times in response to people asking me to look into issues, let me explain what that means (or at least how I use it). In general, a feature requires a number of pieces to work in symphony in order to function correctly. If one of those things is incorrect, the [...]

Tagged ,

You Broke It You Bought It

There needs to be some type of “You Broke It You Bought It” policy in software engineering. I just encountered a situation where a developer deleted a piece of my code in a later release, either on accident or on purpose, and somehow I’m roped back into it. I’m getting emails telling me “You need [...]

Tagged , ,

Hit a snag with Netbeans, Maven, and testing utils.

I switched to Netbeans probably a month or so ago for this small side project I’ve started and so far I’m digging it. However I hit a little issue that Eclipse never had a problem with. I’m using DbUnit for integration tests and I have an AbstractDbUnitIntegrationTest class that does a CLEAN_INSERT on the database [...]

Tagged , , ,

5 Days of Wicket

mystic blog » 5 Days of Wicket.
I hope he’s successful because I really wanted to give Wicket a try for a project but got frustrated. I’ll be checking in on the progress.

Tagged

RegEx Ninja: Make sure a String does not contain a pattern

^((?!highLightRow).)*$
I wanted to make sure a string did not contain a piece of text, specifically “highLightRow”. The reason is I’m writing test cases in Selenium and I want to make sure a line does not contain an error. The way I know it contains an error is if the text looks something like this:

<div id="my-id" [...]

Tagged

Kate at Bear creek

I filmed this in February of 2009. It’s Kate going down our standard run.

Kate at Bear Creek from Jared Blitzstein on Vimeo.

Tagged , ,