Old Stuff

Everybody’s hiring!

Wow, lots of “We’re looking to hire” posts on Planet GNOME today. So I might as well say, we, as in VMware, are looking to hire too.

I would try to really sell this place and embellish everything, but there’s no need. The company is so much fun to work at, and every manager I have talked to has been friendly, helpful, and without an ego problem. There are lots of little perks. Free snack food all day long, every day, once-a-week catered lunches, video game systems, DDR, weekly sports of several types during work hours, very flexible hours, weekly beer bashes, and company events (such as the company paying for us to see Star Wars Episode 3, picnics, etc.), to name a few.

I work in the Hosted UI group as a Linux developer. We hack on the hosted products, such as Workstation and ACE. The team is great. We do things together all the time, grab lunch and just BS the time away. We’re pretty productive, though, and the people on the team are all very smart. Every one of the Linux developers comes from open source, specifically from a Gtk project. The Windows guys know their stuff as well. All in all, it’s a great little community that is just a part of a larger great community.

The general rule is that every full-time developer gets an office, which is shared with one other developer. In our team, we all have window offices. Makes for a nice atmosphere.

The pay is very nice, and the area is great too, if you live in Palo Alto. We have a currently very small Boston office we’re setting up, but I honestly don’t know the details with that. It’s not very big at the moment. The team I’m in is exclusively in Palo Alto.

I’m not exaggerating a bit when I say that VMware is the type of company I have always dreamed about working at. Most days, I look forward to going to work, unless there’s an annoying bug I’ve spent days attempting to fix without success. 🙂 We are picky about who we hire, but we are definitely looking for some skilled Gtk+ hackers. We’re open source and Linux friendly, and try to contribute back in one way or another when possible.

If anyone’s interested, please contact me.

Everybody’s hiring! Read More »

Take back your vacation!

Wow, what a fun week. VMware bought tickets for everyone to go see Star Wars Episode 3 for yesterday. Yesterday’s whole day basically included us going to the movie theater, standing in line, watching the movie, and then either going home or doing a little bit of work and then going home. All in all, it was a relaxed today. And I must say, I liked Episode 3.

Today was another non-work day. In celebration of our Workstation 5 release, we spent the day at Santa Cruz Beach Boardwalk. We had food, volleyball, rides, laser tag, miniature golf, and VMware beach bags, all paid for by the company. The day ended way too soon, but it was so much fun. It was my first time going there, but I fully plan to go back with Jamie or family at some point.

Back to the work Monday, though. What’s kinda cool is that these two days of relaxation were the break I needed to come up with some solutions to coding problems I’ve been dealing with the first part of this week. By next week, my current project should be a lot further along 🙂

Take back your vacation! Read More »

If you’re going to invest, don’t invest in llamas

The Motley Fool had some great 401(K) advice. They say that if your 401(K) lets you invest in llamas, consider moving to a job where the owner is not insane, as llamas cannot possibly help your retirement. I think they understimate the power of the llama.

Galago with D-BUS 0.30

I’ve been hacking a bit on Galago’s D-BUS 0.30 support the past couple of days, and although it’s not yet complete, good progress has been made. Most things now work, with the exception of a few bugs here and there.

Thanks to D-BUS 0.30’s new struct container support, I can really start to clean up the protocol. However, for the time-being, not much protocol-wise has changed. I’ve been developing a small abstraction layer to minimize the number if D-BUS versioning checks in the code. You see, I’m not dropping D-BUS 0.23.x support just yet. Not until more desktops have 0.30+ installed.

Galago in VMware Workstation 5

I do all development nowadays on my laptop, which runs Ubuntu Hoary (containing D-BUS 0.23.x). I needed to be able to quickly and easily move back and forth between this and a distro with D-BUS 0.30.x support for testing, and I certainly didn’t want to set up a new distro on one of my other computers.

I ended up installing Fedora Core 4 test 3 inside a VM using VMware Workstation 5. It’s working beautifully, and just sits on one of my virtual desktops taking up a good portion of the screen. The theme and everything matches, so for the most part it doesn’t even feel like I’m using another virtual computer. I’ve been able to make a D-BUS 0.30 change, submit the code, switch virtual desktops, and make sure the 0.23.x support still works. And vice-versa. It truly makes this kind of development a lot easier to deal with.

Also, since I’ve been using my laptop and taking that to work with me, I’m able to just click Suspend on the VM when I need to power down to travel with it. Gotta love that. I wish I had suspend working on my laptop itself.

If you’re going to invest, don’t invest in llamas Read More »

The secret is in the easternmost peninsula

I’ve been hacking away at various pieces of Galago lately at an attempt to improve the API and Gtk+ widgets. This is leading to some very cool applications and utilities I’m developing. Hopefully if I can get some of this set up the way I want soon, I’ll get another release put together.

A wiki has been put up containing some installation documentation, a preliminary FAQ, and other documentation. It’s also hosting the wiki for Project Soylent, which we’re starting to develop some decent plans for (they’re not on the wiki yet, just in some discussions).

My latest cool Gtk-related Galago work is the Contact Chooser. I love this thing, seriously. It’s not finished yet, but is close, and is simple and easy to work with. The screenshots are fairly self-explanatory.

Contact Chooser with MSN contacts

Contact Chooser with people list

Contact Chooser with a person's accounts

If you haven’t guessed, it’s a widget and dialog that resembles the Gtk+ file chooser, but it’s designed to select contacts. The gnome-presence-applet will be using this fairly soon. I need to work on some of the speed issues, but they’re not too major.

libgalago got some major code cleanups these past couple of weeks. A lot of the communication code was abstracted, and as a result, several hundred lines of code have been removed. This will dramatically ease the porting effort to D-BUS 0.33. I plan to keep compatibility with D-BUS 0.23.x as well. I’m not sure when exactly all this will be done, but definitely before the upcoming stable release.

I’ll post some screenshots of the design we’re considering for Project Soylent once we have something I feel is worth demoing.

The secret is in the easternmost peninsula Read More »

Galago: Hey! Where’s the cream filling?!

I felt especially motivated today and started work on an API I came up with in the shower. I spent hours hacking on libgalago and, when I was done, I had reduced the codebase by over 800 lines, all of which consisted of D-BUS 0.23.x-specific communication code. There’s now a much cleaner API abstraction over D-BUS, which could easily in the future be expanded to not be D-BUS-specific, if that ended up becoming important (say, a Windows port of MacOS X port without D-BUS). Furthermore, it should now be much simpler to get Galago working cleanly with D-BUS 0.31+. I’m not going to be able to work on that right away, but it’ll happen sometime before libgalago 0.4.0.

The abstraction still has some work to go, but most of the codebase for libgalago has moved to it. I still don’t know what I’m going to do for galago-daemon’s D-BUS 0.31+ support, but it’s probably not as huge an effor as I’m thinking. Worst case, I do some more abstraction work, but it won’t be as bad as libgalago’s.

Also, I hacked up contact-lookup-applet a few days ago to check for libgalago at compile time and to use Galago for the Instant Messaging section of the Address Card dialog. If Galago’s dead due to some bug, it falls back on the default implementation of just showing a protocol icon. There is a patch available for now, and I’m hoping that perhaps support can be added to CVS at some point. Next stop, gnome-present-applet UI work and Evolution.

Contact Lookup Applet

Galago: Hey! Where’s the cream filling?! Read More »

Workstation 5 for Linux Screenshots

The VMware Workstation 5 for Linux screenshots I took still aren’t up on the VMware website, due to busy schedules and other priorities. I have, however, been told I can make them publicly available, as the product is released. So, until they’re officially up, here are the Workstation 5 for Linux screenshots:

Desktop screenshot
VMware integrated into the user’s desktop, with themed folder icons, MIME-Type icons and all.

Gorilla Theme
VMware with the Gorilla GTK+ theme
Teams 1
A virtual “team” of VMs, running Red Hat Enterprise Linux 4, Windows 2000 Pro, and Windows XP, all networked together. Each “thumbnail” is an active updating view. Screen savers are fun in teams.
Teams 2
Another teams screenshot, without the settings dialog.
Teams 3
yet another teams screenshot, this time showing Red Hat Enterprise Linux 4 as the current VM.
Teams 4
Last teams screenshot, showing just the window and not the full desktop.
Team Settings dialog
The settings dialog for teams. Virtual LAN segments can be added, removed, and modified, with artificial packet loss and speeds introduced.
Snapshot Manager
The Snapshot Manager dialog, which allows users to add, remove, rename, and switch
to snapshots in time.
New VM Wizard
The New Virtual Machine wizard
VM Settings Dialog
The Virtual Machine Settings dialog. Here, new hardware can be added, memory changed, and various options frobnicated.
 

Workstation 5 for Linux Screenshots Read More »

Life at VMware

I realized today that I’m approaching 8 months at VMware. The time flew by so fast, it’s amazing. I’m not even sick of it yet! 😉 The place is actually quite cool. They treat us amazingly well. We have flexible hours, the option to work at home when we need to, free food, a great environment, actual offices, really cool managers… It’s better than I would have ever imagined. And we have a lot of open source people there, too.

For those who don’t know, I work on the Hosted Linux UI team. That means I worked on Workstation 5, which we just released. It kicks ass 🙂 I’m proud of it. I’m still waiting for the screenshots I put together to go up on the site, though. I’ll post them when they appear.

What we need is more talented Linux people on the UI team. If anybody is interested, feel free to contact me with a resume and I’ll pass it along. We’re stationed in Palo Alto, California, which is a nice place to live.

I need to get a picture of our building, with the fountain and waterfall and beautiful trees, but for now, I only have pics of my office.

Office

Life at VMware Read More »

Galago Release and SCO

Well, I finally did it. The 0.3.0: Wrath of Squirrel release of Galago is out! No, seriously. It needs some testing, and I have a bunch of neat little projects in the works. If you’re in the Silicon Valley area, I’ll be giving a presentation at SVLUG in the near future. That is, if I can get everything working in time.

There’s been some concern of code theft in a project I’m involved in, so we put in place an SVN repository wrapping my Source COde authentication tool. This is an old project of mine, and for those interested, you can read about it. With SCO, you’ll never have to worry about code theft again.

Galago Release and SCO Read More »

I can’t see.

Let there be light!

Now then, I’d like to say that I applaud bringing awareness to this issue, but we’re preaching to the choire. Preventing users from getting support and reading gnome.org and Planet GNOME will only serve to piss off the users. They might read the message, but I doubt they’d be any more receptive to it. Everyone who does care probably already knows about it.

The message at the top is good, and we should draw attention to it, but please, let’s let people actually see the sites. This does not look professional.

I’d like to point out that there are some good blog entries about this subject on Planet GNOME that people are missing due to the blackout.

And with that…

Back to the dark ages!

(This is directed to Planet GNOME. It doesn’t make sense anywhere else.)

I can’t see. Read More »

Scroll to Top