-
Recent Posts
Categories
- Applications (1)
- Article (4)
- Bike (1)
- Computer (5)
- fimdalinha (22)
- Finland (12)
- Fun (5)
- Movies (6)
- Music (15)
- No comment (3)
- Photography (16)
- Portugal (4)
- Uncategorized (1)
- Web (4)
Archives
Blogroll
-
Meta
-
Jun
2
Behold the “Tao of Programming“. This is a nice one for people who work in software development.
“The Tao gave birth to machine language. Machine language gave birth to the assembler.
The assembler gave birth to the compiler. Now there are ten thousand languages.
Each language has its purpose, however humble. Each language expresses the Yin and Yang of software. Each language has its place within the Tao.
But do not program in COBOL if you can avoid it.”Links:
The Tao of Programming, by Geoffrey JamesApr
11
I was trying to install Firefox 3.0b5 in OS X with Firefox 2 installed and it didn’t open both at the same time after some look around this was what I had to do:
- Download the latest version of Firefox 3;
- Install the application somewhere but your applications folder (ex. Desktop);
- Rename the application of Firefox to something else (ex. Firefox3);
- Copy the application to the Applications folder;
- Open a terminal and run the following commands:
-
cd /Applications/Firefox.app/Contents/MacOS/
./firefox-bin -ProfileManager
-
- The profile manger will appear, create a new profile and press “Start Firefox”;
- Open Firefox3, choose the new profile and browse!
Mar
8
Acid3 Browser Test
Filed Under Computer | 4 Comments
Three years after Acid2 Browser Test the Acid3 Browser Test was released (03/03/2008).
The Acid3 Test is designed to test specifications for Web 2.0, and exposes potential flaws in implementations of the public ECMAScript 262 and W3C Document Object Model 2 standards. Collectively known as DOM Scripting, it is these technologies that enable advanced page interactivity and power many advanced web applications such as web-based email and online office applications.
Acid3 Browser Test Page
Take the Acid3 Test
Press ReleaseFeb
17
Very interesting article about the risks and threats of encryption.
“Lot of organizations are new to encryption,” he added. “Their only exposure to it has been with SSL, but that’s just a session. When you shift to data at rest and encrypt your laptop, if you lose the key you trash your data - it’s a self-inflicted denial-of-service attack.”
“Encryption could make you more vulnerable, warn experts”
Feb
2
xkcd - Real Programmers
Filed Under Computer | Leave a Comment
