ImageBuffet



About a decade ago, I began photographing as much of my surroundings as I could. A few years later, I was able to add video recordings to my collection. Recently, I happened to open a few video files from five or six years ago, and remembered happier days. These were videos of my co-workers and I, sharing some laughs. We worked in a beautiful office environment and, though we were subject to wage-and-hiring freezes, we were modestly prosperous. My, how times have changed! In the few years since then, my company shed itself of most of the people I saw in the video, as well as the office space. The stresses on each of us at the job rose and keep rising.

Imagebuffet: Hiroshi Yoshii (via otterpuppss) 1,534 notes. Jennsmischief reblogged this from toadsville. Jennsmischief liked this. Treasureteamtango reblogged this from sbongebob. Mad-taurus reblogged this from monstera-truck. Sad-arts liked this.

— Richard Alexander (@Imagebuffet) March 29, 2021 To get more information about this article, please visit DAILYCALLER.COM. Listen to the latest daily DML podcasts below! Toadsville — imagebuffet: Hiroshi Yoshii Saved by Layiji เลย์อิจิ Simple Character Game Character Character Concept Toy Art Art Jouet Arte Robot Modelos 3d Affinity Designer Mascot Design.


Now, I and several others from our former employer are only marginally employed. I'm back in school full-time, trying to make myself more marketable and living on college loans. I've kept in touch with some of my former co-workers over the last year since we last had full-time jobs. Several studies have found an association between morbidity and mortality with unemployment. I gained ten pounds soon after I lost my job. Of my unemployed friends, one has been hospitalized as his coronary heart disease and diabetes have flared, and another has died of her diabetes.
Rest in peace, Diana.
Edit: Two months later, Rory passed away, too; heart attack.

In the days when every story about Apple still contained the word “beleaguered“, I learned this lesson vicariously through my coworker, Dave.

We worked for a small company that did contract QA. Companies would hire us to test their hardware or software and report all the bugs to them. This was before overseas outsourcing basically destroyed that niche in the US. Apple was actually one of our biggest customers at the time. Do you remember the Performa 637CD? I bet you don’t. I do.

Anyway, how it worked was, we had a large FileMaker database that contained all the bugs found in all the products we were testing. Coges driver download. Then, we had a HyperCard stack which had a UI for entering bugs. Each tester had their own stack on a floppy disk. They’d use this to enter bugs, and at the end of the day, they’d hand their floppy to the Test Lead, who would export all the data from the stacks and import it into FileMaker, where some report would be run to get the bug reports back to the customers.

Once I became Test Lead, I decided this process could use some improvement. The HyperCard stack was written, naturally, by the company CEO. Being an aspiring young developer, I thought I could do better. I started making changes to improve it just for myself. But since it was used by all the testers, I had to get them on board using it also. Rather than simply mandating they use it, I started adding features to make it easier for them to use, and showed them what I’d done. They loved it.

ImageBuffet

This was all pretty good. But Dave, one of the testers, also fancied himself an aspiring developer. He made his own copy of the stack and also starting adding features to it. Soon we had HyperCard stack fragmentation, with half of the testers using my stack and the other half using Dave’s. But Dave and I had different philosophies. I was focused on making things simpler and easier, and Dave wanted to add as many features as possible. Dave would add a button that would automate some process. I’d make it so that process was unnecessary. At some point, I stopped messing with my stack, because it did everything I wanted and nothing I didn’t. But Dave didn’t stop.

Image Buffet Dessert

With all his new features, Dave’s codebase soon grew rather large. In the bad old days before Mac OS X, 32K was an all-too-common limit on things. In this case, it was the limit on code size in HyperCard. HyperTalk was an interpreted language, so that was the size of the source code itself – the text.

Once he hit the 32K limit, Dave decided to reclaim space by deleting all his comments. Once that wasn’t enough, he started renaming functions and variables. “bugIndex” became “bi”. “GetNextID” might become “GNI”. You probably see where this is going. Within a couple weeks, Dave’s code became an unmaintainable mess. Not only could he not add more features, but he couldn’t even fix bugs anymore. Testers became frustrated at his lack of progress, and everybody moved over to my stack.

Image Buffet

A lesson was learned. By me, anyway. I don’t think Dave learned anything. But now I want to thank Dave for teaching me, very early in my development career, the critical importance of naming things.