Fork me on GitHub

bryanculver.com

November 8, 2011 @ 22:31

Shit.

If you’ve known me for a while, or stumbled upon this link from what this post will be referencing, I run (ran) a service called MyDay. It was a stupidly simple task management website with a stupid simple, yet intuitive, user interface.

Today, I screwed up.

I didn’t take my own advise and didn’t schedule backups. I have them set up all across numerous sites I’ve made for clients or work.

But not on MyDay.

When I went to re-image another server, I didn’t pay attention to which server it was. So, I re-imaged MyDay, not the server I wanted. Wiping everything.

Backing up was on my to-do list, but never made it to the done pile.

Because of that, it looks like as far as data is concerned, it’s starting over.

I have been sitting on the v3 interface for quite some time, just haven’t gotten around to applying the skin to the new framework that I’ve been building. Looks like it’s time to kick it into overdrive…

Sorry for any issues I’ve caused anyone.

P.S.: You can probably tell by the missing logo at the top of my site, I also used it to store some assets on here.

August 19, 2011 @ 17:51
June 22, 2011 @ 16:01

An interesting read on how GitHub, the social coding repository, made a great strategic move to get more people onto the Git platform.

June 16, 2011 @ 11:05

Twitter is in the slow process of making it harder and harder for other developers to use their service, making it almost a must to use a Twitter branded client. Personally? I think Twitter is doing the only thing it can think of to make profit from it’s users:

  1. Make Twitter a “must have” service by it’s users.
  2. Acquire excellent app developers.
  3. Slowly lock out the API
  4. Shut off public API access completely, allowing only Twitter branded apps post.
June 15, 2011 @ 9:58

Awesome examples by @rem for his book “Introducing HTML5” - http://introducinghtml5.com/. Perfect for showing people what HTML5 can do compared to XHTML 1.0 and HTML 4.01.

June 14, 2011 @ 18:50

A Debian (and former Ubuntu) distribution of Linux, CrunchBang provides a very minimilist desktop environment to work. Fast booting, and since it’s Debian based, many of the applications you use on Ubuntu should work in CrunchBang. Mind you it’s missing some features for a true desktop/notebook experience replacement, but for the developer who wants a no-mess computer, CruchBanf should be a consideration.

April 30, 2011 @ 20:33

Just a heads up, if you’re a Ubuntu fan, Natty Narwhal installs the most USELESS desktop environment called Unity. I HIGHLY advise those of you who are willing to upgrade to replace Unity with GNOME 3. Will make your experience much more enjoyable.

April 24, 2011 @ 23:23

Just bought myself a new drive for storing work files and stumbled on this. I work on Windows, Linux and Mac and need something cross platform that can quickly encrypt and decrypt my data. Voila!

It has a very creative way of creating encryption keys, a plethora of encryption methods and a very easy, beginner friendly way of setting up the encryption. You don’t have to encrypt an entire drive either. You can select one partition as well as make a virtual drive with encryption that saves off as a drive.

April 11, 2011 @ 0:40

How Almost A Year Changes Things

So in the past, almost year, I purchased a new Dell Studio notebook, converted to Windows, then converted to Ubuntu. Actually truth be told I never “converted” to any of them. I have always been using all three almost equally, but of years prior, it was heavily Mac. But with wanting the most bang for my buck, and realizing my work was web based, I had begun developing in VMs because I could closely mimic my production environment.

I certainly do miss my Blackbook some day (i.e. going to class), but the screaming performance of this Quad-Core i7, 8GB of Ram, 1080p screen is hard to pass up when it comes to my more primal techie inside.

One thing I do miss from developing in Ubuntu that I loved on my Mac was Textmate.

However, Redcar certainly compensates for what I was missing.

It’s easy to install too, just follow the instructions in order here:

  1. Install Ruby.
  2. Install RubyGems.
  3. Install Redcar.

And I know a lot of my other developers will cringe at this, but Eclipse is a bad-ass project management IDE. Never did I think I would develop the need for code-hinting / documentation popups. And it auto-scans your code and documentation to give you the function signature.