5 Followers
60 Following
78 Posts
Sysadmin, software engineer, and dungeon docent. I also dabble in music and digital drawing.
Githubhttps://github.com/therealfakemoot/
@torspedia @nicole @apolaine @leah @apontious @SlRvb
Embrace failure
Stay hydrated
Communicate
@nicole @torspedia @apolaine @leah @apontious @SlRvb I'm lucky to have had some game time with all of you (as applicable), I'm looking forward to the next session

@Imperor @dndhomebrew @[email protected] @[email protected] @askgamemasters @worldbuilding @ttrpgs

The question makes one really huge assumption: that "couples" mostly want to reproduce and breed.

That's not really the case. In the real world, there's a lot of cultural pressures that push people to reproduce, but a lot of them end up being systems of oppression: someone who is pregnant or raising children suddenly has a lot less upward social mobility, and less time to do things like organize and protest

@nicole @plausible @obsidian yoooo I'm a huge fan of plausible, I've been running my own instance for almost a year now.

I was wondering if you were aware of any strategies for managing the ballooning clickhouse event storage? I didn't see anything obvious about retention or TTLs in the plausible config. My vps disk will fill up again sooner or later.

@tek @grouchox don't get me wrong, sometimes our choices do lead to negative health outcomes.

But choices don't happen in a vacuum. That person who didn't visit a dentist for ten years? They couldn't afford to. Sure they could've chosen to not pay for rent, not pay their car payment, etc. But that's not really a good choice either, is it?

Or maybe they suffer from anxiety or depression. Maybe they were never taught how vital your teeth are to your health.

@grouchox I'm gonna say no.

I can green light using shame as a deterrent against hurting other people.

Can't really imagine why it'd ever be okay to shame someone for being in pain or unwell.

@mike because the first set of commands are parts of the official Go tool chain and binary. The rest are third party applications that aren't bundled with the go binary.

Why is this the case? Well, every tool that gets added to the official tool chain becomes extra maintenance overhead for the language team. Every new tool makes new releases harder to test and take longer to ship.

So it's a balancing act.

@chgowiz @Yora Mobilization rules sound interesting, any resources you can share to that end?

@xuaps you don't need authority to lead, you need consent.

I don't have to like you to consent to collaborating, especially when my paycheck is on the line. I need that for expensive luxuries like food, rent, and medical care

TIL there is a proposal in Go to allow database/sql queries to extract values into a struct, similar to how encoding/json or encoding/xml do value unmarshaling. Promising.

https://github.com/golang/go/issues/61637

#golang

proposal: database/sql: add methods to scan an entire row into one value · Issue #61637 · golang/go

Edited: struct field names are matched to columns case-sensitively. Edited: untouched storage is ignored rather than zeroed. I propose adding the method ScanRow(dest any) error to the Row and Rows ...

GitHub