I don't think there's anything wrong with not wanting to participate in silly games like that all the time, but if you never try to step out of your comfort zone in a public setting, I think you're missing out on an opportunity to grow as a person. You might just have fun doing something you thought was stupid or you thought you would hate.
Ahh hello there, good'ol FOMO. Let me show you a little trick:
I don't think there's anything wrong with not wanting to participate in silly games like that all the time, and if you never try to step out of your comfort zone in a public setting, I don't think you're missing out on an opportunity to grow as a person.
This also works in TypeScript's favor. You get test coverage which you would never write. A "simple" component that doesn't have any logic and doesn't warrant a test still checks its prop types, and you don't have to do anything other than make the compiler pass.
Pretty good article. Monit is another nice utility to keep applications and services monitored and running on *nix. It has some cool features, and some may find it easier than systemd.
I wrote StreamE because I was tired of constantly switching back and forth between Twitch, Mixer, and YouTube to watch the live streamers I wanted to watch. StreamE lets you search for, follow, and watch live streamers on all the major platforms. I searched around to see if there was anything similar, and found a couple browser extensions, that both seemed to want OAuth verification, which I didn't want to mess with.
StreamE has some unique features, like a universal search across all the major streaming platforms, and a custom following feature as well. Follow streamers you like, and your list of followers is updated and stored in your browser/URL for easy bookmarking and sharing. The site requires no logins or signups, shows live indicators next to followed streamers, is mobile friendly, and is dark mode by default.
I tried to keep StreamE as simple as possible, it is written in vanilla JS, HTML, and CSS. I use the lz-string library (should be found through a quick Google) to encode the JSON follower data inside the browser and URL. The website hits a couple AWS Lambda endpoints written in NodeJS, which use the various Twitter, Mixer, and YouTube APIs for some of the site functions.
reply