Select Page

Finally Writing Down A 3 Year Old Idea

I’m just not a person who writes things down. I never carry pens or paper. Even if I do happen to have a pen an paper with me, I rarely use them. I carried a Moleskine for a year or so, but was always nervous to write ideas in it for some reason. One day, I accidentally ended up washing my Moleskine and never replaced it. I’ve tried writing journal entries in my Moleskine, in .txt files on my computer, and even in personal Google Drive documents, but I’ve never been consistent with it.

Biggest Roadblocks to Writing

I’ve started a good handful of scripts, but for whatever reason, I’ve never been satisfied with where they end up. I’ll start with one idea and work it and develop different ideas for conflicts and story arches, but I never feel like I really arrive at, “Oh yeah. THAT’S my story.”

It could be just me on this, but that has been the biggest roadblock for me. I rarely actually follow through with projects because I can never get past the writing part of it. Writing is definitely my weak spot, and I certainly wouldn’t classify myself as a writer.

Another roadblock is just inconsistency. I’ll start an idea, maybe spend a weekend or so developing an idea, reach a stopping point, shelve it, and never look at that script ever again. I don’t make a plan to revisit the script. Now that I’m taking on this project, I’m going to HAVE to dedicate some time every single day to making at least a little progress or it will never get done.

And finally, I’m just not confident as a writer, simply because I don’t write. It sounds stupid because it’s one of those ping pong, back-and-forth arguments. I don’t write because I’m not confident, yet I’m not confident because I don’t write. So the cure for this is consistency, and getting over the fact that your writing is gonna suck. Your first script will suck. Your first film will suck. Your first animation will suck. Everybody’s first thing sucks because it’s their first thing. Glad we got that out of the way.

Finally On Paper After 3 Years

I cannot express the overwhelming satisfaction of having an idea over 3 years ago, starting to play with it 3 years ago, then life happening, taking a break, more life happening, having kids, moving, changing jobs, and all the stuff that easily take priority over writing a script. But! To come back to this idea that’s been shelved for so long, and to finally get the complete short story down on paper feels amazing.

I’ve got big plans for this little short film! It will actually be my 3rd personal short film ever. I made my first two in college and learned a ton, and started doing professional videos from there on out. I haven’t had much time for personal or passion projects, but I feel like I’ve built up enough passion to make this one happen in spite of whatever happens along the way.

This also kinda marks a turning point in the ol’ blog here, as I’ve been posting a lot of nerdy terminal-based developer stuff as of late. All that stuff is fine, and I think it’s pretty cool, but in the future, I’m going to post as many updates as I can on the progress of this short film project. I want to learn as much as I can from the project, and I want everyone else to have the opportunity to learn along with me.

This will be my first animated short film project. The previous two shorts in college were live action shot with zero budget and friends. I’ll have a micro budget for this one, but the biggest difference is that, because it’s animated, I’ll be doing the entire film almost completely solo.

Check out more articles

How to Generate a Ranger Config File

ranger --copy-config=all This will copy all the default config files from /usr/local/lib so you can make edits without messing anything up. Huge shout out to https://dquinton.github.io/debian-install/config/ranger.html for explaining this and so much more. Took me a...

First Open Source Contribution

Surprise! I genuinely did not plan on making my first ever open source contribution today. In fact, I didn't plan on a lot of things happening this week at all. I recently got an awesome opportunity to work on a site that is being hosted on a platform called Pantheon,...

How to Exclude Specific Posts and Pages from WP_QUERY

For the sake of having something to work with, let's suppose we've got the following query:In this query, inside the $args array, there's a special parameter that allows you to exclude specific posts and pages from the query. This parameter is called post__not_in and...

Configure SSH For Password-less Connections

Preamble I'm slightly embarrassed to admit this, but it was a long time before I figured out how amazing this little file is and how exactly to put it to good use. The file I'm talking about is the SSH config file. By default, when you first connect to a server via...

WordPress Site Stuck in Maintenance Mode

Plugin Error Code 500 During Update While I was updating a WordPress plugin locally, something happened on my local server to trigger a 500 error code as the plugin was updating. On the frontend, I refreshed the page and was greeted with "Briefly Unavailable for...

Creating a WordPress Plugin Downloader

How it Started I was recently tasked with the challenge of creating a WordPress theme generator. The idea being, instead of writing your style.css file from scratch, you'd be able to just answer a few simple questions about how you'd like your theme set up, and those...

Fix Audio on XFCE Chromebook

The Problem After moving from GalliumOS to Xubuntu, I noticed that playing YouTube videos on both Firefox and Chromium would result in decent playback for a few minutes, but suddenly the audio would turn into a solid beeping tone while the YouTube video displayed the...

Adjust Trackpad Sensitivity XFCE

xinput set-prop "Elan Touchpad" "Synaptics Finger" 1 1 1 What are the values 1 1 1? This sets the sensitivity as close to the original ChromeOS as possible. Larger numbers will decrease sensitivity of various aspects. I never looked into which individual value...

Fireworks (Short Film)

https://vimeo.com/395077249 About the film Year: 2020 Director/DP: Tim Searfoss Writers: Matt Jones, Tim Searfoss Sound Mix: Matt Jones

Hosting Multiple Sites Using LocalWP

I've done a write-up on hosting local WordPress sites before, but I definitely prefer this method over the previous one. If you've never tried hosting multiple sites using LocalWP, then I'd encourage you to check it out. I've had really bad issues with it in the past,...