@dhh Do you guys run any AI workloads on your services now that LLMs have been blowing up recently? Was just wondering how the self-hosted hardware handles it, or if you were just using some managed services from other companies.
I converted a lot of my project to interface out things like file system, random, and clock. I am now stuck with dealing with go routines because of Go's scheduler being indeterministic. Anyone have ideas?
I converted a lot of my project to interface out things like file system, random, and clock. I am now stuck with dealing with go routines because of Go's scheduler being indeterministic. Anyone have ideas?
Today I learned that you can have a special file called export_test.go where you can expose private functions/vars only for tests! This is so useful.
#golang
Today I learned that you can have a special file called export_test.go where you can expose private functions/vars only for tests! This is so useful.
#golang
Darn, re-writing a lot of my project to make it compatible with deterministic simulation testing. On the bright side, these should be one time writes and I can hopefully use these utils in the future. Are there any open source solutions that exist?
Are there any open source deterministic simulation testing frameworks in Go? I am currently rewriting my project to make it more testable like: clocks, file system, random integers, etc. I feel like these probably already exist somewhere.
Since it's clear you guys love free stuff...
We have a small arsenal of stuff related to a certain Sentry product to give away ๐
To win, you must:
- follow @sentry
- retweet this post
- reply with the answer to this riddle:
Iโm an AI-powered code psychic, here to warn you about the bugs in your future.
Looks like I'm too late to warn you about that gas station sushi you had for lunch. Who am I?
We'll pick random winners from the pool at the end of the week ๐ซก
Finally able to use kubectl without sshing into my homelab. Got around to figuring out how configs work. Now to working through ArgoCD #kubernetes#homelab#infra#argocd
I ended up going with ubuntu server, thought I will end up installing stuff outside of k8s for experimenting. Will switch over later if this is not the case.
What OS is everyone running for their homelabs? I am going to be running a k8s cluster, but I am debating between Talos Linux or Ubuntu.
#homelab#Kubernetes#Linux#talos#Ubuntu