Skip to content
View cvanloo's full-sized avatar
💢
Programming: You're doing it completely wrong.
💢
Programming: You're doing it completely wrong.
  • ZETES AutoID Systems AG
  • Zürich, Switzerland
  • 15:30 (UTC +02:00)

Highlights

  • Pro
Block or Report

Block or report cvanloo

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
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

  1. rmsgo rmsgo Public

    Remote Storage implementation in Go

    Go 1

  2. barcode.vanloo.ch barcode.vanloo.ch Public

    JavaScript 1

  3. rop rop Public

    "Return Oriented Programming"

    C 1

  4. brainfuck-asm brainfuck-asm Public

    Assembly 1

  5. advent-of-code advent-of-code Public

    Go

  6. barcode barcode Public

    Go