@ariadne Yeah, I'm in Canada and the general sentiment is that people are scared of any guns at all. I was talking with a friend about how in the US context community protection with guns a la the Black Panthers is some of the only ways people can get protection from organized hate group violence and the violence of the state.
Really sad when the state fails to fulfill it's end of the social contract. :(
@futurebird I think I only got into math after my parents managed to get me some one on one sessions with a tutor. Very thankful to have had the opportunity to do so. I'm still not "a math person" but I think it was nice to get over the barrier of thinking there was nothing in it for me at all.
@tty Heck yeah. I was planning to review it for myself once it was out regardless. 🥰
I'm quite excited to see what y'all are working on there.
@tty Tech doc, also recently did a spec for this IPLD based data structure which was a lot of effort.
Web archive thing (WIP): https://github.com/webrecorder/specs/pull/136
IPLD thing (done): https://github.com/ipld/ipld/pull/254
I could review your thing for yah once it's together if you'd like. :)
@tty Major mood. Working on this web archive IPFS chunking thing right now and it's a lot of effort.
Wish you luck in finishing it up and that this will save others many many hours of trouble with its existence.
@pguth I use etke.cc to manage the deployment on a VM that I own. Ends up being like 20-30 CAD a month with all the costs? Most of it is the VM though
Don't like strangers busting into your mentions to give unsolicited opinions?
This could be solved if the Fediverse had better comment controls.
You should be able to make a read-only post if you want.
And you should be able to make a public post that's only writeable to followers.
You should also be able to lock a thread if it becomes a vector for abuse.
Hi, I work with generative machines. Everything from Markov chain generators to GPT-3. I’ve trained and tuned many models with GPT2 and 3, all with the intent of simulating human interaction.
I know a fair bit about generative machines, both how they work, and how to tune and interact with them to get particular results.
I need you to hear this: they do not know or understand anything. They are complex probability tables.
1/
@pguth Same! I have an instance managed by etke.cc that set all the bridges up for me :o
It's a really frustrating battle between making multiplayer games that are responsive and fun to play and games that are secure. There's kind of no way to do both really well, because responsive games have to let the client do more, which opens the door for cheating.
An obvious "solution" is to validate what the client does on the server, and of course most of the time game servers are doing just that. But there's only so much validation you can do before you start slowing down the server.
Occult Enby that's making local-first software with peer to peer protocols, mesh networks, and the web.
Exploring what a local-first cyberspace might look like in my spare time.