Discuss Scratch

Knightbot63
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"


Bard is an experimental AI made by Google. The link to it is https://bard.google.com

This now supports:
  • Code creating
  • Dark Mode
  • Image posting
And more!

There is also a lab search by Google which you can find here! Really interesting indeed.

Also with Lab Search is apparently an SGE for Searching which is like bard but without the wikipedia articles.
Sorry bard D:

Last edited by Knightbot63 (July 15, 2023 02:26:35)

GIitchInTheMatrix
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Knightbot63 wrote:

To join the waitlist, you need to be 18+.
Me, who is totally over 400 years old:

This looks like it can be interesting, and defiantly something to follow.
Knightbot63
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Guess it's time to lie about my age to try it.
GIitchInTheMatrix
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Same.
Now, youngster, youngest first. I have been waiting for a waiting AI since before George Washington was born. [/hj]
Crispydogs101
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Ooh they stole the idea from biiiing time to get busteeeed /jjjjjjj
WojtekGame
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

deleted

Last edited by WojtekGame (April 5, 2023 18:57:09)

PPPDUD
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

WojtekGame wrote:

Poland isn't there also i lied to OpenAI, because i try things before time goes on.
Don't talk about it or else the ST could leak your data to OpenAI.
GIitchInTheMatrix
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

PPPDUD wrote:

WojtekGame wrote:

Poland isn't there also i lied to OpenAI, because i try things before time goes on.
Don't talk about it or else the ST could leak your data to OpenAI.
I’ve got serious doubts the ST cares so much about users lying about their age given how everyone has, and admits to it.
ajskateboarder
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Pretty mid AI to be honest
BreadcatGames
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Knightbot63 wrote:

To join the waitlist, you need to be 18+.
AYO what’s google training that AI on!?

Last edited by BreadcatGames (April 5, 2023 01:06:25)

INSERT-USER_NAME
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

BreadcatGames wrote:

Knightbot63 wrote:

To join the waitlist, you need to be 18+.
AYO what’s google training that AI on!?
Thug Hunter HD
ST please don't ban
INSERT-USER_NAME
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

bring up somebody else's topic
PPPDUD
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

I asked Bard for a one-liner HTML file for a basic food menu, and it had these results:
<html><head><title>Menu</title></head><body><h1>Menu</h1><h2>Appetizers</h2><p>Goldfish Crackers: $1.99</p><h2>Sandwiches</h2><p>Chicken Sandwich: $5.99</p><h2>Sides</h2><p>Apples: $0.99</p><h2>Drinks</h2><p>Coke: $1.99</p><p>Diet Coke: $1.99</p><p>Water: $1.49</p></body></html>
If you are reading this Bard, you did an excellent job!

Last edited by PPPDUD (April 5, 2023 18:34:16)

Knightbot63
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

PPPDUD wrote:

(#13)
I asked Bard for a one-liner HTML file for a basic food menu, and it had these results:
<html><head><title>Menu</title></head><body><h1>Menu</h1><h2>Appetizers</h2><p>Goldfish Crackers: $1.99</p><h2>Sandwiches</h2><p>Chicken Sandwich: $5.99</p><h2>Sides</h2><p>Apples: $0.99</p><h2>Drinks</h2><p>Coke: $1.99</p><p>Diet Coke: $1.99</p><p>Water: $1.49</p></body></html>
If you are reading this Bard, you did an excellent job!
Bard can be a bit bland…
PPPDUD
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Knightbot63 wrote:

PPPDUD wrote:

(#13)
I asked Bard for a one-liner HTML file for a basic food menu, and it had these results:
<html><head><title>Menu</title></head><body><h1>Menu</h1><h2>Appetizers</h2><p>Goldfish Crackers: $1.99</p><h2>Sandwiches</h2><p>Chicken Sandwich: $5.99</p><h2>Sides</h2><p>Apples: $0.99</p><h2>Drinks</h2><p>Coke: $1.99</p><p>Diet Coke: $1.99</p><p>Water: $1.49</p></body></html>
If you are reading this Bard, you did an excellent job!
Bard can be a bit bland…
I never asked for a stylish site.
Knightbot63
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

PPPDUD wrote:

(#15)
I never asked for a stylish site.
Then it's still good. Just that there's no CSS which is sort of annoying me…

Anyway, I lied about my B-Day on my email and I am waiting to try it…
NFlex23
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Meanwhile, in ChatGPT…
<!DOCTYPE html>
<html>
<head>
	<title>Food Menu</title>
	<style>
		body {
			background-color: #f8f8f8;
			font-family: Arial, sans-serif;
			margin: 0;
			padding: 0;
		}
		
		header {
			background-color: #333;
			color: #fff;
			padding: 20px;
			text-align: center;
		}
		
		h1 {
			margin: 0;
		}
		
		.container {
			max-width: 800px;
			margin: 0 auto;
			padding: 20px;
		}
		
		.menu-item {
			background-color: #fff;
			border-radius: 5px;
			box-shadow: 0 2px 5px rgba(0,0,0,.3);
			margin-bottom: 20px;
			overflow: hidden;
		}
		
		.menu-item img {
			display: block;
			max-width: 100%;
		}
		
		.menu-item h2 {
			background-color: #333;
			color: #fff;
			margin: 0;
			padding: 10px;
			text-align: center;
		}
		
		.menu-item p {
			margin: 0;
			padding: 10px;
		}
		
		.menu-item button {
			background-color: #333;
			border: none;
			color: #fff;
			cursor: pointer;
			display: block;
			margin: 0 auto;
			padding: 10px;
			width: 100%;
		}
		
		.menu-item button:hover {
			background-color: #555;
		}
	</style>
</head>
<body>
	<header>
		<h1>Food Menu</h1>
	</header>
	
	<div class="container">
		<div class="menu-item">
			<img src="https://via.placeholder.com/300x200" alt="Menu Item 1">
			<h2>Menu Item 1</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacinia, lorem eu ultricies commodo, lectus odio sagittis nisi, vel malesuada velit velit et nunc.</p>
			<button>Add to Cart</button>
		</div>
		
		<div class="menu-item">
			<img src="https://via.placeholder.com/300x200" alt="Menu Item 2">
			<h2>Menu Item 2</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacinia, lorem eu ultricies commodo, lectus odio sagittis nisi, vel malesuada velit velit et nunc.</p>
			<button>Add to Cart</button>
		</div>
		
		<div class="menu-item">
			<img src="https://via.placeholder.com/300x200" alt="Menu Item 3">
			<h2>Menu Item 3</h2>
			<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec lacinia, lorem eu ultricies commodo, lectus odio sagittis nisi, vel malesuada velit velit et nunc.</p>
			<button>Add to Cart</button>
		</div>
	</div>
</body>
</html>



It still looks pretty ugly though.

Last edited by NFlex23 (April 5, 2023 18:42:13)

PPPDUD
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

Knightbot63 wrote:

PPPDUD wrote:

(#15)
I never asked for a stylish site.
Then it's still good. Just that there's no CSS which is sort of annoying me…

Anyway, I lied about my B-Day on my email and I am waiting to try it…
Then explain the Sans-Serif font.
ideapad-320
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

I have bard now.
INSERT-USER_NAME
Scratcher
1000+ posts

Bard - The AI by Google - "The new Wikipedia Article Searcher"

PPPDUD wrote:

Knightbot63 wrote:

PPPDUD wrote:

(#15)
I never asked for a stylish site.
Then it's still good. Just that there's no CSS which is sort of annoying me…

Anyway, I lied about my B-Day on my email and I am waiting to try it…
Then explain the Sans-Serif font.
You can change browser's default fonts.

Powered by DjangoBB