Show newer

But I thought 640K was enough for anyone! :V

Seriously, the MS-DOS pre-2.1 sources being in a repo is pretty nice.

“COMMAND.ASM is currently too large to assemble on a micro. It is being broken down into separate modules so it can be asembled on a machine.” github.com/Microsoft/MS-DOS/tr

The service manual also told me to remove screws hidden by the DVD drive, with detailed illustrations, but without telling me to remove the DVD drive first.

I got this manual directly from HP themselves, and now I'm doubting its accuracy.

Show thread

The removal of really tiny screws should not involve the use of really hefty pliers. Who designs these things?

Show thread

LRF-compliant desktop interface 

@starseeker@snouts.online I recently used some peel-off labels, so I'm using the space freed up on the backing sheet.

LRF-compliant desktop interface 

HP hid screws underneath two of the Little Rubber Feet, and their service manual tells me to pry them off.

Show thread

I am repairing a computer, and the service manual instructs me to basically destroy its LRF-compliant desktop interface.

BSD log 

@zac Is bash installed? It's not the default in most BSDs, and if it is installed, it'll be /usr/local/bin/bash.

BSD log 

@zac @rechner I think his logic was that it maybe wasn't getting set properly or at all. The /home directory being a symlink shouldn't be an issue, especially since you *are* landing in your home directory on console login.

BSD log 

@zac Indirectly, perhaps. Assuming fish is your shell as given in /etc/passwd, I'd guess there's a relevant difference between the shell's login-time-only .profile script and its run-on-every-new-shell $ENV or .shrc script. (Or fish's equivalent scripts.)

BSD log 

@zac check your .login & .shrc files for cd weirdness? i don't remember that happening to me.

The early history of Windows file attributes, and why there is a gap between System and Directory: blogs.msdn.microsoft.com/oldne

There's more CP/M legacy in Windows than you may realize.

LB: Rumor has it that, shortly after the worm Morris wrote unexpectedly raged across what was the Internet at the time as malware, not as the benevolent potentially bug-fixing worm he wanted, someone got root on Morris's system & changed his login name from rtm to rtfm.

Related: If you want to follow log files that are rotated, regularly or on reaching a certain size, use `tail -F` instead of `tail -f`. The difference is that -F tells `tail` to reopen the file if it's truncated or deleted/moved and recreated.

Show thread

#!/usr/bin/env bash
#
tail -F \
/var/log/maillog \
/var/log/messages \
|
while read -r line
do printf \
"\033[38;5;%dm%s\033[0m\n" \
$(($RANDOM%214+17)) \
"$line"
done
#
# Follow log files, showing each
# line in a random color.
# Needs a 256-color terminal,
# works best on dark/black
# backgrounds.
#

❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤

Show older
Computer Fairies

Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!