Continue [Continued]

Continue is a short length podcast focused on covering specific topics through a series of editions. Currently the show has one edition, Go Proposals, where the panel covers various Go proposals of relevance in each episode.

€14,99/month

Episodes

  1. 16 hr ago • Subscribers Only

    For a Few Proposals More

    Welcome to Continue: Go Proposals edition! Each edition of this show will handle a specific topic that can be covered continuously. This edition is for Go Proposals. Each week Kris and Matt will cover proposals they think you should keep an eye on, some hidden gem proposals that should be getting more attention, and some proposals that deserve some more discussion. Our goal is to provide you with a way to stay on top of what's happening in the Go ecosystem without having to dig through the proposal issue queue yourself. Proposals to Keep an Eye On: * #80607 proposal: spec: define sum types as an extension of interfaces ( https://github.com/golang/go/issues/80607 ) * #80448 proposal: spec: generic associated type ( https://github.com/golang/go/issues/80448 ) * #44253 proposal: spec: generic parameterization of array sizes ( https://github.com/golang/go/issues/44253 ) * #80598 proposal: unsafe: add Transmute generic function for convenient type reinterpretation ( https://github.com/golang/go/issues/80598 ) * #80808 proposal: crypto/rsa: PKCS1.5 implicit rejection *or* remove support altogether ( https://github.com/golang/go/issues/80808 ) Proposals Discussed: * #76920 proposal: sum types as a non-interface union type ( https://github.com/golang/go/issues/76920 ) * #80645 proposal: sync: add new type Counter, a sharded counter ( https://github.com/golang/go/issues/80645 ) * #77020 proposal: cmd/go: add -buildversion build flag ( https://github.com/golang/go/issues/77020 ) * #80878 proposal: x/tools/imports: speed up repeated Process calls by reusing the environment ( https://github.com/golang/go/issues/80878 ) [Continued] Hidden Gem Proposals: * #78860 proposal: cmd/go: add FileHashes to go list -json output ( https://github.com/golang/go/issues/78860 ) * #80434 proposal: s/sys/unix: add Recvmmsg on Linux ( https://github.com/golang/go/issues/80434 ) * #80878 proposal: x/tools/imports: speed up repeated Process calls by reusing the environment ( https://github.com/golang/go/issues/80878 ) * #79664 proposal: net/http: add Transport.MaxRequestsPerConn ( https://github.com/golang/go/issues/79664 ) If you prefer to watch this episode, you can view it on YouTube: https://youtu.be/9s6updnn3SY Thanks for tuning in and happy listening! Table of Contents: * Prologue (00:00:00) * Chapter 1: Proposals to Keep an Eye On (00:01:18) * Chapter 2: 76920: proposal: sum types as a non-interface union type (00:07:20) * Chapter 3: 80645: proposal: sync: add new type Counter, a sharded counter (00:13:48) * Chapter 4: 77020: proposal: cmd/go: add -buildversion build flag (00:18:05) * Chapter 5: 80878: proposal: x/tools/imports: speed up repeated Process calls by reusing the environment [continued] (00:24:27) * Chapter 6: Hidden Gem Proposals (00:32:43) * Epilogue (00:42:04) Host: Kris Brandow Co-Host: Matthew Sanabria Producer: Kris Brandow Beats: Breakmaster Cylinder Socials: * Website ( https://fallthrough.fm/ ) * Bluesky ( https://bsky.app/profile/fallthrough.fm ) * Threads ( https://www.threads.net/@fallthroughfm ) * X/Twitter ( https://x.com/fallthroughfm ) * LinkedIn ( https://linkedin.com/company/fallthrough ) * Instagram ( https://www.instagram.com/fallthroughfm/ ) * TikTok ( https://www.tiktok.com/@fallthroughfm ) * Changelog Zulip ( https://changelog.zulipchat.com/#narrow/channel/481259-fallthrough ) * Gophers Slack ( https://gophers.slack.com/archives/C085RJ99RFT )

    For a Few Proposals More
  2. 6 days ago • Subscribers Only

    Only the Nicest of Proposals

    Welcome to Continue: Go Proposals edition! Each edition of this show will handle a specific topic that can be covered continuously. This edition is for Go Proposals. Each week Kris and Matt will cover proposals they think you should keep an eye on, some hidden gem proposals that should be getting more attention, and some proposals that deserve some more discussion. Our goal is to provide you with a way to stay on top of what's happening in the Go ecosystem without having to dig through the proposal issue queue yourself. Proposals to Keep an Eye On: * #24282 — proposal: spec: improve for-loop ergonomics ( https://github.com/golang/go/issues/24282 ) * #69559 — proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation ( https://github.com/golang/go/issues/69559 ) * #80663 — proposal: crypto/passkey: new package ( https://github.com/golang/go/issues/80663 ) * #70914 — proposal: x/net/http3: add experimental HTTP/3 implementation ( https://github.com/golang/go/issues/70914 ) Proposals Discussed: * #78940: proposal: spec: (if cond then expr else expr) conditional expressions ( https://github.com/golang/go/issues/78940 ) * This proposal was closed shortly after the time of recording. * #73608: proposal: all: add bare metal support ( https://github.com/golang/go/issues/73608 ) * #79179: proposal: runtime/pprof: add a (rss) memory profile type ( https://github.com/golang/go/issues/79179 ) * #69559: proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation ( https://github.com/golang/go/issues/69559 ) Hidden Gem Proposals: * #79427 — proposal: decouple export data formats used by compiler and x/tools ( https://github.com/golang/go/issues/79427 ) * #80415 — proposal: syscall: update Windows SysProcAttr for recent process creation features ( https://github.com/golang/go/issues/80415 ) * #74424 — proposal: x/crypto/ssh: refactor signers API ( https://github.com/golang/go/issues/74424 ) * #80118 — proposal: go/doc: standardize deprecated comment tags ( https://github.com/golang/go/issues/80118 ) If you prefer to watch this episode, you can view it on YouTube: Thanks for tuning in and happy listening! Table of Contents: * Prologue (00:00:00) * Chapter 1: Show Structure (00:01:18) * Chapter 2: Proposals to Keep an Eye On (00:02:08) * Chapter 3: #78940 proposal: spec: (if cond then expr else expr) conditional expressions (00:06:21) * Chapter 4: #73608 proposal: all: add bare metal support (00:12:15) * Chapter 5: #79179 proposal: runtime/pprof: add a (rss) memory profile type (00:17:25) * Chapter 6: #69559 proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation (00:23:45) * Chapter 7: Proposals Under the Radar (00:34:20) * Epilogue (00:39:27) Host: Kris Brandow Co-Host: Matthew Sanabria Producer: Kris Brandow Beats: Breakmaster Cylinder Socials: * Website ( https://fallthrough.fm/ ) * Bluesky ( https://bsky.app/profile/fallthrough.fm ) * Threads ( https://www.threads.net/@fallthroughfm ) * X/Twitter ( https://x.com/fallthroughfm ) * LinkedIn ( https://linkedin.com/company/fallthrough ) * Instagram ( https://www.instagram.com/fallthroughfm/ ) * TikTok ( https://www.tiktok.com/@fallthroughfm ) * Changelog Zulip ( https://changelog.zulipchat.com/#narrow/channel/481259-fallthrough ) * Gophers Slack ( https://gophers.slack.com/archives/C085RJ99RFT )

    Only the Nicest of Proposals

Shows with Subscription Benefits

FALLTHROUGH FRIEND

Get bonus content, early access, and more

€14,99/month

About

Continue is a short length podcast focused on covering specific topics through a series of editions. Currently the show has one edition, Go Proposals, where the panel covers various Go proposals of relevance in each episode.

More From Fallthrough Media