It's even worse than it appears.
Drag and drop doesn't need a target. If you want an app to handle drag and drop, if it can do things other than edit files, just be willing to accept a drop anywhere in the window. When the user lets up, confirm that's what they intended to do. Prior art is Google's
image search page.
#
Re the NRA.
Dick's Sporting Goods is no longer selling assault rifles. And won't sell guns to people under 21. This is a huge deal. We need more like this. But -- trying to get
Roku to drop NRA TV, that's not only not useful, it's very very very bad. The
First Amendment is super important, as is
The Golden Rule. Speech is a good thing, even if you detest what they're saying. And discounts to NRA members? Please that's harmless. NRA members are not the problem. Go to the source. Picket gun stores until they follow DSG's lead.
That will save lives. Measure success for now as stopping sales of new weapons of war.
#
Google is famous for its AI and machine learning. With that in mind, how much trouble would it be for Google to determine that
Little Card Editor never asks for a credit card number, and they can stop lying to users saying that it might.
#
Bottom line, things that are free are not safe. You have to use your mind at all times when using the web (or Gmail for that matter). Google can if they want make a browser that's like Disneyland. But to try to turn the open web into Disneyland, that's a travesty.
#
- An email from friend Allen Wirfs-Brock, one of the most interesting emails I've ever received. Seriously. #
- Dave, I saw your tweet about building a browser by using Electron hosting Chromium. You know, that is exactly how Brendan Eich’s Brave browser is implemented. I highly recommend it as an alternative to Chrome.#
- Brave very much thinks of itself as an “user agent” and that the user is the ultimate authority on what the browser does. For example, all of their ad blocking and tracking protection (they call these shields) mechanisms are easily user enabled or disabled globally or on a per site basis.#
- I suspect it wouldn’t be hard to define “shields” that instead of simply marking http sites as “insecure”did an alert on first user input to http sites or have other various levels of protection. It’s the sort of user control that I think they would be on-board with once they fully understood the user perspective. (On the other hand they are immersed in the Bay Area's HTTPS-should-be-used-everywhere culture so they might not immediately get it.)#
- In either case, their most likely immediate response would be “it's open source, do the work and submit a pull request”. That is easier said then done, but you might want to take a look at what it would actually take.#
- It's exciting to know that it's possible to build a useful browser with Electron. Thanks Allen! DW#