I was looking to watch the documentary No Other Land — from the wiki: [No Other land] was recorded between 2019 and 2023 and shows the destruction of a Palestinian community in the occupied West Bank, which had been resisting forced displacement after an Israeli “firing zone” was declared on their land. While not widely available for streaming, fortunately it’s readily available on the Internet Archive — even one version seems to be uploaded by Basel Adra, one of the directors of ...| thoughts
Why is it a Problem? # Committing dotfiles to a public git repository is now pretty common. Oftentimes people include their .bashrc without much thought. However, information in one’s bashrc could potentially leak sensitive information — for example: ssh connection aliases that expose server IPs/hostnames, usernames, and potentially private key locations and ciphers AWS account IDs via aliases and functions, for example when a user aliases authentication with ECR — a basic GitHub sear...| thoughts
The UI and Navigation # Keyboard shortcuts aren’t clear, or at least not encouraged. In other chat apps, at least on MacOS, hitting CMD + ? shows a shortcut window. I still don’t know how to switch between chats in MS Teams (in Slack it’s Option+up/down Keyboard navigation in general is poor, I end up using the mouse more than I need to. Teams has Chat and Teams tabs, where “team” chats/posts are in Teams but group, DM, and meeting chats aren’t in Teams.| thoughts.theden.sh
Denis Khoshaba's blog | theden.sh| thoughts.theden.sh
Searching GitHub for OpenAI API Keys| thoughts.theden.sh
Free Up Disk Space on MacOS| thoughts.theden.sh
Offbeat Documentaries worth watching| thoughts.theden.sh
How to improve docker volume performance on MacOS| thoughts.theden.sh
WhatsApp Desktop attempts to access the camera on MacOS| thoughts.theden.sh
How I Organise my Music Library| thoughts.theden.sh
M1 MacBooks and Drive Wear| thoughts.theden.sh
Ephemeral Debug Containers # One can use ephemeral debug containers Alternatively to edit in-place to test out configs and env vars use kubectl edit to modify a pod (or Deployment, StatefulSet etc.) YAML to update the command to do nothing so one can kubectl exec into the pod apiVersion: v1 kind: Pod metadata: name: unstable-pod spec: containers: - name: unstable-pod image: foobar command: - sh - -c - "tail -f /dev/null" Ensure liveness and readiness probes are commented out if it depends on ...| thoughts.theden.sh
Changing shell's PS1 prompt based on the return code| thoughts.theden.sh
Unix philosophy + frontend| thoughts.theden.sh
TXT Record Specification Primer # Reading through the RFC Using the Domain Name System To Store Arbitrary String Attributes to summarise the relevant part: Any printable ASCII character is permitted for the attribute name. More importantly, on the restrictions section Some DNS server implementations place limits on the size or number of TXT records associated with a particular owner. Certain implementations may not support TXT records at all. However in rfc4408 section-3.| thoughts.theden.sh