Burn Your Feed Reader: How to Make Sure Your Feed Reader Is Always At Reader Zero
April 21st, 2008(Update)
Barren Vending, Powerfully Clean by Adam.
I’m familiar with two separate feed readers. You’ll have to adapt these instructions for your feed reader.
Permanent Reader Zero for NetNewsWire on OS X
To perminently achieve reader zero for NetNewsWire on OS X
- Open the applications folder.
- Drag NetNewsWire to the trash.
- Empty the trash.
That was an afterthought, though. My main feed reader was Google Reader. Getting Google Reade to perminant Reader Zero was a more complicated procedure.
Permanent Reader Zero for Google Reader
First, delete all your subscriptions.
- Go to Settings link in the top left corner.
- Click on the Subscriptions tab.
- Select All N Subscriptions where N is the depressing number messages devoid of context that are ready to either consume your precious time and attention or else suck away at your sense of accomplishment.
- Click the Unsubscribe button.
This is not enough. If you are like me you have been creating a mound of items that you swear you’ll read some day using tags and stars.
comments
Troubleshooting ljubljana.blogometer.com
March 22nd, 2008Test Pattern by Jen.
About two months ago, my funding for a dedicated Think New Orleans server came to an end. Think New Orleans had been running well for a while, so I thought it wouldn’t matter much to consolidate it with the server that hosts this blog, ljubljana.blogometer.com.
Neither website gets large amounts of traffic. Think New Orleans receives 500 unique visitors a day on a good day. I can’t imagine that all the neighborhood blogs, the New Orleans Wiki, and my personal/professional blog together attract more than 2000 unique visitors a day. Even a modest dedicated server should be able to handle that much traffic, unless something is terribly wrong.
The server also runs postfix and dovecot (IMAP). It serves up the bloggers listserv using GNU Mailmain. It acts as a Subversion repository through Apache. None of these applications concern me. They are all very well written applications. The mail and Subversion services serve only a single user, me.
The Think New Orleans web menagerie includes WordPress, MediaWiki and Instiki. WordPress and Mediawiki are PHP applications running from Apache. Instiki is in a Ruby Webrick web server which is accessed via Apache mod_proxy.
Neighborhood blogs such as Northwest Carrollton and Think New Orleans itself are run in WordPress. There are two flavors of New Orleans Wiki. The Mediawiki version and the Instiki version. The latter is getting more use these days. It contains the definitive List of New Orleans Bloggers and the resources created by CHAT.
There is an instance of Jetty that is rarely visited that runs a few simple servlets that is also accessed via Apache mod_proxy. This is very low traffic and the Servlets are my own. The unconference signup servlet is an example. It writes a web form to file.
I run a script from cron that requests http://blogometer.com/. If it takes more than three seconds to serve, I kill all httpd processes and restart Apache.
Please have a look at the crash reports and tell me what you think.
How To Use EditGrid to Create a Database With A Slick User Interface With Zero Lines of Code
February 27th, 2008Morphing Grid by Dan Allison.
Ever find yourself with a data collection, and you can see the steps in your head, create a form, create a table? It’s a dry task that gets dryer by the minute once you find yourself once again creating that paged results table for the contact us or event registration form you’ve created a thousand times before.
I can’t tell you how much slicker it is to send that data directly to an EditGrid workbook. It is a quick and easy database that is intuitive for your users. Instead of a paged html table, their information is available as rich full-featured spreadsheet.
A Programmer’s Notebook on the EditGrid API
February 27th, 2008My Tchotchke Boxes by 1213 1982.
I created a series of online spreadsheets of every building, construction and demolition permit issuesd in Orleans Parish since January 2005. These spreadsheets are available at Think New Orleans.
The EditGrid API can automate the creation of reports and act as an easy use and share database for light data collection applications. I’ll write about my experience with EditGrid and why you should consider EditGrid at the back end for your next data collection task.
This is my programmer notebook on my getting to know you time with EditGrid.
I wrote my program in Java. Here are the three gotchas that I encountered.
Diagnosing Server Overload
February 12th, 2008My server, ljubljana.blogometer.com, will sometimes hang after receiving too many requests. I don’t want it to keep me from getting in via ssh, so I’ve written a rather drastic shell program to monitor the server. It fetches the blogometer.com home page using curl. If it takes longer than three seconds, it blocks port 80. This is run by cron every minute. The script will write out the output of the programs ps ax and free. I’ve not been able to figure out what’s really causing the server to choke with that output so I’ve added top -n 5 -b and tail -n 500 /var/log/httpd/access_log. I’m open to any suggestions of commands to add to this snapshot.
FeedBurner Does What FeedBlitz Does
January 27th, 2008Looking at Ed Trelinski’s blog I see that FeedBurner is now offering email subscriptions. I’m going to stick with FeedBlitz for the email of my feeds for the time being.
Disabled Form Elements Are Not Submitted
January 6th, 2008Not in Firefox, at least.
Cyberduck
December 25th, 2007Picture of the Cyberduck file browser by Cyberduck.
With all the catch up reading that I was able to do over the holidays, I was able to read about my Macintosh and came across Cyberduck. Cyberduck is an FTP and SFTP (file transfer via SSH otherwise known as SCP) utility for OS X released under the GNU Public License. It now replaces Fugu as my GUI SCP tool, which I rarely used because it felt slow. It even replaces the command line SCP which I always use because I’m familiar with the shell.
| « Previous Entries |






