Emacs org-mode for developers
Posted on 8 February 2020
tldr; I have created a Github Gist that captures the setup and configuration, key-binds, formatting, and GTD chart if you just want a reference.…
Portfolio: Schedule an event
Posted on 2 February 2020
I ran across a UI that looked interesting through a newsletter I get called "UI Movement" (https://uimovement.com/). The UI is pretty basic, it is a component that allows one to "schedule a demo" based on a date and time. You can view the original concept here (https://dribbble.com/shots/9357635-Schedule-Demo-Exploration). It looked like it would be a lot of fun to build and it was. I chose React to build this because I don't get to use it as much as I would like and I've not had a chance to play with "hooks" yet, so I took this opportunity to figure out what they were all about.…
Emacs vs Vscode
Posted on 19 February 2019
I haven't really been using Emacs for all that long. I'm really a VIM user when it comes down to it, but there is one thing that vim is missing, a standardized package manager and a package repository. Sure there are package managers and I guess you could count vim.org/scripts as somewhat of a repository but generally speaking I find myself googling for some functionality and finding a repository in Github that I can pull in with one of the various different package managers that have sprung up to fill the gap.…
Pi Wall Project
Posted on 6 April 2018
A while back I acquired a Raspberry PI from the recruiter that got me my current job. I wasn't sure what to do with it for a while but I eventually ran across a wall-board someone had made, I believe it was this one https://imgur.com/gallery/z94Vr. I thought it was a fabulous idea so I set out to build my own. However I made a few modifications.
AWS CodeStar
Posted on 28 February 2018
When I decided to start this blog I had to spend some time figuring out a few things like where I wanted to host it. I've always been a fan of AWS, I've been using it in some fashion ever since it came out. So when I was registering my domain in Route53 this thing called CodeStar under the Services list caught my eye. Then I read the first line of the description.
Starting a new blog
Posted on 24 February 2018
I'm constantly learning new things. I'm a Frontend Engineer by trade and that space is constantly evolving. I've always liked the idea of blogging, but I've never really done much of it. Part of the reason is that I really like my editor (Emacs). I don't like the idea of typing a bunch of text into a textarea as in for a blog post for a couple of reasons. First, it doesn't have vim bindings. I can barely type anymore if vim bindings are not present. Secondly, I have actually lost form data before due to session timeouts and such so I just don't like typing large amounts of text into forms. I was excited the other day to find a Chrome addon that handles both of these concerns called Atomic Chrome.…
Using dtrace to fix git
Posted on 14 March 2014
I am closing down my old blog on socketwiz.com and I didn't have much content over there and this was and article I felt like preserving.
First off the problem. I like to develop on
smartos because it is based on Solaris and has
all of the conveniences of Linux with a few extras namely zfs, zones
and dtrace. It’s dtrace that I’m going to discuss today. I run a
very specialized version of vim. By specialized I mean I have a bunch
of
addons. In
particular, YouCompleteMe
and UltiSnips requires
that vim be a particular version and have python support compiled
in.
VIM cheat sheet
Posted on 5 May 2012
I am closing down my old blog on socketwiz.com and I didn't have much content over there and this was and article I felt like preserving.
Since I have been using Vim almost exclusively lately I made myself a cheat sheet to help me remember some stuff. This is certainly not an exhaustive list, just some things that I don’t know how to do off the top of my head that I wrote down and ended up getting a little carried away. Just thought I would share:
How to recover data from a memory card for free
Posted on 21 July 2010
I am closing down my old blog on socketwiz.com and I didn't have much content over there and this was and article I felt like preserving.
So a friend of mine took some pictures on her camera which contains an SD card but for some reason was unable to retrieve the pictures off of it. I have a similar camera and a Mac she has Windows. Many times I’ve been able to access data on removable drives on my Mac that were inaccessible on Windows but not this time.