Skip to content
View adlai's full-sized avatar
☠️
"My happiness should not be your concern"
☠️
"My happiness should not be your concern"
Block or Report

Block or report adlai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. package hackery for moving classes b... package hackery for moving classes between packages
    1
    (defgeneric rehome-class (class new-home)
    2
      (:method ((class symbol) new-home)
    3
        (rehome-class (find-class class) (find-package new-home)))
    4
      (:method ((class class) (new-home package))
    5
        (let ((old-home (symbol-package (class-name class)))
  2. Snooping attacks on joinmarket - mit... Snooping attacks on joinmarket - mitigation ideas.
    1
    ### I DID NOT WRITE THIS DOCUMENT!
    2
    
                  
    3
    ### IF YOU WISH TO READ THE ORIGINAL,
    4
    
                  
    5
    ### SEARCH POLITELY THROUGH THE METADATA.
  3. zkat/sheeple zkat/sheeple Public

    Cheeky prototypes for Common Lisp

    Common Lisp 101 12

  4. cjhunt cjhunt Public

    ABANDONED delineator of pseudonymous payment sets

    Common Lisp 13 4