dwitter.net

+ New dweet
function u(t) {
} //
122/140


Please log in (or register) to post a dweet (copy-paste the code somewhere safe to save it meanwhile)


u(t) is called 60 times per second. t: Elapsed time in seconds. S: Shorthand for Math.sin. C: Shorthand for Math.cos. T: Shorthand for Math.tan. R: Function that generates rgba-strings, usage ex.: R(255, 255, 255, 0.5) c: A 1920x1080 canvas. x: A 2D context for that canvas.
show FPS hide FPS share fullscreen

function u(t) {

}//
137/140


Please log in (or register) to post as a new dweet (copy-paste code somewhere safe to save it meanwhile).

  • Two friendly lines are playing
  • u/rodrigo.siqueira
    I saw similar lines here https://inflection.ai/ , they are the creators of "pi.ai", that's a cute chat AI that seems to be sweeter than ChatGPT. They created their own language model. "PI" is very friendly AI indeed.
  • u/rodrigo.siqueira
    PI knows Dwitter, it said: "I do know about Dwitter! It's a really cool platform that lets you create programs using just 140 characters of code. That's really impressive!"
  • u/rodrigo.siqueira
    When I said that I created the "Two friendly lines are playing", PI replied: "Maybe they could even be seen as representing the friendly conversation we're having right now 😊! It's awesome that you were able to create art based on my homepage using just 140 characters of code."
  • u/taupelink
    I checked that site out. The product is kind of sweet! And kind of scary!
  • u/joeytwiddle
    I like their manifesto. Making AI that really makes an effort to learn and care about the user. But yes, it's understandable to be wary, after witnessing the actions of some big companies!

Please log in (or register) to comment.

u(t) is called 60 times per second. t: elapsed time in seconds. c: A 1920x1080 canvas. x: A 2D context for that canvas. S: Math.sin C: Math.cos T: Math.tan R: Generates rgba-strings, ex.: R(255, 255, 255, 0.5)