<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Posts on Syrup&#39;s Blog</title>
    <link>https://www.sxrup.xyz/posts/</link>
    <description>Recent content in Posts on Syrup&#39;s Blog</description>
    <image>
      <title>Syrup&#39;s Blog</title>
      <url>https://www.sxrup.xyz/img/profile.png</url>
      <link>https://www.sxrup.xyz/img/profile.png</link>
    </image>
    <generator>Hugo -- 0.127.0</generator>
    <language>en</language>
    <copyright>2024 Syrup</copyright>
    <lastBuildDate>Wed, 25 Sep 2024 08:46:19 +0700</lastBuildDate>
    <atom:link href="https://www.sxrup.xyz/posts/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>How to use Gemini Call Function API</title>
      <link>https://www.sxrup.xyz/posts/how-to-use-gemini-call-function-api/</link>
      <pubDate>Wed, 25 Sep 2024 08:46:19 +0700</pubDate>
      <guid>https://www.sxrup.xyz/posts/how-to-use-gemini-call-function-api/</guid>
      <description>I know you probably already know what Gemini is, but if not, Gemini is an AI created by Google that is quite intelligent, has good documentation, and most importantly, it&amp;rsquo;s FREE, of course with some limitations.
Models Gemini itself has 2 models worth trying:
gemini-1.5-pro gemini-1.5-flash I personally recommend using the gemini-1.5-flash model, which is the one we&amp;rsquo;ll be using in this project.
Let&amp;rsquo;s Get Started First of all, what we need is:</description>
    </item>
    <item>
      <title>How to Create Discord Bot With Bun #1</title>
      <link>https://www.sxrup.xyz/posts/how-to-create-discord-bot-with-bun-1/</link>
      <pubDate>Thu, 18 Jul 2024 22:57:29 +0700</pubDate>
      <guid>https://www.sxrup.xyz/posts/how-to-create-discord-bot-with-bun-1/</guid>
      <description>How to create a Discord bot using Bun:
Install the necessary dependencies: 1 bun add discord.js Create a new file, let&amp;rsquo;s say bot.js, and add the following code: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 const Discord = require(&amp;#39;discord.js&amp;#39;); const client = new Discord.Client(); client.on(&amp;#39;ready&amp;#39;, () =&amp;gt; { console.log(`Logged in as ${client.user.tag}!`); }); client.on(&amp;#39;message&amp;#39;, msg =&amp;gt; { if (msg.content === &amp;#39;ping&amp;#39;) { msg.reply(&amp;#39;Pong!&amp;#39;); } }); client.</description>
    </item>
    <item>
      <title>My first post</title>
      <link>https://www.sxrup.xyz/posts/first/</link>
      <pubDate>Wed, 26 Jun 2024 15:33:19 +0700</pubDate>
      <guid>https://www.sxrup.xyz/posts/first/</guid>
      <description>Introduction Welcome to my first post! In this article, I will be discussing the basics of Markdown and how it can be used to create rich and formatted content. &amp;#x1f604; (This post is for testing the markdown syntax)
What is Markdown? Markdown is a lightweight markup language that allows you to write plain text using simple syntax and convert it into HTML or other formats. It was created by John Gruber and Aaron Swartz in 2004 with the goal of making it easy to write and read structured documents.</description>
    </item>
  </channel>
</rss>
