Continue

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.

FALLTHROUGH FRIEND

Get bonus content, early access, and more

12.49 US$/mois

Épisodes

  1. -1 j

    Cgo Unchained

    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: #75047: add goroutine labels to tests#74424: refactor the x/crypto/ssh signers API#79789: report the main module’s VCS-derived version in go list -m#73110: expose crypto/cipher.NewGCMWithCounterNonce#80584: add container/sets.Hashed with custom hashing and equivalenceProposals Discussed: #3939: restrict integer-to-string conversions#81450: cgo without a C toolchain#81526: add os.Root.ReadDir#79043: crypto/tls profiles [Continued]Hidden Gem Proposals: #81466: use encoding.TextMarshaler / TextUnmarshaler in database/sql#71803: publish go/types.Error.Start and End fields#77562: publish the recursiveiter analyzer and include it in cmd/vet#59454: add a function to set the testing output writer If you prefer to watch this episode, you can view it on YouTube: https://youtu.be/bQLi8xldccQ. Thanks for tuning in and happy listening! Table of Contents: Prologue (00:00:00)Chapter 1: Proposals to Keep an Eye on (00:01:15)Chapter 2: #3939: proposal: spec: remove string(int) (00:08:08)Chapter 3: #81450: proposal: cmd/cgo: cgo without a C toolchain (00:13:24)Chapter 4: #81526: proposal: os: add Root.ReadDir (00:17:18)Chapter 6: Hidden Gem Proposals (00:22:43)Epilogue (00:28:25)Host: Kris BrandowCo-Host: Matthew SanabriaProducer: Kris BrandowBeats: Breakmaster Cylinder Socials: WebsiteBlueskyThreadsX/TwitterLinkedInInstagramTikTokChangelog ZulipGophers Slack ★ Support this podcast ★

    Cgo Unchained
  2. 12 sept.

    A Fistful of Deques

    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: #66937: log/slog.WithAttrs and Logger.WithAttrs #30119: mutual TLS authentication with client certificates in the go tool#25860: interface literals#78979: enable AMD64 architecture-specific SIMD by defaultProposals Discussed: #81370: new slice-based container/deque package#75047: add goroutine labels to tests#69265: package tours as an additional documentation type#76485: dependency cooldown [Continued]Hidden Gem Proposals: #81363: convert x509.OID to asn1.ObjectIdentifier#80088: include t.Run call location in JSON events#79597: pressure stall information-style scheduler metric#78673: tell tools they are being run via go tool If you prefer to watch this episode, you can view it on YouTube: https://youtu.be/QJbDLU2PAg4. Thanks for tuning in and happy listening! Table of Contents:Prologue (00:00:00)Chapter 1: Proposals to Keep an Eye On (00:00:54)Chapter 2: #81370: proposal: container/deque: new slice based deque package (00:05:45)Chapter 3: #75047: proposal: testing: add goroutine labels to tests (00:09:41)Chapter 4: #69265: proposal: x/pkgsite: package tours (additional documentation type for packages) (00:14:05)Chapter 6: Hidden Gem Proposals (00:19:31)Epilogue (00:25:14)Host: Kris BrandowCo-Host: Matthew SanabriaProducer: Kris BrandowBeats: Breakmaster Cylinder Socials: WebsiteBlueskyThreadsX/TwitterLinkedInInstagramTikTokChangelog ZulipGophers Slack ★ Support this podcast ★

    A Fistful of Deques
  3. 4 sept.

    Once Upon a Time in the Runtime

    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: #77704: ACME standards-compliant order finalization#77518: http.Server.Start / StartTLS#81227: isolate and remove deprecated x/crypto/openpgp from the parent module#80795: go fix migrations from sort wrappers to slicesProposals Discussed: #81236: Unchecked netip.Prefix.Contains#78189: Runtime support for JIT-generated frames#77441: http.Server.HandleRequest#80913: slices.OverlapHidden Gem Proposals: #81177: clarify ASN.1 BIT STRING parsing in cryptobyte#78339: Filetime.Unix for Windows#80621: add GOS390X#80194: insertion-ordered container/hash.MapIf you prefer to watch this episode, you can view it on YouTube: https://youtu.be/xY4dDvSYjVs Thanks for tuning in and happy listening! Table of Contents: Prologue (00:00:00)Chapter 1: Proposals to Keep an Eye On (00:01:02)Chapter 2: #81236: Unchecked netip.Prefix.Contains (00:03:53)Chapter 3: #78189: Runtime support for JIT-generated frames (00:09:38)Chapter 4: #77441: http.Server.HandleRequest (00:14:25)Chapter 6: Hidden Gem Proposals (00:22:39)Epilogue (00:25:26) Host: Kris BrandowCo-Host: Matthew SanabriaProducer: Kris BrandowBeats: Breakmaster Cylinder Socials: WebsiteBlueskyThreadsX/TwitterLinkedInInstagramTikTokChangelog ZulipGophers Slack ★ Support this podcast ★

    Once Upon a Time in the Runtime
  4. 28 août

    The Good, the Bad, and the Nonstandard

    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: #80058: proposal: net/http: add MethodQuery constantThis proposal was accepted, implemented, and merged after recording.#81022: proposal: net/http: deprecate Dir, FileServer, FileSystem, FS, NewFileTransport#80853: proposal: strings, bytes: add IsASCII#80975: proposal: compiler warnings for deprecated / soon-to-be-shutdown features and GOEXPERIMENTSProposals Discussed: #77431: proposal: encoding/asn1, crypto/x509: consider allowing lax parsing mode#81047: proposal: add IDNA support to std#80957: proposal: text/markdown: new package, based on rsc.io/markdown#79810: proposal: spec: document that certain composite types have a fixed but unspecified size independent of compositionHidden Gem Proposals: #80449: proposal: go/types: add Scope.Elements iterator#72059: proposal: go/types: add StrictlyComparable function#77704: proposal: x/crypto/acme: support standards-compliant order finalization If you prefer to watch this episode, you can view it on YouTube: https://youtu.be/N-rQyJ5MNoA Thanks for tuning in and happy listening! Table of Contents: Prologue (00:00:00)Chapter 1: Proposals to Keep an Eye On (00:00:52)Chapter 2: #77431: proposal: encoding/asn1, crypto/x509: consider allowing lax parsing mode (00:06:28)Chapter 3: #81047: proposal: add IDNA support to std (00:12:01)Chapter 4: #80957: proposal: text/markdown: new package, based on rsc.io/markdown (00:16:43)Chapter 6: Hidden Gem Proposals (00:24:13)Epilogue (00:29:56) Host: Kris BrandowCo-Host: Matthew SanabriaProducer: Kris BrandowBeats: Breakmaster Cylinder Socials: WebsiteBlueskyThreadsX/TwitterLinkedInInstagramTikTokChangelog ZulipGophers Slack ★ Support this podcast ★

    The Good, the Bad, and the Nonstandard
  5. 20 août

    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#80448 proposal: spec: generic associated type#44253 proposal: spec: generic parameterization of array sizes#80598 proposal: unsafe: add Transmute generic function for convenient type reinterpretation#80808 proposal: crypto/rsa: PKCS1.5 implicit rejection *or* remove support altogetherProposals Discussed: #76920 proposal: sum types as a non-interface union type#80645 proposal: sync: add new type Counter, a sharded counter#77020 proposal: cmd/go: add -buildversion build flag#80878 proposal: x/tools/imports: speed up repeated Process calls by reusing the environment [Continued]Hidden Gem Proposals: #78860 proposal: cmd/go: add FileHashes to go list -json output#80434 proposal: s/sys/unix: add Recvmmsg on Linux#80878 proposal: x/tools/imports: speed up repeated Process calls by reusing the environment#79664 proposal: net/http: add Transport.MaxRequestsPerConn 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:00:43)Chapter 2: 76920: proposal: sum types as a non-interface union type (00:04:57)Chapter 3: 80645: proposal: sync: add new type Counter, a sharded counter (00:11:25)Chapter 4: 77020: proposal: cmd/go: add -buildversion build flag (00:15:42)Chapter 6: Hidden Gem Proposals (00:22:04)Epilogue (00:27:38) Host: Kris BrandowCo-Host: Matthew SanabriaProducer: Kris BrandowBeats: Breakmaster Cylinder Socials: WebsiteBlueskyThreadsX/TwitterLinkedInInstagramTikTokChangelog ZulipGophers Slack ★ Support this podcast ★

    For a Few Proposals More
  6. 14 août ·  Vidéo

    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#69559 — proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relation#80663 — proposal: crypto/passkey: new package#70914 — proposal: x/net/http3: add experimental HTTP/3 implementationProposals Discussed: #78940: proposal: spec: (if cond then expr else expr) conditional expressionsThis proposal was closed shortly after the time of recording.#73608: proposal: all: add bare metal support#79179: proposal: runtime/pprof: add a (rss) memory profile type#69559: proposal: container/hash: Map, a generic hash table with custom hash function and equivalence relationHidden Gem Proposals: #79427 — proposal: decouple export data formats used by compiler and x/tools#80415 — proposal: syscall: update Windows SysProcAttr for recent process creation features#74424 — proposal: x/crypto/ssh: refactor signers API#80118 — proposal: go/doc: standardize deprecated comment tagsIf you prefer to watch this episode, you can view it on YouTube: https://youtu.be/nM9KuRbsDrk 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 7: Proposals Under the Radar (00:23:44)Epilogue (00:28:50)Host: Kris BrandowCo-Host: Matthew SanabriaProducer: Kris BrandowBeats: Breakmaster Cylinder Socials: WebsiteBlueskyThreadsX/TwitterLinkedInInstagramTikTokChangelog ZulipGophers Slack ★ Support this podcast ★

    Only the Nicest of Proposals
  7. 13 août • Abonnés uniquement

    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 7: Proposals Under the Radar (00:23:44) * Epilogue (00:28:50) 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

Podcasts avec bonus en cas d’abonnement

FALLTHROUGH FRIEND

Get bonus content, early access, and more

12.49 US$/mois

À propos

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.

Plus de contenus par Fallthrough Media