amend-3.7.1.sit
(StuffIt 3 archive, includes
source code
and THINK C 5 project file)
SHA256: 2ea2718c890d0c50ff90364f89baccbaf184314036370dcd9c873d21a13d4470
SHA1: d1f097d0b144b97ec45c43144896803e970ca767
Changes in this version:
Fix a bug that sometimes caused a crash after the diff/commit window closed
after producing a large diff and using a lot of memory
Fix bug when exporting an amendment as a patch where the suggested filename
was bogus
Fix bug that caused a system lockup on some machines with slower disks; thanks
to Valtteri Koskivuori for helping locate and fix this bug
Show progress window when opening repositories since the process may take a
while
Add resource to allow MultiFinder to correctly open a repo from
double-clicking a .repo file when Amend is already running (thanks to Steve
Crutchfield)
Properly update scrollbars when cutting or pasting in edit and commit window
text fields
As a frequent reader of the
retrobattlestations
and
VintageApple
subreddits, I see a lot of photos of CRT screens that show significant scanlines
resulting in images like the one on the left.
With a simple post-processing tip on the iPhone (though there is probably a
similar technique for Android phones), it's easy to fix this photo after it's
been taken so it looks like the one on the right:
I recently acquired a 3M Whisper Writer 1000 communications terminal circa 1983,
and restored it to working order.
This is a short session of it dialing into my
Kludge BBS
(hosted on a Macintosh Plus circa 1986)
over its internal 300 bps modem.
In 2015, I
wrote a custom BBS server in Ruby
and had been using it to run my Kludge BBS on a small OpenBSD server in my
home office since then.
Last year after writing a lot of
C on my Macintosh Plus,
I had the itch to write a new BBS server so I could move my BBS to run on
another Mac Plus.
As with all software development projects, it took quite a bit longer than
expected, but last month I finally got far enough with the development to deploy
the new BBS on a Mac Plus.
posted on february 21st, 2022
with tags
mac,
openbsd, and
retrocomputing
last updated on march 26th, 2022
Since recording a handful of
C Programming on System 6
videos, I've occasionally wanted to live-stream the more casual daily
programming being done on my Macintosh Plus.
After getting all of the pieces together, I now have a working self-hosted
broadcasting setup.
If I happen to be programming on my Mac right now, you can watch
here at my website.
Introducing my
Wallops
IRC client, then returning to work on the BBS adding a serial module to join the
console and telnet inputs to allow calls through a modem.
I got stuck for a while trying to figure out why writes to the serial port would
hang the machine.
I was trying to use a V4L2
Ruby module
on my OpenBSD laptop but ran into a problem where sending the V4L2 ioctls from
this module would fail, while other V4L2 programs on OpenBSD worked fine.
Since I got a few
questions
recently about kernel development and debugging, I thought I'd write up how I
finally tracked it down and fixed it.
(Spoiler: it was not an OpenBSD problem.)
posted on july 19th, 2021
with tags
hardware and
openbsd
last updated on january 26th, 2022
After the disappointment of my
X1 Nano
and learning that all future Intel "Evo"-branded laptops would lack S3 suspend,
I started thinking about returning to my M1 MacBook full-time or building an
OpenBSD desktop.
I chose the latter, building my first desktop machine in many years.
A bug in
Amend
caused it to crash during a commit, which corrupted the repo beyond repair.
I quickly came to realize that using resource files as a database for Amend and
my new BBS was a bad idea.
I NIH'd the problem and created my own file format that will be a bit more
resilient to crashes and partial writes.
I review some recent commits covering user authentication and telnet
negotiation, then write some ANSI output code and a broken function for
returning a number's ordinal suffix.
Framework
is a new company offering a laptop that is designed to be repairable and
upgradeable, both in terms of internal components like the screen and
motherboard, and in pluggable
expansion cards.