Profile avatar
goinggo.net
⌯Go ⦁ Walking the line between correctness and comprehension ⦁ [email protected] ⦁ wife(aleintech.com) ⦁ GoBridge ⦁ DJ Name (Low Key Yay)
250 posts 1,970 followers 173 following
Prolific Poster

Recorded a new Ultimate Software Design Live show today. #golang We've been refactoring a package we need to provide TCP communication support for our peer to peer connectivity. www.youtube.com/live/z9f_Dd_...

Ult. Software Design LIVE Schedule📅 Join @goinggo.net & @kenriquezcodes.bsky.social in next week's streams: Mon. 6/2 & Thur. 6/5 from 11am - 1pm EST Stay tuned 1hr before the LIVE show for the stream link!😎 📽️Rewatch the last 29 episodes here: bit.ly/3CShDOS #golang #SoftwareDesignLive

Podcast Ep w/ @goinggo.net & Santosh Kaveti is out! In this episode we interview Santosh Kaveti, CEO of ProArch, about his journey from India to Atlanta, his educational background, and his career in technology. 🎥Watch: youtu.be/7PVV5DDNXVg

This is so cool.

Complexity is inevitable — how you manage it is everything! Join @goinggo.net and learn to build production-grade Go systems with a domain-driven, data-oriented architecture — and walk away with real-world strategies to manage complexity, reduce bugs, and write maintainable code. 🎟️ gophercon.com

Podcast Ep w/ @goinggo.net & Ryan Ryke is out! In this episode, Bill Kennedy interviews Ryan Ryke, founder of CloudLife Consulting, focusing on AWS and cloud computing. 🎥Watch: youtu.be/AMI6IJDGEFw Highlights: ☁️Cloud Run Experience 🤖Running Local #LLMs 📈Trading Stocks

Hanging out at Google IO today!

🚀Happy to announce we’ll be at @gopherconuk 2025! 🎓2 workshops on Wednesday, August 13th: 🛠️Ultimate Go: Software Design with #Kubernetes by @goinggo.net 🛠️AI-Powered Systems in Go: Retrieval-Augmented Generation (RAG) & Tool Calling by Florin Patan Limited spots → www.gophercon.co.uk/workshops

Our YouTube short of the week is here!💻 This week revolves around “Creativity and Freedom in Software” from @goinggo.net ’s podcast episode with featured guest Infant Mystica.🤓 🎥: youtube.com/shorts/uqhtL... #ArdanLabsPodcast #Shorts #YouTube #SoftwareEngineering

We finished the show with two clients talking to each other via an AI powered agent. The conversation they have is really crazy. Hahaha. #golang www.youtube.com/live/dBa6LOy...

Podcast Ep w/ @goinggo.net & Infant Mystica is out! She shares her journey building a network via social media, working on cutting-edge translation tech, and navigating remote work across time zones. 🎥Watch: youtu.be/IjQtK97TyXY Highlights: 🎓 #ComputerScience Journey 😷 COVID-19 & Remote Learning

Episode 26 of USDL is in the book. We can now encrypt messages of any length and fixed some UI bugs when we are in AI mode. #golang www.youtube.com/live/mactKL5...

Gophers, here’s a sneak peek of our latest Podcast Ep releasing this Wednesday👀 Watch this snippet on “Finding Jobs Through Social Media” from @goinggo.net ’s upcoming episode with featured guest Infant Mystica🤓 Stay tuned for the full episode releasing tomorrow!

Sooooo I haven't started a new golang project from scratch in a few years and had to dig into it today. Def going to integrate this work into Konductor devcontainer next, but I really enjoyed learning about some of the new tooling making code chores a lot easier. Blog for giggles.

Ult. Software Design LIVE Schedule📅 Join @goinggo.net & @kenriquezcodes.bsky.social in this week's streams: Tues 5/13 & Thurs 5/15 from 11am - 1pm EST Stay tuned 1hr before the LIVE show for the stream link!😎 📽️Rewatch the last 25 episodes here: bit.ly/3CShDOS #golang #SoftwareDesignLive

Pop quiz: are http://example[.]com and https://example[.]com same-site origins? Bahahaha trick question. The answer is "it depends" on both feature and browser 🥲 I updated my already endless CSRF background (github.com/golang/go/is..., soon in a newsletter) but the proposed design is unaffected.

Made a little web server to unlock and mount encrypted ZFS datasets using passkeys and age. What's neat is that the password never touches the client! Attackers need to compromise *first* the server, and *then* the passkey. It's delightfully little code. https://github.com/FiloSottile/mostly-harml

Not sure what to say except I understand, thank you, and looking forward to seeing what you do next. Thanks for all the fish! www.airs.com/blog/archive...

Can I just say... systemd is pretty nice? I tossed a WantedBy=tank-enc.mount in a service unit and now it automatically comes up when I do "zfs mount -l tank/enc" even if I don't manage mounts via systemd. (I'm making a thing to unlock ZFS datasets from a browser using age and passkeys!)

I recently started using jj (h/t @prattmic.com), which is git-compatible version control system. Initially I was skeptical if it's worth the hassle, and there was indeed a learning curve. But man, I had no idea how much unprocessed git PTSD I was suffering from. jj is git trauma therapy ❤️

Programming the future this morning at the Universidad de Toledo!

Videodrone flight with face detector using WebAssembly on @wasmvision.com at GoMAD last night in Madrid. #golang #tinygo #computerVision #wasm

A reminder for #golang folks joining Bluesky - here's a starter pack of contributors to the Go project!

Our YouTube short of the week is here!💻 This week revolves around “The Importance of Relationships as a CTO” from @goinggo.net ’s podcast episode with featured guest Kenneth Stott.🤓 🎥: youtube.com/shorts/Yictq... #ArdanLabsPodcast #Shorts #YouTube #SoftwareEngineering

Excited about today's Ultimate Software Design Live class. We got the client working in Agent mode and now it can have a full conversation with someone impersonating me. Haha Check it out #golang www.youtube.com/live/w6856Lx...

Finally on my flight home back to Miami. It was a blast GopherCon LATAM. I had an amazing time. See you again next year! #golang

Podcast Ep w/ @goinggo.net & Kenneth Stott is out! Kenneth Stott, Field CTO at Hasura, joins the Ardan Labs podcast to recount his journey from a BYU student to innovating computer audits at Deloitte and navigating the high-pressure world of Wall Street. 🎥Watch: youtu.be/schCcHQcstA

That’s a wrap on GopherCon LATAM '25!🥳 Big thanks to everyone who joined the talks, our workshop, & stopped by our booth Shoutout to @goinggo.net for leading a great keynote session, & to our Brazil team, Miguel, Paulo, Eduardo, Cesar, Urick and Vinicius, for representing Ardan Labs with heart

The term 'rune' for a Unicode code point was coined by Ken Thompson during a discussion we had to find a concise name to supplement 'char' for bytes. The Plan 9 C source files /sys/src/libc/port/*rune* appeared in the daily backup on Dec 9, 1991, so the name was coined on the evening of the 8th.

I’m hoping people will come with their questions for @cisco.com DevNet’s new #eBPF Book Club livestream series - see you there? Tomorrow, 3pm UK time / 10am Eastern www.youtube.com/live/Y33Uvwi...

We’re onto Day 2 of GopherCon LATAM '25!🇧🇷 Yesterday we had some great conversations, got to hang out with @goinggo.net , & met so many fellow gophers from the community at our booth. 🙌 If you're around today, come by the Ardan Labs booth, say hi, and let’s chat about Go. We’d love to meet you!

We're proud to support the next generation of developers! By providing access to our High-Performance Bundle Memberships, we're empowering disadvantaged youth with #softwaredevelopment skills & real growth.💡 They are the future!🚀 @goinggo.net 🙌

@goinggo.net is LIVE right now at GopherCon Latam! 🎤 If you're at the conference, don’t miss this session — packed with insight, practical knowledge, and that classic Bill energy we all love. Swing by, grab a seat, and let’s dive into Go together!

🎉 The wait is over — all #GopherCon speakers have been selected, and the program is fire! 🔥 We'll update the website with session details as we receive them and feature speakers’ topics here as the conference approaches. Stay tuned… this year’s lineup is something special! 👀 📍August 26–28 | NYC

We love seeing our Ardan Labs Brazil team together with @goinggo.net at GopherCon Latam ‘25! 🇧🇷 Day 1 of the conference is underway; stop by & say hello to our team! Nothing better than learning, sharing, & growing alongside such a great community.

This week, we’ll only be going live this Thursday 5/8 from 11am–1pm EST! Join @goinggo.net & @kenriquezcodes.bsky.social for another deep dive into Go & software design. 🎥We’ll drop the stream link 1hr before showtime — don’t miss it! Catch up on past episodes here: bit.ly/3CShDOS

Ultimate Go: Software Design at GopherCon LATAM in Brazil! 🇧🇷 BIg thanks to @goinggo.net who led a packed workshop, & we couldn’t be happier with the turnout. Thanks to the students who joined — we hope you gained some valuable knowledge! 🙌 #golang #gopherconlatam #DevCommunity #techevents

I love this slide by Alex Rios.

“Do not make things easy to do, make things easy to understand.” @goinggo.net #gophercon #gopherconlatam #golang

Here's a picture with everyone from the GopherCon LATAM workshop! #golang

Getting ready for the workshop at GopherCon LATAM! #golang

Super interesting read about a new GC design. #golang I love this stuff, but all I can think about is training material that will eventually need to be updated. 😂🤦‍♂️ github.com/golang/go/is...

New experimental garbage collector for Go programs! github.com/golang/go/is...

Running a full-network Bluesky relay costs less ($19) than my beefy but ~single user Mastodon hosted instance ($24). People underestimate how much data optimized software can move through efficient protocols on modern non-cloud hardware. https://whtwnd.com/bnewbold.net/3lo7a2a4qxg2l