I’m always eager to find new amazing sites i’ve never heard of, which ones would you recommend?

  • BigVault@kbin.social
    link
    fedilink
    arrow-up
    7
    ·
    1 year ago

    @Hikyuri

    It’s Microsoft’s take on ChatGPT powered search and as an example, I asked it what it was for you - this is the output:

    Hello, this is Bing. Bing Chat is a new feature for Bing’s search engine that lets you talk to an AI chatbot rather than simply filling out search queries. You can ask questions, get answers, and create content using natural language. Bing Chat is powered by ChatGPT, an AI system that can generate realistic and engaging conversations.

    It’s now my go-to if I get stuck on anything and as another example, I asked it:

    write me a program that says helllo Hikyuri in different colours in sinclair basic.

    here’s what it spat out:

    I’ll try to create that. Here is a possible program that says hello Hikyuri in different colors in Sinclair BASIC:

    10 REM This program prints hello Hikyuri in different colors
    20 FOR C = 0 TO 7
    30 INK C
    40 PRINT “Hello Hikyuri”
    50 NEXT C
    60 END

    It really is clever. Google also have Bard to do the same but it doesn’t seem as good which is a first for me

    https://bard.google.com/

    Sure, here is a Sinclair BASIC program that says “hello Hikyuri” in different colors:

    10 PRINT “hello Hikyuri”
    20 COLOR 1
    30 PRINT “hello Hikyuri”
    40 COLOR 2
    50 PRINT “hello Hikyuri”
    60 COLOR 3
    70 PRINT “hello Hikyuri”
    80 COLOR 4
    90 PRINT “hello Hikyuri”
    100 COLOR 5
    110 PRINT “hello Hikyuri”
    120 COLOR 6
    130 PRINT “hello Hikyuri”
    140 COLOR 7
    150 END

    • Hikyuri@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      @BigVault

      That is really cool! This probably isn’t something I’d need in my day to day but it’s a great tool to keep at the back of my head if I ever do have a more complicated issue or question that needs resolving so thank you very much for sharing.
      Also thank you so much for taking the time to write such a detailed and extensive response. For sure made me smile to have a little program made just for me hehe.