<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
  <title>Planet Golang</title>
  <id>https://planetgolang.dev</id>
  <updated>2026-07-16T06:01:02Z</updated>
  <subtitle>An unopinionated collection of newest Golang articles from all around the web.</subtitle>
  <link href="https://planetgolang.dev"></link>
  <author>
    <name>Tomas Urbanec</name>
    <email>hi@planetgolang.dev</email>
  </author>
  <entry>
    <title>Reading List</title>
    <updated>2026-07-16T02:36:16Z</updated>
    <id>tag:pliutau.com,2026-07-16:/reading-list/</id>
    <link href="https://pliutau.com/reading-list/" rel="alternate"></link>
    <summary type="html">This page is auto-generated from Github Actions workflow that runs every day at night and fetches the 5 latest articles from each of my favorite blogs.</summary>
  </entry>
  <entry>
    <title>Notes on the Fourier Transform</title>
    <updated>2026-07-15T03:04:00Z</updated>
    <id>tag:eli.thegreenplace.net,2026-07-15:/2026/notes-on-the-fourier-transform/</id>
    <link href="https://eli.thegreenplace.net/2026/notes-on-the-fourier-transform/" rel="alternate"></link>
    <summary type="html">The Fourier series is a great tool for analyzing periodic functions. But&#xA;what about functions that don’t repeat? We’ve&#xA;seen&#xA;that we can compute Fourier series for a non-periodic function defined&#xA;on a finite interval, as long as we don’t care about its behavior beyond&#xA;that i...</summary>
    <author>
      <name>Eli Bendersky</name>
    </author>
  </entry>
  <entry>
    <title>Castle building for beginners: marketing yourself</title>
    <updated>2026-07-13T09:50:00Z</updated>
    <id>tag:bitfieldconsulting.com,2026-07-13:/posts/castle-building</id>
    <link href="https://bitfieldconsulting.com/posts/castle-building" rel="alternate"></link>
    <summary type="html">Marketing doesn’t come naturally to most engineers, but it’s more essential &#xD;&#xA;than ever. Here’s lesson 1.</summary>
    <author>
      <name>John Arundel</name>
    </author>
  </entry>
  <entry>
    <title>Finding an outdated Git mirror host</title>
    <updated>2026-07-11T23:27:41Z</updated>
    <id>tag:utcc.utoronto.ca,2026-07-11:/~cks/space/blog/programming/GitFindingOutdatedMirrorHost</id>
    <link href="https://utcc.utoronto.ca/~cks/space/blog/programming/GitFindingOutdatedMirrorHost" rel="alternate"></link>
    <summary type="html"></summary>
    <author>
      <name>cks</name>
    </author>
  </entry>
  <entry>
    <title>Dot product: Component vs. Geometric definition</title>
    <updated>2026-07-11T01:42:00Z</updated>
    <id>tag:eli.thegreenplace.net,2026-07-11:/2026/dot-product-component-vs-geometric-definition/</id>
    <link href="https://eli.thegreenplace.net/2026/dot-product-component-vs-geometric-definition/" rel="alternate"></link>
    <summary type="html">The goal of this post is to answer a simple question: why are the&#xA;following two definitions of the vector dot product in Euclidean&#xA;space [1] equivalent for vectors \vec{a} and \vec{b}:&#xA;&#xA;Component definition:&#xA;\vec{a}\cdot\vec{b}=\sum_{i=1}^{n}a_i b_i&#xA;Geometric definition:&#xA;\vec …</summary>
    <author>
      <name>Eli Bendersky</name>
    </author>
  </entry>
  <entry>
    <title>GC shape stenciling in Go generics</title>
    <updated>2026-07-11T00:00:00Z</updated>
    <id>tag:rednafi.com,2026-07-11:/go/gc-shape-stenciling/</id>
    <link href="https://rednafi.com/go/gc-shape-stenciling/" rel="alternate"></link>
    <summary type="html">How Go&amp;#39;s compiler shares generic function bodies by GC shape and uses dictionaries for the concrete types.</summary>
    <author>
      <name>Redowan Delowar</name>
    </author>
  </entry>
  <entry>
    <title>Go 1.26.5-2 Microsoft build now available</title>
    <updated>2026-07-10T17:10:52Z</updated>
    <id>tag:devblogs.microsoft.com,2026-07-10:/go/go-1-26-5-2-microsoft-build-now-available/</id>
    <link href="https://devblogs.microsoft.com/go/go-1-26-5-2-microsoft-build-now-available/" rel="alternate"></link>
    <summary type="html">A new release of the Microsoft build of Go is now available for download.&#xA;The post Go 1.26.5-2 Microsoft build now available appeared first on Microsoft for Go Developers.&#xA;</summary>
    <author>
      <name>Davis Goodin</name>
    </author>
  </entry>
  <entry>
    <title>Microsoft Agent Framework for Go public preview</title>
    <updated>2026-07-10T12:04:52Z</updated>
    <id>tag:devblogs.microsoft.com,2026-07-10:/go/microsoft-agent-framework-for-go-public-preview/</id>
    <link href="https://devblogs.microsoft.com/go/microsoft-agent-framework-for-go-public-preview/" rel="alternate"></link>
    <summary type="html">Microsoft Agent Framework for Go is entering public preview, bringing Agent Framework concepts to Go developers building agents and multi-agent workflows.&#xA;The post Microsoft Agent Framework for Go public preview appeared first on Microsoft for Go Developers.&#xA;</summary>
    <author>
      <name>Quim Muntal</name>
    </author>
  </entry>
  <entry>
    <title>How Go makes TypeScript&#39;s compiler 10x faster</title>
    <updated>2026-07-10T00:00:00Z</updated>
    <id>tag:golangweekly.com,2026-07-10:/issues/609</id>
    <link href="https://golangweekly.com/issues/609" rel="alternate"></link>
    <summary type="html">#​609 — July 10, 2026&#xA;Read the Web Version&#xA;&#xA;&#xA;&#xA;    &#xA;    Go Weekly&#xA;&#xA;  &#xA;&#xA;&#xA;&#xA;  &#xA;  From TypeScript 7&#39;s Go Rewrite to Go as an Agentic Language — The 10x faster, Go-powered TypeScript 7.0 compiler was released this week, and former Go product lead Steve Francia le...</summary>
  </entry>
  <entry>
    <title>Go 1.26.5-1 and 1.25.12-1 Microsoft builds now available</title>
    <updated>2026-07-08T21:32:46Z</updated>
    <id>tag:devblogs.microsoft.com,2026-07-08:/go/go-1-26-5-1-and-1-25-12-1-microsoft-builds-now-available/</id>
    <link href="https://devblogs.microsoft.com/go/go-1-26-5-1-and-1-25-12-1-microsoft-builds-now-available/" rel="alternate"></link>
    <summary type="html">A new release of the Microsoft build of Go including security fixes is now available for download.&#xA;The post Go 1.26.5-1 and 1.25.12-1 Microsoft builds now available appeared first on Microsoft for Go Developers.&#xA;</summary>
    <author>
      <name>Davis Goodin</name>
    </author>
  </entry>
</feed>