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. So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it.

So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it.

Scheduled Pinned Locked Moved Uncategorized
95 Posts 57 Posters 15 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.
  • A avincentinspace@furry.engineer

    @pkw I'm not convinced it takes thay much bandwidth, and as for need, I mean, legal compliance is pretty important

    pkw@snac.d34d.netP This user is from outside of this forum
    pkw@snac.d34d.netP This user is from outside of this forum
    pkw@snac.d34d.net
    wrote last edited by
    #40
    "I'm not convinced it takes that much bandwidth"

    I regret engaging.
    A paoloredaelli@mastodon.unoP 2 Replies Last reply
    0
    • pkw@snac.d34d.netP pkw@snac.d34d.net
      "I'm not convinced it takes that much bandwidth"

      I regret engaging.
      A This user is from outside of this forum
      A This user is from outside of this forum
      avincentinspace@furry.engineer
      wrote last edited by
      #41

      @pkw If your operating system has one developer and one user, it's a project of a couple hours to write a daemon that always returns an "18+" signal. If your project has one developer and a number of users, you add systemd-birthdaysd to your standard distribution and have done with it. If your name is Suckless, you write your own daemon to parse /etc/passwd and it takes you a couple weeks tops.

      We can have a separate discussion about whether we're being frogboiled into accepting a surveillance state. But "what if I don't want to" is not an excuse.

      1 Reply Last reply
      0
      • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

        So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

        • Remote attestation.
        • Tamper-proof storage of the age.
        • Any validation in the age.

        In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

        In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

        • Define four groups for the four age ranges (ideally, standardise their names!).
        • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
        • Add a daily cron job that checks the above file and updates group membership.
        • Modify user-add scripts / GUIs to create an entry in the above file.
        • Add a tool to create an entry in the above file for existing user accounts.

        This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

        If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

        I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

        ottobackwards@hachyderm.ioO This user is from outside of this forum
        ottobackwards@hachyderm.ioO This user is from outside of this forum
        ottobackwards@hachyderm.io
        wrote last edited by
        #42

        @david_chisnall Is your impression that this law was specific enough to apply only to desktops? Not servers, not appliances that create users?

        1 Reply Last reply
        0
        • K kramaker@social.vivaldi.net

          @david_chisnall It doesn't matter how inoffensive it might seem now. 1) It won't remain that way, and 2) politics and politicians should not be designing nor mandating requirements in software when maybe 1 in 10,000 of them have any understanding whatsoever of how what they're dabbling in works (and, perhaps more importantly, often fails to work).

          The formerly lesser-evil Democrats in their misguided zeal to legislate utopia, now by dabbling in technology design, are pushing me into the arms of the anarchists.

          clayote@peoplemaking.gamesC This user is from outside of this forum
          clayote@peoplemaking.gamesC This user is from outside of this forum
          clayote@peoplemaking.games
          wrote last edited by
          #43

          @kramaker I quite like this text on how best to practice anarchy in software development https://applied-langua.ge/software-and-anarchy.pdf

          1 Reply Last reply
          0
          • drahardja@sfba.socialD drahardja@sfba.social

            @david_chisnall In fact the text says so:

            “Provide an accessible interface at account setup that requires an account holder to indicate the birth date, age, or both, of the user of that device for the purpose of providing a signal regarding the user’s age bracket to applications available in a covered application store.”

            REQUIRES is the key word here. There is no reason why a birthdate (or age, but I don’t know how an OS provider can *strictly* comply with this bill without the actual birthdate) is needed to create an adult account, but it will still be required.

            Can’t wait to enter my birthdate into my Samsung Smart Fridge (it has apps, so it’s an OS, maybe, probably). Surely it won’t be abused in any other way.

            Ironically, the bill says that the OS provider “shall not share the digital signal information with a third party for a purpose not required by this title” but says nothing about sharing the actual birth date that I entered.

            This is not a good bill.

            nolitimere@toot.walesN This user is from outside of this forum
            nolitimere@toot.walesN This user is from outside of this forum
            nolitimere@toot.wales
            wrote last edited by
            #44

            @drahardja @david_chisnall What about devices that have more than one user? E.g. Library computers, or family laptops, or “smart” home appliances?

            drahardja@sfba.socialD 1 Reply Last reply
            0
            • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

              So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

              • Remote attestation.
              • Tamper-proof storage of the age.
              • Any validation in the age.

              In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

              In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

              • Define four groups for the four age ranges (ideally, standardise their names!).
              • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
              • Add a daily cron job that checks the above file and updates group membership.
              • Modify user-add scripts / GUIs to create an entry in the above file.
              • Add a tool to create an entry in the above file for existing user accounts.

              This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

              If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

              I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

              minus9@hachyderm.ioM This user is from outside of this forum
              minus9@hachyderm.ioM This user is from outside of this forum
              minus9@hachyderm.io
              wrote last edited by
              #45

              @david_chisnall Now automatically deploy 5000 instances that do that. Spin up 20000 container instances, pods which are dynamically created and destroyed every 30 seconds. It's idiotic technically illiterate nonsense written by simpletons for the clueless.

              1 Reply Last reply
              0
              • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

                • Remote attestation.
                • Tamper-proof storage of the age.
                • Any validation in the age.

                In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

                In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

                • Define four groups for the four age ranges (ideally, standardise their names!).
                • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
                • Add a daily cron job that checks the above file and updates group membership.
                • Modify user-add scripts / GUIs to create an entry in the above file.
                • Add a tool to create an entry in the above file for existing user accounts.

                This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

                If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

                I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

                endareth@disobey.netE This user is from outside of this forum
                endareth@disobey.netE This user is from outside of this forum
                endareth@disobey.net
                wrote last edited by
                #46

                @david_chisnall The problem is of evolution: once this stage is normalised, the next is for that first age entry to actually become full age verification. Is a slippery slope. It’s the same problem that’s going to occur with Apple’s recent age verification addition in iOS.

                1 Reply Last reply
                0
                • not2b@sfba.socialN This user is from outside of this forum
                  not2b@sfba.socialN This user is from outside of this forum
                  not2b@sfba.social
                  wrote last edited by
                  #47

                  @pinepotpourri @david_chisnall It goes beyond that. Maybe a parent shouldn't have absolute control of their kids. Maybe they shouldn't be able to prevent their LGBT child from finding out that they aren't monstrous freaks, all alone in the world, and there are others like them, living happy lives, just to give one example.

                  pinepotpourri@mastodon.socialP 1 Reply Last reply
                  0
                  • not2b@sfba.socialN not2b@sfba.social

                    @pinepotpourri @david_chisnall It goes beyond that. Maybe a parent shouldn't have absolute control of their kids. Maybe they shouldn't be able to prevent their LGBT child from finding out that they aren't monstrous freaks, all alone in the world, and there are others like them, living happy lives, just to give one example.

                    pinepotpourri@mastodon.socialP This user is from outside of this forum
                    pinepotpourri@mastodon.socialP This user is from outside of this forum
                    pinepotpourri@mastodon.social
                    wrote last edited by
                    #48

                    @not2b Honestly yes, but without precautions, children can be put into far more danger than just "who am I?," as a gay I understand what you mean but I also feel that self confidence comes from the soul, not from those around you?

                    1 Reply Last reply
                    0
                    • nolitimere@toot.walesN nolitimere@toot.wales

                      @drahardja @david_chisnall What about devices that have more than one user? E.g. Library computers, or family laptops, or “smart” home appliances?

                      drahardja@sfba.socialD This user is from outside of this forum
                      drahardja@sfba.socialD This user is from outside of this forum
                      drahardja@sfba.social
                      wrote last edited by
                      #49

                      @nolitimere @david_chisnall Yep. What about kiosks?

                      1 Reply Last reply
                      0
                      • pemensik@fosstodon.orgP pemensik@fosstodon.org

                        @drahardja @david_chisnall nope, I don't think we have something similar. What can stop 13 years old kid to create a new account parent doesn't even know about? Can Windows or Android prevent that? Can non-IT parent configure it? I don't think so.

                        drahardja@sfba.socialD This user is from outside of this forum
                        drahardja@sfba.socialD This user is from outside of this forum
                        drahardja@sfba.social
                        wrote last edited by
                        #50

                        @pemensik And how does this law change that?

                        The “parental controls” that exist today provides the same level of restriction as this law with less burden and fewer privacy issues.

                        pemensik@fosstodon.orgP 2 Replies Last reply
                        0
                        • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                          So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

                          • Remote attestation.
                          • Tamper-proof storage of the age.
                          • Any validation in the age.

                          In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

                          In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

                          • Define four groups for the four age ranges (ideally, standardise their names!).
                          • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
                          • Add a daily cron job that checks the above file and updates group membership.
                          • Modify user-add scripts / GUIs to create an entry in the above file.
                          • Add a tool to create an entry in the above file for existing user accounts.

                          This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

                          If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

                          I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

                          imrehg@fosstodon.orgI This user is from outside of this forum
                          imrehg@fosstodon.orgI This user is from outside of this forum
                          imrehg@fosstodon.org
                          wrote last edited by
                          #51

                          @david_chisnall nope

                          1 Reply Last reply
                          0
                          • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                            So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

                            • Remote attestation.
                            • Tamper-proof storage of the age.
                            • Any validation in the age.

                            In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

                            In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

                            • Define four groups for the four age ranges (ideally, standardise their names!).
                            • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
                            • Add a daily cron job that checks the above file and updates group membership.
                            • Modify user-add scripts / GUIs to create an entry in the above file.
                            • Add a tool to create an entry in the above file for existing user accounts.

                            This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

                            If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

                            I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

                            randamumaki@mstdn.socialR This user is from outside of this forum
                            randamumaki@mstdn.socialR This user is from outside of this forum
                            randamumaki@mstdn.social
                            wrote last edited by
                            #52

                            @david_chisnall Or just don't start adding unneeded user verification processes. There's nothing more needed than a UID and a way for them to secure their account themselves using systems they themselves have control over, and none of that requires any form of PID. Least of all their age.

                            1 Reply Last reply
                            0
                            • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                              So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

                              • Remote attestation.
                              • Tamper-proof storage of the age.
                              • Any validation in the age.

                              In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

                              In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

                              • Define four groups for the four age ranges (ideally, standardise their names!).
                              • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
                              • Add a daily cron job that checks the above file and updates group membership.
                              • Modify user-add scripts / GUIs to create an entry in the above file.
                              • Add a tool to create an entry in the above file for existing user accounts.

                              This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

                              If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

                              I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

                              natalie@nya.socialN This user is from outside of this forum
                              natalie@nya.socialN This user is from outside of this forum
                              natalie@nya.social
                              wrote last edited by
                              #53
                              @david_chisnall@infosec.exchange Oh man
                              1 Reply Last reply
                              0
                              • pwloftus@pwl.farted.netP pwloftus@pwl.farted.net

                                @drahardja @david_chisnall Tizen OS - a Linux based OS by Samsung.

                                Hold on, need to verify my age so I can open my fridge and drink my Mountain Dew Verification can before losing access to my devices.

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

                                @pwloftus Is this the straw man engineering department? 😉

                                @drahardja@sfba.social @david_chisnall

                                pwloftus@pwl.farted.netP 1 Reply Last reply
                                0
                                • avuko@infosec.exchangeA avuko@infosec.exchange

                                  @david_chisnall nice feature to have in an OS. Not so nice feature to have because of a law.

                                  qgustavor@urusai.socialQ This user is from outside of this forum
                                  qgustavor@urusai.socialQ This user is from outside of this forum
                                  qgustavor@urusai.social
                                  wrote last edited by
                                  #55

                                  @avuko @david_chisnall
                                  Nice feature to be a web standard so parents can block adult websites easier (of course, sure, I know from experience, children will find bypasses) and for adults not to have to answer for the 1000th time that they are adults just to check a Steam page or something like this.
                                  But not a law.

                                  1 Reply Last reply
                                  0
                                  • drahardja@sfba.socialD drahardja@sfba.social

                                    @david_chisnall So I also read the text https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=202520260AB1043

                                    I have MANY issues with how poorly defined many of the terms are in the document (e.g. is a website an “application”?), and how it still holds developers liable for verifying the provided age information (“internal clear and convincing information…that a user’s age is different”), but…

                                    The part that to me implies implementation is that there is no leeway for the OS to *under*-report the account’s age group, e.g. reporting that a user is younger than they actually are—strictly, they are liable for civil penalties either way. This implies that the OS *must* collect the user’s date of birth and store it somewhere, and derive the age bracket from that date on a daily basis (like your algorithm says). This means that it’s not enough for a parent to set up an account as “13–16 years old” and leave it at that forever.

                                    IMO the fact that the OS *must* collect a child’s birthdate to comply is an erosion of privacy.

                                    ieure@retro.socialI This user is from outside of this forum
                                    ieure@retro.socialI This user is from outside of this forum
                                    ieure@retro.social
                                    wrote last edited by
                                    #56

                                    @drahardja @david_chisnall Also, "coarse-grained" is nothing but theater. Frequently visited sites can determine a child's exact birth date by noticing when the API changes from returning "under 13" to "between 13 and 16."

                                    ids1024@mathstodon.xyzI 1 Reply Last reply
                                    0
                                    • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                                      So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

                                      • Remote attestation.
                                      • Tamper-proof storage of the age.
                                      • Any validation in the age.

                                      In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

                                      In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

                                      • Define four groups for the four age ranges (ideally, standardise their names!).
                                      • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
                                      • Add a daily cron job that checks the above file and updates group membership.
                                      • Modify user-add scripts / GUIs to create an entry in the above file.
                                      • Add a tool to create an entry in the above file for existing user accounts.

                                      This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

                                      If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

                                      I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

                                      arcayr@gts.mischief.expertA This user is from outside of this forum
                                      arcayr@gts.mischief.expertA This user is from outside of this forum
                                      arcayr@gts.mischief.expert
                                      wrote last edited by
                                      #57

                                      @david_chisnall systemd-birthdayd :^)

                                      1 Reply Last reply
                                      0
                                      • txtx@mastodon.socialT txtx@mastodon.social

                                        @pwloftus Is this the straw man engineering department? 😉

                                        @drahardja@sfba.social @david_chisnall

                                        pwloftus@pwl.farted.netP This user is from outside of this forum
                                        pwloftus@pwl.farted.netP This user is from outside of this forum
                                        pwloftus@pwl.farted.net
                                        wrote last edited by
                                        #58

                                        @txtx @david_chisnall It’s the Reduced Absurdity Dept. The Staw Men are down the hall 😉

                                        1 Reply Last reply
                                        0
                                        • david_chisnall@infosec.exchangeD david_chisnall@infosec.exchange

                                          So, I have actually read the text of California law CA AB1043 and, honestly, I don't hate it. It requires operating systems to let you enter a date when you create a user account and requires a way for software to get a coarse-grained approximation of this that says either 'over 18' or one of three age ranges of under-18s. Importantly, it doesn't require:

                                          • Remote attestation.
                                          • Tamper-proof storage of the age.
                                          • Any validation in the age.

                                          In short, it's a tool for parents: it allows you to set the age of a child's account so that apps (including web browsers, which can then expose via JavaScript or whatever) can ask questions about what features they should expose.

                                          In a UNIX-like system, this is easy to do, with a tiny amount of new userspace things:

                                          • Define four groups for the four age ranges (ideally, standardise their names!).
                                          • Add a /etc/user_birthdays file (or whatever name it is) that stores pairs of username (or uid) and birthdays.
                                          • Add a daily cron job that checks the above file and updates group membership.
                                          • Modify user-add scripts / GUIs to create an entry in the above file.
                                          • Add a tool to create an entry in the above file for existing user accounts.

                                          This doesn't require any kernel changes. Any process can query the set of groups that the user is in already.

                                          If a parent wants to give their child root, they can update the file and bypass the check. And that's fine, that's a parent's choice. And that's what I want.

                                          I like this approach far more than things that require users to provide scans of passports and other toxically personal information to be able to use services. If we had this feature, then the Online Safety Act could simply require that web browsers provide a JavaScript API to query the age bracket and didn't work unless it returned 'over 18'.

                                          m3ow@bark.lgbtM This user is from outside of this forum
                                          m3ow@bark.lgbtM This user is from outside of this forum
                                          m3ow@bark.lgbt
                                          wrote last edited by
                                          #59

                                          @david_chisnall this seems to infringe on the rights of children who don't want to be identified as a child? And this also perpetuates power imbalances as a parent can limit what the child does. I disagree with this post and wish the worst on you. I am sending you an immense amount of negative energy now

                                          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