Skip to Main Content
UCLA Logo Epicenter

Uncategorized

Automattic Lays Off 281 People Across 90 Countries: The Web Reacts

On Tuesday, Automattic CEO Matt Mullenweg sent ripples throughout the WordPress community with a blog post announcing the layoff of 281 employees – representing 16% of Automattic’s workforce. Employees were first notified via internal message before the news was made public later in the day on Automattic’s website. While acknowledging continued revenue growth, he cited… Read More »Automattic Lays Off 281 People Across 90 Countries: The Web Reacts

I Lived 5 Minutes From the Ghibli Museum and Here’s My Thoughts on the Ghibli AI Trend

Back in 2018 I spent some time in the city of Mitaka – which happens to be where the Ghibli Museum is located. I walked by it several times a week and have fond memories from there. When the internet became flooded with Ghibli style art last week after OpenAI released their newest AI image generator, my reaction was probably more visceral than most people’s. After spending some time Ghibli-ficating myself, reading others’ opinions, and…

How to Add Search to a Static WordPress Site for Free Using Lunr

If you have a static WordPress site or you’re strongly considering launching one, then you’re probably already aware of its default limitations. One of the big ones is the inability to add a search function to your site. But with a little bit of creative thinking, you can use a free, open-source JavaScript library called Lunr (along with a few other tools) to get around that problem and build one anyway. Here’s how…

How to Add Contact Forms to a Static WordPress Site for Free

Static WordPress sites have a lot of advantages over more traditional WordPress projects. In most cases they are cheaper, faster, and more secure. However, one big drawback is that you can’t use contact forms on your pages or posts by default. In this guide I’m going to show you a free solution to get around this problem.