]> git.r.bdr.sh - rbdr/txt/blobdiff - learning.md
Weekend + monday
[rbdr/txt] / learning.md
index 1f8b97b9a02cca89a7a74e516884fc6014581d96..07ac6b9d3f3c19651d98497116eb6de769dfadd1 100644 (file)
@@ -1,3 +1,8 @@
+2024-01-29: You can't have CNAME and TXT records on the same subdomain!
+2024-01-27: If you accidentally rewind a whole 35mm film, you can get it back by wetting the end of a new film and putting it inside the cartridge. It's a pain to do but it's better than losing a whole cartridge.
+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.
 2024-01-21: You can inject HTML and CSS to gitweb without modifying the default files by using $home_text and pointing it to a variable, and push @stylesheets.
 2024-01-20: App groups can let you share application data, but they will create a new container, so unless you have a remote data source it will erase your data. It's better to start new mac or ios projects with a group
 2024-01-19: You can rename the classes in xcdatamodel in order to avoid collisions, in case you named an entity something too generic.