Will write for food

In the final sizzling chapter of my career exposé, we’ll learn how I went from self-unemployment to founding the world’s tiniest publishing empire.

Ep. 2: Mastering LLM Integration with Go and Prediction Guard

Introduction: Welcome to Episode 2 of our Intro to Generative AI series! In this segment, Daniel dives into the practical aspects of working with large language models (LLMs) using the Go programming language and the Prediction Guard API. Accessing LLMs: Learn how to set up and...

Seven Rust books that don't suck

There are many Rust books, but these are my favourites—and I think you’ll like them too. Here are my reviews of what I think are the truly essential Rust books available today.

Locally patching dependencies in Go

In a previous post I talked about how each Go module is its own self-contained "virtual environment" during development. Among other benefits, this makes the dependencies of a module explicit and simple to tweak. Locally patching a dependency To use a concrete example,...

Go 1.22.5-1 and 1.21.12-1 Microsoft builds now available

The Microsoft builds of the Go security patches released today are now available for download. The post Go 1.22.5-1 and 1.21.12-1 Microsoft builds now available appeared first on Microsoft for Go Developers.

Ep. 8: Enhancing Go Application Security with JWT and OPA

Introduction: In this segment, Bill delves into the fundamental aspects of authentication and authorization, equipping Go developers with essential knowledge and advanced tools to enhance the security of their applications. Through practical examples and detailed explanations, he...

Writing generic collection types

#​513 — July 2, 2024 Unsub  |  Web Version Go Weekly Writing Generic Collection Types: The Missing Documentation — Go 1.18 introduced generics, but the author found practical examples and documentation on creating generic collectio...

Modifying the response body of an `httputil.ReverseProxy` response

I'm currently working with the maintainer of the beautiful sql-studio to make it possible to serve the application from a subpath, which would allow me to add support for running sql-studio as dependency-management-data's web interface. As part of some investigations around this,...

(GNU) Emacs wants personal customization in practice

Go 1.23 gets another step closer

#​512 — June 25, 2024 Unsub  |  Web Version ✈️ I've produced this issue a day early due to being en-route to the AI Engineer World's Fair, so any last minute news may be missed. If you're there, come and say hi, but you can also watch from afar thro...