Coder peeking head back in

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • andy erotic
    Registered User
    • Jun 2022
    • 37

    #1

    Coder peeking head back in

    Was a coder for an adult company long ago and peeking my head back in. I recognise some usernames, though no one would know me, I tended to keep myself off boards. It seems like very little has changed in the last 15 years or so! Still with TGP / tube scripts, scrapers to pull data from sites and tweet / repost it for affiliates etc.

    The same dramas...and you still use NATS!

    A lot has changed in the coding world really, with exciting changes that would essentially allow you to change your workflows without needing a coder to make the changes to some propriety system they made.

    Currently bored, so I'm looking for any ideas for projects that I could code up - nothing really is too big!
  • CurrentlySober
    Too lazy to wipe my ass
    • Aug 2002
    • 38941

    #2
    Originally posted by andy erotic
    Currently bored
    Hi, I'm Currently Sober... Are you my daddy?


    👁️ 👍️ 💩

    Comment

    • andy erotic
      Registered User
      • Jun 2022
      • 37

      #3
      Originally posted by CurrentlySober
      Are you my daddy?
      Play your cards right and it could be a "maybe..."

      Comment

      • CurrentlySober
        Too lazy to wipe my ass
        • Aug 2002
        • 38941

        #4
        Originally posted by andy erotic
        Play your cards right and it could be a "maybe..."


        Good Game, good game...


        👁️ 👍️ 💩

        Comment

        • NakedWomenTime
          Confirmed User
          • Oct 2015
          • 564

          #5
          Originally posted by andy erotic
          Currently bored, so I'm looking for any ideas for projects that I could code up - nothing really is too big!
          Welcome to the forums. What is your programming language of choice?

          Leveraging APIs would probably be a good area for you.
          bbNaked | Naked Women Time | Naked Women Time Blog

          Comment

          • andy erotic
            Registered User
            • Jun 2022
            • 37

            #6
            Hi, any language, really. Be it, PHP, python, C/C++, front-end or jsnode. What APIs do you have in mind?

            Comment

            • blackmonsters
              Making PHP work
              • Nov 2002
              • 20961

              #7
              Originally posted by andy erotic
              Hi, any language, really. Be it, PHP, python, C/C++, front-end or jsnode. What APIs do you have in mind?
              No offense intended; but the fact that you are still calling yourself a "coder" instead of a "developer" might be why you are bored.

              Free Open Source Live Aggregated Cams Script (FOSLACS)

              Comment

              • NakedWomenTime
                Confirmed User
                • Oct 2015
                • 564

                #8
                Originally posted by andy erotic
                Hi, any language, really. Be it, PHP, python, C/C++, front-end or jsnode. What APIs do you have in mind?
                Most of the big affiliate offerings have them, e.g. Chaturbate.
                bbNaked | Naked Women Time | Naked Women Time Blog

                Comment

                • andy erotic
                  Registered User
                  • Jun 2022
                  • 37

                  #9
                  What other APIs? There are threads here saying that chaturbate refs are going to shit because the performers are telling their cashcows to leave and then join under their ref.

                  Comment

                  • andy erotic
                    Registered User
                    • Jun 2022
                    • 37

                    #10
                    Originally posted by CurrentlySober

                    Nice to see you, to see you, nice!

                    Comment

                    • sarettah
                      see you later, I'm gone
                      • Oct 2002
                      • 14297

                      #11
                      Originally posted by andy erotic
                      What other APIs? There are threads here saying that chaturbate refs are going to shit because the performers are telling their cashcows to leave and then join under their ref.
                      Yes, that is what is happening, by all means, don't waste any time promoting chaturbate.

                      Trust me.

                      .
                      All cookies cleared!

                      Comment

                      • plsureking
                        bored
                        • Aug 2003
                        • 4904

                        #12
                        Originally posted by andy erotic
                        A lot has changed in the coding world really, with exciting changes that would essentially allow you to change your workflows without needing a coder to make the changes to some propriety system they made.
                        there are a lot of programmers here. why would you assume we don't know about the "exciting" changes? they just aren't needed for most applications.

                        the latest dev updates are only needed in chat/cams/vr, where old tech doesn't work well. we're not dinosaurs. we're just not excited about every shiny no-code toy. i personally try to keep my applications and code as minimal as possible.

                        welcome back tho!

                        #
                        PornCMS / low cost paysite management with hosting

                        Comment

                        • redwhiteandblue
                          Bollocks
                          • Jun 2007
                          • 2793

                          #13
                          If you could figure out how to stop this happening you'd please a lot of people -
                          Code:
                           if($this->user->name == "DVTimes") {
                            do
                            {
                              postShitOnGfy("all_day_long");
                            } while(!$this->user->banned)
                           }
                          Interserver unmanaged AMD Ryzen servers from $73.00

                          Comment

                          • blackmonsters
                            Making PHP work
                            • Nov 2002
                            • 20961

                            #14
                            Originally posted by redwhiteandblue
                            If you could figure out how to stop this happening you'd please a lot of people -
                            Code:
                             if($this->user->name == "DVTimes") {
                              do
                              {
                                postShitOnGfy("all_day_long");
                              } while(!$this->user->banned)
                             }

                            https://www.tampermonkey.net/

                            PHP Code:
                            // ==UserScript==
                            // @name        gfy2.com
                            // @description block  threads,  posts, etc from certain users
                            // @include     https://gfy.com/*
                            // @include     http://*.gfy.com/*
                            // @include     https://gfy.com/*
                            // @include     https://*.gfy.com/*
                            // @require     https://code.jquery.com/jquery-1.7.2.min.js
                            // @version     1.0
                            // @grant       none
                            // ==/UserScript==
                            var hide_users = [
                                'DukeSkywalker',
                                'Grapesoda',
                                'beaner',
                                'DVTimes'
                            ];
                            
                            $(document).ready(function () {
                                $('#threadslist tbody tr').each(function (thread_index, thread_value) {
                                    var thread_block = $(this);
                                    var thread_starter = $('span[style="cursor:pointer"]', this).text();
                                    $(hide_users).each(function (hide_index, hide_user) {
                                        if (thread_starter === hide_user) {
                            //         $('#threadslist tbody:last').append("<tr style='opacity: 0.5'>" + thread_block.html() + "</tr>");
                                            thread_block.remove();
                                        }
                                    });
                                });
                            
                                $('table[id^="post"]').each(function (post_index, post_value) {
                                    var post_block = $(this);
                                    var post_author = $('a.bigusername', this).text();
                                    $(hide_users).each(function (hide_index, hide_user) {
                                        if (post_author === hide_user) {
                                            post_block.remove();
                                        }
                                    }); //removes entire post of someone on the ignore list.
                            
                            $('div[style^="margin:"]').each(function (post_index, post_value) {
                               var post_block = $(this);
                               var post_block_quote = $('div[style^="font-style:italic"]', this);
                               var post_author = $('strong', this).text();
                               $(hide_users).each(function (hide_index, hide_user) {
                                   if (post_author === hide_user) {
                                       //post_block.remove();
                                       $(post_block_quote).html("<br><font color=#998877><i>I'm a useless piece of </i></font><font size=6>&#128169</font>");
                                   }
                               });
                            }); //removes any quotes someone may have made of a person on ignore, even if quotes multiple times but they have to have the name in the quote
                            
                                }); //end of nested forloops for checking both posts and quotes.
                            }); 
                            

                            https://www.youtube.com/watch?v=tHTql9QXj-Y



                            Free Open Source Live Aggregated Cams Script (FOSLACS)

                            Comment

                            • andy erotic
                              Registered User
                              • Jun 2022
                              • 37

                              #15
                              Originally posted by redwhiteandblue
                              If you could figure out how to stop this happening you'd please a lot of people -
                              Code:
                               if($this->user->name == "DVTimes") {
                                do
                                {
                                  postShitOnGfy("all_day_long");
                                } while(!$this->user->banned)
                               }
                              re-open beerandbollocks or was it netpond?

                              Comment

                              • gar
                                Confirmed User
                                • Feb 2021
                                • 462

                                #16
                                I wonder if anyone here use Docker. Blue-Green deployment, auto scaling etc.

                                Or anyone here using Git? Git push deploy?
                                TubeOrigin

                                Comment

                                • andy erotic
                                  Registered User
                                  • Jun 2022
                                  • 37

                                  #17
                                  Originally posted by plsureking
                                  there are a lot of programmers here. why would you assume we don't know about the "exciting" changes? they just aren't needed for most applications.
                                  You mean free, easily usable, easily maintainable software that allows the consumer to get the job done is not needed.but to instead, it's necessary to pay a coder for their time to reinvent the wheel? An affiliates 'job' is to consume an API and spit it out in a template. That's basic 101 API usage.

                                  Originally posted by plsureking
                                  the latest dev updates are only needed in chat/cams/vr, where old tech doesn't work well.
                                  Code breaks all the time and needs constant updates.

                                  Originally posted by plsureking
                                  we're just not excited about every shiny no-code toy.
                                  I like how you feel you speak for 'we', you don't speak for me though. You mean mature toys that have been in development for nine years or longer and have proven themselves countless times in a range of sectors? I agree, making these packages seem like childish toys will alienate potential clients from using them to pay a coder for their time instead.

                                  Originally posted by plsureking
                                  i personally try to keep my applications and code as minimal as possible.
                                  Exactly, clients should be conditioned to think minimal code is best code (even though it's more than likely that the job they want doing could be done on a calculator) and they should pay coders to think how best to get the code as minimal as possible, as 'efficient' as possible and as well-designed using current theories rather than just getting the mvp to market as quickly as possible and be able to manipulate it themselves allowing their mvp to develop with the market.

                                  Originally posted by plsureking
                                  welcome back tho! #
                                  Cheers!

                                  Comment

                                  • plsureking
                                    bored
                                    • Aug 2003
                                    • 4904

                                    #18
                                    Originally posted by andy erotic
                                    You mean free, easily usable, easily maintainable software that allows the consumer to get the job done is not needed.but to instead, it's necessary to pay a coder for their time to reinvent the wheel? An affiliates 'job' is to consume an API and spit it out in a template. That's basic 101 API usage.

                                    Code breaks all the time and needs constant updates.

                                    I like how you feel you speak for 'we', you don't speak for me though. You mean mature toys that have been in development for nine years or longer and have proven themselves countless times in a range of sectors? I agree, making these packages seem like childish toys will alienate potential clients from using them to pay a coder for their time instead.

                                    Exactly, clients should be conditioned to think minimal code is best code (even though it's more than likely that the job they want doing could be done on a calculator) and they should pay coders to think how best to get the code as minimal as possible, as 'efficient' as possible and as well-designed using current theories rather than just getting the mvp to market as quickly as possible and be able to manipulate it themselves allowing their mvp to develop with the market.

                                    Cheers!
                                    why would a coder pay a coder?

                                    you said yourself that you haven't worked in this industry in a long time, so i am not including you in the "we" lol.

                                    most of us in this industry are self-employed and "we" spend our days focused on making money. we don't upgrade our tools if they are working. we expand and do more projects.

                                    welcome back! ssdd here.



                                    #
                                    PornCMS / low cost paysite management with hosting

                                    Comment

                                    • k0nr4d
                                      Confirmed User
                                      • Aug 2006
                                      • 9231

                                      #19
                                      Originally posted by gar
                                      I wonder if anyone here use Docker. Blue-Green deployment, auto scaling etc.

                                      Or anyone here using Git? Git push deploy?
                                      Those that I've run into using docker have generally been pissed off about the fact their developer used docker. Some use git but it's mostly larger companies. Not many are using any form of auto scaling as that requires using a cloud based system like Amazon AWS, which if you run the numbers ends up costing 20x more then normal servers at which point you may as well just overbuild with normal servers. Most of the smaller companies and individual webmasters just edit on the fly using ftp.
                                      Mechanical Bunny Media
                                      Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                                      Comment

                                      • redwhiteandblue
                                        Bollocks
                                        • Jun 2007
                                        • 2793

                                        #20
                                        Originally posted by k0nr4d
                                        Some use git but it's mostly larger companies.
                                        I don't know about that, if you look through job listings most seem to expect you to be using Git / Github now.

                                        Originally posted by k0nr4d
                                        Most of the smaller companies and individual webmasters just edit on the fly using ftp.
                                        Guilty!
                                        Interserver unmanaged AMD Ryzen servers from $73.00

                                        Comment

                                        • k0nr4d
                                          Confirmed User
                                          • Aug 2006
                                          • 9231

                                          #21
                                          Originally posted by redwhiteandblue
                                          I don't know about that, if you look through job listings most seem to expect you to be using Git / Github now.
                                          Yeah I'm just going by observations from what i've seen of clients. Very few are using git.
                                          Mechanical Bunny Media
                                          Mechbunny Tube Script | Mechbunny Webcam Aggregator Script | Custom Web Development

                                          Comment

                                          • plsureking
                                            bored
                                            • Aug 2003
                                            • 4904

                                            #22
                                            Originally posted by redwhiteandblue
                                            I don't know about that, if you look through job listings most seem to expect you to be using Git / Github now.
                                            i think the point is not many of us in adult, beyond MindGeek, are posting job listings or have 1000s of developers. i've only used Git when i worked on projects at large companies or large teams, which has only been a few times. i despise the corporate world.

                                            i don't use Git for my own cms, although i do have a central [replicated] repository. its just not on Git. i built it myself, like everything else.

                                            #
                                            PornCMS / low cost paysite management with hosting

                                            Comment

                                            Working...