Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tvvocold
tvvocold / new-turing.md
Last active April 18, 2023 07:48
We need a new "Turing Test"

OpenAI's GPT-4 consistently "beats The Turing Test" in the news. But we are very clear that the "predicting the next word" mode adopted by GPT has obvious limitations, the strengths and weaknesses of GPT-4 are qualitatively the same as before. The problem of hallucinations is not solved; reliability is not solved; planning on complex tasks is (as the authors themselves acknowledge) not solved. I think it's time to explore new Turing test methods.

One of the better ways I can think of to determine if AI have human thinking skills is by asking questions about unsolved problems in mathematics. By raising the question that there is no answer yet, in other words, by putting AI and humans in the same situation with complex & unsolved problems, to detect whether it can have original thinking and complex reasoning capabilities.

i.e.

[The Collatz Problem](https://mathworld.wolfram.com/Col

@tvvocold
tvvocold / index.html
Created March 30, 2019 02:04
Lost in Space Error Page SVG/CSS Animation
<!-- Icons purchased via Iconfinder under Basic License -->
<body class="permission_denied">
<div id="particles-js"></div>
<div class="denied__wrapper">
<h1>404</h1>
<h3>迷失在<span>星际</span>网络中?</h3>
<h2>Don't Panic!<h2>
<svg id="astronaut" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<style>

Keybase proof

I hereby claim:

  • I am tvvocold on github.
  • I am tvvocold (https://keybase.io/tvvocold) on keybase.
  • I have a public key whose fingerprint is F7A3 B198 763F 3B3D 19B4 3668 8063 A697 916A E50D

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am tvvocold on github.
  • I am tvvocold (https://keybase.io/tvvocold) on keybase.
  • I have a public key whose fingerprint is 92F0 F754 9630 5414 0BE7 4108 A5D4 2E8D 25AB 22D4

To claim this, I am signing this object:

@tvvocold
tvvocold / file
Created September 26, 2016 08:03
freedom_public
{"0.001632255322624676":"-----BEGIN PGP PUBLIC KEY BLOCK-----\r\nCharset: UTF-8\r\n\r\nxv8AAABSBAAAAAATCCqGSM49AwEHAgMEWQP3uFS+F8wjbVr360mMOvG3AhG4VcAl\r\nwl3K1RqY8Q5G0WI4UDldPgt7cgltztUu+1RVUhWAwHYh9u7RxoxTh83/AAAACDxn\r\naXRodWI+wv8AAACOBBATCABA/wAAAAWCV+jWbf8AAAACiwn/AAAACZD/gDZeslxS\r\nsv8AAAAFlQgJCgv/AAAABJYDAQL/AAAAApsD/wAAAAKeAQAAsBgBAL61kSgmik5t\r\nIb4huhRD7GNgvCv+mB/0neFWG06EyJZOAP9Y9jmMucmGrHCa79GPyzsatrAGKuIY\r\nisPvxmKYPwtpzs7/AAAAVgQAAAAAEggqhkjOPQMBBwIDBO6rqPfSBNWfWRmjANF3\r\n1sR9T+aOpLCHPP9Njf6DuNQ2ELAyqtScc76xrvXIlO2e1vQcrBYHEX8RqP2nymGW\r\nfrYDAQgHwv8AAABtBBgTCAAf/wAAAAWCV+jWbf8AAAAJkP+ANl6yXFKy/wAAAAKb\r\nDAAAb8oBAOLTP/nl4dgjX7H0HuG9TVK3mvJjj7TMQLIbVKxC2CubAQCLvc18la8D\r\nau6J1tosjfOrkbPCVR+0LqG9czZW9jtdQA==\r\n=2oeS\r\n-----END PGP PUBLIC KEY BLOCK-----\r\n"}
@tvvocold
tvvocold / index.html
Last active August 21, 2016 13:34
Coder-Review
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css">
<script src="http://cmx.io/v/0.1/cmx.js" charset="utf-8"></script>
<style>.cmx-user-scene4 .cmx-text-border .cmx-path {stroke: orange}</style>
<body>
<div style="max-width:900px; -webkit-transform:rotate(0deg)">
<scene id="scene1">
<label t="translate(0,346)">
@tvvocold
tvvocold / allpac
Last active September 15, 2015 14:44
function FindProxyForURL( url, host )
{
return "SOCKS 192.168.1.168:9009";
}