Wednesday, 12 February 2014

Old time maths question. What is 7+7/7+7*7-7 ?


This is a bit of a trick question. For the modern age the question would have been better phrased as either "What answer should your calculator give you when you push these keys ?" or "If this was an Excel formula, what would be the answer ?"

For extra credit this is how to get the various answers: Work out the bits in the innermost  ( brackets ) first. (second bit ( first bit )) 

0=(7+7)/(7+7)*(7-7)
8=(7+(7/(7+(7*(7-7)))))
50=7+7/7+7*7-7
50=7+(7/7)+(7*7)-7
56==((((7+7)/7)+7)*7)-7

The highlighted answers give the "correct" method to work out the answer. Parts of a sum in (  ) must be worked out first, followed by all * and / only then can the + and - be evaluated.  Breaking this down we get

7+7/7+7*7-7
There are not brackets so we first work out the 7/7 and 7*7
7+ 1 + 49 - 7
which becomes
8 + 42
= 50

Some "bad" calculators, will incorrectly give the answer 56 because they jump to the partial answers after each time any of the + - * /  keys are pushed.

7+7 = 14
/ 7 = 2
+ 7 = 9
* 7 = 63
- 7 = 56


The answer to why the "bad" calculator method is wrong comes from the basic rule that the order that a sum is written should not make a difference to the answer.

2 + 1 / 2  must be the same as  1 / 2  + 2  read this as
Two plus a half is equal to two plus a half.
Two plus a half is equal to a half plus two.

A "bad" calculator would read 2 + 1 / 2  as
Two plus one is three, divided by two equals one and a half.

There are more ways to get wrong answers from the sum above if the order of execution is adjusted. Work out the parts in brackets first :

44=(7+7)/7+(7*7)-7
2=(7+7)/7+7*(7-7)
0.2857=(7+7)/(7+7*7-7)
-6.75=(7+7)/(7+7*7)-7

With so many possible choices for a simple sum there has to be agreement on how to calculate any written sum. Having two people work out the same written sum in different ways is the road to math madness.  Luckily this has been mostly resolved. See Google "Bodmas" or order of operations more detailed explanations. 

How did "bad" calculators come about ? Back in history when calculators were mechanical they only had a single "running total" displayed. Each operation immediately changed the running total without reference to the previous operations. Such calculator users were expected to reorder the operations before using the calculator. The early electronic calculator followed this methodology.

See here about the contradictory answers to expressions like  $6\div 2(1+2)$ that can be see as both  $6\div (2(1+2)) = 1$, or  $(6\div 2)(1+2) = 9$.


An easy explanation why * and / comes before + and -

Q : How many soccer players are there on the team ?
A: 11 and let's break that down .... Here is a picture of a typical team but there is also a referee and team mascot that may be on the pitch but don't count as team members.


Adding up the people on the pitch goes as :
    1 Keeper - grey
    4 Backs - blue
    2 Half Backs - yellow
    2 Wingers - red
    2 Forwards - also red
    1 Referee
    1 Banana based team mascot.

We said that the Referee and the mascot don't count so lets set those to 0 giving 
    1 Keeper
    4 Backs
    2 Half Backs
    2 Wingers
    2 Forwards
    0 Referee
    0 Banana based team mascot.

Turning that into a long sum as each person counts as 1 * the number we have of them.

 1 * 1 {Keeper} + 
 1 * 4 {Backs } + 
 1 * 2 {Half Backs} + 
 1 * 2 {Wingers} + 
 1 * 2 {Forwards} +
 1 * 0 {Referees}  + 
 1 * 0 {Mascots}        = total number of players.

taking out the {words} gives us this sum ...

    1 * 1 + 1 * 4 + 1 * 2 + 1 * 2 + 1 * 2 + 1 * 0 + 1 * 0   = 11 because we already know the answer,

One of a thing is the thing so we can work out the 1 * parts of the sum to get ....

           1 +      4  +      2 +       2  +     2  +        0 +      0    = 11 that must equal 11 and it does.

If the sum is done on an old style calculator that accumulates a partial result as it goes along, when the last bit of  + 1 * 0 is entered, the running total becomes 0 which ruins the whole calculation. If the sum is worked out strictly left to right it also fails on {total so far } + 1 * 0 
The second line of the calculation above gives the correct total 11.

To prove this method is correct if the team came out in reverse order there would be the same number of folks on the pitch and the sums would be .....

{Referees} * 0  + {Mascots} * 0 + {Forwards} * 2  + {Wingers} * 2 + { Half Backs} * 2  + { Backs } * 4 + {Keeper} * 1 

that's
    1 * 0 + 1 * 0 + 1 * 2 + 1 * 2 + 1 * 2 + 1 * 4 + 1 * 1   = 11   which must equal 11 and it does ...
          0 +       0 +       2 +       2 +       2 +       4 +       1   = 11

Both lines also happen to give the correct answer on an old style calculator because the 1 * 0 parts are at the start.

A modern calculator app that shows the sum before calculation gives the correct answer both way round. 

  


In general terms, given a long sum the calculation must be performed according to the rules of what parts to do first. 
    Brackets. <<<< some times used to change the order of the parts.
    "Orders" <<<<< Raised the power of like squares and square roots,
    multiplications and divisions <<<<<. after all these parts are done go onto
    additions and subtractions.

Old style calculators

Try these "half plus one" on your calculator : 

1 + 1 / 2
                  and then 
1 / 2 + 1

If you get the answer 1 for the first line then your calculator is breaking the math rules and you will need to adjust the calculation order to get the right answers. This is why folks using a calculator sometimes gives the wrong answer. "I used a calculator." does not make the answer correct unless you load the calculations according to what parts have to be done first.

We used to write calculation differently that made this more obvious:

1 + 1
     -
       2  

must give the same answer as  : 

1    + 1
  -
   2

being 1.5 

The answer the "incorrect" calculator is giving is for this sum where the divider line extends across both parts.

1 + 1 
_____
  2

which is not the answer we are after.

See also  Expanded explanation here

Fun

Just for fun, here is how various professions would tackle the original question. What is closest to your way of thinking ?

  • Mathematician – There are at least 8 possible answers depending on …..
  • Scientist – I asked 500 people the same question and they said …..
  • Engineering – The answer has been calculated in Excel, on a Calculator, with a slide-rule, on paper and in my head as …
  • Teacher – We can find the answer by following this method  ….
  • Lawyer – What do the books say the answer is ?
  • Philosopher – First we must understand how we relate to the concept of 7 in this context.
  • Graphics designer – The spacing between the symbols is inconsistent, and the font does not match, resulting in ambiguity and confusion.
  • PR consultant – Whatever the client wants is The Answer.
  • Media Guru – Call 0907834348*  to get the answer. *( 75p/Min + call charges apply )

**Update April 2025 **

Find out how to solve Sudoku and Giant Sudoku variants using a logic solver here

See also :





Wednesday, 5 February 2014

The "Big 5" a very special day - This precious wilderness area is under threat by coal miners. Updated June 2018

***2020 update *** Suddenly lots of traffic

The Gods of internet traffic are fickle. The following two elephant encounter videos from our 2014 holiday in Hluhluwe/iMfolozi have been parked on Youtube ever since. In the last two months they have received over 40,000 views mostly from India mostly directly linked from Whatsap.
What should also be alongside is the view from the real carbon political driven world :

***2018 Update**** This precious wilderness area is under threat by coal miners.

Tendele has an existing blasting operation at Somkhele, about ten kilometres east of the park, but managers gave undertakings nearly 15 years ago that the company would not touch coal reserves within the five-kilometre–wide wilderness buffer zone but he recently-appointed chief operating officer, Ms Jarmi Steyn, met the park custodian – Ezemvelo KwaZulu-Natal Wildlife – earlier this year to announce that the company wanted to mine less than one kilometre from the park boundary.
There seem to be no major legal hurdles to mining just outside the park, but Ezemvelo and several conservation groups fear that regular blasting, dust and other impacts will sound the death knell for the wilderness area, and harm the flagship Hluhluwe-iMfolozi Park.
https://www.countrylife.co.za/wildlife-2/imfolozi-under-threat

-----------

Ibutho Coal Pty Ltd has applied for a mining license to mine anthracite coal for the next 32 years in the Fuleni area bordering on the Wilderness section of the Hluhluwe-iMfolozi Park. The mine would be mainly opencast and would operate for 24 hours, 365 days of the year.

https://saveourwilderness.org/about/the-fuleni-open-cast-coal-mine/

-------------

Today, Wednesday 5th Feb 2014 we had a very special and privileged day in Hluhluwe/iMfolozi game park in Zululand South Africa. We saw for ourselves the Big Five animals, Lion, Cape Buffalo, Leopard, Elephant and Rhino. This was a very exciting day and an unusual occurrence as seeing any of the big cats is quite rare.  The leopard sighting was very brief as it crossed the road and disappeared into the bush in the late afternoon. The lion in typical lazy attitude were dozing in a riverbed just by the entrance to the park.

We were lucky to see both rhino and elephant a couple of times during the day.







A big thanks to the  workers and staff of KZN Wildlife for protecting and preserving these fabulous animals.

Finally a couple of Videos from the Elephant encounter above .


From the car behind : http://www.youtube.com/watch?v=Tz2VlLnoXMg   



Cheers and take care out there in the wilds.

Wednesday, 1 January 2014

Fleet Air Arm Museum, Yeovilton


Over the holidays we visited the Fleet Air Arm Museum, Near Yeovilton BA22 8HW - UK







This collection of navel aircraft is housed in 4 interconnected halls with static aircraft displays from various eras. From the early days in WW1 to Falklands and later conflicts. There is also a multi media walk though of the Ark Royal Aircraft carrier and the UK prototype Concord.

Well worth a few hours visit to get up close and personal with this interesting brach of aeronautical engineering.






I find this places difficult and conflicting. Love the technology, hate the evidence that millions of $£ are spent for the sole purpose of killing other people.

Concord is easier to love, speed, hi-tech, innovation and the ground booming science of travelling too fast.

Gannett



Monday, 9 December 2013

Geisha Girls - Nippon Bunka Film co LTD

Found this box of film slides "Geisha Girls" - Nippon Bunka Film co LTD  from 1963.  The text is from the booklet insert. The slides are dated 1963 and the colour has faded despite a "Auto colour" adjustment in photoshop.  There are a few more boxes in this set so let me know if you have an interest in this type of archive materials.

Introduction text reads : 
Geisha are women who attend on guests at banquets or drinking parties, serving wine, keeping merry conversations with the guests and entertaining them with music and dance. Geisha meaning women in of arts or entertainers who add to amusement with their music and dance appeared first during the middle part of the 18th century. Discriminated from the yujo or courtesans who solve favour in the red light quarters they were known as machi geishas (entertainers of the town), and were strictly disciplined in their arts and good manners. They were called for to restaurants as well as to banquets held at private dwellings and added to the atmosphere of merriment with their gay appearance and behaviour. Their bright appearance still remains as it was in the feudal age, but recently they are gradually decreasing in number.

One.  To the guest house by rickshaw. 
Rickshaws which were popular in the late 19th to early 20th centuries have been replaced by motorcars but they are still now favoured by geisha girls. The unique attire of the rickshaw man also remains as it was in the good old days.

Two. About to enter the guesthouse. 
Called for by guests through the restaurant office gave geisha go the appointed place carrying requisites for entertainment.

Three. New Year. 
In the New Year déjà dressed even more brightly than ever. They universally dress their hair in traditional Japanese style and we are specially luxurious dresses which add to their charm.

Four. At the banquet. 
Geisha waiting on guests at a banquet, comfort them with their rich smart conversations and tender services.

Five. entertaining the guests with dance. 
When the guests begin to feel merry geisha girls entertain them with dance or simisen music and song.

Six. Salute to the guest.
Upon entering the room of their guests to geisha greets them politely and thank them for their favour.

Seven. Samisen geisha music instrument. 
The samisen is a musical instrument indispensable for the geisha. Her pose tuning the three strings and playing it on her knees is full of classical grace.

Eight. The Beautiful nape. 
Everything is beautiful with the geisha girl, but the most charming must be her nape seen below her black hair.

Nine. Prayers at a shrine  
Geisha are generally pious believers in a divine power. They frequently visit Buddhist temples and Shinto shrines and offer prayers to god whom they believe to be their tutelary deities.

Ten Dance exercise. 
Geisha girls study music and dance throughout the year and display their arts at e a theater at least once ever year.













And finally the box inserts showing the other pictures in this tourist series.




Sunday, 1 December 2013

Had a (un)lucky break repaired by insurance claim

I bought a shiny new 27 inch Acer monitor for the home office a month or so ago. However during a minor reorganisation in the office managed to whack it squarely on the side with the metal base of a wastepaper basket.  Doh! that really gave the sinking feeling of £200 going down the drain.


The damage was obvious and immediate, a black bruise about a 1/3 of the way down on the left hand side and picture interference from that point down.  In action this looked just as bad.



The monitor was new, being less than a month old, but concious prevented me from going back to the vendor and saying it had been damaged in delivery.  However just before going out to buy a replacement I called up the credit card issuing company to see if they had any cover for newly bought articles.  Some cards have a new item insurance cover built in as a benefit of the account. This benefit was not mentioned on any statement but was in the small print of the card agreement. Turns out I was in luck as the item was covered for 30 days from purchase for fire, theft and accident. A couple of emails later with photos, a note from a local IT supplier saying item cannot be economically repaired and the claim was granted.  Given the £25 excess and £10 for the repair estimate I got back £165 of the £200 cost for a new replacement.

However this claim could have gone badly as buried in the small print of the claims process were some sweeping exclusions.....


I could understand if "Services" purchased from the internet were not covered but any items purchased online seems to be a very broad unnecessary exclusion. In this case the monitor was bought over the phone from a shop that has bricks and mortar stores and delivered a few days later. The purchase could have been made directly at the store, over the phone for collection later, or just as website mail order deal. Really not understanding how some of those purchase mechanisms are covered and other not when the goods are the same. Indeed many big box stores settle purchases using order delivery from a warehouse for in-store purchases.

Anyway the claim was paid so thanks very much Co-op Platinum new purchase insurance cover. 

  








Saturday, 30 November 2013

Hunting down a spam host and it was M* K* CEO of Crystone AB (Sweden) (ten years ago)

==================== Update 2013 ===================
5 Days after this post, and some direct follow ups with Crystone.se, no more spam was received.
20 days (19 Dec 2013) later crystone.se was seen to have vanished from the Spamhaus ISP bad boys list.  

Thank you Crystone.se for the change in direction, Keep up the good work.

THIS POST IS OVER 10 YEARS OLD NOW Name now blanked out - statue of limitations - and they did get the problem fixed.

==================== ******** =================

In Reverse from the top ..

M* K* is CEO of Crystone AB (Sweden) Sends spam. Source Linked-in.

Crystone.se hosts spammers website and domains

Source 
Multiple Traceroutes to adriute.com and multiple other spammer domains

gannett$ traceroute adriute.com
traceroute to adriute.com (193.182.254.192), 64 hops max, 52 byte packets
 1  skyrouter.home (192.168.0.1)  1.544 ms  1.340 ms  0.871 ms
 2  * * *
 3  ip-84-38-37-16.easynet.co.uk (84.38.37.16)  21.820 ms  21.911 ms  22.029 ms
 4  ti9002b300.ti.telenor.net (195.66.237.107)  20.723 ms  20.606 ms  21.009 ms
 5  ti3003c400-ae3-0.ti.telenor.net (146.172.105.37)  62.745 ms  63.474 ms  62.462 ms
 6  ti3002c400-ae2-0.ti.telenor.net (146.172.100.69)  62.495 ms  62.093 ms  62.579 ms
 7  ti3002d400-ae0-0.ti.telenor.net (146.172.102.186)  62.145 ms  62.389 ms  62.576 ms
 8  ti3083a210-xe8-1.ti.telenor.net (146.172.107.206)  238.273 ms  170.280 ms  205.565 ms
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  60.298 ms  59.874 ms  59.797 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.240 ms  55.152 ms  55.127 ms

11  www.adriute.com (193.182.254.192)  54.996 ms !Z  54.934 ms !Z  54.741 ms !Z


Email and embedded link direct to domain adriute.com.
Source - My mail box



 This is just one of many similarly formed emails sent to the same private address from various domains hosted in the same way. Each one of these email comes from a different domain on the list below.


Luckily most of these emails are correctly recognised as junk mail, probably using internet based blacklists.

The well respected Spamhaus Agrees with this conclusion. Getting to number three on the worst ISPs in the world list does not happen overnight, that's a policy choice by Crystone. Either the CEO is in on the deal or is incompetent by not knowing how his company's reputation and therefore shareholder value is being trashed.


This particular operation is known as a "Snowshoe Spam" operation spreading out the evil across a large number of domains and IP address. Other ref.  A bit dumb/obvious to use the same hosting company.

And adriute.com is not the only domain with the same infrastructure leading directly back to crystone.se. List of bad poison spam domains:

xsmwkj.com
tmdti.com
livspan.com
jizbell.com
myilt.com
prkco.com
poszg.com
aemgt.com
urlpp.com
siinco.com
wzztq.com
ndzstzw.com
adfilmz.com
pzjdl.com
erqjgz.com
ctdserv.com
siinco.com
germanyideal.com
clickbebo.com
dealzez.com
tmacsdeal.com
tuclicka.net
marrge.com
laurabs.com
padilladeals.com
gozumuz.com
freesouzi.com
ctdserv.com
freeschin.com
cqrcity.com
gamezonefree.net
readtreefree.com
oyoob.com
ndzstzw.com
adriute.com

dommc.com

# The last couple of lines of trace routes to each of the domains above. See how the hop before the domain is se.crystone.net.

9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.938 ms  59.773 ms  60.001 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.242 ms  54.538 ms  54.193 ms
11  www.xsmwkj.com (192.36.142.156)  54.893 ms !Z  54.927 ms !Z  54.714 ms !Z
--
--
 5  195.66.224.243 (195.66.224.243)  19.762 ms  19.656 ms  18.724 ms
 6  crystone-hy-demarc0.cr1-r85.hy-sto.se.p80.net (83.140.244.62)  52.234 ms  52.283 ms  53.344 ms
 7  dr-8.hy-sth.se.crystone.net (83.168.243.156)  52.373 ms  52.808 ms  52.737 ms
 8  www.iyaadura.com (83.168.194.20)  52.663 ms !Z  52.856 ms !Z  52.392 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  60.007 ms  59.859 ms  59.779 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.284 ms  54.230 ms  54.971 ms
11  www.livspan.com (192.165.239.156)  54.994 ms !Z  54.860 ms !Z  55.214 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.737 ms  60.418 ms  60.507 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.324 ms  54.005 ms  54.594 ms
11  www.jizbell.com (192.165.241.236)  54.521 ms !Z  55.583 ms !Z  57.872 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.289 ms  59.946 ms  59.709 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.509 ms  54.840 ms  55.578 ms
11  www.myilt.com (192.176.207.195)  55.279 ms !Z  55.214 ms !Z  54.608 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.549 ms  59.600 ms  59.348 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.192 ms  54.132 ms  54.476 ms
11  www.prkco.com (193.180.252.202)  59.890 ms !Z  59.208 ms !Z  59.736 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.416 ms  59.694 ms  59.120 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.472 ms  54.137 ms  54.049 ms
11  www.poszg.com (192.71.169.205)  59.239 ms !Z  59.896 ms !Z  59.981 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.867 ms  60.153 ms  61.110 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.518 ms  54.594 ms  54.633 ms
11  www.aemgt.com (194.14.131.149)  54.495 ms !Z  54.621 ms !Z  55.185 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  58.929 ms  59.151 ms  59.249 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.759 ms  54.167 ms  54.162 ms
11  www.urlpp.com (192.176.207.194)  59.663 ms !Z  58.709 ms !Z  60.622 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.348 ms  59.144 ms  59.879 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.513 ms  55.052 ms  54.716 ms
11  www.siinco.com (192.36.6.139)  54.996 ms !Z  54.822 ms !Z  55.087 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.526 ms  59.423 ms  59.946 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.846 ms  54.218 ms  54.200 ms
11  www.wzztq.com (192.36.255.147)  59.913 ms !Z  59.531 ms !Z  59.834 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.765 ms  59.880 ms  59.692 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.548 ms  53.978 ms  54.033 ms
11  www.ndzstzw.com (192.36.0.158)  55.119 ms !Z  54.192 ms !Z  54.453 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  60.320 ms  59.976 ms  59.273 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.609 ms  54.403 ms  54.521 ms
11  www.adfilmz.com (192.165.1.207)  59.666 ms !Z  59.363 ms !Z  58.671 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.843 ms  59.128 ms  59.969 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.130 ms  54.133 ms  54.898 ms
11  www.pzjdl.com (193.182.146.177)  60.026 ms !Z  60.110 ms !Z  59.340 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.487 ms  60.069 ms  59.261 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  53.990 ms  54.784 ms  54.338 ms
11  www.erqjgz.com (193.235.158.152)  59.536 ms !Z  58.948 ms !Z  59.653 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.462 ms  58.891 ms  59.351 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.876 ms  53.835 ms  54.425 ms
11  www.ctdserv.com (193.180.122.181)  59.695 ms !Z  59.643 ms !Z  59.426 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.308 ms  59.587 ms  60.403 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.489 ms  55.207 ms  55.422 ms
11  www.siinco.com (192.36.6.139)  54.374 ms !Z  54.569 ms !Z  55.574 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.575 ms  60.202 ms  59.797 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.263 ms  54.152 ms  54.277 ms
11  www.germanyideal.com (193.182.118.131)  54.833 ms !Z  55.190 ms !Z  54.726 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.159 ms  59.682 ms  59.919 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  56.716 ms  54.940 ms  54.636 ms
11  www.clickbebo.com (193.234.239.143)  54.824 ms !Z  54.038 ms !Z  54.226 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.317 ms  59.761 ms  60.198 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.759 ms  54.642 ms  54.522 ms
11  www.dealzez.com (193.180.12.35)  55.268 ms !Z  55.842 ms !Z  54.634 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.464 ms  59.471 ms  59.698 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.286 ms  54.641 ms  54.965 ms
11  www.tmacsdeal.com (192.36.205.28)  54.647 ms !Z  54.832 ms !Z  54.307 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.997 ms  59.215 ms  59.942 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.138 ms  55.422 ms  54.875 ms
11  www.tuclicka.net (64.88.144.13)  60.363 ms !Z  59.824 ms !Z  59.515 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  95.477 ms  59.686 ms  60.840 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.989 ms  56.219 ms  54.925 ms
11  www.marrge.com (193.181.3.199)  55.003 ms !Z  54.725 ms !Z  54.784 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.504 ms  59.530 ms  59.129 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.260 ms  54.725 ms  55.408 ms
11  www.laurabs.com (193.235.96.178)  55.966 ms !Z  55.302 ms !Z  55.169 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  74.485 ms  59.173 ms  59.911 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.884 ms  62.431 ms  55.052 ms
11  www.padilladeals.com (64.88.140.14)  59.455 ms !Z  59.988 ms !Z  60.061 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.760 ms  59.477 ms  59.664 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.079 ms  55.013 ms  54.857 ms
11  www.gozumuz.com (193.182.163.129)  55.060 ms !Z  54.918 ms !Z  55.155 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.739 ms  59.915 ms  59.895 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.929 ms  54.641 ms  55.545 ms
11  www.freesouzi.com (209.152.170.14)  54.135 ms !Z  55.157 ms !Z  54.617 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.202 ms  59.153 ms  59.642 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.748 ms  53.843 ms  54.696 ms
11  www.ctdserv.com (193.180.122.181)  60.132 ms !Z  63.625 ms !Z  59.352 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.564 ms  59.489 ms  60.529 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.821 ms  55.380 ms  56.989 ms
11  www.freeschin.com (193.181.3.22)  59.340 ms !Z  59.794 ms !Z  59.790 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.004 ms  58.898 ms  58.860 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  55.750 ms  54.899 ms  54.764 ms
11  www.cqrcity.com (194.71.187.152)  59.678 ms !Z  60.438 ms !Z  59.383 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.361 ms  60.035 ms  59.802 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.947 ms  54.457 ms  54.142 ms
11  www.gamezonefree.net (209.152.161.14)  54.779 ms !Z  54.408 ms !Z  54.975 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.584 ms  59.536 ms  60.145 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.730 ms  54.272 ms  54.727 ms
11  www.readtreefree.com (192.165.34.72)  54.514 ms !Z  54.784 ms !Z  54.688 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.448 ms  60.417 ms  60.366 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.812 ms  54.940 ms  55.151 ms
11  www.oyoob.com (193.235.96.179)  59.646 ms !Z  58.652 ms !Z  59.216 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.437 ms  59.358 ms  58.978 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.739 ms  54.528 ms  54.172 ms
11  www.ndzstzw.com (192.36.0.158)  55.046 ms !Z  54.264 ms !Z  54.444 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.859 ms  59.425 ms  59.671 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.291 ms  54.262 ms  55.050 ms
11  www.adriute.com (193.182.254.192)  54.756 ms !Z  54.268 ms !Z  54.133 ms !Z
--
--
 9  static-213-115-123-44.sme.bredbandsbolaget.se (213.115.123.44)  59.812 ms  59.230 ms  62.396 ms
10  dr-8.hy-sth.se.crystone.net (83.168.243.156)  54.874 ms  54.886 ms  54.733 ms
11  www.dommc.com (192.165.53.200)  59.172 ms !Z  59.079 ms !Z  59.369 ms !Z

Thursday, 14 November 2013

Broken in Mavericks - scanning with HP scanners

Scanning in OSX Mavericks using HP scanners and all-in one printers has taken a turn for the worse after the install of Mavericks.

Main symptoms is that it all looks like it is working but the saved image comes out as black (or white) with horizontal lines on.

Hopefully the really anoying 1% power drain caused by the  HPScanJet manager button monitoring process will also be fixed.  As the scanner is only plugged in when I need to scan why TF would a scanner specific process be active when there is no scanner attached ?

Some folks have worked around using Preview or Image capture but some models of scanner are not supported by those applications. However other workarounds using the

HP Scan -> scan to print -> Save print as PDF
or
Using Adobe Acrobat full version -> Create PDF from scanner then Save image as JPG.

Software updates are being made available by HP in batches of scanner types. Check out here for new software for your scanner.

Wednesday, 13 November 2013

Broken in Mavericks - Major widespread Data loss situation - Mavericks + External Drives + WD Western Digital software

Please be aware that there are serious data loss issues ongoing with Mac OSX Mavericks and Western Digital drive sofware. Both the Apple support and WD forums have multiple customer reports of total external drive data loss.
The data loss is not limited to systems activly using the WD software and drives, other vendor external hard drives are being lost. 
Personally I just lost 1TB of Time machine backups on a Iomega external drive. I did have a WD myBook for a while about 2 years ago but was not aware the WD drive software was still active on this machine.
Current advice from Western Digital is to uninstall the WD drive software before going to Mavericks. Uninstaller is here 
This situation as already caused a lot of digital pain, loss of data and as a technical person makes me sad in so many ways.
This is the set of ugly messages from Disk Utility as it fails to repair the damage to


Only solution Erase, Repartition and make a new volume. The disk was stuck for in a not mounted state and not able to be erased saying disk could not be "Un mounted." Fix for that was to find the running fsck_hfs process and kill it. Pointed TimeMachine at the new volume and replaced the Old volume name.

To the data distruction digital hall of shame we add ....... Western Digital
and for lack of governance and oversight of vendors ... Apple
You really ought to do better.