Onchain Summer Hackaton porting Graffiti NFT to Base Blockchain

Ethernal Graffiti Onchain On Base It offers the solution to let a digital drawing similar as street tag onchain the Base blockchain as part of its state. As long as the Base blockchain exists, the picture and the mean to display it will work. Removing the most commonly unplanned maintenance cost of NFT artworks for cheaper than the price of spray paint can. License: Creative Commons Usage: https://youtu.be/tZ01D_xwHCk

Analyzing Ordinal GitHub issues

This article is a working draft; I will update it as I go. If you have yet to read the first part of this series, you can find it here. We built a tool to help us analyze GitHub issues. Below is the result in action or a page. Regarding the output: Titles are not passed through GPT, and they are raw user entries. Normalizing the title is a good next step.

Efficient Issue Analysis: Harnessing the Power of GPT-4 and GPT-3.5 for GitHub Repository Insights

TL;DR This post showcases a creative approach to analyzing issues in the Ordinal GitHub repository by leveraging the GitHub API, GPT-3.5, and GPT-4. The author demonstrates how to obtain the necessary data using the GitHub CLI, then uses GPT-4 to generate a prompt for GPT-3.5 to analyze the repository’s issues further. Some key takeaways from this analysis include the following: Automating the collection and analysis of issues and pull requests can save time and effort.