golang

reading-code

: As a follow up to my last post on Charm’s Logger package, I took a look at memory usage for a …

: How Does Charm Logger Format Logs? I woke up today wondering how charm’s logger library (https://github.com/charmbracelet/log) …

: Time to update my logo. find . -iname "*.html" -exec sed -i '' 's/logo.png/dolphint.png/' …

: The joy of maintaining a website as flat files is mostly found in using sed for sitewide …

: two goals today My first goal today is to look at PlayTechnique’s website, simplify the front page to a …

: The scary thing in my heart is holding simultaneously knowledge that I am a productive, ordinary …

: I was sad to find out that Hey email doesn’t support being an SMTP relay. The UI’s …

: Every day I remember my Productive Days and think “I should get an early start on work, …

: Damn I wish I’d written this - github.com/esnet/gdg… It’s a CLI tool for grabbing …

: I started watching videos on prompt engineering yesterday. So far I’m thirty minutes in and it …

: It’s a small thing but this evening I understand the permission in a browser extension’s manifest a …

: Yay, I said, now we have a log ingester and this is great! But one who had been here before said no, …

: I found a neat CLI tool today. Check out man comm comm – select or reject lines common to two files …

: What an interesting way to discover I can’t write an html tag directly in micro.blog. …

: Fixed the rss feed in Andrew. It turned out I was missing a . How simple a fix!

: I’m not sure if micro.blog is replacing my quotes with smart quotes, or if it’s …

: Two projects today: fix the rss feed for Andrew, and put together yesterday’s #fluentbit …

: Moving on from source codem, here’s the log paths reconstructed: ; k get pods …

: Ah, the legacy pattern doesn’t contain the namespace. I wonder if that’s why it’s …

: I as close! This seems like a good enough reference for the log path github.com/kubernete… …

: When fluentbit retrieves logs, it’s worth knowing two things: It gets container logs, not pod …

: The answer was to ask ChatGPT to solve the question for me: ; kubectl get pods –all-namespaces …

: A few minutes later I’ve edited the configmap for fluentbit and restarted the pod. The …

: Looks like fluent can already see grafana: ; k logs -n fluentbit fluentbit-fluent-bit-km64g | grep …

: step 2: install some stuff into k8s ; helm repo add grafana grafana.github.io/helm-char… …

: step 1: get kubernetes locally ; brew install minikube && minikube start

: Step 0: does #fluentbit already support this? The docs show the kube apiserver provides pod names, …

: I’ve found that it’s too easy to miss in k8s that fluentbit is missing various pods' …

: It’s easy to waffle, hard to be succinct. It’s easier to draw attention to a problem, …

: Today’s progress was to dust off an old Chrome extension and to break and fix it to …

: Small Disciplines I Dislike Build Things I Love I worked with John Arundel for a few months at the beginning of last year, the dude who runs …

: I have no love for the man, but god damn if Trump didn’t show me how powerful saying a single …

: January’s Adventure: browser plugins and a running schedule. I finished a couple of tutorials …

: 2025: new year, same goals, new fed-up-with-my-nonsense me. Last year in January I wanted to blog more. I wanted to do it in html, css and javascript, but …