This is great.
What a wonderful document: Chuck Jones's rules for writing the Road Runner and Wile E. Coyote. ht @AmosPosner pic.twitter.com/o5ziZymEcY
— Saladin Ahmed (@saladinahmed) March 4, 2015
This is great.
What a wonderful document: Chuck Jones's rules for writing the Road Runner and Wile E. Coyote. ht @AmosPosner pic.twitter.com/o5ziZymEcY
— Saladin Ahmed (@saladinahmed) March 4, 2015
So I’m slowly beating the site into submission, but running into a few issues. First, I’m using a child theme of TwentyFourteen, in order to avoid making changes to the main templates. The way that works is that I add changes to the child style sheet, which then supercede the parent. But there are some things that can’t be fixed with the style sheet. For instance, in order to move things around in the post, I have to actually change the PHP code in the templates, in the parent. Another problem I’m having is that, in theory, a new function file in the child will override a function of the same name in WordPress. I want to display the time along with the date on the post, which is generated by a function called “twentyfourteen_posted_on” (the original can be found here). It retrieves the date, but not the time. In order to get it to do so, I’d have to modify it. But when I copy that into my child theme directory, and make changes, nothing happens. Anyone have any idea what the problem is, or how to troubleshoot?
[Update a while later]
OK, I think I figured out the problem. Apparently you can only override functions that are in the function.php file, in the main template directory. This is a tag, buried in the “inc” directory. So I have to edit it in there. Which means that I’ll lose the changes if I have to update the template. But it’s not a huge deal.
This is sort of an amazing exchange.
Here’s the thing. She didn’t just use a non-government email address, like Gmail or Yahoo, or her ISP. She set up her own domain and server (though the server may be shared, that’s still unclear to me). That means that she has total control over what data is preserved, and what can be destroyed. Now, in theory, people received her emails, and people sent her emails, so multiple copies exist, even if she purges the server. But if Huma had an address on the same domain, then her emails could be wiped as well. And there’s no explanation of why she did this. But it sure as hell looks like a way to avoid a FOIA, or subpoena. Which is classic Clinton.
Is it near the end of the line for the rocket? Looks like SpaceX has killed it.
Almost certainly died of old age, when its battery overheated. Makes one wonder how many others are at risk. Maybe worth deorbiting them before that can happen to more.
Jeff Foust has the story from last week. As I noted at the time, I’m not sure that a prize is the best way to go. I’d rather see an airmail approach.
The list grows. This is the future of spaceflight and space development, not NASA.
This would be a huge game changer, for earth and space, if it can really be done.
You probably noticed a new look here. I just did a WordPress upgrade, and switched to the new standard theme Twenty Fifteen. Not sure I’ll stick with it (for one thing, it’s not clear how to get the column structure I want) but I’ll play with it for a while.
[Update a while later]
Well, it looks like you can have as many columns as you like, as long as it’s not more than two. Only one sidebar. Not sure whether to stick with this.
[Update a few more minutes later]
OK, looks like the only way to get multiple sidebars is to create a child theme with them. Not sure how much time I want to invest in writing PHP.
[Update a few minutes later]
Last time I tried TwentyFourteen, it was kind of a disaster, but I just got the latest version, and am trying that now. I’ll have to tinker with it, but it at least gives me two customizable sidebars. Definitely have to resize sidebars, and play with style sheet. Feedback appreciated.