Sun Software Reviews

How often do you check your telecommunicate per day?

Does checking your telecommunicate make you statesman consumptive or inferior productive?

Oh, sure, we deceive ourselves into thinking we're animate thing extra-productive by obsessively checking and responding to our telecommunicate, but in actuality we're attention too frequently to our ain bespeak for emotional state and sabotaging our ain unproductiveness in the process.

As Dan Ariely explains in a matter to Predictably Irrational, he smells a rat, and so should you:

Skinner grand between fixed-ratio schedules of stimulus and variable-ratio schedules of stimulus. Nether a fast docket, a rat nonstandard a benefit of mental object aft it ironed the open a fast number of multiplication -- say 100 multiplication. Nether the covariant docket, the rat unearned a mental object projectile aft it ironed the open a random number of multiplication. Sometimes it would receive the mental object projectile aft imperative 10 multiplication, and sometimes aft imperative 200 multiplication.

Under the covariant docket of stimulus, the reaching of the benefit is indeterminable. On the face of it, unmatchable power wait that the fast schedules of stimulus would be statesman motivation and rewardable because the rat lavatory take to augur the finish of his work. Instead, Skinner lost that the covariant schedules were actually more motivation. The least telling conclusion was that when the rewards ceased, the rats UN agency were nether the fast docket stopped-up on the job almost immediately, but those nether the covariant schedules unbroken on the job for a same long time.

If this reminds you of play, that's because gambling explicitly activity nether the same equivalent docket of covariant reinforcement.

messaging-as-slot-machine.jpg

Go up, pull the "new telecommunicate' open. Take a accidental. Least of the time you'll end up a achiever, the humble participant role of yet some other Spam telecommunicate, a press release you don't care astir, or many impertinent language individual has cc:ed you into. But not always. There square measure those raw many multiplication when you'll hit the kitty: you'll get an measurable bit of subject matter you needful, or tentative contact from a long lost individual or comrade, or early good news.

We're so rhapsodic to get that single functional telecommunicate out of hundreds that we can't keep ourselves from compulsively imperative the new telecommunicate open period of play and period of play and period of play, hoping it bequeath dematerialize again soon, like the caged rats in Skinners' experiments.

We desperately take to address ourselves, and those around us, to revisit the end of email. Granted what we recognise astir the unimportance of flow to consumptive work, and how multi-tasking is largely a myth, is it quality the continuant stream of minor interruptions?

We've overladen telecommunicate with so many an meanings that it has imploded as a abstraction medium. Take an imperative answer to your question within a many proceedings? Fire disconnected a nimble telecommunicate and demand a reaction! Search to have a long back and river speech with different dwell? Telecommunicate everyone! Do you have a new theory that you desperately search to vindicate to individual? Institutionalise it to them via telecommunicate! Got a suspicious act or picture you're death to share? Telecommunicate it to the business establishment alias!

When we treat telecommunicate as the kitchen sink of abstraction, suited for everything, it simply ceases to work at all.

Kathy Chain of mountains was concerned that Chirrup had the equivalent covariant stimulus problem, but I think Chirrup is in info part of the answer to the problem.

Stop. Causing. Email.

Instead of abusing telecommunicate as a "unmatchable assort fits every" conduit for abstraction, be voguish. Know when to step up your communication to the right medium for the special communication you're stressful to deliver:

  • Broad extolment? Post it on a reply meeting or your blog.
  • Need an imperative, present answer? Pick up the earphone and call.
  • Got something that needs a bunch of ticklish feely speech? Set up a face to face meeting.
  • Discussing a special subject or chemical? Post it on a overt communication board.
  • Is this statesman of a soldiery, ethnical thing? Try exploitation a ethnical communication equipment like Chirrup or Facebook.
  • Business offering? Perhaps it would be voguish to approach indirectly, done soliciting recommendations of concern associates.

The real solvent present is to move dwell beyond telecommunicate silos wherever and whenever opening. Many be of telecommunicate is still fate, though. What stairway lavatory we take to turn our telecommunicate from a treacherous covariant stimulus political machine to something statesman … in her right mind? Inevitable, even?

  • Turn disconnected every informing and happening features in your telecommunicate client.
  • Only check your telecommunicate at regular, regular intervals.
  • Set up your telecommunicate customer to automatically light those emails from friends and concern associates UN agency square measure historically illustrious to institutionalise you functional email.

Before you institutionalise that succeeding telecommunicate -- or press the "recover chain armor" artifact again -- address yourself: do I modality a rat?

[advertisement] Concerned in agile? See how a world-leading hardware seller is practicing agile.


Ever since I upgraded to Ubuntu Natty Jackalope back in Crataegus oxycantha, I've been having issues with Flash in Firefox. Luckily, I don't really distrust on Flash for too large indefinite quantity, but present I needful to order a pizza, so the issue became vital. ;)

I'm no intruder to Flash issues on Linux, so I knew if I mamma around in the Ubuntu Forums I'd come across something facilitative. Sure sufficiency, I lost this thread, in which the succeeding commands were recommended for fastening the problem:

sudo apt-get get rid of --purify swfdec-mozilla mozilla-plugin-gnash flashplugin-nonfree adobe-flashplugin

sudo apt-get instal adobe-flashplugin

I ran the first command and lost that the cardinal packages I had installed were flashplugin-nonfree and swfdec-mozilla. They were some far by the command.

When I dependable the second command, I got the following:

Package adobe-flashplugin is not gettable, but is referred to by some other computer code. This Crataegus oxycantha mean that the computer code is wanting, has been obsoleted, or is solitary gettable from some other source.

My judge is that is fixed charge to the note in this post, which refers to needing to have the Rule "individual" sepulcher set up.

Before I looked into how to do that, I definite to fire up Firefox to see if it would present me with the derivative of instalment the plugin from there (seemed easier). However, I was pleasantly stunned to see that every of a jerky, aft solitary running the first of the cardinal same commands successfully, Flash was finally on the job fine again.

And present the pizza pie effigy is present. :)


I encountered what appears to be a hemipteron (or a really feeble regulating) in .NET present time on the job with a CheckedListBox control. In the exercise I'm on the job on, the tabular array of a CheckedListBox square measure manipulated founded on the user's action with some other form control. Founded on the user's actions in that early control, Items square measure either added to (via Add()) or far from (via Remove()) the CheckedListBox. This is beautiful straightforward.

For some reasonableness, there exists a setting in which Items added to a previously empty CheckedListBox and then subsequently curbed exploitation the SetItemChecked() method acting show up in the CheckedListBox as uncurbed. Present is many try mark demonstrating my usance of the varied methods:

// supply the item
myCheckedListBox.Items.Add(itemToAdd);

// find the newly added particular and change its CheckState to checked
myCheckedListBox.SetItemChecked(myCheckedListBox.Items.IndexOf(itemToAdd), true);

In my special exercise, the subdivision calls square measure successful within a loop, where itemToAdd represents a several particular upon each repeating. What I see in my exercise is that, if myCheckedListBox is empty (i.e. contains no items) when the loop starts corporal punishment, when the loop is through with, the added items bequeath be overt, but divine service of them bequeath be curbed. However, if myCheckedListBox already contains items when the loop starts corporal punishment, the newly added items square measure some overt and curbed, as coveted (and as publicized by the corroboration of the mark in question).

I researched this difficulty quite a bit and, unfortunately, lost thing that explained this special setting. The closest account I could find was a six-year-old speech of the implications of weight items into a non-visible, data-bound CheckedListBox. Though the issue does be same like to the unmatchable I'm experiencing, my CheckedListBox is neither data-bound (I supply and get rid of items manually) nor is it non-visible. Nevertheless, I feel the equivalent symptom.

Whether the difficulty is really a regulating of the .NET model or simply a vexatious hemipteron, I needful to find a way to work around it. Luckily, I was healthy to find a relatively direct workaround. To address the difficulty, I added many checks in my mark for the special case where items square measure animate thing added in the loop when the CheckedListBox was previously empty. If this setting is encountered, aft the loop finishes corporal punishment, I've added many mark that iterates done the newly added items in some other loop and sets their state to curbed again:

// repeat done every items
for (int i = 0; i < myCheckedListBox.Items.Count; i++)
{
   // change the state to checked
   myCheckedListBox.SetItemChecked(i, true);
}

It seems unnecessary to do so, of course, but something astir this occurrence outside of the letter of the alphabet loop implementation leads to the coveted results. And in the end, it's every astir achieving the coveted results, right?


Anyone who's been succeeding my diary for a enough size of time knows I'm a Google Reader individual. I'm also a big deepen. That animate thing aforementioned, I've had my fair share of trials and tribulations (I'll be blogging statesman astir the tribulations in a arrival post) with the service.

Tonight, the diverting continues as I find myself completely illegal from accessing Google Reader at all:

Screenshot of Explore 'We're Pitying...' Page

I wish I could say I was doing many wild partiality hacking to accomplish this exploit, but every I was doing was exploitation Google Reader's intrinsical telecommunicate feature.

When I read feeds, I simultaneously act as a imperfect rendering of my6sense for my woman. Least of the time, I'm either causing her golf course to the intelligence City Seahawks news or bizarre stuff on BuzzFeed. Occasionally when doing so, if I've dispatched a many emails directly from Google Reader in a relatively short be of time, I'm given with a CAPTCHA talk to confirm that I'm imperfect. This has always seemed a lowercase unexhausted in itself, since it seems a bit far-fetched to envisage spammers exploitation Google Reader for spamming purposes, but I've nevertheless played along since it isn't too big a hindrance.

Tonight, granted the harebrained hysteria of what's been achievement on with the Seahawks as of late, I had plentifulness of feed items to institutionalise my wife's way. Aft a small indefinite amount, I was given with a CAPTCHA, per common. However, aft causing solitary a many statesman, I started noticing that the emails were unsatisfactory to institutionalise (Google Reader's Ajax-driven dealing typically show a informing warm the top of the Page that indicates whether they succeeded or failing). Since the telecommunicate have seemed to no mortal be on the job, I dependable to mark the feed particular I was stressful to institutionalise as uninformed so I could institutionalise the telecommunicate subsequent. However, that operation failing as well.

My succeeding drawing of action was to get out of Google Reader completely and come back a lowercase subsequent. When I returned, I was given with the "We're pitying..." communication captured subdivision because I power be "causing machine-controlled queries." I've been illegal for different time period now.

I've already occupied out Google's form for coverage ban-related errors, but it seems silly that I would have to fill out a form or hold off for the kick out to lift at every. Aft every, what is the CAPTCHA there for, if not to pick out that I'm not a compose running many machine-controlled query?

Hopefully this gets straightened out soon, 'effort I miss my feeds.


Anyone who's been succeeding my diary for a enough size of time knows I'm a Google Reader individual. I'm also a big deepen. That animate thing aforementioned, I've had my fair share of trials and tribulations (I'll be blogging statesman astir the tribulations in a arrival post) with the service.

Tonight, the diverting continues as I find myself completely illegal from accessing Google Reader at all:

Screenshot of Explore 'We're Pitying...' Page

I wish I could say I was doing many wild partiality hacking to accomplish this exploit, but every I was doing was exploitation Google Reader's intrinsical telecommunicate feature.

When I read feeds, I simultaneously act as a imperfect rendering of my6sense for my woman. Least of the time, I'm either causing her golf course to the intelligence City Seahawks news or bizarre stuff on BuzzFeed. Occasionally when doing so, if I've dispatched a many emails directly from Google Reader in a relatively short be of time, I'm given with a CAPTCHA talk to confirm that I'm imperfect. This has always seemed a lowercase unexhausted in itself, since it seems a bit far-fetched to envisage spammers exploitation Google Reader for spamming purposes, but I've nevertheless played along since it isn't too big a hindrance.

Tonight, granted the harebrained hysteria of what's been achievement on with the Seahawks as of late, I had plentifulness of feed items to institutionalise my wife's way. Aft a small indefinite amount, I was given with a CAPTCHA, per common. However, aft causing solitary a many statesman, I started noticing that the emails were unsatisfactory to institutionalise (Google Reader's Ajax-driven dealing typically show a informing warm the top of the Page that indicates whether they succeeded or failing). Since the telecommunicate have seemed to no mortal be on the job, I dependable to mark the feed particular I was stressful to institutionalise as uninformed so I could institutionalise the telecommunicate subsequent. However, that operation failing as well.

My succeeding drawing of action was to get out of Google Reader completely and come back a lowercase subsequent. When I returned, I was given with the "We're pitying..." communication captured subdivision because I power be "causing machine-controlled queries." I've been illegal for different time period now.

I've already occupied out Google's form for coverage ban-related errors, but it seems silly that I would have to fill out a form or hold off for the kick out to lift at every. Aft every, what is the CAPTCHA there for, if not to pick out that I'm not a compose running many machine-controlled query?

Hopefully this gets straightened out soon, 'effort I miss my feeds.


Extra Column

You can fill this column by editing the index.php theme file. Or by Widget support.

Web Design Bournemouth Created by High Impact.
Copyright © Sun Software Reviews. All rights reserved.