hackerb9
hackerb9
According to his man page, Fisher's original modem program exits when `^D` (control-D) is sent. However, this revised version has to be killed with SIGHUP from a different terminal. (`pkill...
This allows the user some control over which sound card is used as they can set the ALSA_CARD environment variable or edit ~/.asoundrc. /* ALSA troubleshooting notes. If ALSA tries...
On my little laptop, the current script output rate is about 1.8 KBytes/s, which is nearly equal to the speed of the VT340's serial port (19.2 kbps). That is plenty...
As more and more terminals are adding sixel support, there ought to be a program which exercises a sixel implementation and outputs easily understood results. Since the VT340 was the...
Instead of the user having to start the httpd by hand and then navigate the browser to localhost, `M-x impatient-mode` handles it for them.
Impatient mode is great, but it is klunky that you have to run two commands to start it, `M-x httpd-start` and `M-x impatient-mode`. Here is a patch which makes `M-x...
Fixes several bugs. Could use more cleanup, but this is a good start.
This branch is where I'm creating man pages for mksdiso. I've done one so far, `cdirip`, but it is not complete as I do not know what some of the...
I'm not positive, but I believe it should just compile one or the other and call it `binhack` without any number after it.
When cd'ing to src and running `make` on a system running Debian 10 (stable), the compilation dies with error messages that look like this: ``` make[2]: Entering directory '/tmp/mksdiso/src/binhack' g++...