Page 10 of 10
Re: chat like it's IRC while town is offline
Posted: Fri Sep 18, 2026 5:25 pm
by terra2o
i'm chilling. working on my projects. just created an account here because town is down
i see your title says game dev, are you working on a game right now?
yeah. i'm working on
https://github.com/terra2o/Tavern i'm adding religion and relationship between kingdoms.
this looks awesome! when i have time later i'll check it out more thoroughly, but:
> Cats!
all i need :D
haha yess i added cats because someone said "add drunk cats" to one of my posts on reddit (it was a dwarf fortress reference) and i like DF a lot, so i added it :P and yes they CAN be drunk.
Re: chat like it's IRC while town is offline
Posted: Fri Sep 18, 2026 7:02 pm
by fruit
hi i tried to loge into tilde town but the penguin colonel is ded again, i really liked the error ascii art :D
i found this fANTastic article,
Swapping spit helps ants share metabolic labour
Socially exchanged fluids, like seminal fluid and milk, allow individuals to molecularly influence conspecifics. Many social insects have a social circulatory system, where food and endogenously produced molecules are transferred mouth-to-mouth (stomodeal trophallaxis), connecting all the individuals in the society.
https://elifesciences.org/articles/74005
rn im eating carbon hydrates :D
i wonder if i should program go lan tonight, i want to parse html. i really like gophers. i think go lang is a cool programming lang. BUT the standard library docs sometime link to source code in the go-ogle open source repos, and for some reason they think im a bot (i think) maybe due to firefox & linux >:(
Re: chat like it's IRC while town is offline
Posted: Fri Sep 18, 2026 10:14 pm
by badtuple
BUT the standard library docs sometime link to source code in the go-ogle open source repos, and for some reason they think im a bot (i think) maybe due to firefox & linux >:(
Check out
https://pkg.go.dev/golang.org/x/pkgsite/cmd/pkgsite
Just `go install` it, then run it in the same directory as your go.mod. It'll run a little server on localhost:8080 that hosts the documentation for the standard library, any local code in your project, and any dependencies in go.mod. There actually used to be a version of this bundled in the go tool way back when. But I pretty much always use the local docs like this since they will for sure be for the specific versions my project is using.
Re: chat like it's IRC while town is offline
Posted: Sat Sep 19, 2026 12:04 am
by neonio
town work now :)
Re: chat like it's IRC while town is offline
Posted: Sat Sep 19, 2026 1:39 am
by vilmibm
but it's always okay to be a sicko...
Re: chat like it's IRC while town is offline
Posted: Sun Sep 20, 2026 3:35 am
by fruit
~badtuple: this is cool, thank!
