• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle


  • On 4chan people refer to “containment” boards for topics that are racist, inflammatory, or regularly derail conversations (ex. pol, b, mlp). That way the people who want that aren’t always polluting boards where people just want to talk about (for example) food or technology.

    So I was half joking that hexbear is like a containment board. It isn’t quite the same, but since other Lemmy instances can block hexbear all at once it has the same effect.












  • 10,152 Km between Atlanta and Tbilisi, and ChatGPT gave the pseudocode below as an explanation, which I didn’t double check before making this comment!

    
    # Coordinates for Atlanta, Georgia, USA
    atlanta_coords = (33.7490, -84.3880)
    
    # Coordinates for Tbilisi, Georgia (country)
    tbilisi_coords = (41.7151, 44.8271)
    
    # Calculate the straight line distance through the Earth
    geopy.distance.great_circle(atlanta_coords, tbilisi_coords).km```