PM = product manager, or product management depending on the context. Also, I promise I'll find real-world hands-on examples soon, at the moment I can't think of one. I want to influence you to think that "product thinking" is a great thing for us engineers. I care about "product thinking" because I have seen in the past that it helped me give purpose. With purpose, I can build something to solve a problem that I agree with. Chisara Nwabara, a PM at Engineering Better, talks about "product thinking" as opposed to "product management", since "product thinking" is a set of skills that will exist throughout teams regardless of your role.The blog posts are What is a Product Thinking Mindset? and Why is Product Thinking important? "Product thinking" has 4 areas, but these four areas are based on data-based influencing: the goal is to influence and convince by presenting data, instead of forcing decisions by means of hierarchy.
3/16/2023I have the following configuration: pi > home router > work router > aorus 192.168.1.160 90.89.201.88 92.154.18.143 172.31.4.240 I have set up a port-forwarding rule on my home router: 90.89.201.88:41641/udp -> 192.168.1.160:41641 For some reason, when running tailscale ping aorus from pi, the packets are sent from the port 55886 instead of 41641.
3/9/2023My parents' Windows 10 PC was showing a blue screen on startup: Your PC needs to be repaired. A required device isn't connected or can't be accessed. Error code: 0xc000000e When pressing F8, the screen would blink and show a slightly different message that said that \Windows\system32\winload.exe was missing. In multiple places on the Internet, people were indicating that it might have something to do with the "BCD". I had two SATA SSD disks:
2/21/2023This change from 30 to 10 seconds happened in https://github.com/cert-manager/cert-manager/pull/3323. Unfortunately, in case of a network issue, lowering to 10 seconds hides useful error messages under the unhelpful context deadline exceeded: Error from server (InternalError): error when creating "STDIN": Internal error occurred: failed calling webhook "webhook.certmanager.k8s.io": Post https://kubernetes.default.svc:443/apis/webhook.certmanager.k8s.io/v1beta1/mutations?timeout=30s: context deadline exceeded By have been setting timeoutSeconds to 10 seconds, the TCP handshake timeout (10 seconds), TLS handshake timeout (30 seconds) and HTTP response headers timeout (10 seconds) never show:
2/18/2023