-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
235 lines (222 loc) · 10.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Code & Supply: Go Steel Programmers</title>
<style type="text/css">
@import url("assets/main.css");
</style>
</head>
<body>
<img width="376" height="250" src="assets/gsp-logo1.jpg" alt="Go Steel Programmers Pittsburgh" id="pgh">
<a href="http://www.codeandsupply.co/"><img width="250" height="250" src="assets/codeandsupply.png" alt="Code & Supply" id="cas"></a>
<h1>Code & Supply: Go Steel Programmers</h1>
<div class="content">
<article>
<p>
<strong>Domain closing down, update bookmarks!</strong>
The owner of the domain <tt>go-steel-programmers.org</tt> is deliberately letting it expire.
The content here will remain available, at
<a href="https://gosteelprogrammers.github.io/website">https://gosteelprogrammers.github.io/website</a>,
for archival purposes.
The host formerly known as <tt>present.go-steel-programmers.org</tt>
is now <tt>gsp-present.globnix.org</tt>, which will do for archival purposes.
</article>
<article>
<p>
We are now part of the
<a href="http://www.codeandsupply.co/">Code & Supply</a>
Pittsburgh
<a href="http://www.meetup.com/Pittsburgh-Code-Supply/">meetup community</a>.
The ‘Go Steel Programmers’ focus was on programmers who use
<a href="http://golang.org/">Go (<i>#golang</i>)</a>, in or around Pittsburgh, PA.
There is a much larger group of people active in the Pittsburgh tech scene
in Code & Supply, with broader interests, social activities and more.
</p>
<p>
Please visit <a href="http://www.codeandsupply.co/">Code & Supply</a>'s website instead.
</p>
<p>
This web-page is currently (October 2014) still being updated, but may be discontinued as we discover what does and does not work under the C&S banner.
</p>
<p>
Online resources include:
<ul>
<li>
The <a href="http://www.codeandsupply.co/">Code & Supply website</a>.
<li>
Meetings scheduled through <a href="http://www.meetup.com/Pittsburgh-Code-Supply/">Code & Supply's meetup group</a>.
</li>
<li>
The C&S Twitter account, <a href="https://twitter.com/codeandsupply">@codeandsupply</a>.
</li>
<li>
A <a href="https://github.com/">GitHub</a> organization,
<a href="https://github.com/GoSteelProgrammers">GoSteelProgrammers</a>
</li>
<li>
A <a href="https://plus.google.com/communities/117641854556845355886">Google+ Community, Go Steel Programmers</a>
— fate under C&S unknown.
</li>
<li>
IRC: <a href="irc://chat.freenode.net/">Freenode network</a>,
<a href="irc://chat.freenode.net/%23codeandsupply" class="irc-channel">#codeandsupply</a>.
You can also find Golang-specific help on the general
<a href="irc://chat.freenode.net/%23go-nuts" class="irc-channel">#go-nuts</a> channel.
<br>
If you're in Pittsburgh, then when <a href="http://freenode.net/irc_servers.shtml">we last checked</a>,
<a href="irc://hubbard.freenode.net/">hubbard.freenode.net</a> is local.
Hubbard links:
<a href="irc://hubbard.freenode.net/%23codeandsupply" class="irc-channel">#codeandsupply</a> &
<a href="irc://hubbard.freenode.net/%23go-nuts" class="irc-channel">#go-nuts</a>.
</li>
</ul>
</p>
</article>
<hr/>
<h3>Talks</h3>
<ul>
<li><span class="talk-year">2014</span>:
<ul>
<li>September: ?</li>
<li>
August:
<a href="//gsp-present.globnix.org/unit_testing/2014-08-28.slide" class="talk-title">Unit Testing (to framework, or not to framework?)</a>
<a href="https://bitbucket.org/bcmills/gsp/src/default/2014-08-28">[source mercurial repo on BitBucket]</a>.
Presenter: <span class="talk-author">Bryan Mills</span>
<br>
Preceded by a presentation from Dewey Vozel on
<a href="http://www.pghgivecamp.org/">GiveCamp Pittsburgh</a> — check it out!
</li>
<li>
July:
<a href="https://jszwedko.github.io/gsp-go-debugging" class="talk-title">Debugging Go</a>
[<a href="https://github.com/jszwedko/gsp-go-debugging">source git repo on GitHub</a>].
Presenter: <a href="https://github.com/jszwedko" class="talk-author">Jesse Szwedko</a>.
</li>
<li>
June: <a href="https://github.com/meatballhat" class="talk-author">Dan Buch</a> on using
<a href="https://github.com/gorilla/mux" class="reponame">gorilla/mux</a>,
<a href="https://github.com/codegangsta/negroni" class="reponame">codegangsta/negroni</a>, and
<a href="https://github.com/Sirupsen/logrus" class="reponame">Sirupsen/logrus</a> together.
</li>
<li>
May: co-hosted event with
“<a href="http://www.meetup.com/Pittsburgh-Code-Supply/">Pittsburgh Code and Supply</a>” —
“<a href="http://www.meetup.com/Pittsburgh-Code-Supply/events/180320182/">DevOps Night - How is ChatOps Formed?</a>”.<br>
<a href="https://github.com/carols10cents" class="talk-author">Carol Nichols</a> of
<a href="http://www.thinkthroughmath.com/">Think Through Learning</a>
gave us a dry-run presentation of her
<a href="http://devopsdays.org/events/2014-pittsburgh/">devopsdays Pittsburgh</a> talk on ChatOps.<br>
<a href="https://github.com/meatballhat" class="talk-author">Dan Buch</a> of <a href="http://www.modcloth.com/">ModCloth</a>
gave a talk “Practical 12 Factor Go”.
</li>
<li class="cancelled-talk">April: cancelled due to conflict with <a href="http://www.gophercon.com/">GopherCon</a> in Denver.</li>
<li>
March: “Interfaces: a new leaf for an old book”.
<a href="https://github.com/jszwedko" class="talk-author">Jesse</a> led a session in which we watched
<a href="http://mirrors.dotsrc.org/fosdem/2014/K4601/Sunday/Interfaces_a_new_leaf_for_an_old_book.webm">a session from FOSDEM 2014</a>
and discussed it.
</li>
<li>
February:
<a href="//gsp-present.globnix.org/martini-talk/martini.slide" class="talk-title">Introducing the Martini web framework</a>
[<a href="https://github.com/egravert/martini-talk">source git repo on GitHub</a>].
Presenter: <a href="https://github.com/egravert" class="talk-author">Eric Gravert</a>.
</li>
<li>
January:
<a href="//gsp-present.globnix.org/talk-review-orms/gsp-go-orms.slide" class="talk-title">A Review of Go ORMs</a>
[<a href="https://github.com/GoSteelProgrammers/talk-review-orms">source git repo on GitHub</a>].
Presenter: <a href="https://github.com/jszwedko" class="talk-author">Jesse Szwedko</a>.
</li>
</ul>
</li>
<li><span class="talk-year">2013</span>:
<ul>
<li class="cancelled-talk">December: <em>[cancelled]</em></li>
<li>
November: Microtalks, no slides.<br>
Phil on: Godep, hashbang go scripting and a quick walkthrough of using <span class="code-fragment">dlopen()</span> in Go.<br>
Eric on: ?
</li>
<li class="cancelled-talk">October: <em>[cancelled]</em></li>
<li>September: <em>fixme</em></li>
<li>
August: [Google Pittsburgh] discussion
</li>
<li>
July: packaging and versioning, round-table discussion. No slides.
</li>
<li>
June: we attended Google Pittsburgh's “Red Planet” coding event.
</li>
<li>
May:
<ol>
<li>
[Mini-talk] <span class="talk-title">Harmonolog on Raspberry Pi, a simple audio synthesizer</span>.
Presenter: Bryan Mills.
<a href="https://bitbucket.org/bcmills/harmonolog">[source mercurial repo on BitBucket]</a>.
</li>
<li>
[Mini-talk] <span class="talk-title">The Pros of Cons of Go at Apcera</span>.
Presenter: Phil Pennock; slide-deck (not available): Brady Catherman
</li>
</ol>
</li>
<li>
April:
<a href="//gsp-present.globnix.org/real_world_concurrency/2013-04-25.slide" class="talk-title">Go Concurrency Patterns For the Real World</a>
<a href="https://bitbucket.org/bcmills/gsp/src/default/2013-04-25">[source mercurial repo on BitBucket]</a>.
Presenter: Bryan Mills
</li>
<li>
March:
<a href="//gsp-present.globnix.org/go_the_path_to_1_1/go_the_path_to_1_1.slide" class="talk-title">The Path to Go 1.1</a>
<a href="https://github.com/GoSteelProgrammers/go_the_path_to_1_1/">[source git repo on GitHub]</a>.
Presenters: Sheena McCoy & Jesse Szwedko.
</li>
<li>
February:
<a href="/talks/2013/Feb_RabbitMQ_Go/" class="talk-title">RabbitMQ and Go</a>.
<a href="https://github.com/GoSteelProgrammers/talk-amqp-go">[source git repo on GitHub]</a>.
Presenter: Eric Gravert (and supporting cast).
</li>
<li>
January:
<a href="https://docs.google.com/presentation/d/1xDZtV6fU9M-HUHW_r1loasYOFwGa72BgGP25XcoDXd8/edit?forcehl=1&hl=en" class="talk-title">Go TDD for dynamic linguists</a>
[GDrive].
Presenter: <a href="https://github.com/meatballhat">Daniel Buch</a>.
</li>
</ul>
</li>
<li><span class="talk-year">2012</span>:
<ul>
<li>
November:
<a href="/talks/2012/Nov_Beginners_OpenTools/" class="talk-title">Beginners Guide to using Public Tools with Go</a>: go, git, github, travis.
<a href="https://github.com/GoSteelProgrammers/talk-beginners-opentools">[source git repo on GitHub]</a>.
Presenter: <a href="http://people.spodhuis.org/phil.pennock/">Phil Pennock</a>.
</li>
</ul>
</li>
</ul>
</div>
<footer>
<hr/>
<p>
Apologies for the bare page. It turns out that we're all backend-systems folks, so no graphic designers yet.
Help much appreciated.
</p>
<p class="colophon">
Our GSP logo is composed of two images: the
<a href="http://golang.org/doc/go_faq.html#Whats_the_origin_of_the_mascot">Golang gopher logo by Renée French</a>
(<a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 (CC-BY)</a>)
and a <a href="http://www.flickr.com/photos/c_conn/6003324109/">picture of Pittsburgh</a> by
<a href="http://www.flickr.com/people/c_conn/">Chris Connelly</a>
(<a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution 2.0 (CC-BY)</a>).
The result is
<a href="http://creativecommons.org/licenses/by-sa/3.0/us/deed.en_US">licensed as CC-SA 3.0 (USA)</a>.
</p>
</footer>
<!-- vim: set sw=1 et : --></body></html>