Hacker Newsnew | past | comments | ask | show | jobs | submit | irgolic's commentslogin

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?


That's nonsense. Booking.com with it's subsidiaries was about 18000 or so people when I left in 2017. About 1800 of that were in engineering The vast majority of staff were working either on the supply or customer service side.


According to Google Finance:

BKNG: Employees: 23,100, Revenue(2022): 17.1B, Net Income(2022): 3.1B

ABNB: Employees: 6,811, Revenue(2022): 8.4B, Net Income(2022): 1.9B

https://www.google.com/finance/quote/BKNG:NASDAQ

https://www.google.com/finance/quote/ABNB:NASDAQ


I don't know about booking.com, but when Facebook acquired Instagram for $1B they only had 13 employees. WhatsApp had 55 employees when they were bought (again by Facebook) for $19B.


Crunchbase says it's closer to 10000.


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.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: