Live data from Hacker News

GitHub Copilot

copilot.github.com

1–10 of 1001 posts

Re: GitHub Copilot

#5
IMO a potentially more interesting application of this technology would be a learning system that is able to learn your coding style. You give it access to the codebase and it reformats all files on save according to your likings, perfectly.

Obviously a program that is able to write actual great code reliably would be spectacular, but we aren't there yet, I don't think Copilot presently is able to make me meaningfully more productive.

Re: GitHub Copilot

#6
From Clippy to this technology, in just under 25 years! Very impressive. I wonder how much impact this tool might have as a teaching aid, as well?

Re: GitHub Copilot

#7

I'd like to see something like that, but with knowledge about every single file in the codebase, and running locally.

Yeah, running locally would be my preference. I get "Antitrust (2001)" vibes from this, but that's the tinfoil hat side of me.

Re: GitHub Copilot

#8
Should I be impressed that the example parse_expenses.py on the home page doesnt include any error handling and uses a float for currency? This seems like it's going to revolutionize copy and paste programming.
Post reply on HN