It's even worse than it appears.
Little Outliner v1.8.16 is now its own reader app. There's a way to open outlines without logging in via Twitter. Also cleaned up and reorganized the Docs menu. #
If you have questions about LO2, this is the new place to post to, linked to from the Docs menu.#
Watching Biden give a speech via teleprompter and wondering why in 2020 we don't have a better way of doing this, so he can move his head where ever he likes and still have the text right in front of his eyes. He shouldn't have to turn his head to read.#
I discovered a new feature in GitHub. If you create a public repository with the same name as your account, the readme.md file in that repo is displayed on your GitHub home page. Of course it's Markdown. Might be interesting to integrate some of the status-editing features I'm working on into this. It supports basic web stuff, as you would expect from a techies site like GitHub. Okay this might be fun. 🎈#
I'm becoming a Deadhead. Today's song is China Cat Sunflower. #
Last night at the beginning of Maddow they had a tour of the Covid ward at a Houston hospital similar to the ones they did in NYC hospitals a couple of months ago. First we watched a woman die. She was infected at the funeral she held for her husband who also died of Covid. Then they interviewed a patient who explained she was being careful, yet caught the virus anyway. This is how it works when the density of infection goes up, you encounter more virus as you move around, and with more density the chance of you getting infected goes up. That's what they're dealing with in Houston. It was excellent, but they were all Democrats. It would be helpful if they interviewed a banker type, in trouble, in a ward, worrying about the horrible death looming in front of him. Let them see a Republican dealing with an unavoidable awful reality. Might scare them into wearing masks and thereby decrease the density of the virus and save my life. #
  • Many Republican senators are apparently not going to Trump's convention in Jacksonville. Why not? Scared of the virus? Trump says it won't get you. Or does he? #
  • Also hope their children and grandchildren will be going back to school in the fall. Kids don't get sick they say, and if they do they don't die, and if they die they were going to die anyway. This is the position of the Trump government. If it's good for Republicans then it's good for their representatives, right??#
  • And there's a rally on Saturday in New Hampshire. They should go! Don't miss it. No masks, social distancing, lots of ways to get sick. Very sick. Hey if it's good for Americans, why not the senators? And of course their families. #
  • Following up on yesterday's post where I talk about striving for simplicity in using JavaScript, my friend Allen Wirfs-Brock, who has been involved in JavaScript language design for many years, and was editor of the ES6 spec, responded thus:#
    • Because of JavaScript’s "don’t break existing code" policy, often the only way to fix an existing problematic features is to leave it alone and add a better alternative. This inevitably leads to profiles that include the better features and leaves out the deprecated ones. #
    • You probably don’t use eslint , but most commercial JS devs seem to. There are probably thousands of configuration profiles for it that enforce various style guides and and subset preferences. #
    • For example JavaScript Standard Style is popular but controversial both because of its self-assumed name and because of the positions it takes on semicolon usage and other conventions.#
    • Regarding choice of function forms, my preference is to use the function hello () {} form in most situations where I wanted to define a named function, both global and local. I’d generally reserve arrow functions for cases where I’m passing an anonymous function as an argument or otherwise using it as a first class value. #
    • I’d probably only use const hello= () => {}; in situations where I need to name a function that needs to reference the this binding of its surrounding environment.#
  • It's tough being a kid these days.#

© 1994-2020 Dave Winer.

Last update: Tuesday July 14, 2020; 4:50 PM EDT.

You know those obnoxious sites that pop up dialogs when they think you're about to leave, asking you to subscribe to their email newsletter? Well that won't do for Scripting News readers who are a discerning lot, very loyal, but that wouldn't last long if I did rude stuff like that. So here I am at the bottom of the page quietly encouraging you to sign up for the nightly email. It's got everything from the previous day on Scripting, plus the contents of the linkblog and who knows what else we'll get in there. People really love it. I wish I had done it sooner. And every email has an unsub link so if you want to get out, you can, easily -- no questions asked, and no follow-ups. Go ahead and do it, you won't be sorry! :-)