Hacker News
- What should go into the C++ standard library (2018) https://abseil.io/blog/20180227-what-should-go-stdlib 88 comments
- Evolving the Go Standard Library with math/rand/v2 https://go.dev/blog/randv2 44 comments
- Coordinated disclosure of XML roundtrip vulnerabilities in Go’s standard library https://mattermost.com/blog/coordinated-disclosure-go-xml-vulnerabilities/ 114 comments
- The Python Standard Library - Where Modules Go To Die http://www.leancrew.com/all-this/ 72 comments
- Show HN: Search the Go Standard Library https://gothrough.dev/ 5 comments
- What's inside net/http: Late binding in the Go standard library https://blog.cloudflare.com/whats-inside-net-http-socket-late-binding-in-the-go-standard-library/ 2 comments
- REST Servers in Go: Part 1 – standard library https://eli.thegreenplace.net/2021/rest-servers-in-go-part-1-standard-library/ 144 comments
- Show HN: Fast and simple key/value store written using Go's standard library https://github.com/recoilme/pudge 6 comments
Lobsters
- Start With the Go Standard Library https://matthewsanabria.dev/posts/start-with-the-go-standard-library/ 20 comments go
- Synchronization Constructs in the Go Standard Library https://hjr265.me/blog/synchronization-constructs-in-go-standard-library/ 8 comments go
- What should go in the C++ standard library https://abseil.io/blog/20180227-what-should-go-stdlib 10 comments c++
- Some reasons for Go to not make system calls through the standard C library https://utcc.utoronto.ca/~cks/space/blog/programming/GoCLibraryAPIIssues 24 comments c , go , openbsd
- REST Servers in Go: Part 1 - standard library https://eli.thegreenplace.net/2021/rest-servers-in-go-part-1-standard-library/ 3 comments go
- Goost: Performance first Go standard-library-like collections. https://github.com/libgoost//gweb/blob/master/readme.md 8 comments golang
- DebugString(): a handy pseudo-standard for Go libraries https://www.dolthub.com/blog/2025-01-03-gos-debug-string-pseudo-standard/ 15 comments golang
- On testing Go code using the standard library https://henvic.dev/posts/testing-go/ 17 comments golang
- What should go in the C++ Standard Library? (or, a cake for your cherry!) https://hackernoon.com/a-cake-for-your-cherry-what-should-go-in-the-c-standard-library-804fcecccef8 14 comments programming
- abseil / What Should Go Into the C++ Standard Library - Titus Winters https://abseil.io/blog/20180227-what-should-go-stdlib 52 comments cpp
- A cake for your cherry: what should go in the C++ standard library? https://medium.com/@corentin.jabot/a-cake-for-your-cherry-what-should-go-in-the-c-standard-library-804fcecccef8 77 comments cpp
- Suffix arrays in the Go standard library http://eli.thegreenplace.net/2016/suffix-arrays-in-the-go-standard-library/ 7 comments golang
- Evolving the Go Standard Library with math/rand/v2 https://go.dev/blog/randv2 3 comments golang
- The missing type in the Go standard library: Date! https://engineering.hardfin.com/2024/02/date-the-missing-type/ 7 comments golang
- Fzf the go standard library searching https://github.com/lotusirous/gostdsym 3 comments golang
- Rust Crates that do What the Go Standard library Does https://christine.website/blog/rust-crates-go-stdlib-2020-09-27 29 comments rust
- Batteries not included: what should go in the C++ standard library? https://hatcat.com/?p=16 136 comments cpp
- What should go into the Scala Standard Library? https://github.com/scala/slip/issues/31 10 comments scala
- Go, The Standard Library - book by Daniel Huckstep - has examples on using the standard library http://thestandardlibrary.com/go.html 14 comments golang
- gosh: shell utils based on go standard library. https://github.com/aca/gosh 5 comments commandline
- Go Standard Library - Part 1 : I/O http://www.youtube.com/watch?v=ObbRiJEKSBM 4 comments golang
- Introducing a new Enum library for Go - No Code Generation, Simple and Back-compatible with standard definition https://github.com/xybor-x/enum 42 comments golang
- Pudge - fast and simple key/value store written using Go's standard library https://github.com/recoilme/pudge 6 comments golang
- A large repository of code and documented examples for Go's standard package library. https://github.com/radovskyb/go-packages 8 comments golang
- What's inside net/http? Late binding in the Go standard library https://blog.cloudflare.com/whats-inside-net-http-socket-late-binding-in-the-go-standard-library/ 3 comments golang
- The Python Standard Library Reorganization is Finally Going to Happen http://www.python.org/dev/peps/pep-3108/ 68 comments programming
- Juniper is an extended Go standard library using generics, including containers, iterators, and streams https://github.com/bradenaw/juniper 29 comments golang
- REST Servers in Go: Part 1 (of 5) - standard library https://eli.thegreenplace.net/2021/rest-servers-in-go-part-1-standard-library/ 19 comments golang
- Nine-year-old bug in the Go standard library enables DoS https://github.com/ethereum/public-attacknets/issues/12 6 comments golang
- Playing with slog, the proposed structured logging package for the Go standard library https://josephwoodward.co.uk/2022/11/slog-structured-logging-proposal 50 comments golang
- Rust-Monkey, an implementation of the Monkey Interpreter from "Writing an Interpreter in Go" that only uses the standard library. https://github.com/wvanlit/rust-monkey 7 comments rust
- Los Angeles Go Meetup: Introduction to the Go Standard Library will be streamed on google hangout @ 19:00 - Pacific Time. lagomeetup http://www.meetup.com/Los-Angeles-Gophers/events/87372092/ 6 comments golang