<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Caitin</title>
    <description>The latest articles on DEV Community by Caitin (@caitinchen).</description>
    <link>https://dev.to/caitinchen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F597343%2F1aa57923-4057-4f92-87cd-d0b443fbb23a.jpeg</url>
      <title>DEV Community: Caitin</title>
      <link>https://dev.to/caitinchen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/caitinchen"/>
    <language>en</language>
    <item>
      <title>Most Popular Data Warehouse Repos on GitHub</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Wed, 22 Feb 2023 09:07:53 +0000</pubDate>
      <link>https://dev.to/caitinchen/most-popular-data-warehouse-repos-on-github-3jn0</link>
      <guid>https://dev.to/caitinchen/most-popular-data-warehouse-repos-on-github-3jn0</guid>
      <description>&lt;p&gt;I used an &lt;a href="https://ossinsight.io/explore/"&gt;AI-powered querying tool&lt;/a&gt; to find the &lt;a href="https://ossinsight.io/explore/?id=5aea5ba2-0659-493f-8d2c-19c40acb52c5"&gt;most popular data warehouse repos&lt;/a&gt; on GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--URw-kOi1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sdl5lkwnqtujdgn031m8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--URw-kOi1--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/sdl5lkwnqtujdgn031m8.png" alt="Image description" width="880" height="507"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>bigdata</category>
      <category>github</category>
      <category>database</category>
      <category>opensource</category>
    </item>
    <item>
      <title>How to talk to AI to get it to do what you want</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Thu, 16 Feb 2023 03:05:00 +0000</pubDate>
      <link>https://dev.to/caitinchen/how-to-talk-to-ai-to-get-it-to-do-what-you-want-dp5</link>
      <guid>https://dev.to/caitinchen/how-to-talk-to-ai-to-get-it-to-do-what-you-want-dp5</guid>
      <description>&lt;p&gt;Recently, I've been using a &lt;a href="https://ossinsight.io/explore/" rel="noopener noreferrer"&gt;free, AI-powered querying tool&lt;/a&gt; to explore GitHub data and gain insights. I can ask it any questions about GitHub, and AI will generate SQL based on that and tell me the answer. In most cases, it understand my intention and accurately answer my questions.&lt;/p&gt;

&lt;p&gt;But it also makes mistakes. Sometimes, I ask about A, but it thinks I‘m asking about B; I ask only about A, but it thinks I‘m asking about A, B, and C.&lt;/p&gt;

&lt;p&gt;This leads to incorrect SQL statements generated by AI. For example, when I asked about the &lt;a href="https://ossinsight.io/explore/?id=3e634886-471c-4191-a65c-ae7fbcb5ffb1" rel="noopener noreferrer"&gt;most interesting metrics store projects&lt;/a&gt;, it thought I asked about the most popular, active, similar, fastest growing, and most contributors metrics store projects in GitHub. This resulted in invalid SQL generation.&lt;/p&gt;

&lt;p&gt;The question link is here, if you're interested: &lt;a href="https://ossinsight.io/explore/?id=3e634886-471c-4191-a65c-ae7fbcb5ffb1" rel="noopener noreferrer"&gt;https://ossinsight.io/explore/?id=3e634886-471c-4191-a65c-ae7fbcb5ffb1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;It seems that AI can make things more complex than necessary sometimes. We should learn how to talk to AI to get it to do what we want.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Here is a &lt;a href="https://learnprompting.org/docs/intro" rel="noopener noreferrer"&gt;course on prompt engineering&lt;/a&gt;. With content labeled with difficulty levels, it fits different levels of learners.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Felcwzw0kdv80u0pgaxt9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Felcwzw0kdv80u0pgaxt9.png" alt=" " width="800" height="402"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm learning this course. Hope it helps. :-)&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>cloud</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Which metric best measures the popularity of a GitHub repo? Stars, forks, or watchers?</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Tue, 14 Feb 2023 10:20:59 +0000</pubDate>
      <link>https://dev.to/caitinchen/which-metric-best-measures-the-popularity-of-a-github-repo-stars-forks-or-watchers-3pfa</link>
      <guid>https://dev.to/caitinchen/which-metric-best-measures-the-popularity-of-a-github-repo-stars-forks-or-watchers-3pfa</guid>
      <description>&lt;p&gt;I used an &lt;a href="//://ossinsight.io/explore/"&gt;AI-powered querying tool&lt;/a&gt; to check the &lt;a href="https://ossinsight.io/explore/?id=53fb8568-1a3f-4532-98a0-9f1403dc8f00"&gt;most popular front-end repos on GitHub in 2022&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;The result is as follows:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--9bAX0Nsb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ymitoaq9i7h8y9s1einr.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--9bAX0Nsb--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ymitoaq9i7h8y9s1einr.png" alt="Image description" width="880" height="478"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This tool uses "Stars" to measure a repo's popularity. &lt;br&gt;
But it seems that many developers don't agree. Some people think that a better measurement can be pull requests, number of incoming vs outgoing contributors, dependents (i.e. how many projects consider this project important) and so on.&lt;/p&gt;

&lt;p&gt;I asked ChatGPT which metric best measures the popularity of a GitHub repo. It replied that:&lt;/p&gt;

&lt;p&gt;The most popular metric for measuring the popularity of a GitHub repo is "Stars," which represents the level of attention and endorsement from users. Additionally, "Forks" and "Watchers" are also commonly used metrics for evaluating the popularity of a repo.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--S5RmFTfx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7rm7scn5bojkebk8a0v6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--S5RmFTfx--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7rm7scn5bojkebk8a0v6.png" alt="Image description" width="880" height="202"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ossinsight.io/"&gt;OSS Insight&lt;/a&gt; used to rank repos only by stars. But in September, 2022, they updated their ranking algorithm:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--w_vsQphj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uizjmxat4iporofx4gmf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--w_vsQphj--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uizjmxat4iporofx4gmf.png" alt="Image description" width="880" height="475"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;What do you think? Which metric best measures the popularity of a GitHub repo? &lt;/p&gt;

</description>
      <category>github</category>
      <category>opensource</category>
      <category>discuss</category>
      <category>programming</category>
    </item>
    <item>
      <title>Top AI projects in 2022</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Mon, 13 Feb 2023 11:54:38 +0000</pubDate>
      <link>https://dev.to/caitinchen/top-ai-projects-in-2022-lgo</link>
      <guid>https://dev.to/caitinchen/top-ai-projects-in-2022-lgo</guid>
      <description>&lt;p&gt;Check out &lt;a href="https://ossinsight.io/explore/?id=e77efdbb-01ab-4828-8c30-ef649f29149f" rel="noopener noreferrer"&gt;top AI projects in 2022&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3zuf8bjxwytyw70ymlkw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3zuf8bjxwytyw70ymlkw.png" alt="Image description" width="800" height="291"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The data comes from &lt;a href="https://ossinsight.io/explore/" rel="noopener noreferrer"&gt;Data Explorer&lt;/a&gt;, a free, AI-powered querying tool that lets you explore 5 billion rows of GitHub data. You can ask it anything about GitHub and gain insights from the data.&lt;/p&gt;

</description>
      <category>chatgpt</category>
      <category>githubcopilot</category>
      <category>productivity</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Top 10 repos with the highest watch to star ratio</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Mon, 13 Feb 2023 09:47:18 +0000</pubDate>
      <link>https://dev.to/caitinchen/top-10-repos-with-the-highest-watch-to-star-ratio-n2l</link>
      <guid>https://dev.to/caitinchen/top-10-repos-with-the-highest-watch-to-star-ratio-n2l</guid>
      <description>&lt;p&gt;Check out the &lt;a href="https://ossinsight.io/explore/?id=95d9f5a2-13ce-4fb4-805a-b713b7eff523" rel="noopener noreferrer"&gt;Top 10 repos with the highest watch to star ratio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdgj50upcj3tc81kiybet.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdgj50upcj3tc81kiybet.png" alt="Image description" width="800" height="299"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The data comes from &lt;a href="https://ossinsight.io/explore/" rel="noopener noreferrer"&gt;Data Explorer&lt;/a&gt;, a free, AI-powered querying tool to explore GitHub data and gain insights. You can ask it anything about GitHub. &lt;/p&gt;

</description>
      <category>selfhost</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Why does AI seem to make things more complex than necessary?</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Fri, 10 Feb 2023 09:24:34 +0000</pubDate>
      <link>https://dev.to/caitinchen/why-does-ai-seem-to-make-things-more-complex-than-necessary-1ggg</link>
      <guid>https://dev.to/caitinchen/why-does-ai-seem-to-make-things-more-complex-than-necessary-1ggg</guid>
      <description>&lt;p&gt;Recently, I've been using a free, &lt;a href="https://ossinsight.io/explore/" rel="noopener noreferrer"&gt;AI-powered querying tool&lt;/a&gt; to explore GitHub data and gain insights. I can ask it any questions about GitHub, and AI will generate SQL based on that and tell me the answer. In most cases, it will accurately answer my questions. For example, the &lt;a href="https://ossinsight.io/explore/?id=789d01bf-0a6d-4df7-8996-71e237659fcd" rel="noopener noreferrer"&gt;most popular front-end projects in the last decade&lt;/a&gt; on GitHub.&lt;br&gt;
However, it also often makes mistakes. Sometimes, I only ask about A, but it thinks I‘m asking about A, B, C, and D. This leads to incorrect SQL generated by AI. For example, when I asked about the &lt;a href="https://ossinsight.io/explore/?id=3e634886-471c-4191-a65c-ae7fbcb5ffb1" rel="noopener noreferrer"&gt;most interesting metrics store projects&lt;/a&gt;, it thought I asked about the most popular, active, similar, fastest growing, and most contributors metrics store projects in GitHub. This resulted in invalid SQL generation.&lt;br&gt;
The question link is here, if you're interested: &lt;a href="https://ossinsight.io/explore/?id=3e634886-471c-4191-a65c-ae7fbcb5ffb1" rel="noopener noreferrer"&gt;https://ossinsight.io/explore/?id=3e634886-471c-4191-a65c-ae7fbcb5ffb1&lt;/a&gt;&lt;br&gt;
Why does AI seem to make things more complex than necessary?&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Why did a GPT-powered SQL generator write a fake SQL statement in response to my question?</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Fri, 10 Feb 2023 07:00:31 +0000</pubDate>
      <link>https://dev.to/caitinchen/why-did-a-gpt-powered-sql-generator-write-a-fake-sql-statement-in-response-to-my-question-412h</link>
      <guid>https://dev.to/caitinchen/why-did-a-gpt-powered-sql-generator-write-a-fake-sql-statement-in-response-to-my-question-412h</guid>
      <description>&lt;p&gt;My question was "TiDB vs MySQL" and it generated the SQL below.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpa6o5s2aob85xh0gvnrm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpa6o5s2aob85xh0gvnrm.png" alt="Image description" width="602" height="400"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the question link:  &lt;a href="https://ossinsight.io/explore/?id=ab3ed547-01eb-4e7e-b70e-ff70c8836af9" rel="noopener noreferrer"&gt;https://ossinsight.io/explore/?id=ab3ed547-01eb-4e7e-b70e-ff70c8836af9&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gratitude</category>
    </item>
    <item>
      <title>Area distribution of developers with cats</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Tue, 07 Feb 2023 06:48:53 +0000</pubDate>
      <link>https://dev.to/caitinchen/area-distribution-of-developers-with-cats-10lc</link>
      <guid>https://dev.to/caitinchen/area-distribution-of-developers-with-cats-10lc</guid>
      <description>&lt;p&gt;It seems that many developers love cats. To find area distribution of developers with cats in their GitHub profiles, I used &lt;a href="https://ossinsight.io/explore/"&gt;Data Explorer&lt;/a&gt;, a GPT-powered querying tool for effortless data exploration on GitHub and got the result: &lt;a href="https://ossinsight.io/explore/?id=26dd5ff1-d61e-4aa0-ae1d-923d4842007f"&gt;https://ossinsight.io/explore/?id=26dd5ff1-d61e-4aa0-ae1d-923d4842007f&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--kygaORPf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xcp6rpp5qr7tjzy047bd.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--kygaORPf--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xcp6rpp5qr7tjzy047bd.png" alt="Image description" width="880" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This tool is easy to use. Simply ask a question, and it will:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Generate an SQL statement&lt;/li&gt;
&lt;li&gt;Query 5+ billion rows of GitHub data&lt;/li&gt;
&lt;li&gt;Visualize the results&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For example:&lt;br&gt;
&lt;a href="https://ossinsight.io/explore/?id=2f68b4ea-2377-4dc6-8072-1e7d448d9afc"&gt;How many pull requests does Apache have&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--t5HOT2VG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/b8wotdjajr1mkmgpev5b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--t5HOT2VG--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/b8wotdjajr1mkmgpev5b.png" alt="Image description" width="880" height="169"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ossinsight.io/explore/"&gt;Try it out&lt;/a&gt; and share your findings with us. :-)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>jokes</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Top 10 AI projects on GitHub</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Mon, 06 Feb 2023 10:13:03 +0000</pubDate>
      <link>https://dev.to/caitinchen/top-10-ai-projects-on-github-25h4</link>
      <guid>https://dev.to/caitinchen/top-10-ai-projects-on-github-25h4</guid>
      <description>&lt;p&gt;What are the top 10 AI projects with most stars on GitHub?&lt;br&gt;
I used a &lt;a href="https://ossinsight.io/explore"&gt;GPT-powered querying tool&lt;/a&gt; to find the answer:&lt;br&gt;
&lt;a href="https://ossinsight.io/explore/?id=f96777ce-3500-418e-8915-003e418b8e5b"&gt;What are the top 10 AI projects?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4TsLad-P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/58xykib6qsmwum3gl5cb.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4TsLad-P--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/58xykib6qsmwum3gl5cb.png" alt="Image description" width="880" height="311"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I also used this tool to find the &lt;a href="https://ossinsight.io/explore/?id=0b3d5e92-3291-4b5e-b562-b49113907988"&gt;stars and contributors growth trending of EbookFoundation/free-programming-books each month&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2zcTY7Zy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oiedplcfm6buovc8qcly.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2zcTY7Zy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oiedplcfm6buovc8qcly.png" alt="Image description" width="880" height="369"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This &lt;a href="https://ossinsight.io/explore"&gt;AI-powered tool&lt;/a&gt; is for effortless data exploration on GitHub. It's easy to use.&lt;/p&gt;

&lt;p&gt;Simply ask a question, and it will:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Generate an SQL statement&lt;/li&gt;
&lt;li&gt;Query 5+ billion rows of GitHub data&lt;/li&gt;
&lt;li&gt;Visualize the results&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>ai</category>
      <category>github</category>
      <category>discuss</category>
      <category>opensource</category>
    </item>
    <item>
      <title>After ChatGPT comes out, are low-code projects useless?</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Mon, 06 Feb 2023 09:46:08 +0000</pubDate>
      <link>https://dev.to/caitinchen/after-chatgpt-comes-out-are-low-code-projects-useless-1cji</link>
      <guid>https://dev.to/caitinchen/after-chatgpt-comes-out-are-low-code-projects-useless-1cji</guid>
      <description>&lt;p&gt;Major companies invested a lot of resources to build low-code projects. &lt;br&gt;
&lt;a href="https://ossinsight.io/explore/?id=fe95f40c-502f-4795-a26f-ec621b6c03e4" rel="noopener noreferrer"&gt;What are the top 10 low-code projects?&lt;/a&gt;&lt;br&gt;
A &lt;a href="https://ossinsight.io/explore/" rel="noopener noreferrer"&gt;GPT-powered querying tool&lt;/a&gt; shows:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkf1hykcqp2gkjk47ncxn.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkf1hykcqp2gkjk47ncxn.png" alt="Image description" width="800" height="410"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After ChatGPT comes out, are these projects useless?&lt;/p&gt;

</description>
      <category>vibecoding</category>
      <category>tooling</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Do you think Indian and Chinese developers are the hardest working?</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Sun, 05 Feb 2023 06:58:09 +0000</pubDate>
      <link>https://dev.to/caitinchen/do-you-think-indian-and-chinese-developers-are-the-hardest-working-3fne</link>
      <guid>https://dev.to/caitinchen/do-you-think-indian-and-chinese-developers-are-the-hardest-working-3fne</guid>
      <description>&lt;p&gt;Which country has the hardest working developers based on the number of pull requests and number of commits on GitHub?&lt;/p&gt;

&lt;p&gt;Many people may think the answer is India or China. However, I used an AI-powered tool to find the answer:&lt;br&gt;
&lt;a href="https://ossinsight.io/explore/?id=9e44cda5-6284-4748-b80a-3ccf1337b5d2" rel="noopener noreferrer"&gt;https://ossinsight.io/explore/?id=9e44cda5-6284-4748-b80a-3ccf1337b5d2&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsv1dkjciqbi6e81gxy3r.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsv1dkjciqbi6e81gxy3r.png" alt="Image description" width="800" height="399"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;US developers work hardest.&lt;/p&gt;

&lt;p&gt;If you'd like to gain more insights about GitHub data, try this tool: &lt;a href="https://ossinsight.io/explore/" rel="noopener noreferrer"&gt;https://ossinsight.io/explore/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>nlp</category>
    </item>
    <item>
      <title>What's happening in the open source software word?An AI-powered querying tool can tell us.</title>
      <dc:creator>Caitin</dc:creator>
      <pubDate>Fri, 03 Feb 2023 08:41:32 +0000</pubDate>
      <link>https://dev.to/caitinchen/whats-happening-in-the-open-source-software-wordan-ai-powered-querying-tool-can-tell-us-567d</link>
      <guid>https://dev.to/caitinchen/whats-happening-in-the-open-source-software-wordan-ai-powered-querying-tool-can-tell-us-567d</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmrads44h6gn4sywjg3cs.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmrads44h6gn4sywjg3cs.png" alt="Image description" width="800" height="438"&gt;&lt;/a&gt;&lt;a href="https://ossinsight.io/explore/" rel="noopener noreferrer"&gt;Data Explorer&lt;/a&gt; is a GPT-powered querying tool for effortless data exploration on GitHub.&lt;/p&gt;

&lt;p&gt;Simply ask a question, and it will:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Generate an SQL statement&lt;/li&gt;
&lt;li&gt;Query 5+ billion rows of GitHub data&lt;/li&gt;
&lt;li&gt;Visualize the results&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;For example:&lt;br&gt;
&lt;a href="https://ossinsight.io/explore/?id=2f68b4ea-2377-4dc6-8072-1e7d448d9afc" rel="noopener noreferrer"&gt;How many pull requests does Apache have&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6rymamexmuwptlm12sva.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6rymamexmuwptlm12sva.png" alt="How many pull requests does Apache have" width="800" height="153"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ossinsight.io/explore/?id=77870aa8-6722-4317-a3e9-02784ce19506" rel="noopener noreferrer"&gt;Where are @kubernetes/kubernetes contributors from?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fodz8f0zjfwb5wy1qnh84.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fodz8f0zjfwb5wy1qnh84.png" alt="Where are @kubernetes/kubernetes contributors from?" width="800" height="362"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ossinsight.io/explore/?id=829ab03b-26eb-4b34-8ee9-51a99aac3f3a" rel="noopener noreferrer"&gt;Who writes the best Linux project?&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fozq7zjlvnapsyjqu12bk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fozq7zjlvnapsyjqu12bk.png" alt="Who writes the best Linux project?" width="800" height="421"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>crypto</category>
      <category>ethereum</category>
      <category>blockchain</category>
      <category>web3</category>
    </item>
  </channel>
</rss>
