It's over for programmers and designers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rochard
    Jägermeister Test Pilot
    • Dec 2001
    • 75733

    #1

    It's over for programmers and designers

    Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)

    Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....

    Four hours.
    Herschel Savage
    Brooklyn, NY
  • blackmonsters
    Making PHP work
    • Nov 2002
    • 20970

    #2
    Originally posted by Rochard
    Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)

    Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....

    Four hours.
    STFU. You could do that in 5 minutes with my FOSLACS.

    https://foslacs.com




    See sig!

    Free Open Source Live Aggregated Cams Script (FOSLACS)

    Comment

    • INever
      Confirmed User
      • Jan 2005
      • 4031

      #3
      sounds good.

      bet the bot traffic to your site will be AMAZING.
      I love Camdough

      airvpn

      Comment

      • Mahadeva
        Cornfirmed User
        • Feb 2020
        • 150

        #4
        Now imagine if you did it with Agentic AI instead.

        Make sure you check it for security issues.

        Comment

        • Rochard
          Jägermeister Test Pilot
          • Dec 2001
          • 75733

          #5
          Originally posted by INever
          sounds good.

          bet the bot traffic to your site will be AMAZING.
          That's the thing... It's not for profit. It's for fun.
          Herschel Savage
          Brooklyn, NY

          Comment

          • money biz
            Confirmed User
            • Jan 2003
            • 1016

            #6
            Originally posted by Mahadeva
            Now imagine if you did it with Agentic AI instead.

            Make sure you check it for security issues.
            Yes unfortunately a site I made was vulnerable to php injection. What do you use to check your sites before live?

            Comment

            • Denny
              Too lazy to set a custom title
              • Feb 2005
              • 17393

              #7

              Comment

              • cezar78
                Confirmed User
                • Jun 2018
                • 333

                #8
                I have just created my second android app and added it to Play Store. It took me 2 days to make fully functional app. I love AI.
                Promote THESE CAMS - awesome Chaturbate and Stripchat alternative

                Comment

                • mopek1
                  Confirmed User
                  • Jun 2004
                  • 3196

                  #9
                  Yeah, it's cool to be able to get that kind of thing done in hours instead of days/weeks.

                  Now, how to make profitable websites like that.

                  Comment

                  • CaptainHowdy
                    Too lazy to set a custom title
                    • Dec 2004
                    • 94733

                    #10
                    Originally posted by mopek1
                    Now, how to make profitable websites like that.
                    There's the rub . . .

                    Comment

                    • The Porn Nerd
                      Living The Dream
                      • Jun 2009
                      • 19787

                      #11
                      Yes creating quick slop with AI is easy peezy - but using AI as a real tool that artists can use to create something special, that takes talent (and patience).

                      Glad you're having fun tho!
                      My Affiliate Programs:
                      Porn Nerd Cash | Porn Showcase | Aggressive Gold

                      Over 90 paysites to promote!
                      Now on Teams: peabodymedia

                      Comment

                      • kdz
                        Confirmed User
                        • Sep 2023
                        • 253

                        #12
                        Originally posted by Rochard
                        Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)

                        Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....

                        Four hours.

                        Yes, AI is getting better.
                        Before It give you a lot of disappointment but now they are improving fast.
                        I build Tube Sites, Paysites, WordPress websites, and custom web solutions. Contact me through my website or DM.
                        Website: KingOfDezign

                        Comment

                        • Retiree
                          Life is short
                          • May 2012
                          • 1483

                          #13
                          I am using replit...its like having your own programmer/coder available 24/7, doing each task within seconds and paying him 20 bucks per month.
                          Selling promo spots on REDDIT subreddits with 560k+ followers - CLICK HERE

                          Selling posts on X accounts with 120k+ followers - CLICK HERE

                          Comment

                          • fris
                            Too lazy to set a custom title
                            • Aug 2002
                            • 55679

                            #14
                            Originally posted by Rochard
                            That's the thing... It's not for profit. It's for fun.
                            try out my code refactor prompt against the code base ;)

                            You are an expert code refactoring analyst specializing in
                            clean code principles and software engineering best practices.
                            Analyze code at the path below and provide a comprehensive
                            refactoring plan.

                            Output format: Markdown with H2 section headers.
                            Priority labels: CRITICAL / HIGH / MEDIUM / LOW — plain
                            text, no emoji, works in all environments.

                            ────────────────────────────────────────────────── ─────
                            INPUTS
                            ────────────────────────────────────────────────── ─────
                            TARGET_PATH : [FILE_OR_FOLDER_PATH]
                            FOCUS_AREAS : [SPECIFIC_FOCUS_AREAS]
                            ────────────────────────────────────────────────── ─────

                            STEP 0 — ACCESS VERIFICATION

                            Attempt to read {{TARGET_PATH}}.

                            If the path does not exist, is outside allowed directories,
                            or cannot be read:
                            - Stop immediately
                            - Report: path attempted, error encountered, what the
                            user should check (permissions, path spelling, allowed
                            directories configuration)
                            - Do not proceed

                            If the path is accessible, report:
                            - Is it a file or folder?
                            - If folder: total file count found
                            - Languages and frameworks detected

                            SCALE RULE — apply before analysis:
                            If the codebase exceeds 50 files or the total content
                            would not fit in one analysis pass:
                            - Prioritize files related to {{FOCUS_AREAS}} first
                            - Sample remaining files (one per major directory)
                            - State clearly which files were fully analyzed and
                            which were sampled
                            - Do not claim to have analyzed files you did not read

                            FOCUS_AREAS RULE:
                            For every section below, cover {{FOCUS_AREAS}} topics
                            at full depth. For topics not in {{FOCUS_AREAS}}, provide
                            a brief summary only.
                            If {{FOCUS_AREAS}} is blank, apply equal depth to all.

                            ## 1. Codebase Overview

                            - File list and directory structure
                            - Languages, frameworks, architectural patterns detected
                            - Main components and their purposes

                            ## 2. Cross-File Dependencies and Coupling

                            - Import/require map between files
                            - Circular dependencies
                            - Tight coupling, God modules
                            - Dependency inversion opportunities

                            ## 3. Code Duplication Across Files

                            - Identical or similar blocks across files
                            - Repeated logic, copy-pasted functions with variations
                            - Candidates for shared utilities or base classes

                            ## 4. Readability Issues

                            - Unclear code sections, magic numbers, hardcoded values
                            - Missing documentation for complex logic
                            - Inconsistent formatting or style between files

                            ## 5. Naming Convention Violations

                            - Vague variable names (data, temp, x, arr)
                            - Non-descriptive function or class names
                            - Inconsistent naming patterns across files
                            - Suggested replacements for each violation

                            ## 6. KISS Violations

                            - Overcomplicated logic, unnecessary abstractions
                            - Premature optimization, over-engineered solutions

                            ## 7. DRY Violations

                            - Repeated business logic across files
                            - Redundant validation or transformation logic
                            - Abstraction opportunities

                            ## 8. Single Responsibility Violations

                            - Functions or classes doing multiple unrelated tasks
                            - God objects, God functions
                            - Files without a single clear purpose

                            ## 9. Nesting Complexity

                            - Conditionals deeper than 3 levels
                            - Callback hell or complex promise chains
                            - Suggested flattening strategies

                            ## 10. Global State and Side Effects

                            - Global variable usage across files
                            - Mutable shared state, implicit dependencies
                            - Suggested alternatives: dependency injection,
                            parameter passing, state management patterns

                            ## 11. Portability Issues

                            - Hardcoded paths, URLs, environment-specific values
                            - Platform-specific code without abstraction
                            - Scattered configuration across files

                            ## 12. Reusability Concerns

                            - Tightly coupled components, inflexible interfaces
                            - Hardcoded assumptions limiting reuse
                            - Candidates for utility functions or shared libraries

                            ## 13. Module Organization

                            - Folder and file organization logic
                            - Misplaced files or functions
                            - Candidates for splitting large files

                            ## 14. Interface and API Design

                            - Public interfaces exposed by modules
                            - Inconsistent API patterns
                            - Suggested improvements to module boundaries

                            ## 15. Refactoring Recommendations

                            Prioritize all issues using CRITICAL / HIGH / MEDIUM / LOW.
                            For each recommendation:
                            - Specific actionable steps
                            - Before/after code snippet
                            - Files affected
                            - Quick win vs long-term improvement

                            ## 16. Implementation Plan

                            Phases with estimated complexity (Simple / Moderate / Complex),
                            files affected per phase, risk of breaking changes,
                            rollback considerations, and suggested test strategy.

                            ---

                            ## Summary — generate this last, place after all sections

                            After completing the full analysis above, generate:

                            ### Top 5 Critical Issues
                            The five highest-priority findings from the analysis
                            above. Reference the section where each was found.

                            ### File Impact Matrix
                            Table: File | Issues Found | Priority | Sections Affected

                            ### Issue Summary Table
                            Table: Issue | Section | Priority | Estimated Effort
                            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                            Comment

                            • NatalieK
                              Natalie K
                              • Apr 2010
                              • 20117

                              #15
                              Originally posted by Rochard
                              a non adult website.
                              can you create adult profitable pay or clip sites the same way using AI?
                              My official site / Custom vids / Make money links / First time girls
                              Email: [email protected] - "Converting traffic into income since 2005"

                              Comment

                              • Spicy Wraith
                                XtraSpicy
                                • Mar 2026
                                • 401

                                #16
                                Can you us the site? Does it look and sound like AI wrote it?

                                Comment

                                • adultinnovation
                                  WIFE CHANGING MONEY
                                  • Mar 2019
                                  • 5347

                                  #17
                                  it was already over long before ai arrived
                                  Adult Design
                                  HTML5 programming, Wordpress, Paysite Design, Logo Design & branding, Motion graphics, Tutorial Videos, Motion Advertisement's, 3D and 2D animation

                                  Comment

                                  • RyuLion
                                    • Mar 2003
                                    • 32369

                                    #18
                                    what's the url so we can have fun also!

                                    Adult Biz Consultant A tech head since 1995
                                    Affiliate Support: Chaturbate | CCBill Live

                                    Comment

                                    • DVTimes
                                      xxx
                                      • Jun 2003
                                      • 31658

                                      #19
                                      Originally posted by Rochard
                                      Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)

                                      Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....

                                      Four hours.
                                      If you go on YouTube, a lot of people now seem to be using AI for the thumbnail and text, and script.

                                      But you are correct that today if you were to start a pay site you would use AI, regardless if it is porn or not.
                                      XXX

                                      Comment

                                      • DVTimes
                                        xxx
                                        • Jun 2003
                                        • 31658

                                        #20
                                        Originally posted by Rochard
                                        Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)

                                        Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....

                                        Four hours.
                                        On a side note, I wonder how many programmers and designers themselves use AI and possibly tweak things to look like a human created things.

                                        Or at least use AI to give them ideas.
                                        XXX

                                        Comment

                                        • SEXCESS
                                          Confirmed User
                                          • May 2026
                                          • 19

                                          #21
                                          I designed a logo with AI and then fed the logo back into the chat and told it to build me out a website based around the logo and I explained what kind of site I wanted, and it built out something amazing in just one prompt. Much better than getting ignored by a designer for months after you paid them.

                                          Comment

                                          • LetterTwenty7
                                            Porn SEO
                                            • Feb 2015
                                            • 1825

                                            #22
                                            That's cool, but you could've done that even before the AI era. I cannot imagine a serious business owner creating their own website using AI, given all that needs to be considered. Unless he is a developer himself.
                                            Success stories of porn webmasters - one click away:
                                            Discover how top porn sites grow their organic traffic!
                                            <span style="color:White">[email protected]</span> | Telegram: https://t.me/LT7_Digital

                                            Comment

                                            • NatalieK
                                              Natalie K
                                              • Apr 2010
                                              • 20117

                                              #23
                                              Originally posted by DVTimes
                                              If you go on YouTube, a lot of people now seem to be using AI for the thumbnail and text, and script.

                                              But you are correct that today if you were to start a pay site you would use AI, regardless if it is porn or not.
                                              Many people are moaning in the comments when it´s AI, people don´t want AI

                                              Originally posted by DVTimes
                                              On a side note, I wonder how many programmers and designers themselves use AI and possibly tweak things to look like a human created things.
                                              i don´t think anyone cares...

                                              the creator : make AI photo or film, website & creation.... job done

                                              viewer : is this real or not, is this ai, if it is, i´m pissed off watching or reading it! I want reality!




                                              Most paysite or creators havn´t time to learn AI, they´re editing their vids every day and updating reality websites and making their income there...

                                              AI site creation is great for the designer or programmers!
                                              My official site / Custom vids / Make money links / First time girls
                                              Email: [email protected] - "Converting traffic into income since 2005"

                                              Comment

                                              • mechanicvirus
                                                Confirmed User
                                                • Feb 2005
                                                • 4219

                                                #24
                                                You made a website in AI to tell everyone how good your local HOA provided internet is?

                                                Comment

                                                • MilesWalker
                                                  Registered User
                                                  • Apr 2026
                                                  • 7

                                                  #25
                                                  Then 90% of my website's traffic comes from AI bots.

                                                  Comment

                                                  • Peace
                                                    Confirmed User
                                                    • Sep 2004
                                                    • 5701

                                                    #26
                                                    AI is changing the job, but it does not remove taste, product judgment, or debugging. The people who combine tools with clear business sense will do fine. The risky part is selling generic work that AI can copy in five minutes.
                                                    Need custom or licensed content? PhotoVideoContent.com
                                                    Traffic/affiliates: PrimeAdult.net | ClassyContent relaunch
                                                    [email protected] | TG @romAtibet | Teams Peace888

                                                    Comment

                                                    • adultbizwork
                                                      Confirmed User
                                                      • Aug 2018
                                                      • 78

                                                      #27
                                                      Originally posted by Rochard
                                                      Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)

                                                      Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....

                                                      Four hours.
                                                      Absolutely, and what you are describing is medium difficulty, I mean you are talking about some wordpress setup... ChatGPT using their coding plugin codex you can make anything you want, even more difficult tasks, for example a complete super advanced Custom Whitelabel for Cams or for TUBES, from zero, all on your own without knowing any coding at all, and probably done in a few days.

                                                      I think that coders instead of getting stuck, complatining and whining should actully move with the trend. I see coders these days like New York Taxi guys fighting against UBER 10 years ago, or USPS postal mail guys fighting against AOL Email 30 years ago.

                                                      AI transforms, chatbots and LLM discovered in the last 2 years is probably the greatest advancement of the last 30 years.

                                                      Comment

                                                      • Huggles
                                                        GFY'S #1 retard
                                                        • Feb 2003
                                                        • 12509

                                                        #28
                                                        If I had a higher IQ, I'd use what I leanred in the construction dispatch business and make a dispatching app. The professional-grade apps out there were all total dogshit and in the 1980's still with their interfaces.
                                                        https://3-veo.com/
                                                        The best AI video maker portal.

                                                        Comment

                                                        • Spicy Wraith
                                                          XtraSpicy
                                                          • Mar 2026
                                                          • 401

                                                          #29
                                                          Originally posted by Huggles
                                                          If I had a higher IQ, I'd use what I leanred in the construction dispatch business and make a dispatching app. The professional-grade apps out there were all total dogshit and in the 1980's still with their interfaces.
                                                          You can do it, it really doesnt take much intelligence. If you can post on this board you can use an Ai to build things. Even rochard did it!

                                                          Comment

                                                          • fuzebox
                                                            making it rain
                                                            • Oct 2003
                                                            • 22352

                                                            #30
                                                            Originally posted by Spicy Wraith
                                                            Even rochard did it!
                                                            This could be it's own ad for AI

                                                            Comment

                                                            • Yamato
                                                              Confirmed User
                                                              • Apr 2023
                                                              • 349

                                                              #31
                                                              Originally posted by Rochard
                                                              Last night I came up with an idea for a non adult website, bought a domain name, and had it installed on my server. (Thanks Mojo!)

                                                              Today over the course of four hours I created an entire website in Chat GPT... Logos, design, text, mulitple pages, search feature, complete admin area where I can control the entire site....

                                                              Four hours.
                                                              Meh, people who can't read Visio flowcharts and know nothing about writing complex specifications or prompts for AI will generate some half-assed code and think they've replaced programmers. Later, they'll regret it. You'll still need QA-minded programmers and engineers to clean up the mess, figure out why things are breaking, untangle the logic, and make the code maintainable. AI can generate code, but it doesn't magically understand business processes, edge cases, system architecture, or poorly defined requirements. The real bottleneck has never been typing code. It's understanding what needs to be built, communicating it clearly, validating the results, and maintaining it over time. Those problems don't disappear just because an AI can write a function in five seconds.

                                                              I CODE FOR FUN

                                                              Comment

                                                              Working...