Facebook

May 11, 2010

I really liked reading this post by Jason Calacanis (Twitter @Jason). A number of people I know have quit Facebook recently over privacy concerns and I’m probably next in line. One thing that FB still has going for it though is it sucks you in like World of Warcraft. When all your friends are playing, it’s hard to quit, even if you don’t like the game much anymore. Your there because you feel obligated or you think you be out of the circle if you leave. Companies with blatant disregard for their users information are going to loose the game.

{ 0 comments }

WordPress Android App

May 3, 2010

Decided to give the app a go. It’s very easy to use. Just feed it the URL, Username, and Password of your blog and it’s ready.  It can also support multiple WordPress blogs which is nice if you manage more than one. Clicking on the blog name will give you three tabs. One for comments, another for posts, and one for pages. Clicking on a comment will take you to a sub-screen that will let you mark the comment as spam or approve it. The posts will allow you to view all your current posts as well as make new ones. The posting mechanism is pretty simple. If your using an advanced theme none of your custom title’s or metadata will be accessible, but it does allow you to add a picture, a tag, and a category. You can either upload the post as a draft or straight to published.

Typing a long post on your phone is probably not the best choice. I would use it for quick ideas or drafts notes, but I can’t imagine doing something large on it. Still it’s a nice concept. I can see it’s usefulness for comment control and uploading a picture from the phone. For those functions I’ll probably keep it around.

{ 0 comments }

Kindle Nation Daily Retort

April 6, 2010

One of today’s top items on Digg.com was a post from the Kindle Nation Daily talking about the iPad is the next Kindle. The author makes a number of arguments about what impact the iPad is going to have on the tech market. Since I’m sort of in the market for an eReader I figured [...]

Continue reading –>

Books, iPads, and Nooks.

April 5, 2010

I found myself reading a lot lately. Last month I read The Lost Symbol by Dan Brown, Rework by Jason Fried & David Hansson of 37Signals, and Tribes by Seth Godin. It’s an odd combination of books for sure, especially if you compare Dan Brown’s writing style to Jason and David’s, which you really can’t, [...]

Continue reading –>

Debugging 64bit App Pools

December 7, 2009

So version 1.1 of MS Debug Diagnostics is currently the latest version of the debugger, however on Win 2008 x64 the only thing you can do with it directly is use the Analysis portion. It will not allow you to create dumps, so we will have to create one manually. To capture a dump of [...]

Continue reading –>

Slow SQL Queries

December 2, 2009

Here is a query that works with SQL 2005 to pull the top 100 slowest queries of a database: SELECT TOP 100 [Object_Name] = object_name(st.objectid), creation_time, last_execution_time, total_cpu_time = total_worker_time / 1000, avg_cpu_time = (total_worker_time / execution_count) / 1000, min_cpu_time = min_worker_time / 1000, max_cpu_time = max_worker_time / 1000, last_cpu_time = last_worker_time / 1000, total_time_elapsed [...]

Continue reading –>

Urchin Profile Stuck

November 12, 2009

Occasionally Urchin 5.x.x will stop processing data. If one looks in the scheduler section the parse will be labeled as running and typically only at 0%. In this situation, one needs to use the Urchin utils command line to reset some flags in the database so Urchin can run the report again. Typically the utils [...]

Continue reading –>

Parsing the Windows logs for a Specific User.

October 26, 2009

Sometimes you need to know each time a user did something like logged in during a time period. Since the logs can be quite large, I’ve used this method to get results pretty fast. You will need Microsoft’s Log Parser 2.2 installed to use this query. In this case I have it set to look [...]

Continue reading –>

Script for Testing CDONTS

October 19, 2009

First a couple of notes. Cdonts.dll is not installed by default on Windows 2003. Typically you can grab it from an old Windows 2000 install CD. Upload it to %windir%\system32 directory. The DLL needs to be registered once it’s uploaded. As long as it’s in the system32 directory, just go to Start -> Run.. and [...]

Continue reading –>

Create a Dummy File for Testing

October 12, 2009

Sometimes you just need a specific sized file for something. For instance testing FTP transfers. This handy command line tool will create a file of any size for you. Just open a command prompt and type the following: fsutil file creatnew myfile.txt <size> You can replace myfile.txt with any file name and extension. Size will [...]

Continue reading –>

© Agrypnia.com 2007-2010. All Rights Reserved.

Theme powered by Thesis.