[-] naonintendois@programming.dev 8 points 4 weeks ago

There is still a lot of racism in America. I would not be surprised if I saw that from an American politician.

[-] naonintendois@programming.dev 8 points 1 month ago

You don't need unsafe. Just keep pushing to a vec and never remove anything. Memory leaks are more than lost memory allocations. You can even have them with rc/arc cycles

[-] naonintendois@programming.dev 7 points 3 months ago

Another possibility is something is wrong with the alignment and they're not parallel. They could be wide enough at the base but get too close together going higher up.

[-] naonintendois@programming.dev 7 points 6 months ago

VOTE. No one should be complacent this time

[-] naonintendois@programming.dev 7 points 1 year ago

Banana spiders are terrifying looking. Almost crashed once because one was crawling on the roof of my car (on the inside)

[-] naonintendois@programming.dev 6 points 1 year ago

The plug is becoming a standard. There are still many more stations needed to increase EV usage for people who live in apartments or doing road trips. Not everyone is relying on them for providing charging. It's sad that they're the only ones who actually maintain their infrastructure

[-] naonintendois@programming.dev 7 points 1 year ago

How would you make money as a mastodon instance? Pay to be a member? I don't see the incentive for the average user to pay when it's so easy to join a free instance (I'm considering the average person doesn't know how to host their own).

[-] naonintendois@programming.dev 6 points 1 year ago

What IT guys did you go to?

[-] naonintendois@programming.dev 6 points 1 year ago

The double bat is really interesting. His fingers are terrifying.

[-] naonintendois@programming.dev 6 points 1 year ago

Cleaning dog paws. You fill it with water and move it up and down the paw. The little arms clean off the dirt.

[-] naonintendois@programming.dev 7 points 1 year ago

It's obviously a McCastle.

[-] naonintendois@programming.dev 7 points 2 years ago

Another option is assigning an id per user that's only used for tracking votes. Only the user's server would know who did the voting, but you still get moderation where you could block votes from a certain id on another server if you believe it's being abusive in some form.

As long as you don't delete the voting id when the user's account is deleted, you can avoid the votes ever being associated with the user on another server. (Since a snooping party could correlate the timing of the two deletion requests and associate the user with the votes at that time). If you did want to delete them, you could say voting id deletion happens in batches. So accounts get deleted immediately, but votes only get deleted when there's some group size N available for deletion.

view more: ‹ prev next ›

naonintendois

joined 2 years ago