Some pictures from our (FSFE) booth at Internetdagarna.
Stian (FSFE), hard at work during a break.
Oscar Swartz poped by (see him at FSCONS)
Jonas Öberg drinking coffee
and me, writing this blog post
Some pictures from our (FSFE) booth at Internetdagarna.
Stian (FSFE), hard at work during a break.
Oscar Swartz poped by (see him at FSCONS)
Jonas Öberg drinking coffee
and me, writing this blog post
I am currently at Internetdagarna in Stockholm.
Should I’ve been busy with FSCONS instead? Well, to be honest I think we have it under control. And during the lectures/presentations up here Stian and I can write the missing documents for FSCONS.
I needed all revisions of a file stored in CVS. In bazaar and other newer VCS this is a non issue since all the revisions (history) can be found in your local checkout/branch.
Anyhow, I needed all revisions of a file, let’s call it Y. This is how I did it.
FILE=Y
for i in $(cvs log $FILE | grep revision | awk ‘ { print $2 } ‘ | grep -v revisions) ; do cvs update -r $i $FILE ; cp $FILE ${FILE}.$i ; done
Again, perhaps not the right way. But it works.
To remove as many potential problems as possible for the upcoming FSCONS we pre installed 9 laptops and tested them on the projectors all around the IT Univ. Took a while. Especially to get xorg.conf right.We had to add a Virtual subsection to the Screen. The computers are old IBM/Lenovo T60.
Anyhow, here’s the Laptop setup team. The X team?
Patrik Willard eating Kebab … while I am working hard
Pontus Andersson
me ….. no further comments
Mattias ‘matmat’ Mattsson
Woopps, I have completely missed an email from Mathieu saying that there’s a Ubuntu version of GNU Xnee ready.
Here’s a link: http://packages.ubuntu.com/intrepid/x11/xnee
We are getting really close to FSCONS, a conference which I am co organising. In just eleven days we’re opening the doors. Wow. But as we’re getting closer I am beginning to realize that I will probably not be able to see any presentation at all. I will spend all the time running around making sure everything works as it should etc. Same as last year.
So in a way I am looking forward to FOSDEM. I can go to what ever presentation I want. I can skip a presentation and chat with some people instead. And go out for a nice dinner and don’t think about the next day.
But even if I miss every presentation, the whole FSCONS thing is going to be so fun. Just as it was last year.
A new version of GNU Xnee is out for testing. 3.02.91 can be found here: http://alpha.gnu.org/gnu/xnee/xnee-3.02.91.tar.gz and the usual mirros
Why a new ‘beta’ release?
During a lecture I found two bugs in some test files of GNU Xnee. Not good. While fixing them a bug in the –retype-file functionality was reported, thanks gilhad!
Will check it all into to CVS (will switch to bazaar soon) and start all over again…. hopefully the coming week we’ll see a new version of GNU Xnee, 3.03.
Computer Sweden asked me a couple of questions the other day for the coming FSCONS The short interview is in swedish.