Ramblings

By Erik, Fri, 07/02/2021 - 20:50
I wrote a blog entry about brew, phpenv and keeping updates happy. Five years later, back to it, but with a few changes.
By Erik, Tue, 05/18/2021 - 13:22

Composer has changed all of our lives. Okay, well, that's a simplification and obvious over-generalization… but if you're reading this rambling, then you probably deal with Drupal at some level and know what I mean.

Drupal has jumped onboard with this method and has been able to move away from keeping everything updated internally and letting external contributed composer packages take care of themselves. This has led to wonderful shortcuts like:

By Erik, Sat, 05/08/2021 - 13:22
Since I haven't jumped on the Docker/VM etc isolation bandwagon for development, I have come up with a few tricks to keep the few sites I maintain separate and hopefully easily usable on my local machine.
By Erik, Sun, 10/16/2016 - 18:08

Homebrew is how I tend to manage all of my local packages. It works great for me and gives me the flexibility of installing my own packages without the complexity and overhead of a system like Boxen which I used for a couple of years and had a great love/hate relationship trying to learn all about it. But it turned out in the long run to be just a bit too much effort for the return.

By Erik, Tue, 10/11/2016 - 18:06

Upgrade

So, I went ahead and upgraded to Sierra yesterday. A few folks had attempted to upgrade and had not had too many issues, so I went with it. Very smooth update for the most part, the machine had to reboot a couple of times before I felt like it was done, but that's fine.

One thing that did change, however, was the lack of my Keychain enabled private keys to be loaded into my ssh-agent when the computer rebooted.

By Erik, Sun, 12/06/2015 - 02:11
Well, November 19th was destined to be a momentous day and since I had started almost eighteen months ago, I thought it might be high time to actually convert my site to Drupal 8.0.0. But the only time I seem to be able to sit down and look at non work things is during my commute. On a train. With very… ummm… spotty internet connectivity at best. But what the heck.
By Erik, Tue, 05/13/2014 - 13:57
Well, Drupal 8 is right around the corner. There's a lot of effort to get a beta release out, there are trainings being developed and books being written. But when I thought about the best way to teach myself about Drupal 8, the obvious choice was to install it and play around, investigate the issue queues, try to help in Sprints, and pick a small site to just bite the bullet and convert. So since I only maintain one site, I guess this will have to do. I am going to blog a bit about how I'm going about converting the site.
By Erik, Sat, 08/03/2013 - 22:15

I received an email the other day with the subject "Mollom's volume limit exceeded". Now, I work with the fine folks from Mollom and popped over to ask what was up? I have this blog and it's not all that crazy popular in terms of hits or probably even spam attempts, I do get spam that I have to clear out, but since I enabled Mollom two years ago, it has blocked 160K+ spam attempts… Mollom's free subscription for personal blogs is great and the spam that it auto blocks is not counted against you. So this volume limit should only be for "legitimate" comments and you're allowed 50 per day.

By Erik, Mon, 10/01/2012 - 01:51
It seems like such a simple piece of code.
variable_set('myvar', 'thevalue');
But it can bring your site to its knees very quickly when used too much.

Overquerying

Recently on a few sites, when they are experiencing extreme slowness or throwing 503
By Erik, Sun, 07/29/2012 - 14:39
So we've been all excited about the new version of the Sublime text editor. It has some really nice new functions like replace all as you type (Find all). And split screen functionality. One thing that was missing was the ability to jump to a definition of a function when it wasn't in the same file or an open file.