|
|
Descriptiongolang.talks: OSCON2013 "Go for Ops and SRE" talk Patch Set 1 #Patch Set 2 : diff -r f86cc7f28f12 https://code.google.com/p/go.talks/ #Patch Set 3 : diff -r f86cc7f28f12 https://code.google.com/p/go.talks/ # Total comments: 10 Patch Set 4 : diff -r f86cc7f28f12 https://code.google.com/p/go.talks/ # Total comments: 8
MessagesTotal messages: 10
https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide File 2013/go-sreops.slide (right): https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcode11 2013/go-sreops.slide:11: - Interrupts driven "Interrupt" singular https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:105: Godoc.org to your needs beyond the standard library [[godoc.org]] for your needs... https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:129: Go grows with you - see Interface variables and reflection s/Interface variables/interfaces/ not sure what they have to do with growing on you, though https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:155: Unix-like pipelines for Go why the indent? maybe [[Pipe][http://labix.org/pipe] - Unix-like pipelines for Go etc https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:175: Take the tour - http://tour.golang.org link? Sign in to reply to this message.
Thanks for your prompt review. https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide File 2013/go-sreops.slide (right): https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcode11 2013/go-sreops.slide:11: - Interrupts driven On 2013/07/30 07:59:46, adg wrote: > "Interrupt" singular Done. https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:105: Godoc.org to your needs beyond the standard library On 2013/07/30 07:59:46, adg wrote: > [[godoc.org]] for your needs... Done. https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:129: Go grows with you - see Interface variables and reflection On 2013/07/30 07:59:46, adg wrote: > s/Interface variables/interfaces/ Done. > not sure what they have to do with growing on you, though SA/DevOps generally don't think of / write interfaces. https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:155: Unix-like pipelines for Go On 2013/07/30 07:59:46, adg wrote: > why the indent? I liked the way it looked here: https://golang-talks.appspot.com/2013/go-sreops.slide#15 Let me know if you want me to change to the style below anyway. > maybe > > [[Pipe][http://labix.org/pipe] - Unix-like pipelines for Go > > etc https://codereview.appspot.com/12088044/diff/5001/2013/go-sreops.slide#newcod... 2013/go-sreops.slide:175: Take the tour - http://tour.golang.org On 2013/07/30 07:59:46, adg wrote: > link? Done. Sign in to reply to this message.
+golang-dev for comments from other interested parties. Will submit in a day or two. Sign in to reply to this message.
Remove space from line 175 https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide File 2013/go-sreops.slide (right): https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newco... 2013/go-sreops.slide:175: Take the tour - [[tour.golang.org]] The line starts with a space which makes this a code block. Remove the space prefix to make the link click-able. Sign in to reply to this message.
https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide File 2013/go-sreops.slide (right): https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newcode7 2013/go-sreops.slide:7: * Operations vs Site Reliability Engineering s/vs/vs./ https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newco... 2013/go-sreops.slide:37: - "I will just write a small throw away script for that" s/throw away/throw-away/ (makes it an adjective) https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newco... 2013/go-sreops.slide:47: - Throw away scripts too so let's make them better ditto. (here it really matters: it's confusing otherwise) https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newco... 2013/go-sreops.slide:105: [[godoc.org]] to your needs beyond the standard library s/to/for/ https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newco... 2013/go-sreops.slide:119: - Arrays? Yes, but you will probably want to use Slices instead s/Slices/slices/ https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newco... 2013/go-sreops.slide:121: - Modules are called Packages well, no. packages are not modules, exactly. maybe - Packages are like modules https://codereview.appspot.com/12088044/diff/10001/2013/go-sreops.slide#newco... 2013/go-sreops.slide:141: Whitebox monitoring data from logs to a timeseries database here and below s/^ // Sign in to reply to this message.
*** Submitted as https://code.google.com/p/go/source/detail?r=e2a4b13871b6&repo=talks *** golang.talks: OSCON2013 "Go for Ops and SRE" talk R=adg, r.eklind.87, r CC=golang-dev https://codereview.appspot.com/12088044 Committer: Andrew Gerrand <adg@golang.org> Sign in to reply to this message.
On 2013/09/18 10:25:57, adg wrote: > *** Submitted as > https://code.google.com/p/go/source/detail?r=e2a4b13871b6&repo=talks *** > > golang.talks: OSCON2013 "Go for Ops and SRE" talk > > R=adg, r.eklind.87, r > CC=golang-dev > https://codereview.appspot.com/12088044 > > Committer: Andrew Gerrand <mailto:adg@golang.org> Hi, I saw the presentation, and the source. I'm curious how you got from the latter to the former, i.e. What kind of a publishing system do you have that converts the nice markdown-ish source of the presentation into the .slide file. I've used org-export-as-html5 (Emacs org-mode) in the past to try and accomplish something similar, but your approach (specially given the simplicity and elegance of the source file) seems way better. Thanks! Sankalp Sign in to reply to this message.
Search Google for "golang present" On Mar 4, 2014 9:05 PM, <sankalpkhare@gmail.com> wrote: > On 2013/09/18 10:25:57, adg wrote: > >> *** Submitted as >> https://code.google.com/p/go/source/detail?r=e2a4b13871b6&repo=talks >> > *** > > golang.talks: OSCON2013 "Go for Ops and SRE" talk >> > > R=adg, r.eklind.87, r >> CC=golang-dev >> https://codereview.appspot.com/12088044 >> > > Committer: Andrew Gerrand <mailto:adg@golang.org> >> > > Hi, > > I saw the presentation, and the source. I'm curious how you got from the > latter to the former, i.e. What kind of a publishing system do you have > that converts the nice markdown-ish source of the presentation into the > .slide file. > > I've used org-export-as-html5 (Emacs org-mode) in the past to try and > accomplish something similar, but your approach (specially given the > simplicity and elegance of the source file) seems way better. > > Thanks! > Sankalp > > https://codereview.appspot.com/12088044/ > > -- > > ---You received this message because you are subscribed to the Google > Groups "golang-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-dev+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > Sign in to reply to this message. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
