About 8 results
https://posh.pckt.blog/hello-world-pxsfky1 · 27 Jan 2026
I'm James, and the code above is Hello World in PowerShell. Long ago, I worked on the PowerShell team and helped build a really beautiful and interesting scripting language. In the past couple of decades I've been continuing to explore and grow the capabil...
https://octet-stream.net/b/scb/2026-01-05-this-blog-is-on-atproto.html · 5 Jan 2026 · 🦋 Bluesky
5 January 2026 This blog and its posts are now on ATProto, the data backend that powers Bluesky. To what end, I couldn't say just yet. I'm just playing around. This didn't involve any changes whatsoever to the website that you're looking at[1]. It just m...
https://octet-stream.net/b/tt/go-template-functions.html · 12 Nov 2024
HOME BLOGS PROJECTS GITHUB 12 November 2024 Recently I wanted to add a function to the data object for a Go template which would allow me to generate some parts dynamically. Here's what my first attempt looked like. For a template like this: ...
https://octet-stream.net/b/scb/watch-channel-in-go.html · 8 Nov 2024
8 November 2024 In this post I want to share a design pattern for a simple broadcast/watch channel in Go. I'm a relative golang newcomer and I've been learning how to do certain things that I already have a solution for in Rust—in this case tokio's wat...
https://hacdias.com/2023/11/10/updates-on-indieweb-go-libraries/ · 10 Nov 2023
During the past week and a half, I have been slowly, but surely, doing some cleanup of my GitHub repositories. In the process, I finally decided to tick off some of the items from my list, such as using vanity Go import URLs, improving my IndieAuth library...
https://hacdias.com/2020/10/12/rebuilding-eagle-cms/ · 12 Oct 2020
I have been working on updating my website's backend, called Eagle. It is full of new features, such as search and ActivityPub.
https://hacdias.com/2020/01/23/bye-filebrowser/ · 23 Jan 2020 · 🦋 Bluesky
After 5 years of maintaining this project and failing due to my limited time, it was time to say goodbye to File Browser.
https://hacdias.com/2017/09/08/how-to-create-a-web-server-in-go/ · 8 Sep 2017
Go is a relatively new player in the world of programming, having been around since 2009. It was created by Google and many open-source contributors.