Good morning, afternoon, or evening, whenever and wherever you are!
It was a tough week in the world. I hope you're taking care of yourself and others. Let's boogie.
Â
Web links of the week
10 guidelines to improve your web accessibility
Hot and Sticky: The Process
Web fonts: when you need them, when you don’t
Web Maker:Â A blazing fast & offline web playground in your browser
Using ES2017 Async Functions​
Â
Something that interested me this week
This week was such a tough one with the horrifying events in Charlottesville and Barcelona. Â I rewrote this section of the newsletter at least 9 times trying to come up with the right words to say (I upped the count in this sentence every time). Racism is bad. Nazis are bad. Terrorism is bad. Call it out and reject it when you see it, or see people sympathizing with it. Be strong and care for one another.
Unrelated, when I was looking for music videos to code to this week,
I discovered this one, and thought you might enjoy it.
Â
Interview question of the week
Change or add only one character in the following snippet so that the program prints * exactly 20 times. There are at least 3 solutions to this problem.
int main()
{
int i, n = 20;
for (i = 0; i < n; i--)
printf("*");
 getchar();
return 0;
}​
Â
My mother used to say the way to a mans heart is through his stomach.
Lovely woman.
Useless surgeon.
Â
Peace out friends, enjoy the weekend. Be safe, make good choices, and check your spelling.
cassidoo