Mike Williams
R.I.P. Grant Imahara
Unbelievably saddened by this.
Heartbroken and in shock tonight. We were just talking on the phone. This isn’t real. pic.twitter.com/8zE2afcwSu
— Kari Byron (@KariByron) July 14, 2020
We are heartbroken to hear this sad news about Grant. He was an important part of our Discovery family and a really wonderful man. Our thoughts and prayers go out to his family. 💔 https://t.co/5k3GydZCzn
— Discovery (@Discovery) July 14, 2020
The universe lost a great one.
Why Microsoft Why?
Why doesn’t Microsoft just have (1) game? Why don’t you just put everything into (1) game? Why do you insist on having (3) different versions?
If they are making hard copies or DVDs, it is more environmentally friendly to just have (1) version.
Just venting.
Bad Ideas – Version 7,412
New York (CNN Business)Cinderella Castle has sat silent for 116 days.
That’s how long Walt Disney World has closed its doors because of the coronavirus pandemic. On Saturday, Disney will welcome guests back to its flagship theme park in Orlando, Florida, and reopen a cornerstone of its business.
The Disney (DIS) resort plans to begin a phased reopening on Saturday for its Magic Kingdom and Animal Kingdom parks, followed by EPCOT and Hollywood Studios on July 15.
Although Disney is implementing several measures to reopen safely, the reopening of a dense theme park roughly the size of San Francisco comes with risks, questions and criticisms as cases are spiking in Florida.
Not in the way bad ideas could be like..”oh, well that was a mistake but at least no one got hurt.”
A bad idea in the form of “oh, shit! People are dying and we are helping to facilitate it.”
100 Days of SwiftUI – Day 6 – Closures
Probably one of my least favorite things.
It seems a bit ridiculous because I guess we’re just not using practical examples. I don’t see where I would ever want to use these.
I’m just clicking through the quizzes and that it terrible but that is how enthusiastic I feel about closures.
This is a lesson that I couldn’t wait to get through.
Tomorrow is Structs and I actually like those.
100 Days of SwiftUI – Day 5 – Functions
Variadic is a new term for me. The ability to pass many things into your function by using…
func square(numbers: Int…) {
for number in numbers {
print(“\(number) squared is \(number * number)”)
{
{
square(numbers: 1,2,3,4,5)
1 squared is 1
2 squared is 4
3 squared is 9
4 squared is 16
5 squared is 25
This is something I haven’t used before but I might in the future.
Project Consolidate
I am working on pulling all of my websites into one place. It will have a name that makes more sense than chipheadmike.com. The only reason that anyone knows what that means is because I told them.
This new website is more like a journal for me and less about someone reading about me on the web.
The new site will be based on my name. I have a database issue to contend with but once that is complete, I plan on having the new site up and running this weekend. If the database doesn’t cooperate, it could be a bit longer.
I am NOT transferring all of my books over to the new site manually.
More to come.