In some cases the IC might determine that a PM meeting for the incident isn't needed.
If the IC decides to waive the meeting please replace the Meeting
section with a
note indicating the meeting has been waived (example: Meeting waived: Paul Mooring
)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Installed macports | |
- Installed gettext (sudo port install gettext) | |
- Installed libiconv | |
- Installed pkgconfig | |
- Installed glib2 | |
- Create amanda user using the shell script from the wiki page | |
- Download and configure amanda with: | |
./configure \ | |
--prefix=/Users/amanda/amanda \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$weather_api_url = "http://weather.yahooapis.com/forecastrss?p="; | |
$weather_api_ns = "http://xml.weather.yahoo.com/ns/rss/1.0"; | |
function handle_digits($digits) { | |
$cleandigits = str_replace(array("#", "*"), "", $digits); | |
$maxdigits = substr($cleandigits, 0, 5); | |
$xml = fetch_data_for_zip($maxdigits); | |
list($city, $region, $text, $temp) = parse_xml($xml); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cpu": { | |
"0": { | |
"vendor_id": "GenuineIntel", | |
"family": "1", | |
"model": "15876", | |
"stepping": null, | |
"physical_id": "CPU0", | |
"cores": 1, | |
"model_name": "Intel64 Family 6 Model 62 Stepping 4", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
l5a1vp001_pub[/tmp] > sudo installp -aXYgd chef-12.1.2-1.powerpc.bff all | |
+-----------------------------------------------------------------------------+ | |
Pre-installation Verification... | |
+-----------------------------------------------------------------------------+ | |
Verifying selections...done | |
Verifying requisites...done | |
Results... | |
SUCCESSES | |
--------- |
,,,,,,,,,,,,,,,,,,,,,,,,,,,*,,,,,,,,,,,,,,,,* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,*,,,,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,,,,,*,,,,,,,,,,,*,,,,,,,*,,,,,,,,,,,* ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,*,,,,,,,,,,,,,*,, *,,,,,,,,,,,,,,,,*,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, *,,,,,,,,,,,,,,,,**
Interview at SXSW Interactive 2015. Interviewer: Ted Greenwald from the Wall Street Journal.
- No rigorous, longitudinal study to determine whether Lean Startup is true or not, but he’s hoping there will be.
- A startup is just anything new being created under conditions of extreme uncertainty.
- Use science and not astrology to figure out what’s supposed to happen. That's what is in the book.
- A pivot is just a change in strategy w/o a change in vision.
Joel Trammell, ex-CEO of NetQOS
- management is power granted by your position
- leadership is power granted freely because of a follower’s perception of your credibility, competence and caring.