Sunday, October 25, 2009

How to make a Cloud of labels / Insert blogumulus blogmulus in your blog


Blogumulus / Blogmulus

Update:
Due to technical issues, Blogmulus was DOA for few months. It is now fixed :- )

Blogmulus Not Working:  Just apply the following corrections:
In the HTML code of the template, just replace the lines
http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf
by the line 
http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf

and the line 
http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js
by the line 
http://sites.google.com/site/bloggerustemplatus/code/swfobject.js



  Don't forget to check the box "Expand Widget Templates" and also, as always, save your template before any modification.

An Other REALLY cool thing for Blogger is here ... it's Cu3er


Q from Justin:
Hi, Can you please tell me how you do the Cloud tags on the right?, it’s really cool and I love it! 
Thanks! Justin


Here it is:
As you can see in the sidebar, it’s a navigation menu through the articles tag.
It makes them look like in a rotating cloud, and I find it very cool.

It needs sometimes a little “refresh” but other than that, it works very well under blogger and WP.
Blogmulus / Blogumus AKA label cloud or Tag cloud is the work of Amanda Fazini & Roy Tank, all credits belongs to them. You’ll find links at the end of this post.
I wish I was that good, but I am not…

How to create a tag cloud for your blog:

SAVE your actual template. If you encounter any issue, you’ll have a backup.
Login into the Blogger dashboard,
Go to “Layout”
Select “Edit HTML”
Select “Before editing….. save a copy of it. Download Full Template”
And SAVE!!!
Once Saved, Re-Save again. –just in case…

Check the Box “Expand Widget Templates”

Using the CTRL-F of your browser, locate the following code: <b:section class='sidebar' id='sidebar' preferred='yes'>

If you can not find the exact code, look for:  <b:section class='sidebar'

After this line paste the following code:

<b:widget id='Label99' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://sites.google.com/site/bloggerustemplatus/code/swfobject.js'
type='text/javascript'/>
<div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a
href='http://www.bloggerbuster.com'>Amanda Fazani</a></div>
<script type='text/javascript'>
var so = new SWFObject(http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;240&quot;, &quot;300&quot;, &quot;7&quot;,
&quot;#ffffff&quot;);
// uncomment next line to enable transparency
//so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
so.addVariable(&quot;tcolor&quot;, &quot;0×333333&quot;);
so.addVariable(&quot;mode&quot;, &quot;tags&quot;);
so.addVariable(&quot;distr&quot;, &quot;true&quot;);
so.addVariable(&quot;tspeed&quot;, &quot;100&quot;);
so.addVariable(&quot;tagcloud&quot;, &quot;<tags><b:loop values='data:labels' var='label'><a
expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>&quot;);
so.addParam(&quot;allowScriptAccess&quot;, &quot;always&quot;);
so.write(&quot;flashcontent&quot;);
</script>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>

Click the preview button and check your blog. If you have an error, double check that you have all the lines correctly pasted.
If you see a widget but the cloud is “empty”, check if you have labels on your post.

Editing size, color & font:
Default values are:
*Width is set to 240px
* Height is set to 300px
* Background color is white

* Text color is grey
* Font size is 12
If you like it better wider, shorter, or want to change the color scheme, etc, you will need to do edit various parts of the code. Don’t worry, it’s easy!
Just remember to check the box “expand widgets” or the code may not appear.
Also, if you are using Blogspot editor, you may notice a small change in the code if you save your template. Don’t panic, it’s minimal: You’ll notice some added “&quot” compared to the original.

Original:
var so = new SWFObject(”http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf”, “tagcloud”, “240", “300", “7", “#ffffff”);
Blogspot editor:
var so = new SWFObject(http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;255&quot;, &quot;290&quot;,

Editing width and height:

Width and height are in this line:
var so = new SWFObject(”http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf”, “tagcloud”, “240", “300", “7", “#ffffff”);

The value for width is 240 (in Red)
The value for height is 300 (in Blue)

Change the value to the desired size, don’t go too far as you blog settings may not accept a ten fold increase…

Change the values, but keep the quotes.
Example:
var so = new SWFObject(http://sites.google.com/site/bloggerustemplatus/code/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;255&quot;, &quot;290&quot;,

Editing background & font color:
You can change the background color to any other color by altering the hexadecimal value in the same line: var so = ne….………..“tagcloud”, “240", “300", “7", “#ffffff”);

#fffffff is the color white.
If you do not know what color to use, you can check hexadecimal colors in BlogSpot under “Font and Colors” and play around.  Don’t forget to “Clear Edit” or you’ll change the color of you entire blog.

Editing Font size and Font Color
Font Color
Find the line: so.addVariable(&quot;tcolor&quot;, &quot;0×333333&quot;);
And change the value 0×333333
This time, do not add the hash tag # but keep the 0x
Example: You want Vermilion Red , the hex color is #cc0000
Just copy the cc0000 and add 0x before 0xcc0000 will make your text Red.










Font size:
Locate the line: var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>&quot;);
The value ‘12’ is your font size.

As you will, with time, add more labels, keep it not too big. A size 18 or 24 will cram everything.
Last but not least, you may have to hit the refresh button if nothing appears at the first view.
As a repeat, Blogmulus / Blogumus AKA label cloud or Tag cloud is the work of Amanda Fazini & Roy Tank. Hail to them: Amanda Fazini: www.bloggerbuster.com Roy Tank: www.roytanck.com


Download iBook Bundle

iBook Bundle 0201709724 pdf



Edition: 1
Release: 2000-08-03
Publisher: Pearson Education
Binding: Paperback
ISBN/ASIN: 0201709724



iBook Bundle

Taking its cues from the iMac, the sleek new iBook, Apple's Internet-ready and blazingly fast new portable, successfully combines high style and low price, guaranteeing it both buzz and sales. Free download iBook Bundle books collection in PDF, EPUB, FB2, MOBI, and TXT formats. Who better to extol the virtues of mobile computing and familiarize you with the iBook's nifty features than Robin Williams, the bestselling author of The Little Mac Book, The Little iMac Book, and The Non-Designer's series? Because Williams and coauthor John Tollett are on the go all the time themselves, they know what you need to know to get the most out of your iBook. Williams and Tollett show you how to navigate the ins and outs of computing at home and on the road, with conversational explanations and entertaining illustrations. Learn everything from desktop basics to how to use the iBook's innovative wireless connection feature. This slim volume is as portable as the iBook itself, and an indispensable guide for beginners and intermediate-level users alike. Best deals ebooks download iBook Bundle on amazon.Platform: MACAlmost anyone who's used a Macintosh long enough to consider him- or herself a "Mac user" knows about Robin Williams, author of The Little Mac Book and several other well-loved guides to desktop publishing. She's always used her books to welcome newcomers to the Mac community, and here she teams up with John Tollett on The Little iBook Book. This latest addition to the Mac canon focuses on Apple's swoopy new notebook computer, its Mac OS 8.6, its applications software, and the tricks of the mobile-computing trade. Williams and Tollett don't disappoint, delivering advice well-suited for those getting into personal computing by way of an iBook. The most interesting portion of this book deals with connecting to the Internet under Mac OS while traveling (the section has relevance to users of non-iBook Mac portables too). The authors explain how to safely hook your computer to phone ports in hotels and public facilities (though they don't get into slicing open phone cables and manipulating individual wires--a need that arises in certain really gnarly telecom situations). They also show how to adjust the iBook's dialer software for mobile connectivity (mostly with MindSpring in the United States) and explain how to bill your Internet-access calls to your calling card. They also give a fine overview of the accessories available for spiffing up your streamlined companion. --David Wall Topics covered: Basic iBook anatomy, Mac OS 8.6 and standard software, AirPort technology (in summary), and Internet connectivity at home and on the road. Download iBook Bundle with free ebook downloads available via rapidshare, mediafire, 4shared.



Download iBook Bundle


download iBook Bundle

Friday, October 23, 2009

KisMAC Video Tutorial Step by Step


How to crack a WEP Key

This is, of course, for educational / auditing purpose only.
Read the Legal disclaimer before you use KisMAC. Especially if you are in Germany ;-)


How to crack WEP. How to crack WPA. How to Hack WEP. How to Hack WPA kismac snow leopard
Recover WEP key. Recover WPA key. Crack WEP Password. Crack WPA passwordHow To Crack A WiFi Network’s WEP Password Cracking WEP and WPA Wireless Networks Cracking WEP with Kismac


KisMAC Ressources


Resources, Wordlist,  Dictionary files


What injection device should I use?

-The list of “approved” hardware is here: http://trac.kismac-ng.org/wiki/HardwareList
I have tried the Edimax EW-7318 USg, Hawking HWUG1 & HWUG1A (about $40)
The KisMAC Team highly recommends the Alfa AWUS036H (about $50)
I am not really impressed by the sensitivity of the Hawking “as is”, you may want to consider a high gain antenna, or the Alfa Alfa AWUS036H for better results.
I’ll try the Hawking with a directional antenna and post results, if any.

Nota Bene:
KisMAC will try every word (from the list provided) to attempt to crack the key, hence it may take a lot of time....if you have a slow machine, be really patient.
I have a not so bad machine, and I run about 170 words per second. You can leave a comment with your config and speed for me to compare.
Mine: MacBook Pro 2.5GHz Intel Core 2 Duo + 4GB DDR2 SDRAM : about 170 Word/sec

Can you find listing or maps of available networks?
-Yes you can, check the Wigle Webpage http://wigle.net

How to uninstall Drivers ?
Your best shot at uninstalling drivers is to use the free App called "App Cleaner"

How to select a single channel?
Take a look at "Step B", the picture shows "all channel selected"
you just have to click on "none" and the check the single channel wanted
you can also use directly the tab "Channel"

I am a Super Geek, is there something more powerful than KisMAC?
Aircrack-ng (Reserved for Advanced User)
Wireshark is also a powerful one. You can use Wireshark to read PCAP Dump Files.
PCAP Dump files are useful for "counter attack" i.e. When someone is trying to penetrate your own network. (KisMAC will notify the console log)

Passwords List
Worst password list: Please, don't use them .....;-) they are often the first checked ....
http://aloah.free.fr/mactips/Wordlists.html
http://trac.kismac-ng.org/wiki/wordlists

List of Dictionary files or Wordlist / Wordlists

Sometimes called wordkey or word key (as per the results of your queries via Google Analytics
for WPA attack:
http://aloah.free.fr/mactips/Wordlists.html
http://trac.kismac-ng.org/wiki/wordlists
or you can compile your own.
I may suggest you to skip passwords of 1,2,3 & 4 characters, very few people use 3 ch passwords... A bruteforce attack will not take a long time on 3 ch....
WPA:
Minimum 8ch, so you can skip all pswd of less than 8 characters.

Note on dictionary files:
the words are tested "as is" and not in combination.
Example: the password is "I love Kismac"
If your dictionary contains the words "I" + "love" + "Kismac" it will NOT work, your dictionary must contain the exact "I love Kismac" as a word to successfully attempt to crack.

This is the only way to end with a successful attack is to use a dictionary containing the (exact) word(s).
Pure Brute Force attacks do NOT work with KisMAC (trying every single combination starting at "a" then "aa", "aaa", etc) You need to provide KisMAC with a dictionary file, format TXT, with an empty line at the end.

Passwords hints
A Dictionary attack uses a list of existing words. Often those lists are all lowercase or mixed, in English, and use "common" words
the more complex is your password, the greater is the chance that it will take a mind-boggling and un-human length of CPU time to try all the possible combination. (million of years)
If you use Kismac on a WPA attack, the only way to end with a successful attack is to use a dictionary containing the (exact) word.
Brute Force attacks do NOT work with KisMAC
As a possible target of WPA attack, "I", use stupid-strength passwords on full ASCII.
I do not use English words, or any common language, and I use lots of $igns and numbers.
So, how patient is the attacker?

Memotechnic tips
Instead of your "123456" dummy password you can use an HARD TO GUESS word and add numbers to it PLUS a second set of numbers while holding the "Shift" key
Example: the maiden name of your mom is Kismac, her Bday is 07 12 1962
you got a "07121962Kismac)&_!@_!(^@"
You just have a 20 Ch length password that you can easily retain.
As KisMac does not use pure Bruteforce to crack WPA, you are pretty safe with a password like this. finding such a word a in dictionary would be...surprising.
Be aware that you can find list of names, towns, zipcodes, etc . So, using "Smith" or "Boston" is not really foolproof

Even in the improbable case of a very, very tenacious "auditor", a 20 character full ASCII password (255 characters possibility) is up to 20^255 possibilities.
How big is 20^255?
well, that's: 1,351,461,283,755,590,000,000,000,000,000,000,000,000,000,000,000 possibilities
it's already stupid strong. Unless you are the NSA, it's probably out of your reach:

Update on Oct 6 2009.
You may have heard of the Yahoo! password heist.
10,000 passwords and emails listed on the web, plus another 30,000 accounts of Gmail and Comcast compromised.
According to serious sources, the list was a possible snippet of 250,000 email and password for resale.
Email? not a big deal, huh? who cares? they just need to go to your online banking, and reset the password. They will get the message. You won't ....
I could not access the list on time, but the excellent Reusable Security Blog did
Here is his (Matt Weir) analysis about what you use

So on to the analysis:
Total Passwords: 9,845 - This number excludes all the e-mail addresses that had blank passwords

    Average Password Length: 8.7 characters long
    Percentage that contained an UPPERCASE letter: 7.2%
    Percentage that contained a special, (aka !@#$), character: 5.2%
    Percentage that contained a digit: 51.7%
    Percentage that only contained lowercase letters: 43.3%
    Percentage that only contained digits: 17.6%
    Percentage the started with a digit, (aka '1password'): 25.0%
    Percentage that ended with a digit, (aka 'password1'): 44.1%
    Percentage that started with a special character: 0.5%  << Big hint here
    Percentage that ended with a special character: 2.2%  << here too ...
    Percentage that started with an uppercase letter: 6.1%
    Overall letter frequency analysis:
    aeoi1r0ln2st9mc83765u4dbpghyvfkjAzEIOxRLwSNq.MTC_DB-UP*G@H/ZYF+VJK,\amp;amp;X!Q=W?'#")(%^][}< {`>

    First character, letter frequency analysis:
    a1mbc2sp0lterdjfgn3hi6k759vo48yAwMzBSCuqPLExJRTFDGNV*HOZYKI\W@/-+(.$U&?Q^[,#

    Last character, letter frequency analysis:
    aos01326e57849nrilydzmtuAhbO.gck*SxpfE@+LvjNRw_-I?/$q!ZX)YKH"UPMDCB#GF'&%}T,]\VJ(
    As a repeat, the previous is from Matt Weir, from Reusable Security

    So, it tells me that there are still a large number of people using password vulnerable to dictionary attacks.
    Furthermore:
    40% of users are using the same password for everything.
    92.7% did not use an UPPERCASE
    94.8% did not use a special character
    and the best: Only contained digits: 17.6%
    Average length 8.7 >> rounded to 9 Characters
    For the 18% (of dummies) that only use digit:
    Digit only = 10 possibility per Ch. 9Ch long = 10^9 = 1,000,000,000 possible combination
    Realistic number of test before cracking: 50% (10^4.5)
    Time to crack : 0,015 hour = Joke
    For those 18%, Read this carefully:
    "Neil O'Neil, a digital forensics investigator at secure payments firm The Logic Group, found that "123456" cropped up on the list 64 times. There were 18 uses of the second most popular password, "123456789",
    Big surprise!!! Just like the ones mentioned in the 500 most used password. Can you guess what was the #3 and 4#? probably 1234567 and 12345678.
    the 500 most used passwords list is 4 or 5 yrs old, but it seems like it was brand new.
    #1 to #10: 123456,password, 12345678,1234, pussy , 12345, dragon , qwerty , 696969, mustang

    So, if I had to create a password list, guess what ..

    First on the list would be 8 or 9 Ch long, all digit, then all lowercase, then adding a digit or 2 first, then adding a digit or 2 at last.
    That list It should cover about 80% of all password.
    That would be a big list of 7,518,774,324,736 possibilities, but it would cover 80% of the general public. Not bad.
    So, GET A REAL PASSWORD!

    Because it's raining and I am bored:
    Why use a -serious- password

    Let 's assume a cluster of 10,000 Macbook Pro, dual core etc, working all together for you (distributed):
    A Mac Book Pro, on intensive uses 263 Watt and generates 894 BTU/h output of heat
    Cracking possibilities : up to 10,000,000 pswd /second/computer
    If you do the math, you'll realize that cracking by brute force a 20 characters Full ASCII password will cost you up to 40 million dollars worth of electricity, create enough BTU to generate a heat wave the size of Texas and take you hundred of thousands of years.
    You could hit the jackpot and find the pswd within minutes, but generally, it will take 50% of the maximum time possible to break a password
    This is the reason why Keyloggers, Phishing and Clickjacking were invented. That's were, in my opinion, where the real danger is ...

    Kismac for Windows
    I am not aware of a Windows version of KisMAC (KisDOWS???) , nevertheless, you can Google NetStumbler, Aircrack, Airsnort, etc..
    To the best of my knowledge, NetStumbler does not have cracking capabilities, nor the capabilities to uncloak hidden or deauthenticate networks.
    If you want serious power, you'll need to forget about Windows (breaking news, huh?) and move on to Linux with Aircrack-ng
    If you download a (working) version of KisMAC for Windows, please let me know.
    If you download one, especialy from a torrent, I am suggesting you to be VERY careful and scan the file left, right up and down for viruses or malware. ( hint )


    Google tips and tricks


    The Find Engine

    You know how to use Google, huh?   You type something and it searches for you? Correct?
    So you must be familiar with this one:

    -inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3)"endless summer"

    It's a query, just like when you type something in the search bar, this one is just (a little bit) more..complete.
    Let's start with the beginning:
    If you are looking for music to download (legally, of course) you may type the title of the song, i.e. Endless Summer.
    The result is 12.600.000 answers .... a bit too much for my taste.
    The solution is to use qualifiers and terms to refine your search up to the point that you'll find what YOU want in few seconds.
    The goal is to ask a question in such a way that you'll transform Google from Search Engine to a Find Engine.
    Believe me on that one: You do not want to Search, You want to FIND !
    Let's start... 12.600.000 answers.  The brackets [ ] are used for clarity, don't use them in a query

    Minus Sign -
    The minus sign remove word(s) from a search
    [ Endless Summer -film ] will remove all search with the word "film"  12.100.000 answers, 500,000 removed ;-)

    Plus Sign +
    In that case, you'll add a parameter.
    [ Endless Summer +mp3 -film ] will look for "mp3" and remove "film"  526.000 answers, 12.080.000 removed :-))

    You can add as many +&- as you want:  +mp3 +free -film -wma etc etc

    Quote signs " "
    Quote signs will allow to search exactly what is entered in the quotes, and in the order written.
    [ "Endless summer" +mp3 -film ] will not return anything else than -verbatim- "Endless summer".  No Donna Summer, or summer endless,  etc..
    This is very useful to research a definite sentence, or a person. 

    Tilde sign ~
    Placed before a word, the tilde sign will allow search for synonyms i.e. [ ~food ]  will search for food but also for related words:  restaurant, cooking, etc .. this is an EXPANDER (more results)

    Getting serious: Qualifiers

    inurl:  Use this qualifier to restrict the search  to pages or documents containing the search word specified in the page's url:
    intitle: Use this search qualifier to specify that the search take place in only those words  that came from a web page's title field. 
    cache:  This qualifier returns the most recent copy of the page that Google has stored and used for its indexing.  
    site:  Use this qualifier to restrict the results to a given site. For example site: [ www.apple.com "Quicktime" +download ] will take you straight to the right one. no fuss
    File Format:
    By defaut, Google searches for your specification coming from any number of different file formats, including, of course, html.  However, here are other file formats that you can choose, specifically, to have Google search for: Adobe PDF (pdt), Adobe Postscript (ps), Microsoft Word (doc),  Microsoft Excel (xls), Microsoft Powerpoint (ppt), Rich Text Format (rtf)
    If you are looking for a paper, site: + file format: + quotes  allows you to find a school paper in seconds.

    So, let's go back to our search, this time with the translation in plain English

    -inurl:(htm|html|php)  is not a webpage in HTML, HTM or PHP
     intitle:  has in the title (not the URL, the TITLE!) the following:  "index of" +"last modified" +"parent directory" +description +size
     +(wma|mp3) and has the format wma and/or mp3
    "endless summer" and contains the exact words "Endless Summer"
    You can go further and request a full title "endless summer.mp3" [ -inurl:(htm|html|php) intitle:"index of" +"last modified" +"parent directory" +description +size +(wma|mp3)"endless summer.mp3" ]


    So, enter the query and you'll find exactly this Google page and this exact song
    and much more.  :-)
    Not 12.600.000 answers to scroll, just 5. By Googling to the max, you have refined your search by a factor of 2.520.000  Stop searching, start finding! Get the right one in 2 sec.

    If you are looking for pictures, replace wma|mp3 by (jpg|png|tiff) , mov, mpg, flv, etc for video.
    It works also very well with the qualifier "cache" to find things that were deleted..;-)
    Now you can probably divide by a 1000 the number of results and refine your query to the max.
    Google can also give you straight answers:
    if you are looking for conversion, i.e. how many Milliliters in a ounce or do some math, you can ask.
    Try the following in the search bar or click the link:
    [ Define: CPU ]
    [ 1 gallon in centiliter ]
    [ 100 USD in EUR ]

    Now that you start grasping the possibilities, how about controlling a remote webcam with Google? 
    Try that [ inurl:"/view/index.shtml" ]  and you'll also get the IP to localize the webcam.


    Warning Note: 
    When using the -inurl, you'll probably may stumble upon websites dedicated to some type of not-so-legal activities. Be very aware that some of them are honey traps and have the sole goal to scam you. This is especially true when you search for "hot" subject such as new movies, softwares, etc. 
    I would highly suggest you to use the maximum caution, as well as the use of (free) services such as Web of Trust.  Also, set your browser on "alert" mode (see Firefox >>preferences>>security)

    Side Notes:
    Punctuation is ignored by Google, as well as case
    Google Stop Words
    The following words are ignored (too common)
    a, at, in, that, when, about, be, is, the, where, an, by, it, this, which, and, for, of, to, who, are, from, on, was, will, as, I, or, what, with,
    To Force a Stop Word, include it within quotes.  i.e  [ "Who is about to be" ]  only contains Stop Words but the quotes forces Google to research the exact sentence in the exact order.

    Thursday, October 22, 2009

    About (me)


    I am borderline geek, but not enough to be a nerd.
    Just like you, one day, I had to start and learn.
    So, jump in. Bring your Mac along, we are going to play a little and have some fun.  There is no need to worry, I won't send a report card.
    After all, the only risk for you is to learn a little something, those little tricks that will make your life easier or make you better are what you do. Jump in!
    Mac OS X is a fantastic OS and a lot of features are really cool or helpful and will make your life a breeze ...
    I hope you'll enjoy it as much as I do.    

    A bit of history:
    I started playing with computers a long time ago. For you kiddos, my first computer had less memory & colors than a $2 Walmart watch of today. It was a  Thompson MO5. No CD (not invented yet), No USB (ditto), No 3 1/2 floppy, 5 1/4 Floppy were top notch and expensive material;  Prog were saved on a tape. Yup!, the same type that you'll find in an antic store or in your grandpa 1981 Oldsmobile: Compact Cassette.
    Colors? Ohhh Yes, 16 colors and an amazing definition of 320x200 pixels. Each pixel was so big that you could land an helicopter on it.
    32 KO memory (Thirty-Two Kilo Octet) powered by an amazing Motorola CPU at one Mhz (that's 3000 times slower than the last iMac). With the Cassette Tape, it was between 15 to 20 minutes to find and load a prog (in Basic, please)
    I used to type those prog by hand. To send one to a friend was very simple: As modems where almost science fiction, and the word "internet" was unknown, we had to find a system to send "huge" amount of data: Trip to the post office and send few tapes. A week later, you were up and running ....
    If sold today, its price would be about $1,000 (Inflation corrected)
    My first "pro" one was a HP Vectra, 80386 at 12Gh and 20 Meg hard drive, MS-DOS 3 and a 13" screen the size of a Thanksgiving rated oven.
    So, now that you have smiled , or barfed, quit whining and enjoy your little  Dual or Quad core monster...  Let's make him sweat a little ....

    For the Geek of it: Internet

    The Last U2 Concert (at the Rose Bowl) on Youtube was a live Worldwide Live Streaming Event and about 10 Million people watched live:
    Streaming, Regular Quality is about 135 KB/S, HD is 340 KB/S
    Concert Time: 2:21:22
    Bandwidth needed live: 1,350,000,000 KB/S or 1,350,000 MB per sec.
    That's more internet per second then the entire internet in 1980,1981 & 1982 combined
    If you watched it in HD, that's 340 KB/S: Bump up the Bandwidth to 3,4 Million MB/S or in layman's terms: Your 500 GB Hard Drive every 0.00014 sec.

    Let's meet again in 10 years when the average home connection should be at few GigaBytes per sec. 





     

    Macworld® Ultimate Mac® Programming Pdf

    Macworld® Ultimate Mac® Programming 1568841957 pdf



    Edition:
    Release: 1995-01
    Publisher: John Wiley & Sons Inc (Computers)
    Binding: Paperback
    ISBN/ASIN: 1568841957



    Macworld® Ultimate Mac® Programming

    From bestselling Mac author and MacTech columnist Dave Mark, a comprehensive guide packed with hard-core technical material on the hottest Mac programming topics. Free download Macworld® Ultimate Mac® Programming books collection in PDF, EPUB, FB2, MOBI, and TXT formats. Mark gives expert advice on sound, animation, scripting, resources, and plug-ins. Best deals ebooks download Macworld® Ultimate Mac® Programming on amazon.Includes two disks with Apple Script, Run-Time version of Frontier, valuable shareware, source code from the book and test programs. Download Macworld® Ultimate Mac® Programming with free ebook downloads available via rapidshare, mediafire, 4shared.



    Download Macworld® Ultimate Mac® Programming


    download Macworld® Ultimate Mac® Programming