Reading List

The most recent articles from a list of feeds I subscribe to.

Exploring Caste Systems in Venture Capital

There has been a relatively slight uptick in new Black venture fund managers. Of these emerging fund managers, anecdotally, a more significant percentage of them have a stated focus on investing solely in Black or People of Color entrepreneurs. Given the current funding landscape, where a dismal amount of venture capital goes to Black entrepreneurs, […]

Solving MySQL 5.7 authentication method problems in Laravel

Last week I was setting up al old Laravel project that required MySQL 5.7. I installed DBngin so I could have the legacy MySQL version up and running alongside the modern MySQL 8. Smooth sailing so far, until my Laravel app wanted to connect to the database.

SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client

It took some googling to find a solution that worked. Most solutions recommended changing the authentication method in MySQL, but this was already configured correctly for me. What I had to do was explicitly configure a socket for MySQL to connect with. I added the following to my .env file:

DB_SOCKET=/tmp/mysql_3307.sock

Replace 3307 with the port number you configured your MySQL server to run on.

Attending IndieWebCamp Brighton

I am excited to attend IndieWebCamp Brighton in less than a month! I already booked my non-refundable hotel, which felt very nerve-wracking!

The last time I tried to attend an IndieWebCamp, I ended up cancelling my trip last minute because childcare plans fell through.

But Brighton is near where I live, so hopefully, all will go well this time. I'm super looking forward to meeting people from the community and having some dedicated time to work on my little blog! I know that technically, this could have been an RSVP type of post, so it's one more thing for my backlog of things to improve around here.

I'm really thankful to Paul Robert Lloyd for taking the initiative to organise this. If you need any more convincing, Paul has written a more compelling introduction to the event on his blog.

Learn more about the event and RSVP on the event page.

See you there?

Come join me on the DevRel team at Fly.io!

Strong Towns

I found it eye-opening in terms of understanding how municipal governments work in practice and how perverse incentives lead to poor community outcomes. It had a huge impact on the way that I think about where to live and what policies I support in local government.

This book complements Happy City in that both books explore what characteristics of a city make it attractive for residents to live there but also how legislation often yields the opposite results.