Comments on: Are you a Wizard? http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Bob the Builder http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22999 Tue, 28 Aug 2012 01:07:46 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22999

At work, we used to have a cordless rechargeable mouse on the conference room computer. Just before a presentation was scheduled to start, we noticed that the previous user had forgotten to put the mouse back on its charger, and was dead. OH NOES! What to do? So I proceeded to show everyone that yes, Virginia, one can use Windows without a mouse, and it’s even faster that way for most things.

It’s amazing how one can use Windows for ten years and not know about Alt-tab.

Reply  |  Quote
]]>
By: JuEeHa http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22964 Wed, 22 Aug 2012 19:42:24 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22964

Hello from consoleland! I am bit curious why didn’t you just use shell oneliner? Those are very nice when doing such things. You can just leave it running and make it so it exits when it is ready.

Reply  |  Quote
]]>
By: astine http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22962 Wed, 22 Aug 2012 18:26:22 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22962

So Luke, did you answer the question? ARE you a Wizard? You sure sound like one to me, with all those magical terminal incantations and ‘midnight commandments’ and whatnot. Are you also an alchemist?!

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22949 Tue, 21 Aug 2012 00:16:07 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22949

@ sapientidiot:

If I know my users, LMGTFY would probably result in a panicked call call to the help desk along the lines “OMG, MY COMPUTER HAS BEEN HACKED! THE MOUSE IS MOVING BY ITSELF AND IT IS GOOGLING!” followed by a broadcast email to the entire company saying “I’ve been hacked, and if I ever emailed you then you are probably hacked too!” followed by “OMG, WHAT HAVE I DONE, DO NOT OPEN MY LAST EMAIL! OR THIS ONE! OMG, OMG!”

Then this happens.

IceBrain wrote:

Working at a Linux based SW shop, there are no real lusers here

Man, must be nice. :)

And yeah, gotta love the “obsolete” tools that are still in active development after 20+ years in service. :)

Reply  |  Quote
]]>
By: IceBrain http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22945 Mon, 20 Aug 2012 23:02:20 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22945

Working at a Linux based SW shop, there are no real lusers here; even the HR/PR/Sales person (we’re a really small company) is just not familiarized, but she isn’t stupid or lazy, she would’ve been able to unzip a 7z file by herself.

That said, the less technically capable of my bosses often remarked something about not understanding why I used “obsolete tools” when I was in VIM. He stopped when I made a GET request for an XML doc, changed some stuff with a regex and then made a PUT to store it, all without leaving VIM, thanks to ‘:read !curl …’ and ‘:write !curl -d@- …’

Other than that, some people were mildly curious about Pentadactyl, but that’s all.

Reply  |  Quote
]]>
By: BaconThatSteak http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22944 Mon, 20 Aug 2012 22:32:45 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22944

I once stepped through some code to answer a tester’s question while they were watching my monitor.

They were glad that I was dropping everything to help them out, but they grew bored and impatient after 5 minutes :P

Reply  |  Quote
]]>
By: sapientidiot http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22943 Mon, 20 Aug 2012 22:28:37 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22943

I suppose sending back a link for http://lmgtfy.com/?q=how+to+open+a+7z+file would have gotten you in trouble, but that’s been my solution to such problems.

How people can have a job without knowing how to use computers is one reason I’m so glad to be self employed these days. Working as tech support again would probably drive me mad, especially if it wasn’t actually part of my job.

Reply  |  Quote
]]>
By: Luke Maciak http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22942 Mon, 20 Aug 2012 20:48:43 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22942

iwre0 wrote:

The next time that luser gets the same problem with the same type of file, sure he’s not going to resolve by himself. He will call you again !

I’m aware of that. In fact, sending me the file, and then coming over to my desk was kinda an explicit statement of “I don’t want to learn anything, I just want you to do it for me”.

I know from experience that there are users who will call the help desk so that someone can remote-in and double-click an installer for them. I once spent 20 fruitless minutes trying to get a lady to click on the “Team Viewer” icon on the desktop, only so that I could remote-in to un-check the offline setting in her outlook. Eventually I decided that it will be faster for me to just run two flights of stairs up and fix it in person. Some lusers can’t be reached.

@ Milos:

Atool is awesome! Thanks for the tip!

Reply  |  Quote
]]>
By: Milos http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22941 Mon, 20 Aug 2012 20:33:15 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22941

Recently I came across atool a script for managing file archives.
Beside others it provides also the utility arepack which repacks archives to a different format. So you can simply do the task by running:
arepack archive.7z archive.zip
Yes, and last time someone was watching me working, he asked “Are you using DOS or what?” :)

Reply  |  Quote
]]>
By: iwre0 http://www.terminally-incoherent.com/blog/2012/08/20/are-you-a-wizard/#comment-22940 Mon, 20 Aug 2012 19:29:10 +0000 http://www.terminally-incoherent.com/blog/?p=12549#comment-22940

Oh, yes ! thats cool! I like the way you do those things but i think that perhaps you made a mistake.
The next time that luser gets the same problem with the same type of file, sure he’s not going to resolve by himself. He will call you again !

Thats why i prefer to teach them the “easy way” (click, then click and finally click…) to all my lusers…otherwise the evil get into me and i would convert in BOFH

Reply  |  Quote
]]>