this post was submitted on 19 Jun 2023
149 points (100.0% liked)

Moving to: m/AskMbin!

19 readers
1 users here now

### We are moving! **Join us in our new journey as we take a new direction towards the future for this community at mbin, find our new community here and read this post to know more about why we are moving. Thank you and we hope to see you there!**

founded 1 year ago
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] Hikyuri@kbin.social 2 points 1 year ago (1 children)

@BigVault

As someone who has never heard of this what do you use it for? What does it do?

[–] BigVault@kbin.social 6 points 1 year ago (1 children)

@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 3 points 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.