OU blog

Personal Blogs

neil

doing some java

Visible to anyone in the world

Because I can't seem to get down to any maths I decided to open up netBeans and do some Java. It was either that or build a lego Turing machine. [Something that I will do sometime soon.]

My Java skills are rusty. Which doesn't matter too much, you can always learn a language if you know the basic grammars. I understand the Object-oriented paradigm, I know the patterns,  I can find code on-line. I'll get back up to speed fast.

I have two major advantages when it comes to coding: I'm under no time pressure, other that that my life is running out, and there's only me working on the code base. As soon as you involve even one other body, or you need to get it done by some date, you've made things much-much more difficult.

I decided to start the solitaire thingee all over again. When I die I'm going to be burned and have my ashes exposed to rats, because otherwise people will carve "always working on his solitaire programme" on my tombstone.

I'm not sure why I'm so oddly obsessed about this, I do know that I play solitaire at least once a day. That's more than I play chess or go now. And much of the time I play backwards.

Recently I've been wracking my head trying to discover a metric that will lead to a pagoda function for the english board.  I've been working on positions that I know aren't outs and seeing if I can add a peg to make them so. If you have a clump then you nearly always can. Which seems suggestive.

I suspect that what should have been a harmless conversation might have bent my mind.

We were sitting in the pub after a topology tutorial when Alan, our tutor, said that topology wasn't useful for anything [apart from the maths skills that we learn.] I wouldn't have it.

I wouldn't have it because there's something there that nags my solitaire head.

So, more programming and more maths.

Permalink Add your comment
Share post

Comments

Marcus Becker

VBScript...

I do VBScript all the time here at work... we got a new storage upstairs and swapped last weekend everything but the home directories to the new hardware.

Now my boss came up and said, we would need to update all the ~400 user' homepath attribute in AD by hand O.o I told him: give me 10min. *scribble scribble* Then I send him a dump from AD as csv file. Now he can update the path in MS Excel (preffered program by IT managers I suppose) and once finished I can parse it and write the info back to AD.

OK, I could have done it in Python on one of the DHCP Linux boxes, but just for a dump from AD? Then again, I would rather have used Perl since it has LDAP libraries and do not need to fiddle with other command like ldapsearch...

The language doesn't really matter as long as it gets the job done... maybe you should look at some other language?

Good luck with your program smile