#go-programming

[ follow ]
#open-source
fromYcombinator
1 week ago
Information security

Show HN: OpenParallax: OS-level privilege separation for AI agent execution | Hacker News

An open-source AI agent was developed with a secure, sandboxed architecture to prevent data exfiltration and unauthorized actions.
fromHackernoon
1 year ago
Software development

Reproducible Go Toolchains: What You Need to Know | HackerNoon

Reproducible builds in open-source software prevent supply chain attacks by enabling verification of binaries against trustworthy sources.
Information security
fromYcombinator
1 week ago

Show HN: OpenParallax: OS-level privilege separation for AI agent execution | Hacker News

An open-source AI agent was developed with a secure, sandboxed architecture to prevent data exfiltration and unauthorized actions.
Roam Research
fromInfoQ
2 weeks ago

Bloom Filters: Theory, Engineering Tradeoffs, and Implementation in Go

Bloom filters efficiently reduce unnecessary lookups in storage systems by filtering out definite negatives, improving latency and resource allocation.
Node JS
fromYcombinator
2 weeks ago

Show HN: I rewrote my 2012 self-signed cert generator in Go - cert-depot.com | Hacker News

A new certificate generation tool was built in Go, eliminating external dependencies and improving security features.
fromHackernoon
10 months ago

The Routing Enhancements for Go 1.22 That You Have to Know About | HackerNoon

The new method matching and wildcard features in Go 1.22 enhance the net/http package by allowing pattern-based routes, simplifying request handling.
Node JS
Roam Research
fromHackernoon
1 year ago

Go Execution Traces Have Become More Powerful | HackerNoon

The runtime/trace package enhances Go program debugging by producing actionable execution traces.
Scala
fromHackernoon
1 year ago

Go 1.22: Bringing Math/rand and Crypto/rand together | HackerNoon

Go 1.22 enhances random number generation by integrating cryptographic sources into the math/rand package, improving randomness and mitigating misuse risks.
Scala
fromHackernoon
1 year ago

Range Over Function Types: The New Feature in the Go 1.23 Release | HackerNoon

Go 1.23 introduces range over function types, enhancing generic container usability by enabling iteration over elements without needing internal field access.
fromHackernoon
1 year ago

How to Build LLM-Powered Applications Using Go | HackerNoon

Building LLM-powered applications is comparable to developing modern cloud-native applications, requiring notable support for REST and RPC protocols, where Go excels.
Web frameworks
Scala
fromMedium
11 months ago

Solving Coding Challeng: Code Comment Remover-Part 2

Implementing Go-style comments involves preserving doc comments while removing non-doc comments using regex.
Software development
fromInfoQ
1 year ago

Google Go Module Mirror Served Backdoor for 3+ Years

Research uncovered a major supply chain attack in the Go ecosystem involving a backdoored package.
The attack exploited caching in the Go Module Proxy, emphasizing security vulnerabilities in module management.
[ Load more ]