< ^ txt
Wed May 17 07:05:24 EDT 2017
Slept from ten-thirty to six-thirty. Woke briefly around two.
Mostly sunny today, breezy, high of eighty-eight.
Work:
- EFI on tiger
Done.
Twenty-five minute walk at lunch.
Very windy; my hat kept blowing off.
Saw a couple of Canada geese.
Home:
- Work on Faux Bat
Done.
package main
import ( "fmt"; "log"; "os/user")
func main() {
u, err := user.Current()
if err != nil {
log.Fatal(err)
}
fmt.Println(u.Username)
}
package main
import ("fmt"; "log"; "os")
func main() {
h, err := os.Hostname()
if err != nil {
log.Fatal(err)
}
fmt.Println(h)
}
https://www.washingtonpost.com/blogs/compost/wp/2017/05/17/the-president-is-not-a-child-hes-something-worse/?tid=ss_gp&utm_term=.b3ee8b775781
> The Trump presidency is the discovery that what you thought was a man in a bear suit is just a bear. Suddenly the fact that he wouldn’t play by the rules makes total sense. It wasn’t that he refused to, that he was playing a long game. It was that he was a wild animal who eats fish and climbs trees, and English words were totally unintelligible to him. In retrospect, you should have suspected that after he just straight-up ate a guy. But at the time everyone cheered. It was good TV. Also, he was your bear.
Breakfast: carrots, spinach, tomato, peanut butter toast
Lunch: turnkey and dill sandwich, coffee shake
Dinner: salad
< ^ txt