xixi-haha icon indicating copy to clipboard operation
xixi-haha copied to clipboard

无尽轮回学习机 <client.js>

Open fisker opened this issue 6 years ago • 2 comments

(function get() {
  fetch('https://xixi-haha.never.eu.org/')
    .then(r => r.text())
    .then(console.log)
    .then(() => new Promise(r => setTimeout(r, 5000)))
    .then(get)
})()

不断学习,进步

fisker avatar Jan 22 '19 02:01 fisker

暗示不过脑,举报了

NeverBehave avatar Jan 22 '19 02:01 NeverBehave

while true; do curl https://xixi-haha.never.eu.org/ ; sleep 5; done

顺便给后来人的一点提醒: 你可以因此不star,不评论,etc.
这无所谓,但就老实点别想那么多啊( image

NeverBehave avatar Jan 23 '19 00:01 NeverBehave