Password Generators
For the weekly Zoom check-ins for my online Python class I’ve had to put passwords on the videos, and I found the best password generator in the universe (ok so I’m exaggerating):
Obviously, this is for lower security passwords, but they’re really fun. How can you go wrong with bluehen44, firstfork77, or sadland33? If you have kids, you might as well train them on some good password hygiene using this site.
The same site has stronger passwords if you click the “Another Strong password, please” button. But if you want a super strong random password, then you need to use GRC’s Perfect Passwords generator. Needless to say, you will need to use a password manager to remember these (1Password is my current favorite though DashLane is a close second).
Text Web Pages for People with Limited Bandwidth and Power
I came across an interesting article about how some news organization are providing text versions of their sites for people with limited bandwidth and power (like those folks in hurricanes). Removing JavaScript for this sort of use makes complete sense, and it also provides a good reminder about stepping back and thinking about the audience that is using your site.
- NPR: https://text.npr.org/
- CNN: https://lite.cnn.io/en
Note: I think that NPR’s URL is great because it is easy to remember. It is another way that NPR makes it easy to not rely on other services to go to NPR’s text version of their site.
Thoughts? Feedback? Let me know: @eli4d on Twitter