diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-11 14:18:10 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2024-02-11 14:18:10 +0100 |
| commit | 9f309bd5f11e917062f9d4d05d28355dd1a19ab8 (patch) | |
| tree | cbc3c7df3371e73b39c047af6f6df271cc58d3f0 /learning.md | |
| parent | 33d875015eb722e31c8998c5a6367b7fece8d6ad (diff) | |
Add some PPP and vim learning lines
Diffstat (limited to 'learning.md')
| -rw-r--r-- | learning.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/learning.md b/learning.md index c4c951f..b43d58e 100644 --- a/learning.md +++ b/learning.md @@ -1,3 +1,6 @@ +2024-02-11: You can't append some characters to iskeyword in vim, so you can't make boxes navigable like words. +2024-02-10: Long lived connections don't seem to fare well in a dialup PPP with the RS232 modem. For more usable internet on the SE/30 a PDA ethernet card is required. +2024-02-10: Even though the old net router is sold as v4, if it has the SD slot you should flash it as v6, otherwise it doesn't work. 2024-02-09: Some disk images will be wrecked even if you restore their attributes (apparently DiskCopy 6.3 images). 2024-02-01: The TCF API is good to deal with individual vendors, but a big pain to use it for more blanket categories. Check __tcfapi('addEventListener', 2, function (tcdata, success) { debugger; }); to explore the object. 2024-01-29: You can't have CNAME and TXT records on the same subdomain! |