this post was submitted on 19 Jun 2023
153 points (100.0% liked)
Moving to: m/AskMbin!
235 readers
6 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I never thought I’d say it but, Bing chat.
Gets nearly everything I need done first time which is worrying for the websites it’s learned from, I hardly click through.
@BigVault
As someone who has never heard of this what do you use it for? What does it do?
@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:
It's now my go-to if I get stuck on anything and as another example, I asked it:
here's what it spat out:
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/
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
@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.