update sketch.js

This commit is contained in:
lee2sman 2021-02-17 23:13:23 -05:00
parent 59e12bf448
commit a7cc7ed065
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,8 @@ function blog(){
createP("hello, today is mon 2/1 10:48pm. today there was a blizzard. i took a walk and listened to Levar Burton read the short story Mother of Invention by Nnedi Okorafor and enjoyed the snow blanket. i shoveled the neigbors walk and talked to my parents and got a good note from my doctor and listened to ethiopiques and extreme metal workout. i start teaching this week. 50+ emails").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','red')
createP("2/2 exercised while watching a 'hip hop dance fitness' video on youtube. don't know why i'm writing this publicly. talked to a student and a friend about public space online and notions of consent.").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','darkblue')
createP("2/7 01:35am end of a long but satisfying week. finished teaching first week of the semester. lots of students i've had before in past classes. it's my 3rd yr here and it's really nice to have students over the years and see them grow. tried out xin's togethernet project for debugging. went biking sort-of in the snow. made a pizza for dinner with onion, red pepper, mushroom, garlic, egg, meatloaf (leftovers from dinner dan made last night). lately i've been adding a little bit of sesame oil to my pizza too. my parents and i met up on zoom, watched some klezmer videos, tuvan performances, and a documentary on tuareg musicians.").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','darkgreen')
createP("2/17 23:03 it's been a minute. had a long week. coded my own LOGO language and then made some of my own art with it. it was really fun to design a little language. with my students i've tried to get them to start (b)logging about their work as a way to informally share what they are working on. i'll have to show them this site. trying to get a podcast episode finished, keep up biking in the park everyday if i can. at night as it gets late i like to sit and read and code by candlelight. i made some blogging software yesterday for gemini. i was so deep in the flow i worked til late into the night").position(random(windowWidth),random(windowHeight)).style('background-color','white').style('color','coral')
;
}
function mousePressed(){