Profile avatar
dmitri.shuralyov.com
I pursue insight, then make things simpler and better. I enjoy writing correct, high-quality Go code. Minimalist.
4 posts 61 followers 1 following
Regular Contributor

šŸ„³ Go 1.24.0 is released! šŸ“° Release notes: go.dev/doc/go1.24 šŸ“¦ Download: go.dev/dl/#go1.24.0 #golang

šŸŽ‰ Go 1.24 Release Candidate 3 is released! šŸ” Security: Includes security fixes for the go tool and the crypto/elliptic package. šŸ– Run it in dev! Run it in prod! File bugs! go.dev/issue/new šŸ—£ Announcement: groups.google.com/g/golang-ann... šŸšš Download: go.dev/dl/#go1.24rc3

šŸŒŸ Go 1.24 Release Candidate 2 is released! šŸ” Security: Includes security fixes for the go tool and the crypto/x509 and net/http packages. šŸƒā€ā™€ļø Run it in dev! Run it in prod! File bugs! go.dev/issue/new šŸ“£ Announcement: groups.google.com/g/golang-ann... ā¬‡ļø Download: go.dev/dl/#go1.24rc2

CRT simulator GPU shader coming December 24, 2024 on github & shadertoy! Genesis of CRT-simulation replacements in future, when used CRT tubes are near-extinct. Tomorrow's 240Hz, 480Hz & 1000Hz OLEDs can optionally faithfully simulate CRT electron beam for 60fps content.

šŸŽŠ Go 1.24 Release Candidate 1 is released! šŸƒā€ā™€ļø Run it in dev! Run it in prod! File bugs! go.dev/issue/new šŸ”ˆ Announcement: groups.google.com/g/golang-ann... šŸ“¦ Download: go.dev/dl/#go1.24rc1

šŸ„³ Go 1.23.4 and 1.22.10 are released! šŸ“£ Announcement: groups.google.com/g/golang-ann... ā¬‡ļø Download: go.dev/dl/#go1.23.4

Ivy remains a good choice for #AdventOfCode. Day 1: sample = transp read "sample.txt" op sort x = x[up x] op solve x = +/abs (sort x[1]) - sort x[2] solve sample op solve2 x = +/x[1] * +/x[1] o.== x[2] solve2 sample adventofcode.com (Ivy in 2021: www.youtube.com/playlist?lis...)

Happy birthday, Go! šŸŽ‚ go.dev/blog/15years

In 2022, I left Google in search of a sustainable approach to open source maintenance. A year later, I was a full-time independent maintainer. Today Iā€™m announcing the natural progression of that experiment: Geomys, a small firm of professional maintainers with a portfolio of critical Go projects.

YYZ āœˆļø ORD See you there soon!

I gave a talk about using PGO with Go! Check it out! youtu.be/FwzE5Sdhhdw?... #golang #pgo

In Go 1.22 we fixed a common security footgun by replacing the math/rand[/v2] default generator with a new secure one based on ChaCha8. Details on the Go blog by @swtch.com and me (and full reusable specification in C2SP). go.dev/blog/chacha8...