Paul Dubois used to say, "Don't get attached to your work". Never hesitate to throw away and start from scratch. This is how paradigm shifting products are being made!
"Jeanne d'Arc buste" by Photo: VassilStatue: Paul Dubois (1829 - 1905)[1] - Own work. Licensed under Public Domain via Commons.
If you are a project manager, status report is the vital part of your communication to the leadership and audiences interested in your project. The purpose of the status report is not to drive a project with stakeholders. Project planning and driving should be handled separately. Status report has a single purpose, describe the status of the project. That's it. Here are the 3 attributes a status report should have. 1. Brief and Clear A status should be short and well thought. Remember what Mark Twain said, "I didn't have time to write a short letter, so I wrote a long one instead.". If your status report is long and hard to follow, it means you did not think enough on it. If you have not spend time on your status report, why would other people spend more time on your status report to understand. Even worse, if they read and try to decipher what you have written, each person may interpret it differently. Therefore, keep important updates at the top and use clear
IN TRANSIT AT REST SSL/TLS Server Side Managed Keys Client Side Managed Keys S3 (SSE-S3) Each object is encrypted with a key. Amazon encrypts the key with a master key, which rotates regularly. AWS Key Management Service (SSE-KMS) Allows you to audit trail (who and when used the key), extra cost and you manage the master key. Customer provided (SSE-C) User manages the keys but encryption done by Amazon User encrypts the data on client-side and uploads to S3
Alright, today I would like to work a sample web site and browse it not only from my Android Emulator but also from my Android G1 device. Since I did not make the web site public yet, I need to play with "hosts" file in order to direct specific url to my specific intranet IP on Android browser. The steps that I follow to accomplish my goal are provided below; For Android Emulator; 1. From the terminal invoke the adb command with remount option otherwise you will get "failed to copy 'hosts' to '/system/etc/hosts': Read-only file system". adb remount 2. In the terminal pull the default hosts file from /system/etc/hosts or /etc/hosts which is the symlink of the file not only for backup purpose but also to get the file to modify. adb pull /system/etc/hosts /home/player/hostBackup/ 3. Get a copy of the the hosts file in your computer and modify it according to your needs. 4. Now we can push the file directly to the emulator. adb push /home/pla
Comments