Viewing profile — caddzooks
caddzooks
HN member- Joined
- Mon, Apr 14, 2025, 12:40 AM UTC
- HN karma
- 8
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About caddzooks
No profile information was provided.
Recent public activity
-
comment
Comment #45270435
So in other words, the developers of Android could not figure out how to design a system that could distinguish a screenshot that was initiated by the user versus one initiated by …
-
comment
Comment #43677053
Consider the following LISP function that performs a transformation of an MxN matrix: (defun transpose (matrix) (apply #'mapcar #'list matrix)) Based on my own experience I think I…