edmontongo / presentations

Slides & code for talks at the Edmonton Go Meetup
18 stars 9 forks source link

September 2015 talks #27

Closed nathany closed 8 years ago

nathany commented 9 years ago

September 28.

matthias-stone commented 9 years ago

Proposed talk: gorename - how the sausage is made

nathany commented 9 years ago

:+1:

@scottbrooks You mentioned shared libraries in Go 1.5, or you were previously thinking of doing a talk on working with binary formats.

ScottBrooks commented 9 years ago

Yeah, I actually did a test last night after the meetup, and got some C code to link against a go shared library, and static library. The round trip of Go calling the Go shared library via CGO doesn't seem to be supported. I ran into a bunch of header issues in the code that cgo was generating.

I can do a talk on embedding go into C though.

nathany commented 9 years ago

Cool. I'm looking forward to learning more about C/Go interactions.

nathany commented 9 years ago

@ScottBrooks for September?

ScottBrooks commented 9 years ago

Yeah, I'll get something for ready for the September meet up.

Scott

On Aug 25, 2015, at 4:08 PM, Nathan Youngman notifications@github.com wrote:

@ScottBrooks https://github.com/ScottBrooks for September?

— Reply to this email directly or view it on GitHub https://github.com/edmontongo/presentations/issues/27#issuecomment-134756624 .

nathany commented 9 years ago

Thanks @ScottBrooks. You may be interested in this proposal: https://go-review.googlesource.com/#/c/14112/2/design/12416-cgo-pointers.md,unified

nathany commented 9 years ago

@ScottBrooks @matthias-stone Would you like to meet to do a practice run through your talks? A few days or a week before the meetup?

It's a practice they do at the Python meetup that I've found helpful when I've done it.

matthias-stone commented 9 years ago

I'm available from the 23rd on, otherwise I am quite busy.

nathany commented 9 years ago

How are the talks going?

matthias-stone commented 9 years ago

I've decided to expand mine a little, and talk a little more generally about the tools that use parse. @ScottBrooks, are you free to meetup and practice tomorrow or Sunday? Or are you comfortable enough with what you have?

ScottBrooks commented 9 years ago

I've got a git repo for mine that has a commit for each of my learning steps on how to embed go into C, so I plan on going through it commit by commit to show the lessons learned.

My tentative title is "When the destination is boring, the journey is hopefully interesting."

ScottBrooks commented 9 years ago

When would work for you to get together? After 7:00 pm either night works for me.

Scott

On Sep 25, 2015, at 1:17 PM, Matthias Stone notifications@github.com wrote:

I've decided to expand mine a little, and talk a little more generally about the tools that use parse. @ScottBrooks https://github.com/ScottBrooks, are you free to meetup and practice tomorrow or Sunday? Or are you comfortable enough with what you have?

— Reply to this email directly or view it on GitHub https://github.com/edmontongo/presentations/issues/27#issuecomment-143327868 .

matthias-stone commented 9 years ago

I can't do tonight, so Sunday. What time and place, and are you okay meeting as late as 9? (Though I can make 7 work)

ScottBrooks commented 9 years ago

Yeah, 9:00 works for me. Where do we meet?

Scott

On Sep 26, 2015, at 1:36 PM, Matthias Stone notifications@github.com wrote:

I can't do tonight, so Sunday. What time and place, and are you okay meeting as late as 9? (Though I can make 7 work)

— Reply to this email directly or view it on GitHub https://github.com/edmontongo/presentations/issues/27#issuecomment-143483896 .

matthias-stone commented 9 years ago

Remedy Cafe on 109th?

ScottBrooks commented 9 years ago

Works for me. See you at 9:00.

On Sep 27, 2015, at 1:31 PM, Matthias Stone notifications@github.com wrote:

Remedy Cafe on 109th?

— Reply to this email directly or view it on GitHub https://github.com/edmontongo/presentations/issues/27#issuecomment-143589163 .

nathany commented 9 years ago

I don't think I'm going to make it out. See you tomorrow guys.

ScottBrooks commented 9 years ago

I'm headed over there now, so I'll be there if you want to start earlier.

On Sep 27, 2015, at 1:31 PM, Matthias Stone notifications@github.com wrote:

Remedy Cafe on 109th?

— Reply to this email directly or view it on GitHub https://github.com/edmontongo/presentations/issues/27#issuecomment-143589163 .

nathany commented 9 years ago

If you have slides (or code), please consider adding a link here, and I'll link them from the website.

Can be after tonight, if you prefer.