I’m in an article about the company I work for and its products on Symbian devices.
There’s a funny reference in it where we “dug through the suitcase.” Probably nobody will understand what that means except maybe other software developers writing code for Symbian, it’s kind of a joke about the packaging of the development tools.
It’s basically a CD and a phone, but it also came with a shirt, lots of foam padding, and other stuff that apparently is supposed to appeal to us geeks, all packed into this hardshell plastic briefcase that we started calling the suitcase.
I also wonder if my using the phrase “happy camper” means anything outside of the US?
Comments Off
Great articles on Google [1], [2]. What company will be in the best position to write SkyNet for the government, or the real Matrix
Comments Off
It’s odd to have a bunch of source code I used to hold closely now out there for everyone to see. Koki and Simon at BeUnited made the process easy. A quick skim through the archive reminded me of the old joke about the definition of “Senior Programmer” meaning that you’ve forgotten more than you currently know. It was also a quick reminder of how nice it was to code under BeOS. Hope there aren’t any off-color jokes in the comments…
Comments Off
I don’t know how many times I’ve heard or read that while developing software, memory footprint considerations are no longer important. RAM is cheap, default configurations have plenty, software development resources are expensive in comparison, so go ahead, throw that library in the link, instantiate those STL templates!
And here I am on a 2.4GHz P4 with a half-Gig of RAM, wondering why the heck I’m swapping so much, and feeling like my system is weighted down, groaning under the pressure. Sure, blame it on WinXP’s swapping tendencies, but at least some of the blame is on these huge footprint programs, my Blackberry IDE wants 110MB, iTunes wants 25. Gallery Remote wants 20, as does any Swing-based Java app, Acrobat Reader needs 32. Even my AOL/IM client wants to open an Ad now and then that launches a JVM.
So, like a breath of fresh air, I fire up Miranda, and note that it sits in the background very nicely waiting for IM’s, occupying only a couple Meg of VM space. Gripe, gripe… I suppose I betray my age and duration in this industry.
You know, young whippersnapper, when I was your age I only had 16KB of RAM to work with, and that was a luxury!
I’ve been learning Ruby and wanted to use SQLite for an application, but there didn’t seem to be a pre-built package for Windows that would drop in and work with the quick-install distribution of Ruby for Windows. Read on for steps I took to get it to work, or just unpack this archive into your ruby 1.8 install directory and skip to the examples/reference section of the README file in the sqlite-ruby package.
(more…)
Comments Off
I’ve been fiddling with Bering on and off for months before I finally got a configuration to the point where it could substitute for my Dachstein firewall. The two primary advantages for me are its stock 2.4 kernel configuration, and Shorewall.
Since I don’t “do” router configuration every day, every time I got back in to open up a port for ssh or a service running on my web server or whatever, I felt like I had to re-learn ipchains before I was comfortable tweaking settings. Iptables plus shorewall puts a model on it that makes it easy to use.
With the 2.4 kernel the LRP modules for supporting my PCMCIA wireless cards as well as volume support becomes easier too, everything is just download and run and there’s not much re-configuring from the stock version that comes on the floppy. Satisfied user.
Comments Off
Here are a couple of links to the new articles that the BeUnited announcement put in motion: ZetaNews, BeOS Journal.
There have been occasions where an interested engineer stepped forward to take on ownership of the ScannerBe project, but we never achieved full follow through. This is a body of code I spent a lot of time on purely from a joy of programming standpoint, so I’d be happy to see it gain a new home instead of sitting on a CD in my office.
A blast from the past, Koki from Beunited got in touch with me about a piece of software I haven’t worked on for years, ScannerBe.
I’d attempted to get other developers to adopt it but failed on a couple of attempts. Maybe this time, seeing as there seems to be a devoted community for BeOS (at least, more devoted than I was…)
Being young (ahem) and idealistic, I thoroughly enjoyed my experience writing software for BeOS. Fun community, crazy-devoted company, a BeBox to play with to my heart’s content. Which is fortunate because financially it turned out to bupkis.
Comments Off