Websites and Social Media

In the early days of the internet, years before I would use it at all, it was commonplace to have personal websites. Then I am told came social media sites. They provided an easier way to get your thoughts out into the world. No code, markup, or page design is needed; just write and get directly to sharing. This came with a big boom in popularity for the internet in general as well as these sites in particular; to not use them was to become irrelevant, at least in the eyes of the net. The biggest social media platforms have user counts in the tens and sometimes even hundreds of millions, using their platforms to broadcast their ideas every day. That’s a lot of posts. In fact, according to InternetLiveStats Twitter sees 6,000 tweets a second. There, of course, comes a new problem. I’d call this the modern problem. There is so much of everyone’s thoughts that everything becomes ephemeral; even when posts stay up for long periods, they are functionally “gone,” or better to say irrelevant, within a day. This is unless you have either a large amount of money or insight into a sizeable chunk of the user base. Given that we are presumably possessed by neither our options for cataloging our thoughts despite the best efforts of many are to be irrelevant to the affordances of either social media or those of a website.

The Affordances of Social Media

It is reasonable to assume that because this is written on a website I am against social media but this is not so. In fact, on my main page, I have several social media pages. Social media has the advantage of allowing people to share content with friends and share a uniform experience with other users. Social media is at its best when it allows people to share small portions of their work, short thoughts or experiences with other people, especially fast-moving things like status updates or project announcements. I use social media to get updates from artists, tech projects, and personal friends. I also use it to discuss my interests with other like-minded individuals. Social media is at its best when it is used as a connective medium, it isn’t for creating a repository of thoughts as much as it is to connect people.

The Affordances of a Website

So, when does one want to make a website? Well, a personal website is static. As long as it is maintained it provides the same content to each visitor. This means that is a better storage medium for thoughts and opinions, especially longer-form ones. This was one of the major objectives for making this website. As I progress to my professional life, and work through my academic life, I find myself with more thoughts in need of an outlet. The static nature of a website of this nature is ideal for this because it allows me to look and refer back to these thoughts as needed. In contrast, things like reach and allowing others to comment on the site are less important and thus social media is less appropriate.

How the Site was Made and Why

This website is hosted on Neocities and created directly in HTML and CSS. To make new pages and test layout changes I use Visual Studio Codium, a free software build of VSCode with the telemetry removed with the extension Five Server to let me make live changes and see the results instantly. With plenty of simpler options, like WordPress, why make a website this way? Well, it’s because as an information sciences student having a variety of skills is useful. This site serves as an excuse to learn HTML and CSS, and it allows me to practice self-teaching complex technical skills, a meta-skill that is very important for a fast-paced environment like the tech industry.

How the Site was Made and Why (Redux)

Recently I decided to change the site-building process from my own HTML and CSS to Hugo, a static site generator. This enables much faster website creation and makes it easier for me to correctly group content. This new version of the site will be hosted on a static web host, GitHub Pages, and given a custom domain (which, unlike neocities, GitHub offers the use of custom domains for free.)