#go

2026-03-13

Version 2 of the YottaDB native #Go API is released and ready for use. We have blogged about it at yottadb.com/whats-new-in-the-g and the full API is documented at pkg.go.dev/lang.yottadb.com/go, where Go developers look for package documentation.

The v2 API is more concise, easier to read, and more intuitive for Go developers, with better performance as well, e.g., the new API includes iterators for traversing trees. There is documentation on migrating v1 applications to v2.
#Golang #Linux #OpenSource

PPC Landppcland
2026-03-13

FYI: BLACKPINK's "GO" debuts at YouTube global #1 after three years away: BLACKPINK's "GO" enters YouTube's Global Weekly Top Songs at #1 with 43M views, the group's first release in over three years. Full chart data across 15 territories. ppc.land/blackpinks-go-debuts-

Life's details 🔎Remke@mstdn.social
2026-03-13

#Mensen zijn echt hele rare #primaten. Van onze naaste #familie, de chimpansees, gorilla's, bonobo's en orang oetans, zijn er complexe gedragingen beschreven. Geen daarvan is vergelijkbaar met: "De koeien zijn onze kinderen, daarom eten we ze op, LOL".

Zelf eet ik geen dieren. Het idee dat ik mijn hond op zou eten staat me tegen, ja gek he? En andere dieren laat ik ook met rust, want er zijn peulvruchten. Case closed.

#Gezondheid #GGZ #Psychiatrie #Dierenliefde #Vreemd #Carnisme #Go #Vegan

Stukje uit "Landleven" waarin een stel beschrijft  hoe ze mini Hereford koeien houden als hobby. De koeien beschouwen ze als hun kinderen, maar ze eten ze wel op.
Kevin Colemankevincoleman
2026-03-13

I just love how this game is both the most elegant to engage in and the most elegant to look at. Sometimes I just want to make wall art out of it.

A picture of a game of Go on a table
GripNewsGripNews
2026-03-13

🌘 調度器 | 實習生內幕系列
➤ 解構 Go 運行時:從 GMP 模型理解任務調度機制
internals-for-interns.com/post
本文深入探討 Go 語言運行時的核心——「調度器」。作者詳細解析了著名的 GMP 模型,解釋 Go 如何透過將輕量級的 Goroutine(G)映射到作業系統執行緒(M),並利用處理器上下文(P)作為中介,實現高效的並發處理。這種設計巧妙地解決了系統呼叫導致的阻塞問題,並透過全局與本地緩存機制,最小化了鎖的競爭,確保了程式在有限 CPU 資源下能流暢運行數百萬個 Goroutine。
+ 這是我讀過對 GMP 模型解釋最清晰的文章之一。以前總是不太理解為什麼需要 P,讀完才明白這是為了讓調度資源與系統執行緒解耦。
+ 對於剛開始接觸 Go 併發編程的人來說,這簡直是必讀指南。特別是關於 g0 棧的管理以及 P 的角色說明,非常有技術深度。

Leanpubleanpub
2026-03-12

Code a database in 45 steps (Go) by Lowram Eepson is on sale on Leanpub! Its suggested price is $28.88; get it for $15.55 with this coupon: leanpub.com/db_in_45_steps_go/

:rss: Qiita - 人気の記事qiita@rss-mstdn.studiofreesia.com
2026-03-12

「テストコードは仕様書になる」クリーンアーキテクチャの各層で「振る舞い」をテストするべき理由
qiita.com/takishun_schoo/items

#qiita #Go #単体テスト #schoo #CleanArchitecture #テスト設計

Bruno Cesar Rocha ★ rochacbrunobruno@rocha.social
2026-03-12

Hoje foi meu último dia no Ansible :ansible:

Um misto de sentimentos, difícil deixar uma organização com 240 colegas com quem trabalhei junto nos últimos 5 anos.

Mas, ao mesmo tempo estou animado para ficar 20 dias off e depois começar no novo time.

Nunca imaginei que após tantos anos (20!) me dedicando a web development e #python :python: :django: :flask: eu iria migrar para uma posição onde vou trabalhar com #go :go: :golang: e infraestrutura #devops :k8s: #k8s

Preciso de um emoji do #openshift

2026-03-12

#JeRecrute !
On recherche un·e dev Infrastructure & Opérateurs Kubernetes (Go) pour faire tourner libre.sh — la plateforme open source derrière @LaSuiteCoop et nos services d'hébergement éthique.

👇 Infos & candidatures sur :
jobs.makesense.org/fr/jobs/ind

#Recrutement #Kubernetes #Go

Visuel de recrutement sur fond jaune pâle. En haut à gauche, titre en gras turquoise : « On recrute un·e dev pour faire tourner l'internet libre ! ». En dessous, deux lignes : « → Kubernetes , Go » et « → 100 % télétravail, CDI ». En bas à gauche, le nom IndieHosters dans la typographie de la marque. À droite, une illustration représentant une personne portant un sweat avec le logo IndieHosters, debout dans l'encadrement d'une porte arquée qui s'ouvre sur un intérieur lumineux et végétalisé dans les tons orangés et. Plus bas, une personne monte les marches menant à la porte en levant la main en signe de salut, un sac sur l'épaule.
2026-03-12

Туннелирование трафика: простое решение на Go

Так сложилось, что периодами по несколько дней я нахожусь в двух разных локациях с двумя разными провайдерами. В одной, приходиться "пробивать окно" в штаты в стене на той стороне. Изначально, чтобы обойти ограничения со стороны google/gemini , необходимо выглядеть настоящим нью-йоркцем. Другим провайдером пользуюсь меньше и в основном не для работы, но ситуация с ним печальнее: как у всех, закручено всё, до чего смогли дотянуться. В том числе не могу достучаться до своего сервера по квн. Что делать в этой ситуации, понятно - вариантов много, нужно устанавливать различные решения и проверять работоспособность. Но это дела админские, гораздо интереснее посмотреть, "как это работает", со стороны разработчика. Нашел себе такой повод поковырять технологии и повелосипедостроить.

habr.com/ru/articles/1009328/

#go #golang #tun #tcp #ip #network

2026-03-12

Черная магия unsafe в Go: практические примеры и ошибки использования. Часть 1

В стандартной библиотеке Go есть пакет с отпугивающим названием «unsafe». Но он может быть реально полезен! Сегодня поговорим о том, как использовать его надежно и эффективно. Привет, Хабр! Я — Владимир Балун, основатель balun.courses и it-interview.io. Эта статья будет для удобства разделена на две части. Из них вы узнаете, как можно создавать срезы без дорогостоящей инициализации, научитесь избавляться от Bound Checks и конвертировать строки в срезы и обратно без лишних копирований и аллокаций памяти. Черную магию мы оставим на десерт, чтобы с ее использованием посмотреть, как можно проехаться по памяти для анализа сложных структур данных, модифицировать иммутабельные строки в Go и получать доступ к приватным полям структур.

habr.com/ru/companies/oleg-bun

#go #бэкенд #оптимизация_производительности #C+ #C #Лайфхаки #unsafe

Die 3-tägige ZKI-Frühjahrstagung 2026 bei der @gwdg ist heute zu Ende gegangen ☑️

🖇️ „Vernetzt handeln, gemeinsam wirken“ war das Thema. Vielen Dank an alle, die teilgenommen haben!

Es war uns eine Freude die Organisation zu übernehmen und beim Vernetzen zu unterstützen!

#zki #rechenzentrum #gwdg # #science

Lobsterslobsters
2026-03-11

//go:fix inline and the source-level inliner lobste.rs/s/vjsm2q
go.dev/blog/inliner

PPC Landppcland
2026-03-11

ICYMI: BLACKPINK's "GO" debuts at YouTube global #1 after three years away: BLACKPINK's "GO" enters YouTube's Global Weekly Top Songs at #1 with 43M views, the group's first release in over three years. Full chart data across 15 territories. ppc.land/blackpinks-go-debuts-

gokayburucgokayburuc
2026-03-11

This is a Lemmy community about the GO programming language, consisting of news, articles, projects, and repository URL submissions written in Turkish.

lemmy.world/c/golangturkiye

2026-03-11

🪧 HTTP/2 From Scratch: Part 4: More HPACK and using http.Request and http.Response
kmcd.dev/posts/http2-from-scra
#Go #Http2 #Protocols #Networking

Kevin McDonaldkmcd
2026-03-11

🪧 HTTP/2 From Scratch: Part 4: More HPACK and using http.Request and http.Response
kmcd.dev/posts/http2-from-scra

@BjornW@mastodon.socialBjornW
2026-03-11

Investigating tools & looking into the languages used to build the tools including governance, change processes etc.

My short & rough observation on vs .

Rust has a governance model & documented change process. Golang has Google.

Did I miss something?

How is Golang developed? How are decisions made? Is it just Google pulling the strings?

Note: Currently not interested in the technical merits of one or the other.

dAVE - now in technicolorwpgguy@thecanadian.social
2026-03-11

the only thing keeping me awake for the Jets games is watching the 🇨🇦 baseball game

#gojetsgo
#go🇨🇦

Rost Glukhovros@techhub.social
2026-03-10

Deep research guide to Airtable - what it is, core features, Free plan limits and implications, key competitors, and production-ready DevOps integration patterns with runnable Go and Python examples (CRUD, pagination, rate limits, batching, webhooks).

#Cloud #Hosting #Dev #DevOps #Go #Golang #Python #Integration #AI #API

glukhov.org/data-infrastructur

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst