• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle
  • Mars@beehaw.orgtoProgrammer Humor@lemmy.mlsigma star
    link
    fedilink
    English
    arrow-up
    3
    ·
    11 months ago

    A tree can be seen as a formal language. Look into L-systems.

    If you generalize what a symbol is (the rgb value of a pixel) you can write a grammar that ends producing a list of pixels. You can then place it in a 2d matrix and you have an image.

    I guess a better approach would be wave function colapse, but seems to me like it could be formally described as a grammar (CS or CF, dunno, would have to look into it)





  • Rubiales it’s not a “dumb mistake” kind of guy. It’s an “I’m untouchable and can do whatever I want” kind of guy. This is part of a years long trend.

    I mean, he is indicted for several corruption cases, accused of holding orgies paid with federation funds, and being a shady creep. Spanish sports federations and national government have protected him from prosecution, delaying several cases. Let’s see for how much longer.

    He also is kind of bad as a federation president, petty, dismissive with some teams, blind to corruption and deals between teams and referees, slow to accept the popularity of women’s football, and many more bad decisions.

    It’s not an innocent guy that made an honest mistake, it’s the kind of guy that treats other people like objects and have the power and influence to avoid or delay the consequences of his actions.

    He should have resigned years ago, he will not do it. But now he has done something that:

    • it’s easy to explain.
    • has been seen around the world.
    • looks very bad.

    So everyone that wanted him out of the federation for whatever reason (this one included) seems to be taking the chance.

    As an Spaniard that doesn’t really care about football, but knows the kind of use this guy and others like him are making of their power, influence and taxpayer’s money ABOUT TIME.



  • It’s a solution, but I don’t like it.

    1.- It’s less resilient. If (more like when) one server goes down it could take the only community in a topic with it.

    2.- If the moderators for the community of your interest are kind of dickwads, or absent, or malicious, you have no alternative.

    3.- Federation can create weird problems. If your account instance is not the community’s one, you could be effectively banned, without doing anything wrong.

    4.- Creates a perverse incentive for using the biggest instance you can for both creating communities and users. Some of the bigger Lemmy instances already are under heavy load and having problems to stay online. Imagine if we discourage using small instances.

    Some mechanisms to “merge” communities across servers would be cool addition. Every Android community in every server that still federates with each other lists every post in all of them. Moderators moderate the posts in their instance. Link repetition is the same as inside of one single community. If one of the composing communities moderator team doesn’t does it’s part it could be expelled from the composite. Like a soft de-federation.

    Just rambling. It’s a complex problem.



  • It’s a solution, but I don’t like it.

    1.- It’s less resilient. If (more like when) one server goes down it could take the only community in a topic with it. 2.- If the moderators for the community of your interest are kind of dickwads, or absent, or malicious, you have no alternative. 3.- Federation can create weird problems. If your account instance is not the community’s one, you could be effectively banned, without doing anything wrong. 4.- Creates a perverse incentive for using the biggest instance you can for both creating communities and users. Some of the bigger Lemmy instances already are under heavy load and having problems to stay online. Imagine if we discourage using small instances.

    Some mechanisms to “merge” communities across servers would be cool addition. Every Android community in every server that still federates with each other lists every post in all of them. Moderators moderate the posts in their instance. Link repetition is the same as inside of one single community. If one of the composing communities moderator team doesn’t does it’s part it could be expelled from the composite. Like a soft de-federation.

    Just rambling. It’s a complex problem.



  • I know it’s a joke, but it’s an old one and it doesn’t make a lot of sense in this day and age.

    Why are you comparing null to numbers? Shouldn’t you be assuring your values are valid first? Why are you using the “cast everything to the type you see fit and compare” operator?

    Other languages would simply fail. Once more JavaScript greatest sin is not throwing an exception when you ask it to do things that don’t make sense.