Jump to content

KaladinsSenseOfHumourSpren

Members
  • Posts

    3051
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by KaladinsSenseOfHumourSpren

  1. When does a ripple become a tidal wave? When does the reason become the blame? When does a man become a moooonnnstttteeer?
  2. When does a comet become a meteor When does a candle become a blaze (I can take the suffering from you)
  3. Ohhhhh those I'd completely forgotten those existed Need to look up how they work again I implemented it, but because I need to attach it to a variable, the character count went up...
  4. Oh never mind I'd meant 151 let w=prompt() let c=0 let s=prompt()+" " setInterval(function(){ let t="" for(let i=0;i<w;i++){ t+=s[(i+c)%s.length] } console.clear() console.log(t) c++ },200) There, 150 now If I really wanted to try and minimise characters I could make the animation really fast let w=prompt() let c=0 let s=prompt()+" " setInterval(function(){ let t="" for(let i=0;i<w;i++){ t+=s[(i+c)%s.length] } console.clear() console.log(t) c++ },9) It would technically be valid and save me two characters, but... A frame every 9 milliseconds would be way too fast
  5. Hmm let w=prompt() let c=0 let s=prompt()+" " setInterval(function(){ let t="" for(let i=0;i<w;i++){ t+=s[(i+c)%s.length] } console.clear() console.log(t) c++ }, 200) It's 155 characters, or 144 without spaces
  6. Alright I was going to use p5js too, but that has too many extra characters Instead: let w=prompt("Width in chars") let c=0; let s="Hello " setInterval(function(){ let t="" for(let i=0;i<w;i++){ t+=s[(i+c)%6] } console.clear() console.log(t) c++ }, 200)
  7. No He's still halfway through The Land Beyond The Sea, as far as I know He reads like a page every week, probably less At this rate he's never finishing a book
  8. But how do you get it to say somewhat original stuff and use proper grammar? At some point, though right now I don't think I have the time.
  9. Wait it's possible to make a functional LLM in two hours? My experience with AI-related stuff is my 2048 bot from several years ago. I used the Darwinian method because I didn't and still don't know calculus. It didn't even have a hidden layer. Nope.
  10. "Uhh... thank you?" Reaching-from-the-Past became human-sized, standing beside KSauce
  11. Happy Shardiversary!!!

    1. ___

      ___

      WHOA I DIDNT REALIZE

      thanks!

  12. KSauce nodded. "Pretty cool," he said. "Yes," Reaching-from-the-Past said. "I am." He jumped off KSauce's shoulder, his misty, black ink appearing to swirl a little.
  13. Clone burns copper, and proceeds to start a staring contest with Fizz
  14. Clone, the real Clone, uses his authority here, and takes the sandwich
  15. KSauce walked into the vision, Reaching-from-the-Past on his shoulder. "Hello," KSauce said, breathing in Stormlight.
×
×
  • Create New...