Posts
All the articles I've posted.
Everything ChatGPT at Silicon Valley Code Campfire Streaming 2/25/23
Published: at 08:00 PMCome hear from four top speakers all about ChatGPT at Silicon Valley Code Campfire. A live streamed event happening on YouTube
How To Create a Custom Name on Mastodon @pkellner@peterkellner.net
Published: at 08:00 PMI don't want to be tied to a particular Mastodon server for my Mastodon name. It's easy to solve the problem by creating a simple static file on your web server.
How To View and Follow Another Person's Following on Mastodon
Published: at 08:00 PMIt's tricky to see someone else's followers on Mastodon and then follow those you are interested in. In this article I'll give an explanation around how I do that with my particular server.<a rel="me" href="https://techhub.social/@pkellner">@pkellner@techhub.social</a>. So far it's looking good. A lot more to learn about it.
I Joined Mastodon as Alternative to Twitter
Published: at 08:00 PMI just joined Mastodon with the account <a rel="me" href="https://techhub.social/@pkellner">@pkellner@techhub.social</a>. So far it's looking good. A lot more to learn about it.
Convert useState to useReducer in a React Context
Published: at 08:00 PMOften we want to add some extra side effects when a state change happens. That could be for things like logging changes or even changing other state values that are dependent.