Live data from Hacker News

Viewing profile — caddzooks

caddzooks

HN member
Joined
Mon, Apr 14, 2025, 12:40 AM UTC
HN karma
8
Public activity
2 items

About caddzooks

No profile information was provided.

Recent public activity

  1. 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 …

  2. 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…