No pink unicorn, just raw 503 response at https://github.com/.
It's been over 30 minutes and https://www.githubstatus.com/ is still reporting "All Systems Operational". Is nobody on call?
HN user
No pink unicorn, just raw 503 response at https://github.com/.
It's been over 30 minutes and https://www.githubstatus.com/ is still reporting "All Systems Operational". Is nobody on call?
Wasn’t this already fully supported in the tool calling API?
The general name is semi-structured data, as opposed to structured data (tables) and unstructured data (free text).
After seeing the xz backdoor I thought we needed better visibility into our dependency trees.
I remember a comparison on HN about how booking.com is O(50) people and Airbnb is O(2000) total
Does anyone have a link to this?
Hey everyone!
I wanted to share with you a new GitHub Action I've developed that uses GPT-4 to automatically generate code based on issues in your repo and opens pull requests for those changes.
You can find my solution here: https://github.com/irgolic/AutoPR/
Here's a quick summary of the features my GitHub Action offers:
- Automatically generates code based on issues in your repo. - Opens PRs for the generated code, making it easy to review and merge changes.
By using this GitHub Action, you can skip the manual steps of prompt design, and let the AI handle code generation and PR creation for you.
Here's how I used AutoPR to make the license for itself: https://github.com/irgolic/AutoPR/pull/4
Feel free to give it a try, and I would love to hear your feedback! It's still in alpha and it works for straightforward tasks, but I have a plan to scale it up. Let's see how far we can push GPT-4 and create a more efficient development process together.
Happy coding!
So I have been toying with an AutoPR GitHub Action for a bit but seeing this spurred me to actually put it into a format for y'all to try. It uses GPT-4 to automatically generate code based on issues in your repo and opens pull requests for those changes.
https://github.com/irgolic/AutoPR/
What AutoPR can do:
- Automatically generates code based on issues in your repo. - Opens PRs for the generated code, making it easy to review and merge changes.
By using this GitHub Action, you can skip the manual steps of prompt design, and let the AI handle code generation and PR creation for you.
Here's how I used it to make the license for itself: https://github.com/mpoon/gpt-repository-loader/issues/23
Feel free to give it a try, and I would love to hear your feedback! It's still in alpha and it works for straightforward tasks, but I have a plan to scale it up. Let's see how far we can push GPT-4 and create a more efficient development process together.