Hi!

My previous/alt account is yetAnotherUser@feddit.de which will be abandoned soon.

  • 1 Post
  • 153 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2024

help-circle






  • It’s calling a function without a parameter.

    You know how in math you had something like:

    f(x) = x²

    Not all functions need parameters though. The function:

    f(x) = 2

    does not even use the provided x! So just leave it out:

    f() = 2

    Similarly, you could give a function two parameters:

    f(x, y) = x + y

    Programmers use functions to primarily organize their code. Otherwise it would get very unreadable very quickly. Those function are usually a bit more complicated than a single line, though.

    dog.walk() would call the walk() function of “dog”. Some valid code could be:

    dog.walk()
    wait(10)
    dog.stop()
    

    This code would make the dog walk for 10 seconds assuming every function used is actually defined somewhere.








  • I sometimes like to read his political posts:

    https://www.stallman.org/archives/2025-jul-oct.html

    And honestly? I mostly agree with them? Like this:

    ABC ordered to pay Antoinette Lattouf another $150,000 for unlawful termination over Gaza Instagram post.

    But a company faced with enormous threats wielded by fascist officials who demand that certain views be suppressed will treat such penalties as the normal cost of sucking up.

    The [Israeli] army says that HAMAS is using apartment buildings for “surveillance”, and has bombed some of those buildings to destroy them. Based on this logic, the army might bomb every tall building in Gaza City with the large bombs that the US is providing

    He has some questionable beliefs as well, though for unusual reasons. He accepts non-binary people but refuses to use they/them pronouns because he doesn’t like the ambiguity of singular/plural pronouns. So he has invented the neopronouns per/pers to refer to singular non-binary persons. I genuinely think no other person on this planet could hold this opinion.