lostcarpark: (Lego Spaceman)
This won't be of interest to most of you, but for any web developers...

I have been using a lot of Microsoft ASP.NET at work, and I've been quite impressed by it, especially around the database abstraction and AJAX development areas. So much so that I was considering moving some of my personal web projects to this platform.

However, there were some things troubling me, particularly around the area of ViewState, which can really cause web pages to bloat if not used carefully. The problem is that sometimes coding around ViewState to keep page bloat down can bring pack a lot of the work ASP.NET is supposed to save you from.

So, I've been looking at how some of the same things are done in the latest implementation of PHP, in conjunction with the PEAR library, and I have to say I'm very impressed by what I'm finding. Some of the PHP5 language developments turn it into a really lovely object oriented language. Meanwhile the PEAR library is turning into a wonderfully rich class library that has the potential to be a strong rival for the .NET framework. I've been getting to grips with the MDB2 database abstraction class, which really strikes me as elegant giving a lot of rich features with a high level of performance, while avoiding tying your code to a particular database engine. .NET, by comparison, seems to encourage you to use classes tied to one particular database over the more generic OLEDB classes, which always seemed a retrograde step to me.

And there are some nice-looking AJAX extensions in PEAR, which look very attractive without requiring huge amounts of code.

I'm still keeping my options open, but it looks like PHP/PEAR is in front for my personal sites for the moment.
lostcarpark: (Lego Draco on Buckbeak)
This might not have been a smart thing to do...

There's a programme called Junior Achievement that my company participates in whereby volunteers spend one morning a week in a school, working on a project with kids. There's some teaching, but it's meant to be a two-way interactive process.

I put my name down for it last autumn, and had a brief conversation with one of the organisers, but hadn't heard anything since, and had almost forgotten about it. That was until they called me back last week and asked if I would like to take a class on this term. So tomorrow, I get trained on the programme, and next week I'll be in the deep end, working with a class of primary school students.

I must confess I'm a little nervous. Let's hope they're not to rough on me.

Wish me luck!
lostcarpark: (Lego Spaceman)
There was a time when those words would strike fear into the heart of every computer user: lost files, hours of work down the drain, when did I last back up?

But not today. Today PC World have announced that they are going to stop stocking floppies when current supplies run out (which may take quite some time). They probably didn't need to bother, as most PC users haven't bought a disk in years, and there probably quite a few who wonder what that rather odd slot in the front of their PC is for.

But still, I will miss the contrary old buggers. Even now, there are plenty of times when they get you out of a hole. It can still be quite useful to boot up DOS from floppy to run some low-level diagnostics.

But I guess we must move with the times.
lostcarpark: (Lego Manga Figure)
Wireless broadband seemed like a good idea, especially considering it included a free VOIP phone line, which could allow us to get rid of our land line, saving €24 for line rental.

And for the first month or so it was very good, although there were occasional outages that made us hesitate about cancelling our phone line.

But since the new year it's been a bit rubbish. We've had several periods lasting from hours to days with no signal, and when we have had signal, it's tended to drop at random moments. The last few days, it hasn't managed to stay connected for more than a few minutes at a time.

So today the broadband guy came out to check it. He changed the modem box and checked the alignment of the aerial on our roof, and after a bit of headscratching, he determined that we were no longer able to get a strong enough signal for the service to work for us. It looks like some new building works might be directly between us and the hospital, where their antennae is located, blocking the signal.

So I guess it's back to DSL, which means a few days of dial-up while we wait to be connected.

Oh well.
lostcarpark: (Lego Spaceman)
If I ever did, I take it all back!

Some guys in Germany have built a production line for building Lego cars - entirely out of Lego bricks. It uses lots of Lego Mindstorms RCX robotic controllers to make it all work. You can pick the colours and it will select the parts and assemble the car. Very very impressive.

This link shows a 6 minute video of it manufacturing a car.

Beard Poll

Dec. 11th, 2006 01:19 am
lostcarpark: (Default)
A group of work colleagues and I have been growing beards as a stunt to raise money for the Irish Cancer Society. The official end was our Christmas party on Friday. We'd raised over €4,500 by then, which I suppose makes it worthwhile.

I was all ready to shave it off on Saturday, but a few people have been saying it suits me. I'm not sure, so I thought I'd throw it open to the unwashed hordes...

Me with beard

[Poll #886106]
lostcarpark: (Lego Big Air)
I am in London for a short weekend break.

Tomorrow I'm going to the Brickish Christmas Party, where I will spend some time with other Lego geeks. This takes place in LegoLand in Windsor. Although the theme park will be closed, we'll have exclusive access to the Lego shops there, and one or two special offers. It should also be a good chance to meet up some other like minded people. I'm quite looking forward to it. It should be fun, though I will have to resist the temptation to come home with huge amounts of Lego!

I'm not sure about Sunday yet. Anyone want to meet up for a drink somewhere in the London area?

Life has been a bit complicated of late, and I haven't posted very much. This is partly because I'm not comfortable talking about everything that's been going on in a big anonymous forum like LiveJournal. The problem then is that when I meet up with people in person, it gets hard to remember who knows what.

Hopefully I'll get to post a few updates over the next week or two.

The short version is that I've taking a long hard look at my life over the last few months, and at the end of it I'm pretty excited about the future.

Hope to meet up with some of you guys soon!
lostcarpark: (Default)

PB180032
Originally uploaded by LostCarPark.

We got a new terrarium for our lizard, Iggy. He's grown a lot and the old one didn't give him much space. The new one is about the same width, so it fits on the same table, but it's deeper, and a lot taller, so there's a lot more space for him. It has a built in climbing wall, and I was surprised to see him scampering up it quite quickly. He also has some branches to climb.

This might be a good time to mention that my sister, Brenda, has started her own business and opened a pet shop near Ashbourne. It's got off to a good start, and she's quite pleased with the level of business in the first few weeks.

More photos here.

lostcarpark: (Lego Spaceman)
Well, my new web server is up and running. It gives more space, bandwidth and (if it makes any difference) processing power than the old one, for a fair bit less money (at least once I've moved my sites and don't have to pay the old webhost any more). More importantly, it's running a virtual server that means my space is totally segregated. This means that I no longer have to run scripts in a reduced functionality mode to make sure that users can't hack each others' spaces. And it also means I have the privilege to install whatever software I want to.

Because I get a whole virtual server to myself, there was a bit more setting up, so while the server is up and running, I haven't got as far as putting any content on it. I now have to move all of my websites onto the new server so I can stop paying for the old hosting. The simpler ones should be easy enough, but quite a few have databases that will require a little more planning to move over.

Hopefully soon I'll be showing off some new stuff that will make you all go "ooh" and "aah".

Unfortunately, this has had some impact on my novel writing, and I haven't got as much as I'd have hoped. I'll just have to write faster. Still, I quite like some of what I've written. I think a couple of my characters do bear slightly too close a resemblance to some real people. Might have to disguise that in the next draft.

5923 words so far

A bit of a nightmare day at work. One of our overnight processes sent some wrong values to our Polish subsidiary, which they were up in arms about. I spent most of the afternoon trying to figure out why, and by the time we'd figured out we couldn't do any more without getting the DB guys (who'd gone home) to retrieve a different set of data for us to work from, it was after 7pm. I realised I had less than ten minutes to get to the only train in the next hour, so I ran all the way to the station, only to discover it was running five minutes late.

As I had a few minutes to spare, I decided I fancied some chocolate from a vending machine on the platform. It didn't even acknowledge my €2 as it swallowed it giving me nothing in return, despite a sticker on the front saying "guaranteed delivery or your money back", and more detailed instructions saying that the machine would always deliver product or return your money. Well, that's a lie, and they clearly have little confidence in their claim as they don't provide a contact number. My disagreement with the vending machine turned somewhat violent, but my efforts to gain any satisfaction from it yielded nothing but a cut finger.

Mark my words, that machine hasn't heard the last of me. It may have won this round, but the war has only begun. In the words of Arthur Dent, we'll see who rusts first.

In other news, it looks like AVG are stopping the free version of their excellent antivirus software. This is bad news, and it looks like there will be a lot of people running unprotected computers. I would have thought with Microsoft bundling Windows Defender and Malicious Software Removal Tool, which offers some level of protection out of the box, it would be a bad time to discontinue the free version.

NaNoWriMo

Nov. 5th, 2006 02:31 am
lostcarpark: (Lego Harry Potter)
Gosh, four days into the National Novel Writing Month, and I'm just about keeping my head above in terms of word count.

If I could keep from getting distracted, it would help a lot. I spent a lot of this evening working on a web system which might eventually become profitable, but in the shorter term should make it a lot easier to manage all (or at least most) of my web sites. Early days yet, but initial results look promising.

The first chapter (I hope) is nearly finished. I'm still plan to stay up and write a bit more and maybe get the chapter finished. I think this chapter was one of the more difficult ones for me to write, as there's a lot of personal stuff in there, and not much of the SF stuff that will dominate the later chapters. Hopefully once I get past this, it should get a bit easier to write, and hopefully I can catch up a bit.

Exit at 4619 words
lostcarpark: (Lego Spiderman)
I went to see Children of Men with James and Catlast night, and I have to say it is the best movie I've seen all year.

No major spoilers, but just in case... )
lostcarpark: (Lego Harry Potter)
A while ago I posted asking for ideas, I promised to somehow incorporate every idea, no matter how outragous, somewhere into the novel. Unfortunately I didn't get many responses. So I'm going to try again, but this time be a little more specific...

If you are reading this, and can spare just a couple of minutes, please reply with the following:

1. The first fictional character name that pops into your head. Preferably something that's not copyright.

2. That character's most heartfelt desire. It could be something they want to have, something they want to do, or something they want to be. If you can think of it, a few words on why that's important to them would be great too.

3. Something that happens to them. It could be something to do with 2, or it could be simething completly unrelated, but from their point of view it's a pretty big deal. If you have any thoughts on what this means to them or how it affects them, I'd love to hear those thoughts too.

I promise to use everything that people post in the novel. Some of them may turn into major characters while others may stay in the background. This is no reflection of the individuals, and is purely based on how they fit into the plot outline I've been working on for the last few weeks.

Oh, and for anyone unfamiliar with NaNoWriMo...
lostcarpark: (Lego T-Rex eating Jar-Jar)
Got about 100m from my house this morning to find the Gardaí and Customs had set up a road block and seemed to be looking in boots of a lots of cars and vans.

I suspect they were looking for fireworks, but I wouldn't have thought of our road as a busy smuggling route.

Jabba's through with you. He has no use for smugglers who drop their shipments at the first sign of an Imperial cruiser.

Torchwood

Oct. 22nd, 2006 10:12 pm
lostcarpark: (Lego Daleks)
It's early yet, but I'm quietly impressed by the first two episodes of Torchwood.

Possible minor spoilers behind... )
lostcarpark: (Calvin)
Somebody has cleared the browser history in my web browser, which I find quite annoying for two reasons.

First, and most annoying, it means that all of the links I've visited are no longer a different colour. There are a couple of sites that I use this to tell what pages I've visited, so it makes it really hard to know which pages I've seen, which I find really irritating.

Second, it's logged me out of all the websites that I like to stay logged into. Some of the passwords are proving tricky to remember.

If someone is kind enough to let you use their computer, it's fine to check your email or whatever, but don't go arsing about with their settings or messing things up.

Rant over.
lostcarpark: (Lego Harry Potter)
In a few weeks it will be November, which means novel writing time again.

I think I have a good idea for the main story, but there's going to be a lot of odd stuff going on in the background.

Give me an idea and I promise I'll squeeze it in somewhere. It doesn't matter how bizarre it is, in fact the wierder the better. Just post something that you think I should include in the novel.

Challenge me.
lostcarpark: (Lego Spiderman)
No really, I don't.

But sometimes I can't resist.

===
The first five people to respond to this post will get some form of wearable art/art/food, made by me, about them. I make no guarantees about quality or type, but I promise that I will put considerable effort in and that the wearable art/art/food will be individual to you. So if you get a mixed CD or some sort of painting, doodle, jar or baked item, yours is the only one like it.

The only catch, of course: as with most memes, if you sign up it is desirable that you put this in your own journal as well.

Also, I make no promises about response time. I'll try to do them in a timely fashion, but I can't guarantee inspiration will strike immediately ;)
===

I think it fairly unlikely I will be making anyone food.

Copied from [livejournal.com profile] hawkida
lostcarpark: (Lego T-Rex eating Jar-Jar)
...why do a lot of Chinese people seem to want to talk to me?

January 2016

S M T W T F S
     12
3456789
10111213141516
17181920212223
24252627 282930
31      

Syndicate

RSS Atom

Most Popular Tags

Style Credit

Expand Cut Tags

No cut tags
Page generated Mar. 16th, 2026 02:08 pm
Powered by Dreamwidth Studios