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
Process: Safari [43145] | |
Path: /Applications/Safari.app/Contents/MacOS/Safari | |
Identifier: com.apple.Safari | |
Version: 5.0.1 (6533.17.8) | |
Build Info: WebBrowser-75331708~1 | |
Code Type: X86-64 (Native) | |
Parent Process: launchd [149] | |
Date/Time: 2010-08-09 08:44:24.850 -0700 | |
OS Version: Mac OS X 10.6.4 (10F569) |
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
Old: /prs/EMs/EM86/em86_04.htm | |
New: /prs/EMs/1986/86-004.shtml | |
Reg: | |
Old: /prs/EMs/EM00/em00_01.htm | |
New: /prs/EMs/2000/00-001.shtml | |
Reg: | |
Old: /pre/EMs/EM00/em00_105.htm | |
New: /prs/EMs/2000/00-105.shtml |
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
ERROR 2010-12-23T09:54:12 supybot Uncaught exception in ['wordstats']. | |
Traceback (most recent call last): | |
File "/home/pberry/lib/python2.4/site-packages/supybot/callbacks.py", line 1181, in _callCommand | |
self.callCommand(command, irc, msg, *args, **kwargs) | |
File "/home/pberry/lib/python2.4/site-packages/supybot/utils/python.py", line 86, in g | |
f(self, *args, **kwargs) | |
File "/home/pberry/supybot/plugins/WordStats/plugin.py", line 174, in callCommand | |
return self.__parent.callCommand(*args, **kwargs) | |
File "/home/pberry/lib/python2.4/site-packages/supybot/utils/python.py", line 86, in g | |
f(self, *args, **kwargs) |
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
def wine(self, irc, msg, args): | |
"""Get a nice glass of wine | |
""" | |
json = urlopen("http://www.patandkat.com/json/wine.json").read() | |
wines = [] | |
for bottle in simplejson.loads(json): | |
wines.append(bottle['url'],bottle['wine']) | |
wine = wines[randint(0, len(wines))] | |
if len(args) > 0: | |
nick = ' '.join(args) |
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
def penny(self, irc, msg, args): | |
html = urlopen("http://www.penny-arcade.com/archive/").read() | |
soup = BeautifulSoup(html) | |
tagcloud = soup.find("ul","tagcloud") | |
tags = [] | |
for tag in tagcloud.findAll('li'): | |
tags.append(tag.a.string) | |
mytag = tags[randint(0, len(tags))] | |
search = urlopen("http://www.penny-arcade.com/archive/?q=" + mytag).read() | |
comiclist = BeautifulSoup(search) |
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
javascript: | |
( | |
function() | |
{ | |
var source = document.documentElement.innerHTML; | |
var regex1 = /appeared in print on | |
((January|February|March|April|May|June|July|August|September|October|November|December) | |
([1-2][0-9]|3[0-1]|0?[1-9]), ((19|20)[0-9][0-9])), on page (\w+) of the | |
New York edition with the headline:(.*)</g; | |
var match = regex1.exec(source); |
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
name: My Tasty Recipe | |
servings: 4-6 servings | |
source: Food Network | |
source_url: http://www.google.com | |
prep_time: 10 min | |
cook_time: 30 min | |
nutritional_info: 500 calories | |
difficulty: Easy | |
rating: 5 | |
notes: | |
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
name: Albondigas (meatballs) | |
ingredients: | | |
2 lbs grass fed ground beef | |
2 cloves minced garlic | |
2 tbsp ground cumin | |
2 tbsp dried oregano | |
1 tbsp black pepper (in the demo I said 2 tbsp but I meant 1) | |
1/8 tsp cayenne pepper | |
1 tsp sea salt | |
4 tbsp olive oil |
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
The definition of "sysadmin" may be a bit murky. So, some context...at my institution, sysadmins handle system provisioning, patching, security, networking -- real "low level" stuff. They don't like to touch "apps". These "low level" jobs (minus the security of course!) are the kinds of jobs that are increasingly becoming commoditized by hosted services (or every locally with awesome systems like Puppet). And that's great! It gives organizations a choice. | |
When you're think about pushing systems outside of your own infrastructure you need to consider more than just the initial deployment. In fact, you mention that the future is about "managing your own cloud-based solution" and I couldn't agree more. About the managing part, this is! Who will maintain the system? I'm not talking about keeping it running, that's what the cloud service does. I'm talking about configuration.Who will integrate it with other existing systems? Who will even figure out if it can be integrated? Who will patch it, if you're |
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
AC1 G72 vol.53 (Main Collection) | |
AC1 G72 vol.54 (Main Collection) | |
AC1 G72 vol.7 (Main Collection) | |
AC1 G72 vol.8 (Main Collection) | |
AC1 G72 vol.9 (Main Collection) |
OlderNewer