Skip to content
View cvanloo's full-sized avatar
💢
Programming: You're doing it completely wrong.
💢
Programming: You're doing it completely wrong.

Block or report cvanloo

Report abuse

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

Report abuse
cvanloo/README.md
program halt-checker
    will-halt(prgm): boolean
        // hypothetical logic to test if prgm would halt in a finite amount of time
    end
end

program fuckery
    check(prgm): void
        if halt-checker.will-halt(prgm)
            loop infinity
        else
            exit
        end
    end
end

fuckery.check(fuckery) // 😲

Pinned Loading

  1. rmsgo rmsgo Public

    Remote Storage implementation in Go

    Go 1

  2. gowebmention gowebmention Public

    Webmention library for Go

    Go

  3. barcode.vanloo.ch barcode.vanloo.ch Public

    JavaScript 1

  4. barcode barcode Public

    Go

  5. rop rop Public

    "Return Oriented Programming"

    C 1

  6. brainfuck-asm brainfuck-asm Public

    Assembly 1