Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • 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 (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Woodpecker
  3. What is Woodpecker ?

What is Woodpecker ?

Scheduled Pinned Locked Moved Woodpecker
24 Posts 7 Posters 3.7k Views 6 Watching
  • 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.
  • humptydumptyH humptydumpty

    @LoudLemur said in What is Woodpecker ?:

    SOIDBSOIISU. FE, WDCIM?

    and this?

    L Offline
    L Offline
    LoudLemur
    wrote on last edited by
    #11

    @humptydumpty said in What is Woodpecker ?:

    @LoudLemur said in What is Woodpecker ?:

    SOIDBSOIISU. FE, WDCIM?

    and this?

    Oh, that SOIDBSOIISU. FE, WDCIM? That is the good old shorthand for:

    Some Of It Does But Some Of It Is Still Unclear. For Example, What Does CI Mean?

    😲

    1 Reply Last reply
    1
    • jdaviescoatesJ jdaviescoates

      🤣

      All these replies and still no one has informed @LoudLemur what the hell CI actually is! 😆

      CI stands for Continuous Integration
      https://en.wikipedia.org/wiki/Continuous_integration

      L Offline
      L Offline
      LoudLemur
      wrote on last edited by
      #12

      @jdaviescoates said in What is Woodpecker ?:

      🤣

      All these replies and still no one has informed @LoudLemur what the hell CI actually is! 😆

      CI stands for Continuous Integration
      https://en.wikipedia.org/wiki/Continuous_integration

      Well thank you, @jdaviescoates ! I knew I would find out eventually. TYVM!

      marcusquinnM timconsidineT 2 Replies Last reply
      1
      • L LoudLemur

        @jdaviescoates said in What is Woodpecker ?:

        🤣

        All these replies and still no one has informed @LoudLemur what the hell CI actually is! 😆

        CI stands for Continuous Integration
        https://en.wikipedia.org/wiki/Continuous_integration

        Well thank you, @jdaviescoates ! I knew I would find out eventually. TYVM!

        marcusquinnM Offline
        marcusquinnM Offline
        marcusquinn
        wrote on last edited by
        #13

        @LoudLemur Sorry, assumed if you were looking at it you knew what CD/CD is. Continuous integration and deployment. Basically, you commit code to a repo, and the CI/CD scripts run, check it all works, and makes it live. Basically saved command link scripts with a UI (user interface 🙂 ) for seeing what happened, when, by whom, and if it worked.

        Web Design https://www.evergreen.je
        Development https://brandlight.org
        Life https://marcusquinn.com

        1 Reply Last reply
        1
        • L LoudLemur

          @jdaviescoates said in What is Woodpecker ?:

          🤣

          All these replies and still no one has informed @LoudLemur what the hell CI actually is! 😆

          CI stands for Continuous Integration
          https://en.wikipedia.org/wiki/Continuous_integration

          Well thank you, @jdaviescoates ! I knew I would find out eventually. TYVM!

          timconsidineT Offline
          timconsidineT Offline
          timconsidine
          App Dev
          wrote on last edited by
          #14

          @LoudLemur I had the same lack of understanding initially but resorted to my ChatGPT UI instance :

          What is Woodpecker fork of Drone and what is CI/CD?

          The Woodpecker fork of Drone is a community-driven version of the Drone Continuous Integration/Continuous Deployment (CI/CD) platform. It is a popular open-source tool used to automate the building, testing and deployment of software code changes.

          CI/CD refers to the practice of automatically building, testing, and deploying code changes in a fast and reliable manner. It involves automating the software development life cycle, from code changes all the way through to release and deployment, in order to speed up the delivery of software to users.

          Continuous Integration (CI) involves automatically building and testing code changes as they are committed to the repository, ensuring that any issues are caught early in the development process. Continuous Deployment (CD) goes a step further and automatically deploys code changes to production systems once they have passed all the necessary tests in the CI stage.

          By automating the process and making use of tools like Woodpecker and Drone, development teams can reduce the time and effort required for manual testing, improve the quality of their software, and increase the speed of delivering code changes to users.

          While I remain sceptical on some issues of longer term AI deployment, I am finding ChatGPT really useful, e.g.

          • rapidly answering questions which would take 10x longer through conventional searching
          • getting coding tips, syntax explanations and usage examples
          • generating static HTML landing pages quicker and better than I would do manually

          Grateful to @marcusquinn for setting me on the AI path 👍

          L 2 Replies Last reply
          3
          • timconsidineT timconsidine

            @LoudLemur I had the same lack of understanding initially but resorted to my ChatGPT UI instance :

            What is Woodpecker fork of Drone and what is CI/CD?

            The Woodpecker fork of Drone is a community-driven version of the Drone Continuous Integration/Continuous Deployment (CI/CD) platform. It is a popular open-source tool used to automate the building, testing and deployment of software code changes.

            CI/CD refers to the practice of automatically building, testing, and deploying code changes in a fast and reliable manner. It involves automating the software development life cycle, from code changes all the way through to release and deployment, in order to speed up the delivery of software to users.

            Continuous Integration (CI) involves automatically building and testing code changes as they are committed to the repository, ensuring that any issues are caught early in the development process. Continuous Deployment (CD) goes a step further and automatically deploys code changes to production systems once they have passed all the necessary tests in the CI stage.

            By automating the process and making use of tools like Woodpecker and Drone, development teams can reduce the time and effort required for manual testing, improve the quality of their software, and increase the speed of delivering code changes to users.

            While I remain sceptical on some issues of longer term AI deployment, I am finding ChatGPT really useful, e.g.

            • rapidly answering questions which would take 10x longer through conventional searching
            • getting coding tips, syntax explanations and usage examples
            • generating static HTML landing pages quicker and better than I would do manually

            Grateful to @marcusquinn for setting me on the AI path 👍

            L Offline
            L Offline
            LoudLemur
            wrote on last edited by
            #15

            @timconsidine said in What is Woodpecker ?:

            What is Woodpecker fork of Drone and what is CI/CD?

            That was a good way of asking the AI. I asked mine without providing the Woodpecker context.

            1 Reply Last reply
            1
            • timconsidineT timconsidine

              @LoudLemur I had the same lack of understanding initially but resorted to my ChatGPT UI instance :

              What is Woodpecker fork of Drone and what is CI/CD?

              The Woodpecker fork of Drone is a community-driven version of the Drone Continuous Integration/Continuous Deployment (CI/CD) platform. It is a popular open-source tool used to automate the building, testing and deployment of software code changes.

              CI/CD refers to the practice of automatically building, testing, and deploying code changes in a fast and reliable manner. It involves automating the software development life cycle, from code changes all the way through to release and deployment, in order to speed up the delivery of software to users.

              Continuous Integration (CI) involves automatically building and testing code changes as they are committed to the repository, ensuring that any issues are caught early in the development process. Continuous Deployment (CD) goes a step further and automatically deploys code changes to production systems once they have passed all the necessary tests in the CI stage.

              By automating the process and making use of tools like Woodpecker and Drone, development teams can reduce the time and effort required for manual testing, improve the quality of their software, and increase the speed of delivering code changes to users.

              While I remain sceptical on some issues of longer term AI deployment, I am finding ChatGPT really useful, e.g.

              • rapidly answering questions which would take 10x longer through conventional searching
              • getting coding tips, syntax explanations and usage examples
              • generating static HTML landing pages quicker and better than I would do manually

              Grateful to @marcusquinn for setting me on the AI path 👍

              L Offline
              L Offline
              LoudLemur
              wrote on last edited by LoudLemur
              #16

              @timconsidine said in What is Woodpecker ?:

              generating static HTML landing pages quicker and better than I would do manually

              What prompt do you use for this?

              Grateful to @marcusquinn for setting me on the AI path 👍
              Definitely! All hail, @marcusquinn! 🙂

              timconsidineT 2 Replies Last reply
              2
              • marcusquinnM Offline
                marcusquinnM Offline
                marcusquinn
                wrote on last edited by marcusquinn
                #17

                Ahaha, thanks. Saved you from this path:

                • https://www.urbandictionary.com/define.php?term=Woodpecker

                Web Design https://www.evergreen.je
                Development https://brandlight.org
                Life https://marcusquinn.com

                1 Reply Last reply
                1
                • marcusquinnM Offline
                  marcusquinnM Offline
                  marcusquinn
                  wrote on last edited by
                  #18

                  Made a list of interesting accounts building and talking AI stuff, for your convenience:

                  • https://twitter.com/i/lists/1599344620768460801

                  Web Design https://www.evergreen.je
                  Development https://brandlight.org
                  Life https://marcusquinn.com

                  timconsidineT 1 Reply Last reply
                  3
                  • marcusquinnM Offline
                    marcusquinnM Offline
                    marcusquinn
                    wrote on last edited by
                    #19

                    Watch this dude's work, it's the future and soon present of rapid dev:

                    • https://twitter.com/mckaywrigley/status/1651707984886775808?s=20

                    Web Design https://www.evergreen.je
                    Development https://brandlight.org
                    Life https://marcusquinn.com

                    1 Reply Last reply
                    0
                    • L LoudLemur

                      @timconsidine said in What is Woodpecker ?:

                      generating static HTML landing pages quicker and better than I would do manually

                      What prompt do you use for this?

                      Grateful to @marcusquinn for setting me on the AI path 👍
                      Definitely! All hail, @marcusquinn! 🙂

                      timconsidineT Offline
                      timconsidineT Offline
                      timconsidine
                      App Dev
                      wrote on last edited by
                      #20

                      @LoudLemur said in What is Woodpecker ?:

                      What prompt do you use for this?

                      I don't have the exact prompt used (I tend to delete the conversations when done and start again). But it was something like this.

                      You are en expert in developing beautiful static HTML landing pages without the use of separate CSS or JS files. Please generate for me a landing page which has a heading, a sub-heading and one paragraph of body text. The contents of these can be random, as I will replace them. Please use a random background from Unsplash which changes every 30 seconds.

                      Inspired by super prompts from @marcusquinn

                      Of course, if you want css or JS, just change the instruction.

                      L 1 Reply Last reply
                      3
                      • marcusquinnM marcusquinn

                        Made a list of interesting accounts building and talking AI stuff, for your convenience:

                        • https://twitter.com/i/lists/1599344620768460801
                        timconsidineT Offline
                        timconsidineT Offline
                        timconsidine
                        App Dev
                        wrote on last edited by
                        #21

                        @marcusquinn said in What is Woodpecker ?:

                        Made a list of interesting accounts building and talking AI stuff, for your convenience:

                        👍 definitiely convenient and useful

                        L 1 Reply Last reply
                        1
                        • timconsidineT timconsidine

                          @LoudLemur said in What is Woodpecker ?:

                          What prompt do you use for this?

                          I don't have the exact prompt used (I tend to delete the conversations when done and start again). But it was something like this.

                          You are en expert in developing beautiful static HTML landing pages without the use of separate CSS or JS files. Please generate for me a landing page which has a heading, a sub-heading and one paragraph of body text. The contents of these can be random, as I will replace them. Please use a random background from Unsplash which changes every 30 seconds.

                          Inspired by super prompts from @marcusquinn

                          Of course, if you want css or JS, just change the instruction.

                          L Offline
                          L Offline
                          LoudLemur
                          wrote on last edited by
                          #22

                          @timconsidine said in What is Woodpecker ?:

                          @LoudLemur said in What is Woodpecker ?:

                          What prompt do you use for this?

                          I don't have the exact prompt used (I tend to delete the conversations when done and start again). But it was something like this.

                          You are en expert in developing beautiful static HTML landing pages without the use of separate CSS or JS files. Please generate for me a landing page which has a heading, a sub-heading and one paragraph of body text. The contents of these can be random, as I will replace them. Please use a random background from Unsplash which changes every 30 seconds.

                          Inspired by super prompts from @marcusquinn

                          Of course, if you want css or JS, just change the instruction.

                          Thanks! I shall try that. I might tweak it a bit... "You won the Nobel Prize for developing HTML landing pages..." 😀

                          1 Reply Last reply
                          2
                          • timconsidineT timconsidine

                            @marcusquinn said in What is Woodpecker ?:

                            Made a list of interesting accounts building and talking AI stuff, for your convenience:

                            👍 definitiely convenient and useful

                            L Offline
                            L Offline
                            LoudLemur
                            wrote on last edited by
                            #23

                            @timconsidine said in What is Woodpecker ?:

                            @marcusquinn said in What is Woodpecker ?:

                            Made a list of interesting accounts building and talking AI stuff, for your convenience:

                            👍 definitiely convenient and useful

                            If you view @marcusquinn 's page using Nitter, it has an RSS feed:

                            https://nitter.net/i/lists/1599344620768460801

                            https://nitter.net/i/lists/1599344620768460801/rss

                            1 Reply Last reply
                            2
                            • L LoudLemur

                              @timconsidine said in What is Woodpecker ?:

                              generating static HTML landing pages quicker and better than I would do manually

                              What prompt do you use for this?

                              Grateful to @marcusquinn for setting me on the AI path 👍
                              Definitely! All hail, @marcusquinn! 🙂

                              timconsidineT Offline
                              timconsidineT Offline
                              timconsidine
                              App Dev
                              wrote on last edited by
                              #24

                              @LoudLemur said in What is Woodpecker ?:

                              What prompt do you use for this?

                              useful course (currently free) https://www.deeplearning.ai/courses/#short-courses

                              In summary, in this short course you've learned about two key principles for prompting. Write clear and specific instructions, and when it's appropriate, give the model time to think. You also learned about iterative prompt development and how having a process to get to the prompt that's right for your application is key. And we went through a few capabilities of large language models that are useful for many applications, specifically summarizing, inferring, transforming, and expanding.

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


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Bookmarks
                              • Search