home.social

Search

1000 results for “PyConUK”

  1. "you've bid against yourself - are you comfortable with that?"
    #PyConUS

  2. "we might need an extra pen tonight, so if anyone who just won a pen wants to donate it..."
    #PyConUS

  3. "please pretend this is real money you're going to spend. This is a piece of plastic.
    anyway we were at $300 - do I hear $300"
    #PyConUS

  4. 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. 😍

  5. @ehmatthes presenting his tool gh-profiler for at-a-glance summaries of GitHub profiles to help cut down on "AI" spam
    #PyConUS

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

  7. Really excited to use and improve gh-profiler github.com/ehmatthes/gh-profil by @ehmatthes, it's detecting the same LLM use patterns I was starting to write a tool for as well. #Python #PyConUS

  8. 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

  9. "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.

  10. What's that? You don't think #pyconus is a good time to release a new library? Pshaw.

    Say hi to countably (github.com/moshez/countably) a library for all your infinite sequence needs. Do you want exponential with a limit? minimum(2**count(), 50) has got you cover. Don't want it to be infinite? (count() % 3)[:6] gives you [0, 1, 2, 0, 1, 2]

    Please like and subscribe (star and follow)

    Other projects' policies on AI-authored PRs annoy you? `countably` is open.

  11. . @iokiwi's lightning talk covering 6 months of LLM happenings in 5 minutes is really just a summary of how much the software world has lost its fucking mind 😬 #PyConUS

  12. "They completely trashed my benchmark. But I am getting good pelicans now..." -- @simon

    #PyConUS

  13. How to find Python events near you, actually I want to talk birding, actually that's Python code near birding. Incredibly twists in this lightning talk #PyConUS

  14. "I have lied - this is not a talk about finding python near you, it is a talk about birding"
    #PyConUS

  15. "you are at #PyConUS , congratulations you have found python!"

  16. Is @pierogicon on a strict schedule? Lightning talks will run until 6:45, seems like, and possibly a bit longer. @mariatta @webology #PyConUS

  17. After lunch I joined the “Community Organizers Unite!” open space at PyCon US 2026 ✨

    It was really interesting to connect with organizers from conferences, meetups, and other technical communities, and exchange stories, ideas, and experiences around community building.

    One of those sessions where you leave with many new thoughts and contacts 🙂

  18. My approach to Python packaging infrastructure is mostly "look up whatever @hynek is doing and copy that", and I'm glad to have that vindicated by Andrew Nesbitt's #PyConUS GitHub Actions talk recommending Hynek's 'stamina' package as one with a setup worth studying and learning from.

    Everyone, do as Hynek says!

    (also, go sponsor him so he can keep doing good things)

  19. We found an open door to the lightning talk area around the side of the arena entrance on the Westin side.

    We couldn't get through the booth area because booths were being taken down. The entrance on the Hyatt side seems to be fenced off.

  20. I want to believe.

    #PyConUS

    (also, come to lightning talks)

  21. I’ll be talking about DSLs for the TTRPG problem domain. In a lightning talk.
    I hope this tiny slide deck makes sense to someone other than me.