Scroll to top

30/03/2021


2021/03/30#p1

3 comments: click to read or leave your own

My wife cut my hair on Sunday and I found myself wondering how many sets of hair clippers had been sold in the past year.

With hairdressers set to re-open on April 12th how many people have become good enough at cutting hair to warrant not going back to their pre-covid routines? How many people will have discovered that cutting hair is a good way to spend some quality time with your family and not want to relinquish that? How many will have realised they can save money by doing it themselves? Hair clippers pay for themselves pretty quickly.

Alternatively, how many will relish the opportunity to get out and see someone different, let someone else cut their hair for the first time in months? How many people will tip way more than they normally would just because of the novelty factor?

My mind can be a strange place sometimes.

avatar
wearsmanyhats says: Reply to wearsmanyhats

@colinwalker I think a lot will depend on how much maintenance your hair needs, or for that matter how much hair you still have. I've been running a shaver over my entire head for over a decade now, as early receding hairline and white hairs made that my preferred style. :) I think hairdressers will still be required for styling, but for basic trimming and hair care I suspect the home option will become the default. Not just on cost grounds, but convenience and time-saving.

avatar
Colin Walker replied:

Good point about styling. Still makes me wonder about the overall impact on the profession. I've joked for years that there will always be a need for hairdressers, doctors and undertaker's but how much for the former remains to be seen. There seem to be far too many hairdressers on the average high street – they have taken over with nail bars, charity shops and betting shops – maybe that will change.

avatar
jonkit says: Reply to jonkit

@colinwalker I've been cutting our kids hair for the last year and recently attempted my own. It went fine. Fine enough that unless we have something important (wedding, etc) I can probably maintain it myself.

Leave a reply



You can also:

Click here to reply using email Reply by email Send a webmention Send a Webmention



2021/03/30#p2

2 comments: click to read or leave your own

Over the past couple of days, I've been reworking some code with a view to packaging the (b)log-In system such that it could be downloaded and used by others – not as simple as it sounds considering how it has developed organically with tweaks and fixes being thrown in all over the place.

The first step was to create a setup file that prompts for required details: your name, base URL and email address through to MySQL database name, accounts (one for reading only and one to write) and the desired table prefix. Once these details are submitted the config file is automatically generated and database tables created. I'm looking at how I can streamline this further and require the absolute minimum prerequisites.

Because the system is specifically tailored to my own wants and needs I've been further automating things (including the creation of additional constants in the config file) so that it can be used almost immediately after set up with minimal user intervention. Certain things like populating the About page will have to be done manually but I could provide a way to do this via the setup process.

One thing I've deliberately tried to avoid is an admin area but, perhaps, it's unavoidable that specific things will require some form of interface – changing your avatar or email address, populating and changing that 'about' text, etc. Going that route would likely require my redesigning the options table in the database.

Then comes the "fun" bit: cleaning up the code. As I've adjusted layouts sections of the code have become littered with inline CSS which I really want/need to centralise and there are likely reusable elements that can be called rather than being located in multiple places. I've already created a footer file rather than have the same code at the end of every public-facing page. I would also need to extricate the journal and muse-letter elements or maybe even create variants with different options.

Whether anyone else would actually want to use this system is another matter, the way it behaves is very specific to my needs and may not appeal to others. It's a different take on how a blog should look and operate that has evolved over a number of years, first on WordPress and now as this standalone system.

In any event, the experience of building this has been invaluable. I will likely build out a basic admin page for a few core details – just for my own benefit – and see how things progress. No matter what happens, I'm incredibly proud of what I've achieved so far and want this to remain my platform of choice for the foreseeable future. It will only get better and better.

S
Sally Walker says:

I've been saying all along you should sell the platform ;)

avatar
Jan-Lukas Else mentioned this post.
Leave a reply



You can also:

Click here to reply using email Reply by email Send a webmention Send a Webmention



No comments yet
Leave a reply



You can also:

Click here to reply using email Reply by email Send a webmention Send a Webmention



Close