Am I totally bonkers, or is there no Gnome equivelent of knetworkmanager for Gnome? This seems like a huge missing piece. (Knetworkmanager is a wireless network browse and configuration tool – a standard component of any modern OS).
I’m currently experimenting with using Gnome as my primary OS, and so far it’s doing quite well, but not being able to browse and connect to wireless networks graphically seems pretty glaring.
Or am I just missing something?
Author: Dave Shevett
A beautiful view, a grumpy situation.
Today I made an unexpected trip up to our Maine house after a friend of ours (who has an all season house just down-lake from us) let us know he saw some damage 2 of our sheds.
When I got there, I found all 3 of our outbuildings had been broken into sometime, I’m guessing, in the last month or so. It looks like the only thing that was stolen was a toolbox from the tool shed, but the damage to the door of the shed will require replacing the door (and frame). Blah!
At one point working around the house I turned around and saw this view out across the lake, so I had to take a picture. It’s on my iphone, so what I could do with the image was limited, but it’s a beautiful view of the frozen lake and the ice on the trees.
OLPC – Why we’re doing it.
For anyone who has asked “Is it working?” or “So these things are for kids in developing countries. What happens when they get there?”, there is a fantastic article up on OLPC News called OLE Nepal Notes from an OLPC Deployment. It details a six month old deployment of 135 XO laptops to children in Nepal.
Some choice bits:
0 laptops stolen, lost, or otherwise missing. One laptop has been seriously damaged when the child who owned it cleaned it carefully with soap and water. Otherwise no laptops have been seriously damaged as a result of use.
We conducted four days of teacher training off-site and five days on-site in the classroom with both the students and teachers. A large portion of our teachers had never used a computer before but they learned very quickly. Their enthusiasm was amazing. Training during the off-site sessions formally ended at 5:30 pm but the teachers stayed in our training room each night until 11 pm, pounding away on the XO’s and asking endless questions.
I am continuing to contribute to the program whenever possible by helping out with the support queues and other discussions on the mailing lists. But there is also a need for software to be written. Most of the XO runs on Python, a language I very much want to learn, and seeing this list of ‘most requested applications’ just tickles that interest further:
- Easier way to play music and video
- A better E-Book reader
- A lot more activities for learning English
- All the Nepali textbooks in digital format
- A comprehensive digital library with lots of Nepali-language reading materials
- A Typing Tutor program for learning English and Nepali
- Interactive learning activities that match the Nepali curriculum
- A car racing game (the kids)
This naturally during my copious spare time… But what a noble cause.
When will it End? MacOS on an iPhone??
Have to share this image. Perley has installed a Mac emulator on his iPhone, and now has MacOS running. I’m not sure to be blown away or horrified. I think I’ll do both.
A Scary Metric of my Geekitude
I’m sort of frightened that I’ve either owned or worked with virtually every Obsolete Technology computer pictures page. A few I had to think about a few minutes, but I’ve owned about half of those machines at one point or another, and either supported or worked directly with another third.
How to Repair a Herman Miller Aeron Chair
As most of my readers know, I have a very nice Aeron chair that I got when I was working at home full time. The decision to invest $600 in a single piece of furniture I was going to use day in and day out wasn’t lightly taken, but I needed something comfortable, durable, and designed for my size and weight. An Aeron size C from ebay fit the bill nicely.
I’ve had my share of problems with it, including a broken ‘pan’ seat and a damaged lifter. The seat was covered under warranty, and I was able to replace it myself, but the lifter needed a trip to a local repair shop.
The last couple weeks, the chair has refused to recline. The levers on the left side that allow forward and backward motion were ‘locked’ in position, and I couldn’t undo them. It was making me not want to sit at my desk – and even though I’m not working fulltime at home, I know that if there’s something that makes an experience less than enjoyable, I’ll avoid it. So I was sitting on the couch with my laptop or working downstairs.
Last night, I decided to haul out the toolbox and see what could be done…
Continue reading “How to Repair a Herman Miller Aeron Chair”
Yearly BOINC Reminder
About once a year I toss out a reminder that I have a BOINC team actively chewing away on a variety of projects (SETI@Home, Rosetta, Folding, ClimatePrediction, etc).
Out of 78,000 teams worldwide, we are currently at position 1197 – at our best, we were at 662. I’m guessing a lot of this has been attrition. People replace computers, and don’t restart the client, or shut it down for various reasons.
I’ve recently restarted my processes, and also added a couple machines from my work pool. The new machines have definately shown a spike in average credit being reported into BOINC, but I could use a couple more CPU’s online!
If you have some spare machines, or desktops with screensavers, please consider joining my BOINC team and putting those machines to good use. The projects that BOINC works with are all for good causes – cancer research, global climate predication, searches for aliens. Cmon!
CONGO – And so we go to alpha testing
On Sunday night I released CONGO v2 into alpha testing. The first client to be using the new platform wants to be up and running on January 1st, and this is on-schedule. The last couple weeks haven’t quite been a death march, but there has been a helluva lot of code written, checked in, and tested. The log of messages posted to congo-dev tells the tale. While November wasn’t as intense as October, we still did over 105 commits against the server. The CONGO v2 codebase is rivalling the original system in size, though now it is entirely java based (the old system was part PHP, part Java).
I’m pleased with how the system is coming along. An entirely new payment interface, refactored contact information, and a new Events module for managing activities at conventions is worked into the new model (though not all of it is complete yet). I’m satisfied with the choice to move to using Struts2 as my web framework, but my dissatisfaction with OGNL grows daily. Why OGNL was necessary for the struts tag library, when the expression language (EL) was around is beyond me. For most of my code I’m replacing struts tags with JSTL and assorted libraries, and using EL for referencing action, stack, and session based content.
The next 2 weeks should see the last pieces of functionality falling into place, at which point we go into beta testing. All coding should be done, and we’ll be tuning the system for “go live” on January 1st.
After that? Well, due to the awesome new build structure, I’ll be able to release CONGO v2 for use by other folks. The system is now self-installing and configuring, so setting up a new host to run a convention is an order of magnitude easier than it was in the past. Stay tuned for details on how you can download CONGO and install it for your convention!
MPD Music Server – A followup
So a week or so ago I posted about setting up a music server based on MPD. The whole setup has been running along for a few days now, and so far I’m impressed.
There were still some loose ends from the original install. One was getting audio streaming working properly (the initial install was just playing through my Bose Lifestyle system via a patch cable). I wanted to be able to stream audio to laptops and other computers. This required setting up Icecast – a feat not as complex as I feared. Icecast is in the Ubuntu package archives, so installing it was just a matter of “aptitude install icecast2”.
Configuring Icecast and MPD was pretty simple as well – I followed a few references on the net, and had it running in about 10 minutes.
One of the other changes I did was moved from using Sonata to using GMPC from Qalaxy. I found it has a much better interface and is more comprehensive in it’s functionality.
The other client I installed is called ‘Pitchfork’ – a PHP + Ajax based web client. Unfortunately, it appears to have gone into abandonware mode, and it’s website is down. I found someone on #mpd on Freenode that had a copy of it, and I installed that directly. It’s a handy, decent web front end that has the added bonus of having a built in audio streamer – so you can listen to the Icecast stream directly via the browser. Nifty.
The rest of my time has been taken up importing music. I had various music archives lying around, and of course my own fairly hefty CD collection. Ripping CD’s seems to go fairly well using Grip – even so, it’s a slow process. Fortunately I can do it while doing other things – I just haul down one of my cd books, and start feeding them to the laptop. When I finish a few gigs, I copy the entire directory over to the server, and tell MPD to update.
dbs@yawl:~$ mpc stats Artists: 1459 Albums: 2066 Songs: 25235 Play Time: 2 days, 16:12:08 Uptime: 3 days, 12:05:52 DB Updated: Fri Nov 28 22:15:14 2008 DB Play Time: 73 days, 7:11:13
I’ve introduced the roommates to the server, and pointed out how they can listen to music stored there. Having only one audio stream is going to be a problem as more folks are interested in listening to what is stored there, but for now, being able to save and update shared playlists and switching the current music around remotely is a big enough win, I’m not going to worry about the next stages until after we move.
A manageable fillup
A year ago, filling up the van with gas cost somewhere around $80. Now that I’m commuting 60 miles a day, having the price back down is lovely.
If it stays here long enough for us to move, I’ll be happy.
Modernized Maxims
From a conversation on IRC today:
“Never underestimate the bandwidth of a backpack full of USB thumb drives and a bike messenger.” -Nathan Mehl
This arose after I remarked that copying files to a pen drive and walking it over to the server is a faster way of moving a couple gig of data than uploading it over the wire.
Twitter. I haz it.
We’ll see how this goes.
planetg33k.
Very cool optical toy.
See the runner – grab onto the black stripes on the right and slowly drag it to the left. This was billed as an ‘optical illusion’ – not sure if that’s apropos. You’re not being ‘tricked’ into seeing anything. It’s as much an ‘illusion’ as regular frame by frame movies give the ‘illusion’ of motion.
Thanks to the Bad Astronomy Blog for this one.
Compiz memory leak?
Recently I’ve started working on an all-linux laptop (named ‘algol’, more on this later), and I’m enjoying using Compiz as my compositing window manager.
Unfortunately, I’ve noticed a problem with memory usage. It appears to be connected with suspending and resuming the machine (which works fine, except for this). Compiz memory usage skyrockets on restart:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 4610 dbs 20 0 848m 626m 5068 S 1 31.2 13:40.13 compiz.real
(Yep, that’s a resident size of 626 megabytes, on a 2gig laptop. I’m a Java developer, I’m used to large memory footprints, but when your window manager outshadows the footprint of your IDE, J2EE server, and compiler by a factor of 4, something is amiss).
After a logout / login, the footprint drops to ‘sane’ :
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 14990 dbs 20 0 221m 17m 6552 S 0 0.9 0:00.98 compiz.real
A very fast suspend / resume I just did did not make the footprint grow… I’m wondering if it has to do with big screensavers or something (since last time I restarted, it came back up running a GL screensaver). More details when I have ’em, but anyone have an idea what might be causing this? I hate having to restart my entire desktop environment when I resume.
Music Server Remote Access with MPD.
It seemed like a simple question. Consider the problem of [a], a collection of ripped music from a large CD collection, [b] a server containing said mp3’s, located on a bookshelf in the corner, [c] a very nice Bose Lifestyle 48 audio system, and [d] a couch potato like myself wanting to listen to that music, but not willing to walk over to the workstation, hook up a monitor (it’s normally headless), and play something.
There were several things I wanted under the general heading of “I want to listen to music stored on that machine,” but no clear path in sight.
So how to approach this problem?