For the book, I'm re-writing some #Golang programs in #Python, specifically #MicroPython.

I'm having a really great time just hacking on useful little programs again.

Aside from using it with microcontrollers, MicroPython is a lot of fun to work with on a regular computer as well. It reminds me of what Python used to be like, before dependency and version hell...

#codeworker

Staff Software Engineer, Reliability at Robinhood

Robinhood is hiring Staff Software Engineer, Reliability

ual v0.7.5 released

ual is a systems language for orchestration and embedded computation. It now comes in three forms: two compilers (Go and Rust backends) and an interpreter. All three share the same semantics and produce identical results. This release adds a production-ready Rust backend and a threaded-code compiler for the interpreter.

https://github.com/ha1tch/ual

What's new

Rust backend with full feature parity — 92/92 examples produce identical output across Go, Rust, and interpreter. Rust binaries are 4× smaller (343K vs 1.3M stripped).

Threaded-code compiler for iual delivers 5–12× speedup on numeric workloads. The interpreter now beats Python by 4–13× while remaining a single-file tool for development.

Automatic target selection: if you have Go, it uses Go. If you only have Rust, it uses Rust. Write once, compile anywhere.

What makes ual different

Coordination is the primary problem; computation happens in designated islands. Data lives in typed stacks accessed through perspectives (LIFO, FIFO, Indexed, Hash). Time is explicit. Errors must be acknowledged.

Binaries available for:
Linux (amd64, arm64, arm, 386), macOS (Intel, Apple Silicon), Windows (64-bit, 32-bit), FreeBSD, OpenBSD, NetBSD

Release:
https://github.com/ha1tch/ual/releases/tag/v0.7.5

Docs:
https://github.com/ha1tch/ual/blob/main/docs/MANUAL.md

#ual #golang #foss #rust #rustlang #forth #programming #compsci

GitHub - ha1tch/ual: ual is a stack-oriented programming language for small systems with a unified approach to program safety.

ual is a stack-oriented programming language for small systems with a unified approach to program safety. - ha1tch/ual

GitHub

I'm looking for full-time #job opportunities in #Golang where I have 8 years of experience.

Apart from that I can do C#, #Python and vanilla #javascript. If there is a need, I can read to dive-in on other tech-stacks.

Location: Bangalore in India or Remote.

You can find my CV here:
https://drive.google.com/file/d/1PsOSJuxlQ0eE2g6ZAd29EdSniin2pAMq/view

Boosts are much helpful here, thanks!

#jobsearch #fedihire #getfedihired

Resume_of_Nirmal_Kumar_R.pdf

Google Docs

Duragraph – Nền tảng orchestration event-driven dùng Go, thay thế LangGraph. Ưu điểm: Độ trễ thấp, kiến trúc NATS JetStream linh hoạt, mã nguồn mở, hỗ trợ đa ngôn ngữ. Tìm phản hồi cộng đồng! #Duragraph #AI #OpenSource #GoLang #EventDriven #DevTools#ĐiềuThủyKhí #ĐaNgônNgữ #Go #KiếnTrúcĐổiLưu #CôngNghệ

(NONE)

https://www.reddit.com/r/SideProject/comments/1pri7gv/building_duragraph_a_gobased_eventdriven/

Mệt mỏi chi trả $500 cho mẫu SaaS đắt đỏ? Nhà sáng tạo này vừa source mở stack Go/Next.js hàng đầu (MIT license, 300+ sao)! Giải pháp tự deploy 1 máy chủ $5, tích hợp sẵn authentication, billing, AI/OCR, lưu trữ file... Giảm 90% chi phí & hạn chế tài nguyên. Hữu ích cho các founder tiết kiệm thời gian, tập trung xây sản phẩm.
#SaaS #Mởnguồn #GoLang #Nextjs #Startup #TechVietnam

*(Chú thích: Bài viết từ Reddit về stack SaaS tiết kiệm chi phí)*

https://www.reddit.com/r/SaaS/comments/1prhw44/

Go Roadmap includes 6 specializations:

🌐 Web Development (Gin, Echo, Fiber)
🐳 DevOps & Infrastructure (Docker, K8s, Terraform)
🔗 Microservices (gRPC, Kafka, Service Mesh)
🛠️ CLI Tools (Cobra, automation)
📊 Data Processing (pipelines, analytics)
💻 Systems Programming (OS interfaces, networking)

https://calmops.com/programming/golang/

#golang #specialization #programming

Go

Comprehensive Go programming guides from beginner to advanced. Learn fundamentals, concurrency, web development, microservices, DevOps, and more.

Calmops

A Kafka-style message streaming in Go. Built on NATS. Single binary, no JVM, no ZooKeeper.
#golang

https://github.com/liftbridge-io/liftbridge

Nice article: "Golang optimizations for high‑volume services"
#golang

https://packagemain.tech/p/golang-optimizations-for-highvolume

Golang optimizations for high‑volume services

Lessons from a Postgres → Elasticsearch pipeline

packagemain.tech

Excited to announce that I'll be presenting at FOSDEM 2026 in the Go devroom!

I'll be talking about how Go implements Reflection 🪞

This will be my first public talk outside of internal conferences at work, and I'm thrilled it's happening at FOSDEM 🎉

https://fosdem.org/2026/schedule/event/JQRUHP-inside-of-reflection-in-go/

#FOSDEM #golang

FOSDEM 2026 - Inside Reflection