Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. And that's how I ended up on mastodon

And that's how I ended up on mastodon

Scheduled Pinned Locked Moved Uncategorized
69 Posts 43 Posters 151 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • d6@merveilles.townD d6@merveilles.town

    @elyn 👋

    elyn@tech.lgbtE This user is from outside of this forum
    elyn@tech.lgbtE This user is from outside of this forum
    elyn@tech.lgbt
    wrote last edited by
    #39

    @d6

    1 Reply Last reply
    0
    • ancoghlan@mastodon.socialA ancoghlan@mastodon.social

      @elyn Yeah, I advise folks to steer clear of the core type machinery implementation unless they actually *want* to stretch their brains into weird shapes in order to understand it. Lots of "this isn't quite true yet, but it will be true before it needs to be true, just trust us on that, computer".

      I also love the fact that it is all completely *un*necessary knowledge for folks that just want to use Python without worrying about the fiddly details of how it works.

      elyn@tech.lgbtE This user is from outside of this forum
      elyn@tech.lgbtE This user is from outside of this forum
      elyn@tech.lgbt
      wrote last edited by
      #40

      @ancoghlan I love fiddly details and non-euclidean neurology! It's good compilers don't appear to be conscious. I can't fathom the depths of their paranoia if they had to experience all the lies and coercion we put them through

      konstin@mastodon.socialK 1 Reply Last reply
      0
      • elyn@tech.lgbtE elyn@tech.lgbt

        And that's how I ended up on mastodon

        csolisr@hub.azkware.netC This user is from outside of this forum
        csolisr@hub.azkware.netC This user is from outside of this forum
        csolisr@hub.azkware.net
        wrote last edited by
        #41
        That's a hit toot on Mastodon


        I got it from the trending bot so, yeah, that's indeed a hit toot on Mastodon

        elyn@tech.lgbtE 1 Reply Last reply
        0
        • elyn@tech.lgbtE elyn@tech.lgbt

          And that's how I ended up on mastodon

          ryan@m29.usR This user is from outside of this forum
          ryan@m29.usR This user is from outside of this forum
          ryan@m29.us
          wrote last edited by
          #42

          @elyn Some days I wake up and decide I want to invent a new type of number. I'm glad Python supports this.

          1 Reply Last reply
          0
          • elyn@tech.lgbtE elyn@tech.lgbt

            And that's how I ended up on mastodon

            fabiosantoscode@mastodon.socialF This user is from outside of this forum
            fabiosantoscode@mastodon.socialF This user is from outside of this forum
            fabiosantoscode@mastodon.social
            wrote last edited by
            #43

            @elyn you found The Place (tm)

            1 Reply Last reply
            0
            • elyn@tech.lgbtE elyn@tech.lgbt

              And that's how I ended up on mastodon

              architeuthisflux@leds.socialA This user is from outside of this forum
              architeuthisflux@leds.socialA This user is from outside of this forum
              architeuthisflux@leds.social
              wrote last edited by
              #44

              @elyn omg I was right holy shit

              elyn@tech.lgbtE 1 Reply Last reply
              0
              • architeuthisflux@leds.socialA architeuthisflux@leds.social

                @elyn omg I was right holy shit

                elyn@tech.lgbtE This user is from outside of this forum
                elyn@tech.lgbtE This user is from outside of this forum
                elyn@tech.lgbt
                wrote last edited by
                #45

                @ArchiteuthisFlux YOU REALLY WERE, OMG

                1 Reply Last reply
                0
                • csolisr@hub.azkware.netC csolisr@hub.azkware.net
                  That's a hit toot on Mastodon


                  I got it from the trending bot so, yeah, that's indeed a hit toot on Mastodon

                  elyn@tech.lgbtE This user is from outside of this forum
                  elyn@tech.lgbtE This user is from outside of this forum
                  elyn@tech.lgbt
                  wrote last edited by
                  #46

                  @csolisr @ArchiteuthisFlux is a prophet, truly

                  architeuthisflux@leds.socialA 1 Reply Last reply
                  0
                  • elyn@tech.lgbtE elyn@tech.lgbt

                    @ancoghlan I love fiddly details and non-euclidean neurology! It's good compilers don't appear to be conscious. I can't fathom the depths of their paranoia if they had to experience all the lies and coercion we put them through

                    konstin@mastodon.socialK This user is from outside of this forum
                    konstin@mastodon.socialK This user is from outside of this forum
                    konstin@mastodon.social
                    wrote last edited by
                    #47

                    @elyn @ancoghlan a lot of the python internal type machinery was added before python had spellable types, which now shows up as those strange breaks in the type math.

                    there's a similar case where `float` actually means `float | int`, so there's now no way of saying just float, no int, even though `isinstance(1, float) == False`.

                    elyn@tech.lgbtE ancoghlan@mastodon.socialA 3 Replies Last reply
                    0
                    • elyn@tech.lgbtE elyn@tech.lgbt

                      @csolisr @ArchiteuthisFlux is a prophet, truly

                      architeuthisflux@leds.socialA This user is from outside of this forum
                      architeuthisflux@leds.socialA This user is from outside of this forum
                      architeuthisflux@leds.social
                      wrote last edited by
                      #48

                      @elyn @csolisr I mean, complaining about Python's type system and edited Lovecraft quotes on their own are popular pastimes here. You blended them together with a sprinkle of 4th wall breaking into pure Mastodon catnip.

                      elyn@tech.lgbtE 1 Reply Last reply
                      0
                      • konstin@mastodon.socialK konstin@mastodon.social

                        @elyn @ancoghlan a lot of the python internal type machinery was added before python had spellable types, which now shows up as those strange breaks in the type math.

                        there's a similar case where `float` actually means `float | int`, so there's now no way of saying just float, no int, even though `isinstance(1, float) == False`.

                        elyn@tech.lgbtE This user is from outside of this forum
                        elyn@tech.lgbtE This user is from outside of this forum
                        elyn@tech.lgbt
                        wrote last edited by
                        #49

                        @konstin @ancoghlan Maybe they should just change it, surely there's no historical precedent indicating that changing foundational design details would ever stifle adoption or fracture a community!

                        1 Reply Last reply
                        0
                        • konstin@mastodon.socialK konstin@mastodon.social

                          @elyn @ancoghlan a lot of the python internal type machinery was added before python had spellable types, which now shows up as those strange breaks in the type math.

                          there's a similar case where `float` actually means `float | int`, so there's now no way of saying just float, no int, even though `isinstance(1, float) == False`.

                          elyn@tech.lgbtE This user is from outside of this forum
                          elyn@tech.lgbtE This user is from outside of this forum
                          elyn@tech.lgbt
                          wrote last edited by
                          #50

                          @konstin @ancoghlan That's genuinely really cool to know tho, thank u 😄

                          1 Reply Last reply
                          0
                          • elyn@tech.lgbtE elyn@tech.lgbt

                            And that's how I ended up on mastodon

                            t_x@chaos.socialT This user is from outside of this forum
                            t_x@chaos.socialT This user is from outside of this forum
                            t_x@chaos.social
                            wrote last edited by
                            #51

                            @elyn I was about to ask you for a link to the original Mastodon post, to be able to boost that one and to give the author credit. Luckily I read the last post just before posting myself :D.
                            Edit: And hi and welcome 👋

                            elyn@tech.lgbtE 1 Reply Last reply
                            0
                            • t_x@chaos.socialT t_x@chaos.social

                              @elyn I was about to ask you for a link to the original Mastodon post, to be able to boost that one and to give the author credit. Luckily I read the last post just before posting myself :D.
                              Edit: And hi and welcome 👋

                              elyn@tech.lgbtE This user is from outside of this forum
                              elyn@tech.lgbtE This user is from outside of this forum
                              elyn@tech.lgbt
                              wrote last edited by
                              #52

                              @T_X thank you!! And hey, if you're looking for anyone else to give some credit to, check out @ArchiteuthisFlux , the post wouldn't exist without him telling me it'd be well received here!

                              1 Reply Last reply
                              0
                              • elyn@tech.lgbtE elyn@tech.lgbt

                                And that's how I ended up on mastodon

                                maxleibman@beige.partyM This user is from outside of this forum
                                maxleibman@beige.partyM This user is from outside of this forum
                                maxleibman@beige.party
                                wrote last edited by
                                #53

                                @elyn Welcome!

                                1 Reply Last reply
                                0
                                • konstin@mastodon.socialK konstin@mastodon.social

                                  @elyn @ancoghlan a lot of the python internal type machinery was added before python had spellable types, which now shows up as those strange breaks in the type math.

                                  there's a similar case where `float` actually means `float | int`, so there's now no way of saying just float, no int, even though `isinstance(1, float) == False`.

                                  ancoghlan@mastodon.socialA This user is from outside of this forum
                                  ancoghlan@mastodon.socialA This user is from outside of this forum
                                  ancoghlan@mastodon.social
                                  wrote last edited by
                                  #54

                                  @konstin @elyn Oof, I had managed to forget how much worse it all was before the classic class emulation bits were dropped, but that observation reminded me. I shudder to think how much harder it would have been to start defining type forms if those were still around (as you say, it's hard enough retrofitting a comprehensive description language to the status quo).

                                  1 Reply Last reply
                                  0
                                  • ancoghlan@mastodon.socialA ancoghlan@mastodon.social

                                    @elyn Yeah, I advise folks to steer clear of the core type machinery implementation unless they actually *want* to stretch their brains into weird shapes in order to understand it. Lots of "this isn't quite true yet, but it will be true before it needs to be true, just trust us on that, computer".

                                    I also love the fact that it is all completely *un*necessary knowledge for folks that just want to use Python without worrying about the fiddly details of how it works.

                                    missingclara@chaos.socialM This user is from outside of this forum
                                    missingclara@chaos.socialM This user is from outside of this forum
                                    missingclara@chaos.social
                                    wrote last edited by
                                    #55

                                    @ancoghlan @elyn I didn't mean to, but I have been in the past couple days, and I am not even working in anything conceptually complex 😅

                                    1 Reply Last reply
                                    0
                                    • elyn@tech.lgbtE elyn@tech.lgbt

                                      And that's how I ended up on mastodon

                                      stefan@stefanbohacek.onlineS This user is from outside of this forum
                                      stefan@stefanbohacek.onlineS This user is from outside of this forum
                                      stefan@stefanbohacek.online
                                      wrote last edited by
                                      #56

                                      @elyn Welcome!

                                      I'd say I hope you'll like it here, but I have a feeling that you will!

                                      elyn@tech.lgbtE 1 Reply Last reply
                                      0
                                      • stefan@stefanbohacek.onlineS stefan@stefanbohacek.online

                                        @elyn Welcome!

                                        I'd say I hope you'll like it here, but I have a feeling that you will!

                                        elyn@tech.lgbtE This user is from outside of this forum
                                        elyn@tech.lgbtE This user is from outside of this forum
                                        elyn@tech.lgbt
                                        wrote last edited by
                                        #57

                                        @stefan and you're so right!

                                        1 Reply Last reply
                                        0
                                        • architeuthisflux@leds.socialA architeuthisflux@leds.social

                                          @elyn @csolisr I mean, complaining about Python's type system and edited Lovecraft quotes on their own are popular pastimes here. You blended them together with a sprinkle of 4th wall breaking into pure Mastodon catnip.

                                          elyn@tech.lgbtE This user is from outside of this forum
                                          elyn@tech.lgbtE This user is from outside of this forum
                                          elyn@tech.lgbt
                                          wrote last edited by
                                          #58

                                          @ArchiteuthisFlux @csolisr the alchemical formula for mastodon catnip has thus been revealed

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups