golang

Tag

Cards List
#golang

Show HN: Lathe – Use LLMs to learn a new domain, not skip past it

Hacker News Top · 2026-06-07 Cached

Lathe is an open-source tool that generates hands-on, multi-part technical tutorials from any prompt using LLMs, aiming to teach users rather than just provide answers. It includes a local UI for working through tutorials and supports integration with Claude Code, Cursor, and Codex.

0 favorites 0 likes
#golang

Golang code review notes II

Lobsters Hottest · 2026-06-03 Cached

A follow-up blog post from elttam covering new Go language features that improve security, problematic coding patterns (footguns) discovered during code audits, and accompanying Semgrep rules to catch them.

0 favorites 0 likes
#golang

RiskKernel — self-hosted guardrails + kill switch for AI agents (your keys, no telemetry, Apache-2.0, single Go binary)

Reddit r/AI_Agents · 2026-06-01

RiskKernel is a self-hosted, single Go binary that enforces hard per-run budgets (cost, loop count, wall-clock), kill switches, and human approval gates for AI agents, supporting Anthropic and OpenAI providers with no telemetry.

0 favorites 0 likes
#golang

Go Experiments Explained

Lobsters Hottest · 2026-06-01 Cached

This article explains how Go handles experimental features, their lifecycle, and examples of recent experiments.

0 favorites 0 likes
#golang

Made a Tool to Streams Changes from Microsoft SQL Server to Apache Kafka

Hacker News Top · 2026-05-31 Cached

Athena is a lightweight Change Data Capture (CDC) tool that streams changes from Microsoft SQL Server to Apache Kafka. Built in Golang, it offers simpler setup than Debezium and automatically manages CDC configurations.

0 favorites 0 likes
#golang

Tracing HTTP Requests with Go's net/HTTP/httptrace

Hacker News Top · 2026-05-28 Cached

This article explains how to use Go's net/http/httptrace package to trace HTTP request phases (DNS, connection, TLS, etc.) via context-based hooks, and demonstrates building a CLI trace tool and a RoundTripper logger.

0 favorites 0 likes
#golang

AI code generation in Go gets dramatically more useful when the tool actually knows your codebase

Reddit r/ArtificialInteligence · 2026-05-19

The post argues that AI code generation for Go is more effective when the tool understands the organization's internal codebase and conventions, leading to higher acceptance rates and fewer edits needed.

0 favorites 0 likes
#golang

Understanding Singleflight in Go

Hacker News Top · 2026-05-16 Cached

The article explains the singleflight pattern in Go, which eliminates redundant concurrent calls to expensive operations by ensuring only one call is in flight at a time, sharing results among all callers.

0 favorites 0 likes
#golang

NanoTDB – Golang Append-Only Time Series DB

Hacker News Top · 2026-05-15 Cached

NanoTDB is a small embedded append-only time series database for resource-constrained hosts, written in Go, with no runtime dependencies. It uses a WAL and partitioned data files, supports line protocol ingestion, and provides efficient time-range queries.

0 favorites 0 likes
#golang

@qloog: #DailyRecommendation Google ADK Go - An open-source Agent development framework released by Google. Objective: Build AI Agents using software engineering principles. Core design philosophy: 1. Code-first: Define Agent logic, tools, and orchestration using Go code, rather than...

X AI KOLs Timeline · 2026-05-09 Cached

Google has released ADK for Go, an open-source Agent development framework, designed to build AI agents through software engineering principles, supporting code-first approaches, model-agnosticism, and cloud-native deployment.

0 favorites 0 likes
#golang

Testing Local LLMs in Practice: Code Generation, Quality vs. Speed

Reddit r/LocalLLaMA · 2026-05-08

The author built a benchmark harness to evaluate local LLMs for autonomous Go code generation, focusing on log parser generation for SIEM pipelines, and published results comparing quality vs. speed.

0 favorites 1 likes
#golang

Just Fucking Use Go

Lobsters Hottest · 2026-05-08 Cached

An opinionated developer essay advocates for the Go programming language, emphasizing its straightforward syntax, robust standard library, efficient concurrency model, and single-binary deployment as practical alternatives to overly complex modern technology stacks.

0 favorites 0 likes
← Back to home

Submit Feedback