aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Beltran del Rio <ruben@unlimited.pizza>2024-02-09 00:35:14 +0100
committerRuben Beltran del Rio <ruben@unlimited.pizza>2024-02-09 00:35:14 +0100
commit3faa50c27f79b6aadb8cac87097e3920f7b197ac (patch)
tree7bb7a1a2df4135fe4ca1f5bf2f5953002a243c90
parent0e8741be1ca1f163d6f503991da9e25de4172b62 (diff)
Add dsk learning
-rw-r--r--learning.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/learning.md b/learning.md
index 4fc4c84..ca70c43 100644
--- a/learning.md
+++ b/learning.md
@@ -1,3 +1,4 @@
+2024-02-09: Some disk images will be wrecked even if you restore their attributes (apparently DiskCopy 6.3 images).
2024-01-24: When AppleTalk is enabled you can't use the printer port for a modem in a Macintosh SE/30. You need to disable it in Chooser first.
2024-01-23: AWS Glue has some very inefficient ways of composing queries, so it's sometimes easier to embed the query itself. In postgres it doesn't let you but you can add sources for each table and then run the query. This seems to work a lot faster.
2024-01-22: ssl_early_data on; can mess up your responses in safari if you set it in more than one place. What's worse, because of the caching it uses it can be annoying to revert.