home.social

Search

297 results for “nedbat”

  1. @nedbat presents a compelling time-space duality for the Pacman Rule: leave temporal space for others to participate
    #PyConUS

  2. Headed to , so thinking about summer camp feelings again. nedbatchelder.com/blog/202505/

  3. @nedbat That's great to hear. So your worst case is spin up a new image and redeploy.

    Still, it's a pain in the neck you didn't ask for today :)

    I know you've put a lot of sweat equity into your custom Python site but this kind of story is what makes me glad I'm just using #nikola and doing the static site generator thing, backed by S3 and cloudfront. No moving parts and ludicrously cheap to run.

    It's not a fair comparison though because you site does a lot more!

  4. @nedbat my response, as #JAPH :

    all(list(map(lambda x: (ord(x) ^ 48) < 2, "01")))

  5. @nedbat my response, as #JAPH :

    all(list(map(lambda x: (ord(x) ^ 48) < 2, "01")))

  6. @nedbat my response, as #JAPH :

    all(list(map(lambda x: (ord(x) ^ 48) < 2, "01")))

  7. @nedbat my response, as #JAPH :

    all(list(map(lambda x: (ord(x) ^ 48) < 2, "01")))

  8. @nedbat my response, as #JAPH :

    all(list(map(lambda x: (ord(x) ^ 48) < 2, "01")))

  9. @AlSweigart @nedbat You inspired me to hack a way to ensure `a`, `b`, and `c` are distinct. I came up with…

    ```
    len(set((a, b, c))) == 3
    ```

    I suspect that's bordering on obfuscated code. Probably not #Pythonic.

    #Python

  10. "Silence is Golden" by @nedbat as a #PyConUS lightning talk

    I appreciated the lightning talk on applying the pacman principle both in physical space as well as the actual time you're speaking. Leave space in conversation for others. Enjoy the silence sometimes in conversation, it doesn't always have to be filled.

  11. Thanks to @nedbat I have now ordered juggling balls.

    I look forward to adding juggling to my list of weird hobbies (alongside yo-yos 🪀)

  12. @villares @AlSweigart @nedbat
    Thanks! Although it may be small, it's not exactly #Pythonic. I also just realized that it might not be very efficient. Maybe we should check with `timeit`.

  13. And a follow up from @nedbat who brings the Pacman rule to time as well as space by leaving silence in a conversation for people to join. 😍

  14. @baconandcoconut attesting to the power of the @nedbat method of helping some get to a talk: "tell me about something you're interested in" -> [a bit of talking] -> "great, that's your [lightning] talk"

  15. Leaving time and leaving space are both inclusive. Let others join your conversation, by leaving a slice of physical space, and making space in your conversation with a little silence.

    “Silence is golden.”

    💜

    @nedbat

  16. There are a couple more open spaces at #PyConUS at 03:00 PM:

    S-4: Python Dataclasses and Serialization
    S-5: Local agents & adding type annotations everywhere for ~free

    And starting at 03:45 PM, there's a juggling open space hosted by @nedbat hallway outside room 103. There's no experience necessary and it's always a fun open space.

    #PyConUSOpenSpaces

  17. Here's a description of some nice features I didn't know about in #PyTest's parameterize() decorator. My favourite is how to avoid really long names for test cases.

    nedbatchelder.com/blog/202602/

    #python

  18. New blog post: harihareswara.net/posts/2024/c

    - The distinction between detailed changelogs and brief release notes (with examples)

    - Why it's worth doing both

    - Why relying solely on GitHub as a project's communication platform discourages publishing and reading release notes

    Spurred by @nedbat 's hachyderm.io/@nedbat/113152493 , with references to @wiredferret @kfogel @leonardr @agateau @olivierlacan @xavdid @zwol @zulip and more.

    #maintainers #opensource #FLOSS #maintainership #documentation