Skip to content

Commit b7b4b04

Browse files
committed
edits to day 2
1 parent 4368a22 commit b7b4b04

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

_posts/Week02-Jibbr/2012-01-11-day2.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ feed: "project"
77

88
More momentum, more interest, more progress.
99

10-
### JabbR Updates
10+
### Site Updates
1111

1212
Some changes to JabbR and SignalR - [David](http://twitter.com/davidfowl) (and I suppose [Damian](http://twitter.com/damianedwards) by extension) is planning a 0.4 version of SignalR. More changes to JabbR and SignalR pulled into Jibbr.
1313

1414
### GitHub Announcements
1515

1616
Most of the heavy-lifting for the GitHub plugin is done - using JSON.NET's dynamic support to parse data from the GitHub API without defining strongly-typed models makes this about eleventy billion times easier.
1717

18-
1918
The plugin is intended to track:
2019

2120
- notifications about commits to the master repository
@@ -24,8 +23,17 @@ The plugin is intended to track:
2423
- activity notifications for forks off the master repository - when a new one is created, when code has been pushed to it
2524
- notifications for issues
2625

26+
For example:
27+
28+
![](/img/week2-day2-action.png)
29+
30+
### Automate all the things
31+
32+
A little anecdote: I hastily put together a script late the night before to move the sample extensions into a folder - for MEF to discover and load into the app. In my haste, I'd ignored the fact that I'd (likely) been running the script from a bash shell (thanks git-bash). So I push the code to master and hit the hay.
33+
34+
A few hours later, I wake up to [Stefan](http://twitter.com/cyberzeddk) demanding beer karma as a result of the harm I'd caused his mental state. Turns out that 'cp' isn't 'copy' and file paths are easy to destroy completely if you pick the wrong one for the wrong OS.
2735

28-
### Jabbot running on Nancy
36+
### Jabbot running on NancyFx
2937

3038
[Seth Webster](http://www.sethwebster.com/) a contributor to the Jabbot project, put together a simple sample app of a Jabber bot running inside NancyFx. He's also been helping out with the JabbR testing over the past couple of days. Many thanks for his hard work.
3139

img/week2-day2-action.png

28.9 KB
Loading

0 commit comments

Comments
 (0)