rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

311 feeds


Anton Zhiyanov

Posts

Go proposal: Secret mode 🔗

Automatically erase memory to prevent secret leaks. [...]

Gist of Go: Concurrency internals 🔗

CPU cores, threads, goroutines, and the scheduler. [...]

Go proposal: Type-safe error checking 🔗

errors.AsType is a modern alternative to errors.As. [...]

Go proposal: Goroutine metrics 🔗

Export goroutine-related metrics from the Go runtime. [...]

Gist of Go: Concurrency testing 🔗

Checking concurrent operations and time-sensitive code. [...]

Go proposal: Context-aware Dialer methods 🔗

Connect to TCP, UDP, IP, or Unix sockets, with an optional timeout. [...]

Go proposal: Compare IP subnets 🔗

The same way IANA and Python do. [...]

High-precision date/time in C 🔗

Unix time, calendar time, time comparison, arithmetic, rounding, and marshaling. [...]

Gist of Go: Atomics 🔗

Concurrent-safe operations without explicit synchronization. [...]

Go proposal: Hashers 🔗

Consistent approach to hashing and equality checks in custom collections. [...]