Verbose Logging

software development with some really amazing hair

07 Sep 09

08:00 AM MDT

Posted in Software

Google Sets

Have you check out Google Sets? It’s great. I really don’t know how long it’s been around, but it’s pretty slick. If you were looking for server names, like in this serverfault question, you’ll realize the power of Google Sets. Go there, and try out a few things, like characters from Star Wars. Enter in Luke Skywalker and Han Solo. Oh look, the rest of the cast, and even some obscure ones! So the next time you need a set of things, like for a ...


Read the full article

Comments

01 Sep 09

01:26 AM MDT

Posted in Software

AuthSMTP

Need to send email from your web app? Don’t want to use Gmail because of limits? Okay I’m not about to break into a marketing campaign, because I just found the website, but it looks like AuthSMTP solves the problem. I literally just discovered this place, but you can send up to 1000 emails a month (100MB data), for $24USD a year. Not too bad. You can send with your own from address, etc, etc, and all the things you’d expect (at first glance a...


Read the full article

Comments

31 Aug 09

08:00 AM MDT

Posted in Editorial

Service Level Agreements. Who cares?

More and more people seem to be ever so concerned about the Service Level Agreement. Okay. Actually it’s more like companies, and the people responsible for picking services. If you don’t know, a service level agreement is basically a statement by a company providing a service that their service will be available and usable a certain amount of time. As an example from the CVSDude website: 99.9% Uptime Service Level Agreement (SLA). While all ...


Read the full article

Comments

30 Aug 09

09:58 AM MDT

Posted in Programming

Threaded Awesome

@tmm1 and @joedamato put up a good slide show on slideshare about ruby threading issues, and their fixes. These things have been around for a while, but now they are here in slideshow form. Definitely check them out, even if you don’t program ruby, as there are some interesting profiling/debugging shenanigans shown, among other things. Threaded AwesomeView more presentations from Aman Gupta.


Read the full article

Comments

24 Aug 09

08:00 AM MDT

Posted in Software

Post Twitter to identi.ca

So I signed up at identi.ca a while ago, but never really did anything with it. I also found Yahoo Pipes a while ago, and put it on my Todo List to look at, but that was about it. I don’t know why I didn’t think to look at it to do this. Anyway. Pipes lets you manipulate pretty much anything, RSS feeds being one of them. You can feed things around, or pipe them, and alter contents, do whatever. After a little Google work, I found this pipe tha...


Read the full article

Comments

21 Aug 09

08:00 AM MDT

Posted in Programming

respond_to with respond_glue: override respond_to

So check this: you have a nice little Rails app. You have some stuff for a JSON API type system. You’ve got an STI setup with the Widget model class and the more concrete FancyWidget and WeirdWidget classes. You’ve got a WidgetsController, and the corresponding FancyWidgetsController and WeirdWidgetsController Yay. It works. You can deal with both types of Widgets using JSON. Now you need an HTML interface to it. Fine, you can just throw in a ...


Read the full article

Comments

17 Aug 09

08:00 AM MDT

Posted in Editorial

Atwood's Law Misunderstood

Jeff Atwood, of Coding Horror and stackoverflow fame made a blog post entitled All Programming is Web Programming Go read it, and come back, I’ll wait. Okay back? Good I was originally just going to comment but then I realized the scroll bar couldn’t get any smaller on my browser and the page size was probably close to some sort of limit, so that idea went out the window. So here goes… First off, Michael Braude seems a bit off his rocker. A fe...


Read the full article

Comments

13 Aug 09

08:00 AM MDT

Posted in Editorial

How many clicks does it take?

I signed up for gdgt despite the fact that I whined about it not supporting OpenID. Here I am. Wee. The first thing I tried to do when I got there was add a gadget to my have list. Makes sense right? That’s what you do. So I find the Dell 6400, and…there’s no ‘Have it!’ button. Hmm…well maybe if I…oh. There’s an ‘add to list’ button. Okay, that makes sense, since they have 3 lists: have, want, had. So I click that, and now I have to select a ...


Read the full article

Comments

28 Jul 09

07:00 AM MDT

Posted in Software

Cookies for the forgetful

When the going gets tough, the tough mess with cookies! Well sort of. I started using Chromium from the Chromium Daily Build PPA yesterday at work. I remembered most of my passwords for things, but one eluded me. The wiki. The wiki system we use is WikkaWiki and while it does the job, it’s not something that would be my first choice. Or second choice. Anyway. The weird thing is, it does something stupid and as a result, Firefox can’t remember...


Read the full article

Comments

27 Jul 09

06:00 AM MDT

Posted in Software

Drastically speed up web browsing

Uninstall Firefox Install Chrome There is no step 3 I’m seriously getting sick and tired of Firefox. Chrome for Linux can’t come any faster. When even with only 5 tabs open, it eats over 600 MB, and frequently fades out to the standard “application not responding” state. It can’t even switch tabs without lagging. If I have a video playing in one tab, it frequently hangs when I switch tab, or open a new tab. Pain. Chrome is just better, an...


Read the full article

Comments