go

Tag

Cards List
#go

Relying on Go

Lobsters Hottest · 8h ago Cached

Solod is a new systems programming language that is a subset of Go, reusing Go's tooling and standard library while compiling to C11, offering manual memory management.

0 favorites 0 likes
#go

mote command

Lobsters Hottest · 3d ago Cached

Introduces `mote`, a Go command-line tool that connects to remote machines via SSH, Tailscale, or other mechanisms to run commands and cross-compiled Go tests, with support for uploading files and integrating with `go run`/`go test`.

0 favorites 0 likes
#go

Cross-compilation with Wails (2025)

Hacker News Top · 4d ago Cached

A developer tests cross-compiling a Wails v2.11.0 Svelte app on Ubuntu, successfully building Windows and Linux executables/installers, and notes issues with static linking for Linux.

0 favorites 0 likes
#go

Soppo - Go, with the features it's missing

Lobsters Hottest · 5d ago Cached

Soppo is a new programming language that extends Go with enums, pattern matching, a '?' error propagation operator, and compile-time nil safety, while maintaining full interoperability with existing Go code and tooling.

0 favorites 0 likes
#go

@googledevs: Keep your agent's context lean without sacrificing expertise. Learn how Agent Skills in Genkit Go package specialized k…

X AI KOLs Timeline · 6d ago Cached

Google's blog post introduces Agent Skills support in Genkit for Go, demonstrating how progressive disclosure lets agents load specialized knowledge on demand to reduce token usage and improve reliability.

0 favorites 0 likes
#go

Going Backward

Lobsters Hottest · 6d ago Cached

This article explores the design evolution of Go's slices.Backward function, illustrating different implementations from simple reversal to callback-based iterators, and explains why the standard library's iterator signature looks the way it does.

0 favorites 0 likes
#go

Show HN: Mu – Tools for Agents

Hacker News Top · 2026-08-02 Cached

Mu gives AI agents 67 everyday internet tools (news, mail, search, markets, etc.) behind a single MCP endpoint, with real implementations rather than API wrappers, and is available as a hosted service or self-hosted Go binary.

0 favorites 0 likes
#go

Uber SubmitQueue: a high-performance speculative merge queue

Hacker News Top · 2026-08-01 Cached

Uber open-sourced SubmitQueue, a high-performance speculative merge queue that validates multiple changes in parallel against predicted future states of HEAD to keep trunk green at scale.

0 favorites 0 likes
#go

How Symmetric Are the Insides of a Go Network? [R]

Reddit r/MachineLearning · 2026-08-01

A study on how KataGo's Go-playing neural networks internally represent board symmetries, finding that the model learns partially symmetric concepts despite only stochastic 8-fold data augmentation, with one unexpected result.

0 favorites 0 likes
#go

@freeCodeCamp: Distributed systems can break when a database write succeeds but the event publish fails. In this tutorial, @pliutau te…

X AI KOLs Timeline · 2026-07-31 Cached

This tutorial teaches how to implement the Outbox Pattern in Go and PostgreSQL to ensure reliable event publishing in distributed systems, including building a relay service and handling at-least-once delivery.

0 favorites 0 likes
#go

Go 1.27 interactive tour

Lobsters Hottest · 2026-07-31 Cached

A hands-on interactive tour of Go 1.27's new features, highlighting generic methods, struct literal field selectors, and more, with runnable examples based on the official release notes.

0 favorites 0 likes
#go

Pgtestdb's template cloning approach to testing is fast

Hacker News Top · 2026-07-30 Cached

pgtestdb is a Go/Postgres testing package that uses Postgres template databases to quickly clone test databases, achieving setup times comparable to schema-based methods while enabling full end-to-end testing.

0 favorites 0 likes
#go

Go LLM SDK for streaming, tool-calling AI backends (plus frontend React lib)

Hacker News Top · 2026-07-30 Cached

Grafana released an AI SDK for Go that provides a unified API for LLM calls, streaming, tool execution, and structured output, with built-in compatibility with Vercel's AI SDK React frontend.

0 favorites 0 likes
#go

Simulating TCP loss and congestion in browser using Go/WASM

Hacker News Top · 2026-07-28

This article presents a tool that simulates TCP packet loss and congestion control in the browser using Go compiled to WebAssembly, enabling network resilience testing for web applications.

0 favorites 0 likes
#go

A boring agent doing a boring job — triaging security scanner noise. But it actually works.

Reddit r/AI_Agents · 2026-07-27

A developer built a Go-based AI agent that uses read-only tools to triage false positives from SAST scanners, testing it against OWASP BenchmarkJava with Claude Sonnet, DeepSeek-V4-Pro, and Kimi k3, achieving strong results especially with Kimi k3.

0 favorites 0 likes
#go

@DanKornas: Building an AI agent in Go shouldn’t mean wiring every model, tool, and memory layer from scratch. Agent Go SDK is a Go…

X AI KOLs Timeline · 2026-07-26 Cached

Agent Go SDK is an open-source Go framework for building configurable AI agents with support for multiple model providers, memory backends, tools, MCP connections, and declarative YAML configuration.

0 favorites 0 likes
#go

Go Analysis Framework: modular static analysis by go team

Hacker News Top · 2026-07-26 Cached

The Go analysis framework provides a modular interface for static analysis of Go code, enabling reusable checkers across various tools like vet, IDEs, and build systems.

0 favorites 0 likes
#go

Watching Go's new garbage collector move through the heap

Lobsters Hottest · 2026-07-24 Cached

Go 1.26 makes Green Tea the default garbage collector, improving cache-friendliness. This article visualizes heap allocation with Go and C#, and discusses challenges with non-moving collectors and sparse pages.

0 favorites 0 likes
#go

Golang Maps: how Swiss Tables replaced the old bucket design

Hacker News Top · 2026-07-24 Cached

Go 1.24 replaces the old bucket-based map implementation with a Swiss Table-inspired design, improving cache locality, reducing pointer chasing, and boosting performance in many workloads.

0 favorites 0 likes
#go

Gsxui – Shadcn-style components for Go

Hacker News Top · 2026-07-24 Cached

Gsxui is a shadcn-style component set for Go, enabling copy-in, type-checked, server-rendered UI components styled with Tailwind. It provides a CLI to initialize and add components.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback