homedirectory
No user record in our sample, but homedirectory has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but homedirectory has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
From the article: > I want it to be the case that this function only actually calls do-something-very-expensive once per unique value of x, even across separate invocations of dumb-example. My code memoizes results of…
You can achieve memoization of an expression inside a function without any global state and macros: (defun compute-hash (key hash f) "Get the value for KEY in HASH or compute it with F, enter into HASH and return."…
Your fear of macros is natural, since they are not typical for a programming language. It is expected that a newcomer to Lisp is likely to have a hard time grasping macros. You should not be disregarding one of the most…
I also once thought that the magic underlying SETF has access to true L-values, and had also been surprised by it being macros under the hood. Here are my thoughts on the article: Firstly, there are errors in the…
Thank you for sharing this demo. Amazing stuff! Inspired me to start working on improvements to the development environment of my team.
Thanks. This feature is described as optional for 3rd party apps and a claim is made that the information is not sent off the device. Assuming this is true, I take back my criticism about the policy being invasive.
See "Privacy and Security" section. > And it [Communication Safety] extends beyond Messages to include content sent and received in AirDrop, ..., and third‑party apps. This distorted Apple's vision of privacy is not…