home.social

#clearer — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #clearer, aggregated by home.social.

  1. Dear Friends #Untangled, :ablobcouple:

    Thank the gods, flying #teapot and her #noodliness:

    1. My mind is #clearer than my computer :lobster:
    2. I am not a phone zombie scroller addict :acongablob:
    3. There are other #webs … ☸️

    Just been using The Most Excellent text #editor for #Penguins, #Leafpad. Found:

    WHO is the mad #complicater in charge of my Life, #computer and #interrupting my #flow of #creativity? #Clue to self: IS moi, memes. #Mimi, #scatter #brain to the #four winds …

    I’ll be back. Up! :netkitty:
    becomingminimalist.com/the-10-

  2. Dear Friends #Untangled, :ablobcouple:

    Thank the gods, flying #teapot and her #noodliness:

    1. My mind is #clearer than my computer :lobster:
    2. I am not a phone zombie scroller addict :acongablob:
    3. There are other #webs … ☸️

    Just been using The Most Excellent text #editor for #Penguins, #Leafpad. Found:

    WHO is the mad #complicater in charge of my Life, #computer and #interrupting my #flow of #creativity? #Clue to self: IS moi, memes. #Mimi, #scatter #brain to the #four winds …

    I’ll be back. Up! :netkitty:
    becomingminimalist.com/the-10-

  3. Dear Friends #Untangled, :ablobcouple:

    Thank the gods, flying #teapot and her #noodliness:

    1. My mind is #clearer than my computer :lobster:
    2. I am not a phone zombie scroller addict :acongablob:
    3. There are other #webs … ☸️

    Just been using The Most Excellent text #editor for #Penguins, #Leafpad. Found:

    WHO is the mad #complicater in charge of my Life, #computer and #interrupting my #flow of #creativity? #Clue to self: IS moi, memes. #Mimi, #scatter #brain to the #four winds …

    I’ll be back. Up! :netkitty:
    becomingminimalist.com/the-10-

  4. @foo

    It's a little #clearer what's going on here if you put it this way:

    >>> b = []
    >>> b.append(b)
    >>> b
    [[...]]
    >>> b is b[0]
    True

    So all you've done is create a #list, and then #append (not extend) that list to itself. Since `a` and `a[0]` are the same #object, the `in` test will return True either way.