Microsoft, Apple, IBM - Antitrust and Pirates of Silicon Valley

by Hiroshi on 11-06-2009

This post is a treat for me and TechMynd readers. I am going to highlight several things about Microsoft, Apple, Macintosh, IBM, Bill Gates, Steve Jobs and the movies which I think every IT professional or geek should watch. The Pirates of Silicon Valley and The Antitrust. Steve Jobs and Bill Gates are two college drop outs. Yet they ceased the future and gave this world a new dimension to explore. Now people live different, they think different, they communicate differently. Here I am mixing up some facts, fun and fiction together.

{ Continue Reading }

15 Definite Geeky Acts

by Hiroshi on 02-12-2008

Geek is a person with an unusual or odd personality. An knowledgeable and obsessive computer enthusiast is also a geek. There is a geek in everybody, I would say. Lets have some photographic treat of geeky acts or personalities.

{ Continue Reading }

Developers Are Born Brave

by Hiroshi on 22-10-2008

Developers are born brave as this image exposes.


[Click at image to view full version.]

Marriage Proposal By A Googler

by Hiroshi on 07-08-2008

Michael proposed his girl friend and she said yes. But he thought that his original proposal was quiet and low-key. It was just some simple heart-felt words exchanged during a quiet night at home. So he did what any Silicon Valley geek would do: He decided to upgrade to "Proposal 2.0," a new improved online version. He proposed to Leslie from inside a Google Street View panorama. And it went live on Google Maps on August 5, 2008.

Michael Weiss-Malik, work for Google. Google Street View team decided to coordinate a pre-announced Street View run outside Google's Mountain View offices, with the idea that Googlers could line up along the street and appear in the imagery. So Michael put together his "Proposal 2.0" billboard and showed up, hoping that it'd be readily visible. And it was!

Michael thinks that you can help him too telling Leslie what you think! Infact he has created a website marrymeleslie.com so that you can drop her a line to help him propose! With your help, hopefully she'll give an even more enthusiastic "yes" to the second proposal than she did to the first one!

Street Map View

Click The image to enlarge

googler-proposal

Microsoft Word Trick

by Hiroshi on 14-05-2008

Open a blank Word document and type the following:
=rand(200,99)
Press 'Enter' afterwards... Wait 5 seconds!
see what happens

Remember!!! Type it, dont copy paste it otherwise it may not work.

Change Your Dynamic IP Address

by Hiroshi on 10-05-2008

This is suppposed to change your dynamic IP Address.

Open notepad and type 

ipconfig /flushdns
ipconfig /refresh
ipconfig /renew
ipconfig /all>newip.txt
end
 

then save as (select all file types) --- ip.bat

this is now a batch file rather than a txt file. Simply hit run on the file and watch the progress.

If you want to print out the results then add this line into the same file befoe "END"

ipconfig /all>filename. txt

A report will be saved in the same directory as your batch file, detailing your new ip and a bit more...

Javascript Tricks

by Hiroshi on 09-05-2008

Dancing Pics Javascript Trick

Download rar file and extract contents. Open file copy script, select any ie browser window with any website opened with images, past code in ie browser address bar and hit enter. See what happens.

dancing-pics.rar

Funny Javascript Code

Download rar file and extract contents. Open file copy script, past it in ie browser address bar and hit enter. See what happens. You can customize code within.

funny-js-trick.rar

Javascript Trick - Corrupt Any Webpage

by Hiroshi on 05-05-2008

Download the rar file, extract its content. Open file and copy its contents and past in any already opened window's address bar containing URL or any web page address bar. You will see the contents of webpage will shift and rearrange position.

js-trick.rar

Beauty Of Maths

by Hiroshi on 04-05-2008

Beauty Of Mathematics!

1 x 8 + 1 = 9
12 x 8 + 2 = 98
123 x 8 + 3 = 987
1234 x 8 + 4 = 9876
12345 x 8 + 5 = 98765
123456 x 8 + 6 = 987654
1234567 x 8 + 7 = 9876543
12345678 x 8 + 8 = 98765432
123456789 x 8 + 9 = 987654321

1 x 9 + 2 = 11
12 x 9 + 3 = 111
123 x 9 + 4 = 1111
1234 x 9 + 5 = 11111
12345 x 9 + 6 = 111111
123456 x 9 + 7 = 1111111
1234567 x 9 + 8 = 11111111
12345678 x 9 + 9 = 111111111
123456789 x 9 +10= 1111111111

9 x 9 + 7 = 88
98 x 9 + 6 = 888
987 x 9 + 5 = 8888
9876 x 9 + 4 = 88888
98765 x 9 + 3 = 888888
987654 x 9 + 2 = 8888888
9876543 x 9 + 1 = 88888888
98765432 x 9 + 0 = 888888888

Brilliant, isn't it?
And finally, take a look at this symmetry:

1 x 1 = 1
11 x 11 = 121
111 x 111 = 12321
1111 x 1111 = 1234321
11111 x 11111 = 123454321
111111 x 111111 = 12345654321
1111111 x 1111111 = 1234567654321
11111111 x 11111111 = 123456787654321
111111111 x 111111111=123456789 87654321

Strange Computer Laws

by Hiroshi on 23-03-2008

  • The remaining work to finish in order to reach your goal increases as the deadline approaches.
  • Adding manpower to a late software project makes it later.
  • When all else fails, read the instructions.
  • A bad sector disk error occurs only after you've done several hours of work without performing a backup.
  • To study an application best, understand it thoroughly before you start.
  • Always keep a record of data. It indicates you've been working.
  • In case of doubt, make it sound convincing.
  • Do not believe in miracles. Rely on them.
  • Blessed is the end user who expects nothing, for he/she will not be disappointed.
  • At the source of every error which is blamed on the computer you will find at least two human errors, including the error of blaming it on the computer.
  • The first myth of IT Management is that it exists.
  • Any given program, when running, is obsolete.
  • If a program is useful, it will have to be changed.
  • If a program is useless, it will have to be documented.
  • Any given program will expand to fill all available memory.
  • Program complexity grows until it exceeds the capability of the programmer who must maintain it.
  • Make it possible for programmers to write programs in English, and you will find that programmers cannot write in English.
  • Inside every large program is a small program struggling to get out.
  • A program generator creates programs that are more "buggy" than the program generator.
  • There's never time to do it right, but always time to do it over.
  • Things get worse under pressure.
  • The first ninety percent of the task takes ninety percent of the time, and the last ten percent takes the other ninety percent.
  • The man who can smile when things go wrong has thought of someone he can blame it on.
  • An ounce of image is worth a pound of performance.
  • The solution to a problem changes the problem.
  • Judgement comes from experience; experience comes from poor judgement.
  • It works better if you plug it in.
  • Build a system that even a fool can use, and only a fool will want to use it.
  • Given any problem containing N equations, there will be N+1 unknown.
  • An object or bit of information most needed will be least available.
  • Any device requiring service or adjustment will be least accessible.
  • After months of training and you finally understand all of a program's commands, a revised version of the program arrives with an all-new command structure.
  • An expert is a person who avoids the small errors while sweeping on to the grand fallacy.
  • As soon as a still-to-be-finished computer task becomes a life-or-death situation, the power fails.
 Page 1 of 2  1  2 »