To work around some scheduling conflicts, this month's Project Byzantium development sprint will be held this weekend, 24 and 25 August 2012 at HacDC. If you've been following the project for a while and would like to get involved, or if you're a new developer and would like to get up to speed this will be a perfect time. In addition to talking over lessons learned since the release of v0.2a we'll be teaching new developers everything you'll need to know to get up to speed.
As I mentioned a couple of days ago I had to buy a new laptop because Windbringer's old hardware became unstable due to cumulative heat damage. I drive my machines pretty hard (doubly so when programming because I test in several virtual machines) so after five years of steady use it was time to upgrade. So, I upgraded with software design in mind... I purchased a Dell Inspiron 17R (under the hood it's called the N7010) and customized it online.
To save everyone's eyes I'll put the nitty-gritty behind the cut, starting with a component inventory.
Friday evening the Byzantium development team met once again at HacDC to determine where all of us are in the engineering and development process and figure out what we have to do before we can put the alpha release online and announce open testing. Ben the Pyrate has been hard at work setting up the infrastructure and is constructing an automated build environment for the Porteus project (whose distro we're basing Byzantium on), and which we can leverage to make it easier to compile Byzantium Linux into a bootable .iso image. Right now the installation process is entirely manual, which …
As with any project, if you want people to use it you have to make them interested in it. To make them interested in it, you have to tell them about it. In the era where Internet access is considered a fundamental human right by many, finding places to post about what you're working on is easy. So, as one might expect I've been hooking up with Internet activists and technologists wherever and whenever I can to exchange ideas and get the word about Project Byzantium out. However, it seems like I keep answering the same questions over and over …
It's been a couple of weeks - far too long, really - since I've written anything about Project Byzantium. We've been hard at work when we haven't been working our day jobs though we haven't really made a lot of it public (or at least visible). A few weeks back an official developers' page was set up on the HacDC wiki and the mailing list was fixed at long last so you don't have to subscribe to a Yahoogroup and worry about cross-posting. Right now only a little conversation takes place aside from notifications whenver code is checked into our repository at …
Most of my posts lately have been terse, to say the least. When I've had time to sit and write it's been in fits and spurts over a period of hours or days when I've felt up to it. My queue of things to write about has broken two pages, which means that it's time to delete the older stuff and move on. In Internet time, that's a long while, plus there is more important stuff to worry about. It's not ADHD, it's simple practicality. The "when I've felt up to it" means just what you think it does, I …
When you have a workstation running some variant of Linux, the Gnome desktop and you have an nVidia graphics card in the box, do yourself a favor and install their drivers. Make sure that the "Driver" line in /etc/X11/xorg.conf reads "nvidia" and not "nv". And when you get around to configuring multiple displays on the same system, don't mess with Gnome's System->Preferences->Display utility, use the nvidia-settings utility to do it for you (it'll ask for the root password).
I'll be giving a presentation on Tor for the Washington DC Linux Users' Group the evening of 19 May 2010. The LUG meeting will start at 1900 EST5EDT (7:00pm) and run until 2100 EST5EDT (9:00pm) or thereabouts; afterward folks usually go to dinner nearby and hang out for a while. The meeting location is 2025 M Street NW; Washington, DC; 20036. From the street look for the big Tux the Linux Penguin poster or a sign for the LUG.
Confirmation's just hit the NOVALUG website - I will be presenting at the next meeting on 10 April 2010 on the topic of anonymity technologies in general and Tor in particular. Tor is the name of a free/open source utility which protects the user from traffic analysis and some content monitoring by passive attackers. I will discuss the origins of Tor as well as the threat model it was designed for, its capabilities, and potential attacks against the network as a whole and individual users thereof. I will also talk about operational security for users and Tor nodes. I will …
Something that VMware quietly changed with the release of VMware Server v2.0 was that they deprecated the use of their stand-alone management console application - if you try to use it to connect to a v2.0 server it just won't work. What you need to do is plug the URL http://vmware-server-host:8222 or https://vmware-server-host:8333 into your web browser and log in with a user account that has admin privileges (which basically means that the account is part of the vmware group). If you're using Mozilla Firefox v3.5.x, the web interface will ask you to …