/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

dolthub.com
| | www.sethvargo.com
2.5 parsecs away

Travel
| | Go 1.21 has some awesome new functionality that improves the developer experience and performance.
| | antonz.org
4.2 parsecs away

Travel
| | Computing the smallest/largest value and clearing containers.
| | hjr265.me
6.9 parsecs away

Travel
| | I wanted to list all the time zones in Go. The standard library in Go comes with the time package. It also comes with the time/tzdata package. The standard time package in Go is very well-thought-out. It makes date-time manipulation deceptively simple. Yet, I could not find a way to list all the time zones. Time Zone Database The documentation for time.LoadLocation describes how Go uses four sources of time zone data:
| | blog.pamelafox.org
27.4 parsecs away

Travel
| Lately, I've been digging into vector embeddings , since they're such an important part of the RAG (Retrieval Augmented Generation) pattern ...