Older blog entries for jono (starting at number 105)

Sooz and myself went out last night and had some pub food. It was nice to just go out and relax.

We got back in and I decided I better check my mailing list email. I hadnt checked it for a few days and there were about 600 or so messages. I waded through most of that and send some replied which didnt arrive as it turned out. I will look into this when I get in.

There has been some interesting discussion on kde-usability. I started a thread regarding the redesign of the 'K' button on kicker (the panel). Some interesting ideas have floated around and hopefully this should be merged into 3.1.

Today I hacked at KWebStat and decided to abstract the tag storage and keep it out of the main KWebStat class. I think this is a better idea and the interface will be cleaner - wow...it looks like C++ FAQs is paying off. :) I wrote a TasgStore class to resolve this and also decided to implement read/writeConfigFile() in th class to keep it modular. I then hacked at the QMap tag store and I now have the tags written to the config file and read back into the QMap. I will now hack the tag settings box and I am away. :)

I am pleased how KWebStat is going. I have not worked on it as obsessively as the previous version (mind you, back then I was hacking that layed in bed in the middle of the night not needing to get up for work the next day). This version seems much more mature and easier to code. :) It will be in Debian one day...I hope. :)

Well...it is getting closer to the weekend, and I will be picking up my new Rhoads and much metal will be had. :)

Oh well...I better run...I need to pack my stuff up and get off home.

Seeya all!

Great band practice last night as usual...things are going really well. :)

I havent done much today as my lunch hour was taken up teaching Dom guitar. I do however on doing some KWebStat hacking tomorrow.

I send an email to Xandros for an interview for KDE::Enterprise - looks like it will be on the cards. :)

Seeya later all.

Had a great weekend full of metal...went out headbanging on saturday night and played lots of guitar. :)

Today we spent most of the day moving the office around. It sure looks a bit nicer and the damn photocopier (known for emitting shit) has been moved away from us. :)

today I also had a hack at KWebStat. The other day I added the tag editing box, and I worked on this today. I added some icons to the box and I am just getting the selections code written. Check out a screenshot here.

Right I am off...band practice tonight. :)

25 Jan 2002 (updated 25 Jan 2002 at 02:46 UTC) »

Today I finished off an article for Linux Format and submitted and then set out to fix some problems with KWebStat and KConfig. After some head scratching I realized a slight modification in design (to a better more OO approach) would solve it. It is now fixed and merged into the CVS.

Today I was attempting to update the band website and realized that my Apache is positively knacked for .php files. I will look into this tomorrow.

I got in tonight and tidyed up my room after setting off a compile of KDE. The room got tidyed a bit but the compile bombed out with some kded problems. I then noticed that Waldo has fixed it and it is compiling now. :)

My metal mate Al is coming up tomorrow for a weekend of metal, music and laffs. We are off out (about 12 of us!) on Saturday to a metal night and then we have a band practice on Sunday and Al will be aired the work we have done. Also my long time pal and brother of metal Paul is coming up. It's been a few months (we used to be in a band) and I am sure he will bring his bass up. :)

Seeya later all!

23 Jan 2002 (updated 23 Jan 2002 at 15:54 UTC) »

Hiya all,

What a busy few days...let me summarise.

I went to see Iced Earth on Sunday night at the SCALA in London. I went with Al, Steve, Ivor, Paul + Girlfriend and Keith. Much fun was had and I was at the front against the bar in the middle headbanging like a b**tard. They are one seriously good band.

The infamous stinkmobile - automobile of the innocent KDE hacker is going to be replaced with a Nissan Micra that my Grandad is selling. The stinkmobile was fun but it must go on to better pastures.

I have bought a new guitar! :) I have finally got my hands on a Jackson Randy Rhoads RR3 (well I wil have my hands on it when I get paid). It is indeed sweet, and check out a pic of it here. WARNING: Kleenex may be needed.

We had a band practice last night and it was stunning - it is cool when all the bits just fall into place. We taped some of it and it sounded cool on tape also - things are really picking up with this.

In terms of Linux, KDE::Enterprise has been getting some attention with some publicity in the Linux press recently. The business cases are coming in and it is building into an interesting resource. In other stuff I wrote some articles for Linux Format and submitted them, I have done some work on KWebStat [screenshot] and I have been sorting out some other KDE related stuff.

There is some interesting stuff regarding KDE on the horizon that I can hopefully reveal sooner or later...we will have to see.

Right, LUG meeting tonight; myself and the boy Jordan are off down to meet the crazy nutters who constitute our LUG for lots of drinking and eating and of course telling crap jokes. We may even talk about Linux. :P

Seeya soon!

Yesterday I added an interview with Conectiva to KDE::Enterprise. It has got on the dot and is causing some nice traffic. :) It is good that this is all showing KDE can be used in the enterprise. :) Got up today at 7.30pm. I think that is a new record. :) After McDonalds, TV and just a little bit more of doing nothing, I decided to hack KWebStat a little more. I got the config input and output working, and I added the ID settings dialog. I also got the QMap tag structure going. It is nice to see it all coming together. :) Tomorrow is going to be fun - I am off to see Iced Earth (superb metal band) in London. Lots of moshing and hanging out with mates will be had. Well, it is 5.16am now and time for bed. Seeya later!

Today I have been sorting out some writing work. I should have a few articles confirmed and some reviews also.

I had an interesting chat with Shawn Gorden from theKompany today. He is a sound guy and has some interesting ideas.

I finally got subscribed to kde-devel today after some time. MY mailing list use is quite sporadic but kmail has some features to expire messages which should help when I don't use lists for a few days.

Tonight I started doing a review of Quanta Gold which should hit one of the UK Linux mags over the next few months. I am just sorting out commisions and the like. I like Quanta Gold, and although it could do with some improvements, I find it a pretty solid web development platform.

Right, I need a shower and some sleep. Seeya later all!

Good news on the Debian front...another happy user is using Debian as we speak. Congrats to Lee. :)

Got some CVS stuff going today at work - we are going to be using it internally. It has been interesting looking at the bridge between Windows and a Linux box that CVS and SSH can provide.

I also set up cvsweb on my laptop today to deal with my personal CVS. You can see it at this site if my laptop is on. I am planning to get to grips with virtual hosts over the next few weeks, so this will all be changing quite soon.

I did some work on KWebStat today regarding the port to KDE 3.0. I have decided to investigate a whole new way of dealing with tags - a much more dynamic method will ensure more tags can be edited and be more flexible - I may even look at tag parameters. Instead of storing every tag in an instantiated QString, I have decided initially to read all the tags into a vector from the STL and then parse them where needed. This time around I am not going to be a chicken shit and cop out with the easiest to implement idea - this KWebStat should be pretty funky.

OK, time to get going home soon...we are gonna sort some more of Lee's machine out tonight, and I am gonna get lots of food and sleep. :)

Seeya soon!

Hi all,

Busy few days its been, and the grand ol' rewrite of KWebStat has begun in earnest. I have got my build system working, and got it on my personal CVS on my laptop which I will open up for anonymous access when I have the security sorted out.

Today I added the config box to KWebStat, and got some of the configuration file code written. It is still a way off release, but the fact that it is in CVS now means branching can be done, and more stable releases can be maintained as well as development releases can be worked on. I have a shedload of ideas for KWebStat, so keep your eyes peeled as it develops.

Had a jam with the new drummer last night and it was awesome. He is getting through the songs well, and I can't wait till the next practice (next tuesday).

Right...home time. Seeya soon!

13 Jan 2002 (updated 13 Jan 2002 at 06:21 UTC) »

Got my laptop through from Dell. Ahhh it is nice. I have got Debian on there now and it is all running pretty smooth. KDE3 is on and mostly fine apart from some CVS bugs.

An interesting announcement was out today about Hancom and Korea making an agreement. I am sorting some things out to get a feature on this on KDE::Enterprise.

Anyway, it is 6am and time for bed.

Seeya soon!

96 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!