docs: social channels (#4552)
This commit is contained in:
@@ -54,9 +54,9 @@ Excited for upcoming features and events? Be sure to connect with us!
|
||||
|
||||
- [GitHub](https://github.com/block/goose)
|
||||
- [Discord](https://discord.gg/block-opensource)
|
||||
- [YouTube](https://www.youtube.com/@blockopensource)
|
||||
- [LinkedIn](https://www.linkedin.com/company/block-opensource)
|
||||
- [X](https://x.com/blockopensource)
|
||||
- [YouTube](https://www.youtube.com/goose-oss)
|
||||
- [LinkedIn](https://www.linkedin.com/company/goose-oss)
|
||||
- [X](https://x.com/goose_oss)
|
||||
- [BlueSky](https://bsky.app/profile/opensource.block.xyz)
|
||||
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ This event wouldn’t have been the same without all of you. A huge shoutout to
|
||||
_The Goose Team in Boston_
|
||||
|
||||
|
||||
- If you're experiencing FOMO (the Fear of Missing Out) and want to join the next meetup, follow us on [social media](https://linktr.ee/blockopensource) to stay updated.
|
||||
- If you're experiencing FOMO (the Fear of Missing Out) and want to join the next meetup, follow us on [social media](https://linktr.ee/goose_oss) to stay updated.
|
||||
|
||||
- Bring a Goose meetup to your city! If you have a venue, reach out to us on [Discord](https://discord.gg/block-opensource)—let’s make it happen!
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Imagine creating an app just by describing what you want out loud, like you’re
|
||||
|
||||
<!--truncate-->
|
||||
|
||||
In a recent [Wild Goose Case livestream](https://www.youtube.com/watch?v=Zey9GHyXlHY&ab_channel=BlockOpenSource), hosts [Ebony Louis](https://www.linkedin.com/in/ebonylouis/) and [Adewale Abati](https://www.linkedin.com/in/acekyd/) were joined by [Max Novich](https://www.linkedin.com/in/maksym-stepanenko-26404867) from Block's AI tools team, who demonstrated an exciting new extension - the [Speech MCP server](https://github.com/Kvadratni/speech-mcp).
|
||||
In a recent [Wild Goose Case livestream](https://www.youtube.com/watch?v=Zey9GHyXlHYe), hosts [Ebony Louis](https://www.linkedin.com/in/ebonylouis/) and [Adewale Abati](https://www.linkedin.com/in/acekyd/) were joined by [Max Novich](https://www.linkedin.com/in/maksym-stepanenko-26404867) from Block's AI tools team, who demonstrated an exciting new extension - the [Speech MCP server](https://github.com/Kvadratni/speech-mcp).
|
||||
|
||||
During the livestream, Max demonstrated this by creating an entire web application using only voice commands - no keyboard or mouse required. This resulted in a vibrant, animated webpage with 3D effects, synthwave aesthetics, and interactive elements, all created through natural conversation with Goose.
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ The whole process takes minutes instead of days, and the submitter gets immediat
|
||||
|
||||
## Goose in Headless Mode
|
||||
|
||||
We've covered headless mode in [tutorials](https://block.github.io/goose/docs/tutorials/headless-goose/) and [videos](https://www.youtube.com/@blockopensource/search?query=headless), but here's a quick recap: headless mode allows Goose to run without a graphical user interface, making it faster and more efficient for automated tasks. It excels in server environments as long as we're being _really_ clear about the instructions to follow, or a fallback if the instructions cannot be followed -- we don't want something half-finished or broken as a result if Goose gets stuck on what to do.
|
||||
We've covered headless mode in [tutorials](https://block.github.io/goose/docs/tutorials/headless-goose/) and [videos](https://www.youtube.com/@goose-oss/search?query=headless), but here's a quick recap: headless mode allows Goose to run without a graphical user interface, making it faster and more efficient for automated tasks. It excels in server environments as long as we're being _really_ clear about the instructions to follow, or a fallback if the instructions cannot be followed -- we don't want something half-finished or broken as a result if Goose gets stuck on what to do.
|
||||
|
||||
We launch the Docker container with something like this:
|
||||
|
||||
|
||||
@@ -396,15 +396,15 @@ const config: Config = {
|
||||
},
|
||||
{
|
||||
label: "YouTube",
|
||||
href: "https://www.youtube.com/@blockopensource",
|
||||
href: "https://www.youtube.com/@goose-oss",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "https://www.linkedin.com/company/block-opensource",
|
||||
href: "https://www.linkedin.com/company/goose-oss",
|
||||
},
|
||||
{
|
||||
label: "Twitter / X",
|
||||
href: "https://x.com/blockopensource",
|
||||
href: "https://x.com/goose_oss",
|
||||
},
|
||||
{
|
||||
label: "BlueSky",
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 59 KiB |
Reference in New Issue
Block a user