Might want to do a bit of research around Theia and Gitpod before declaring it a fork ;)
18.02.2026 00:20 β π 0 π 3 π¬ 0 π 0Might want to do a bit of research around Theia and Gitpod before declaring it a fork ;)
18.02.2026 00:20 β π 0 π 3 π¬ 0 π 0
I have been working on something new - a fun way to learn the Go programming language.
If you want to be one of the first to give it a try, you can join the waitlist here:
www.bytesizego.com/goflow-landing
I have been working on something new - a fun way to learn the Go programming language.
If you want to be one of the first to give it a try, you can join the waitlist here:
www.bytesizego.com/goflow-landing
Let them know Iβd be happy to help! We typically support 0 downtime maintenance so curious where they are stuck.
18.12.2025 22:10 β π 0 π 0 π¬ 0 π 0I love everything about this! Thanks for sharing!
12.10.2025 15:07 β π 2 π 0 π¬ 0 π 0We wrote our own agent! It does not currently support spec kit...should we add it?
01.10.2025 13:21 β π 0 π 0 π¬ 1 π 0There is an environment variable (GOMAXPROCS) that you can set which determines how many threads your go program will use simultaneously... π§΅
11.01.2025 09:17 β π 20 π 4 π¬ 4 π 0
People are often surprised that both Ona (formerly Gitpod) agents and our platform are built in Go, not Python.
The advantages are real, and I think weβll see more and more companies making the same choice.
I talk about this (and a lot more) on the latest episode of the Cup Oβ Go podcast.
Creator Unbound
For most of us, garbage collection is something we have heard of but never need to pay attention to.However, one of the reasons Go is so efficient and easy to learn is due to its excellent GC. π§΅
10.01.2025 09:17 β π 33 π 5 π¬ 2 π 0
This weekend I vibe coded a tool where you can check if sites were created by vibe coding so you can judge other sites for vibe coding whilst you vibe code.
Check it out here: https://vibe-coder-analyzer.pages.dev
What's the lowest score you can find?
Here's a thread with a brief history of dependency management in Go.
For those of you newer to Go, it might surprise you to know that go modules was not always part of the language. When Go launched in 2009, it did not have any dependency management solution as Google had no need for one.
We sometimes struggle to position Ona, as we built it for parallelism to be at the core of everything you do and you have to feel it to "get it".
Our CTO Chris has put together a best practise guide for how to use our platform to get maximum productivity without trading off security.
errGroups are probably my favourite Go package.
errGroup makes it really easy to take a bunch of tasks and run them in parallel, making your program faster. They do this whilst keeping your code readable.
Here's an example of one of my most common use-cases I asked chatGPT to generate.
I have seen many complex setups and memes about people being able to use Claude Code on the go. Ona Cloud uses Sonnet 4 under the hood, and because our platform is cloud-native, handing off from Laptop to phone is as simple as just going to app.ona.com.
05.09.2025 11:00 β π 3 π 2 π¬ 0 π 0
"We need new interfaces, new tools that embrace parallelism"
Read more about how we designed Ona for parrallism to be at the core (link below)
You have probably heard of gRPC if you haven't used it. It is particularly popular for inter-service communication due to its efficiency, language agnostic nature and support out of the box for things like MTLS.
Here's a really simple example of how you can get started with gRPC π§΅
We have a Slack channel, #so-many-demos, where we share quick Loom or CleanShot demos of ideas.
These demos might not ship, but they spark early sharing and experimentation. With AI making demos nearly free, the goal is clear: create more.
SuperWispr remains my favorite AI tool to date.
It makes every single one of my workflows faster.
I have seen many complex setups and memes about people being able to use Claude Code on the go. Ona Cloud uses Sonnet 4 under the hood, and because our platform is cloud-native, handing off from Laptop to phone is as simple as just going to app.ona.com.
05.09.2025 11:00 β π 3 π 2 π¬ 0 π 0
Really cool to see Ona mentioned alongside great companies such as OpenAI, Cursor and AMP
When working on Ona, we were very tempted to introduce our own standard for Agent Rules, but the old XKCD on standards came to mind.
AGENTS.md just makes sense!
reallllyyyyy
03.09.2025 05:47 β π 0 π 0 π¬ 0 π 0
We just shipped chapter 4 of The Anatomy of Go!
For those who have already purchased the book at the discounted price; simply click the link in the next post to download the latest version free.
Chapter 4 adds 100+ new pages and digs into how Structs, Interfaces and Generics work under the hood.
Haha thatβs a good call
07.04.2025 15:58 β π 2 π 0 π¬ 0 π 0If you could go back in time and show Alan Turing ChatGPT, and he had to guess which year it was released. What would he say?
06.04.2025 16:56 β π 4 π 1 π¬ 4 π 0
Wow what a reception!
Even Reddit was kind about it, thatβs how you know youβre on to something!
Today I'm proud to launch your new favourite Go book in early access!
This book will go to a depth not seen before in Go books, and the first three chapters are available right now:
www.bytesizego.com/books/anatom...