aboutsummaryrefslogtreecommitdiff
path: root/content/ismmkeynote.article
Commit message (Collapse)AuthorAge
* content: write real summary for each articleRuss Cox2020-03-17
| | | | | | | | | | | | | | | | | | The pre-Markdown blog invented a summary by copying the first paragraph of text. Often this was nonsense or at least useless. The new Markdown-enabled present format adds an explicit Summary line. The conversion populated these with the same first paragraph that the old format would have used implicitly. This commit rewrites them all to be proper short summaries. Change-Id: If2e1e101b95558d7ecd53c613f733a7f89c680f1 Reviewed-on: https://go-review.googlesource.com/c/blog/+/223598 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: convert to Markdown-enabled present inputsRuss Cox2020-03-17
| | | | | | | | | | | | Converted blog to Markdown-enabled present (CL 222846) using present2md (CL 222847). For golang/go#33955. Change-Id: Ib39fa1ddd9a46f9c7a62a2ca7b96e117635553e8 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222848 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* content: make spacing consistent + remove commentsRuss Cox2020-03-11
| | | | | | | | | | | | Remove repeated blank lines, trailing spaces, trailing blank lines Remove comments from survey2018.article (only article using them). Remove blank lines between successive ".commands". For golang/go#33955. Change-Id: I90cae37a859a8e39549520569d5f10bc455415d3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222841 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: wrap long lines using new program wrap.goRuss Cox2020-03-11
| | | | | | | | | | | Wrapping long lines will make diffs easier to read for the eventual conversion to Markdown. For golang/go#33955. Change-Id: Ibcc1b5a84ccc9144b5fcdc9266f2da3e2cf3c5a3 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222839 Reviewed-by: Ian Lance Taylor <iant@golang.org>
* content: fix some markup typos & mistakesRuss Cox2020-03-11
| | | | | | | | | | For golang/go#33955. Change-Id: I92c3c896055ed1baae34b0d85539068e6221ad38 Reviewed-on: https://go-review.googlesource.com/c/blog/+/222838 Run-TryBot: Russ Cox <rsc@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
* blog: minor cleanupRuss Cox2019-11-08
| | | | | | | | | | | | - Hide link sidebar when printing an article. - Show authors in /index - Add Rick as author of his GC article. Change-Id: I1efeadb17bfec7271ef67ec9fe8e8b502839b62a Reviewed-on: https://go-review.googlesource.com/c/blog/+/205864 Run-TryBot: Russ Cox <rsc@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
* content: update ismmkeynote to include job postingsAndrew Bonventre2018-07-18
| | | | | | Change-Id: I6ce80a44fbf734dbe5751ae4dd8702fc5273d43a Reviewed-on: https://go-review.googlesource.com/124695 Reviewed-by: Rick Hudson <rlh@golang.org>
* blog: change title of ismmkeynoteRick Hudson2018-07-18
| | | | | | | | | | | | Changed title to Getting to Go: The Journey of Go's Garbage Collector Did not change the URL as suggested by Rob. It seems too late for such a change. Change-Id: Iff94f637eb51ce431d486b6eed51b14608979a85 Reviewed-on: https://go-review.googlesource.com/124675 Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: minor changesRick Hudson2018-07-17
| | | | | | | | | Fix some obvious types, clarify the use of the SLO acronym. Note that a graph was mislabeled. Change-Id: Idf3ca556d33ee8d991bcf8591d5d32b5ce9dee75 Reviewed-on: https://go-review.googlesource.com/124455 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* blog: add link to discussionRick Hudson2018-07-17
| | | | | | | | Link to golang-dev discussion added. Change-Id: Ia1b63d1302fdb6661ad915cf0a63a9bda176f12e Reviewed-on: https://go-review.googlesource.com/124387 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* content: add a missing space in the ismmkeynote articleBrad Fitzpatrick2018-07-17
| | | | | | | Change-Id: I3dbab5ca96651275dd8cd24eb54b97a59dbb20ee Reviewed-on: https://go-review.googlesource.com/124415 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Andrew Bonventre <andybons@golang.org>
* blog: version of ISMM keynoteRick Hudson2018-07-16
This is a blog containing the slides and a transcript of the ISMM keynote that discusses the work we have done to date on the Go GC. It is meant to read like it was a talk and attempts to maintain some of the informality of the actual talk without sacrificing clarity. It's not supposed to have the feel of a formal academic paper. Change-Id: Ied4ba8973cbd6a0808fe72e809ff8cbc565672a9 Reviewed-on: https://go-review.googlesource.com/122797 Reviewed-by: Cassandra Salisbury <cls@golang.org>