• 0 Posts
  • 11 Comments
Joined 1 year ago
cake
Cake day: June 11th, 2023

help-circle
  • I kinda disagree - that’s not to say that they don’t usually do so for illegitimate reasons (or that these bans are legitimate), but there’s plenty of valid reasons why a government would want/need to ban a platform

    X, for example, has been giving the UK a whole lot of good reasons why they may wish to consider it (restoring the accounts of people like Tommy Robinson, allowing misinformation, the owner of the platform himself actively spreading that misinformation)






  • The original example was doing the unwrap_within an iterator doing some string parsing, so there was a lot of unrelated boilerplate around the actual unwrapping that made it really unclear, as well as usual unwrap_or_else to produce a constant value

    Ehhh, I was more using get_default as a placeholder for some function, as opposed to representing Default::default for the inner type specifically. I think it should be alright since only people familiar with rust would know about the default trait anyway. I did consider adding an unwrap_or_default example, but thought it was getting a bit off topic at that point.