Dean Howell was in following circles

AuthorFollowersDateUsers in CircleCommentsReshares+1Links
matt vovakiss02012-12-19 13:05:38500141617CC G+
matt vovakiss02012-12-15 17:12:29500257CC G+
Mark S35,3882012-11-18 10:06:0794316CC G+
Chris Goldsmith3,8942012-10-11 13:19:24481102CC G+
Cliff Wade9,7122012-09-28 04:27:463701329CC G+
Cliff Wade9,7122012-08-24 15:06:10369405CC G+
Cameron Wright5,9182012-08-23 22:53:2822303CC G+
Zachary Roovenback (Zach Attack)2,2372012-08-10 04:29:445016412CC G+
César Bustíos Benites9,4422012-06-11 17:29:37501006CC G+
Cliff Wade9,7122012-06-08 19:16:04356625CC G+
Marko Shiva Pavlovic (4N7IS3C)6,5962012-05-29 09:37:56501007CC G+
Kevin Medeiros4,4842012-05-26 19:20:2947711714CC G+
Keph Zen (Cupcake)02012-04-07 20:33:12500438CC G+
Gabriel Fitzpatrick14,2072012-03-31 03:18:32677211CC G+
Mark S35,3882012-03-31 00:48:392982127CC G+
Kevin Medeiros4,4842012-03-23 21:02:4544913920CC G+
Mitesh Shah3,7302012-03-09 12:39:39341600CC G+
Sabrina Rakkasah3,2252012-02-20 07:45:352911118CC G+
Mitesh Shah3,7302012-02-16 10:10:06711598CC G+
Pasi Ääpälä9,4362012-02-11 09:45:56791007CC G+
Lisa Bimmerz23,9242012-02-04 02:34:323823206CC G+
Chris Goldsmith3,8942012-01-11 15:46:50340100CC G+


Activity

Average numbers for the latest postings:

6 comments per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many comments someone has received recently.
1 reshares per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of .how often someone's posts have been reshared lately.
1 +1's per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many +1's someone has received on his or her posts recently.
505 characters per posting'Current posts' means the last 50 posts that are at the most 4 weeks old. So this metric gives a picture of how many characters someone has used per post recently.

Latest postings

2013-05-16 14:02:01 (7 comments, 0 reshares, 1 +1s)

Please help! 

I've got this script that seems to work fine --the first time...  It is set to run as an hourly cron.

The first time it runs, it creates all the directories it's been asked to.  Upon the next hour, it should create another directory based on the time that I'm grabbing from 1 hour in the future...

It doesn't.  It will not create any directories the second time around.  here is the script.  Any thoughts on where this fails??

#!bin/bash

export TZ=GMT+1

year=`date +%Y`
month=`date +%m`
day=`date +%d`
hour=`date +%k`

#Data Partition 1

if [ -d /mnt/edvr/0/.audit ] ; then
exit 0
else
mkdir -p /mnt/edvr/0/.audit
fi

if [ -d /mnt/edvr/0/.audit/$year/$month/$day/$hour/ ] ; then
exit 0
else
mkdir -p/mnt/... more »

2013-05-15 18:15:33 (3 comments, 0 reshares, 0 +1s)

BOUNTY

Will pay via Paypal once it's working.

Here is what I am looking to do.

I need to walk down a directory and collect files names into text files.

Here is the directory structure:

/mnt/edvr/1/2013/05/14/05

That last part is /year/month/day/hour

I need to collect the file names for each day in one file, and then place the file inside the day directory and call it .list-%d%.

I'm gonna set it up as a cronjob that will run every hour.  The most important aspect of this script is writing the file.  If the script finds files 1, 2, 3, 4, 5, 6, 7, 8, 9 & 10, and file 8 is removed from disk, it cannot be removed from the file the next time the script runs.  It needs to only write new filenames to the list, on the hour.

I will clarify as needed.  Or, you can shoot me anema... more »

2013-05-15 18:14:50 (1 comments, 0 reshares, 0 +1s)

BOUNTY

Will pay via Paypal once it's working.

Here is what I am looking to do.

I need to walk down a directory and collect files names into text files.

Here is the directory structure:

/mnt/edvr/1/2013/05/14/05

That last part is /year/month/day/hour

I need to collect the file names for each day in one file, and then place the file inside the day directory and call it .list-%d%.

I'm gonna set it up as a cronjob that will run every hour.  The most important aspect of this script is writing the file.  If the script finds files 1, 2, 3, 4, 5, 6, 7, 8, 9 & 10, and file 8 is removed from disk, it cannot be removed from the file the next time the script runs.  It needs to only write new filenames to the list, on the hour.

I will clarify as needed.  Or, you can shoot me anema... more »

posted image

2013-05-15 17:49:57 (0 comments, 0 reshares, 0 +1s)

OK, this seems like a pretty sweet device, but after reading we can't help but wonder how much cash +HP dropped on +Pete Cashmore 's doorstep to print this bogus fluff...

The whole article talks about the device as is a tablet docking into a keyboard is a new thing.  Not once in the article is there a mention of the +ASUS Transformer.

BOGUS

posted image

2013-05-13 01:45:07 (0 comments, 0 reshares, 0 +1s)

So excited! Half-life 2 beta on the big screen. Sorry about then picture quality. Galaxy Nexus.

2013-05-06 16:01:33 (37 comments, 0 reshares, 0 +1s)

I have a very unique need (I think) that I don't know how to accomplish...

We use a program that writes a file every five minutes to a disc.  Those files are collected into an hour folder.  Those are collected in a day folder.  Then collected in a month folder, and at the top of the hierarchy is a year folder.

I am looking for a way to scan the year folder recursively, and collect just the file names to one or several files.  I need to run it once a day, and have the new files found appended.

Thoughts?

2013-05-02 04:58:59 (0 comments, 0 reshares, 1 +1s)

So I'm finally watching RAW. This Ricardo/Langston bit is priceless!

posted image

2013-05-02 00:45:07 (0 comments, 0 reshares, 0 +1s)

Yahoo has acquired to-do app Astrid, and they're hinting they're going to shut it down. Don't worry though, we've got alternatives:

2013-04-30 19:35:39 (6 comments, 1 reshares, 1 +1s)

Looking for people with #Linux skills at my company in central #Indiana .

We work almost exclusively with #Ubuntu #LTS releases, but #Redhat /#RPM experience doesn't hurt either.

You would be supporting surveillance appliances from HQ.

www.exacq.com

2013-04-30 19:07:28 (29 comments, 7 reshares, 7 +1s)

Looking for people with #Linux skills at my company in central #Indiana .

We work almost exclusively with #Ubuntu #LTS releases, but #Redhat /#RPM experience doesn't hurt either.

You would be supporting surveillance appliances from HQ.

We need two individuals.  This is mostly to take the load off of me...  I am the only #Linux guy in my department.  I am overloaded.

2013-04-30 19:03:02 (0 comments, 0 reshares, 0 +1s)

Looking for people with #Linux skills at my company in central #Indiana .

We work almost exclusively with #Ubuntu #LTS releases, but #Redhat /#RPM experience doesn't hurt either.

You would be supporting surveillance appliances from HQ.

We need two individuals.  This is mostly to take the load off of me...  I am the only #Linux guy in my department.  I am overloaded.

2013-04-30 02:09:48 (0 comments, 0 reshares, 0 +1s)

Anyone else notice that #Launchpad has been down for 10+ hours???

How am I so late to the game?

posted image

2013-04-29 20:16:26 (0 comments, 1 reshares, 0 +1s)

seriously
#sudo

posted image

2013-04-29 20:15:36 (0 comments, 0 reshares, 0 +1s)

BREAKING:

posted image

2013-04-26 16:48:07 (0 comments, 0 reshares, 0 +1s)

That's a crazy story...

posted image

2013-04-22 15:20:01 (2 comments, 0 reshares, 2 +1s)

I am by no means rich, but I am starting to turn in Charles Foster Kane...

#citizenkane  

posted image

2013-04-20 22:33:32 (16 comments, 1 reshares, 1 +1s)

QUICK!  I need to know what this is!!!

posted image

2013-04-19 18:13:17 (0 comments, 0 reshares, 0 +1s)

Wha-wha?  From a real #Facebook dev?

posted image

2013-04-19 15:57:15 (0 comments, 0 reshares, 1 +1s)

Hooray!  #Tennis for #Linux !

posted image

2013-04-17 20:44:55 (0 comments, 0 reshares, 0 +1s)

Who else listen to #JJGo ?

posted image

2013-04-17 20:27:07 (0 comments, 0 reshares, 0 +1s)

Currently reading this.  I was a big Master of the Universe fan when I was a kid.

posted image

2013-04-15 15:08:10 (1 comments, 1 reshares, 3 +1s)

posted image

2013-04-13 22:17:12 (1 comments, 1 reshares, 3 +1s)

posted image

2013-04-13 22:08:24 (0 comments, 0 reshares, 0 +1s)

I can't tell if this guy is obsessed with #Linux #Bible study applications, or if they are just props.

Easily the most entertaining Linux #howto I have ever seen.

posted image

2013-04-12 20:22:15 (0 comments, 0 reshares, 0 +1s)

New exclusive interview up on +The Powerbase .  I'm using +Slashdot 's new sharing thingy for the first time.  Interesting...

posted image

2013-04-12 19:48:00 (0 comments, 0 reshares, 2 +1s)

posted image

2013-04-12 17:47:28 (0 comments, 0 reshares, 0 +1s)

Want something retro that you've never heard before?  This song is excellent.

#sleepingwithgirls  

posted image

2013-04-12 00:35:18 (0 comments, 0 reshares, 3 +1s)

Well, this is G+...

2013-04-11 22:43:54 (0 comments, 0 reshares, 1 +1s)

+Scott Ruecker , thanks for the invite.  There would be no +The Powerbase without LXer.

posted image

2013-04-08 16:58:07 (1 comments, 0 reshares, 1 +1s)

This is awesome.  +Tom Nardi .

posted image

2013-04-05 17:38:51 (1 comments, 0 reshares, 3 +1s)

#dafuq ?

posted image

2013-04-04 18:56:54 (1 comments, 0 reshares, 3 +1s)

Found this on #Facebook today.  I think it's a great idea!

posted image

2013-04-04 15:44:07 (0 comments, 0 reshares, 1 +1s)

Piece of cake!!!

Not really...  But definitely the most elaborate use of #raspberrypi I have ever seen.

posted image

2013-04-04 14:00:53 (3 comments, 1 reshares, 1 +1s)

Early Humpday gif(t)

2013-04-01 20:28:56 (0 comments, 0 reshares, 0 +1s)

Hi guys.  I'm in a bit of a pickle here.  Nobody's dying, but I'm still frustrated because I don't entirely understand how this works...

I used #ReKonq in #KDE 4.10 to transform Google Keep into an 'app', which works wonderfully, except for one thing...

Rekonq tries to use the favicon for the website, which didn't give me what I wanted, so I created a 256x256 icon for Google Keep, moved it somewhere into ~/.local/share and pointed to the file in the .desktop generated by ReKonq.

Here is the end result...  As the 'app' is loading, it shows the Google Keep icon, until fully loaded at which point it shows the ReKonq icon.

Thoughts?  I'm thinking this is a bug or limitation in ReKonq, because what I did was fairly straight-forward with no room for error.

2013-04-01 20:26:59 (0 comments, 0 reshares, 1 +1s)

Hi guys.  I'm in a bit of a pickle here.  Nobody's dying, but I'm still frustrated because I don't entirely understand how this works...

I used ReKonq in KDE 4.10 to transform Google Keep into an 'app', which works wonderfully, except for one thing...

Rekonq tries to use the favicon for the website, which didn't give me what I wanted, so I created a 256x256 icon for Google Keep, moved it somewhere into ~/.local/share and pointed to the file in the .desktop generated by ReKonq.

Here is the end result...  As the 'app' is loading, it shows the Google Keep icon, until fully loaded at which point it shows the ReKonq icon.

Thoughts?  I'm thinking this is a bug or limitation in ReKonq, because what I did was fairly straight-forward with no room for error.

posted image

2013-03-29 17:47:59 (4 comments, 0 reshares, 0 +1s)

Breaking

posted image

2013-03-29 17:01:35 (0 comments, 0 reshares, 3 +1s)

Just had a co-worker prove to me that he doesn't know the function of a #hostname.  He holds the same position as me, so I hope he is paid less than half of what I am. 

I'm currently scratching my head on how he's come this far in his career...  'cause this ain't square one friends... 

#linux  

2013-03-26 14:16:33 (0 comments, 0 reshares, 0 +1s)

So I'm covering all my bases with my new +feedly account, and I'm making sure that I'm following all the best wrestling sites.

What are your favorite sites that you follow for wrestling news?

posted image

2013-03-26 14:11:36 (0 comments, 0 reshares, 1 +1s)

Since it's Spring...  I took the kids out after work to make a snowman.

posted image

2013-03-26 01:33:33 (1 comments, 0 reshares, 4 +1s)

Is it just me, or is my computer a little too excited about #Wrestlemania ?

posted image

2013-03-25 11:37:33 (0 comments, 0 reshares, 0 +1s)

+OpenShot is halfway there! Help them cross the finish line and then some.

posted image

2013-03-24 14:02:33 (0 comments, 1 reshares, 1 +1s)

I don't know how many of you guys have #Kindle 's, but we just made things easier for you at +The Powerbase .  You can now send articles directly to your kindle using #Amazon 's fancy new "send to Kindle" button from the top of every article.

Though, none of of have a Kindle.  Who's gonna be the first guinea pig?

posted image

2013-05-16 12:13:16 (2 comments, 1 reshares, 2 +1s)

#Dafuq ?

You guys are doin' it all wrong... 

posted image

2013-03-23 21:47:10 (1 comments, 0 reshares, 0 +1s)

Looking for a good deal on a +Kobo Inc. Mini.

Anybody seen a good deal?  I feel like $100 is a little steep for what it is.

2013-03-21 16:31:39 (3 comments, 0 reshares, 3 +1s)

#Welp  .  Today I become the... erm... work gave my an iPhone.  It just doesn't feel natural... like waking up with someone's dick in your face...  I can't explain it.  How the hell do I access my notifications!

#iphone    

posted image

2013-03-21 14:46:24 (1 comments, 0 reshares, 2 +1s)

#philosoraptor  

2013-03-20 16:00:18 (2 comments, 0 reshares, 0 +1s)

There was a rumor last year that there would at least be a couple of #netbooks  released this year, powered by the latest #intel   #atom  and have #ivybridge  graphics.

I can't find any, and I still want one.  Any clues?  Last time I expressed my interest in this, I was pointed to comparable 11"ers.  I'm really looking for a 10" device.  

Anything released in the #EU  or somewhere in the east that I should know about but can't find?

+Dick Thomas ?  You're across the sea from me, any ideas?

posted image

2013-03-20 15:49:29 (0 comments, 0 reshares, 0 +1s)

Due to a major power outage at the data center where +The Powerbase lives, we were done for several hours, on two occasions last night and this morning

Right before we went down, +Tom Nardi published this excellent interview with #Nvidia  employee and #opensource    #FLIRC  developer +Jason Kotzin .  Since being published, it was shared on popular aggregators such as #LXer  & #Linux  Today.  But since we were down, most people missed it.

Now is your chance to read it again.  Please share.  FLIRC is simply awesome.

2013-03-20 13:47:06 (12 comments, 1 reshares, 0 +1s)

Just had a little mini-fantasy about #plasmaactive  ...

I'm assuming that there should not be an issue with building #synergy  from source for #ARM  .  I would love to have a Plasma Active device stationary at my desk to compliment my regular activities, especially in the arena of email and #RSS  (or even reading a book between activities...)

Anyone have experience sharing a mouse & keyboard with a Plasma Active device?  If so, which one are you using?  What's currently the top dog in the unofficial Plasma Active tablet world?

Buttons

A special service of CircleCount.com is the following button.

The button shows the number of followers you have directly in a small button. You can add this button to your website, like the +1-Button of Google or the Like-Button of Facebook.






You can add this button directly in your website. For more information about the CircleCount Buttons and the description how to add them to another page click here.

Dean Howell