Earlier quoted context omitted.
I second this. My impressions so far are pretty much the same. Have been trying to get ChatGPT to generate code for some algorithms that are pretty close to well known implementations but with some twists and it absolutely fails no matter how much I tried to provide hints to change the suggestions it gave me. In the end I just went back to hand coding them since it actually saves me the frustration of trying to get C…
Have you tried GPT-4?
GitHub Copilot X – Sign up for technical preview
591–600 of 771 posts
Re: GitHub Copilot X – Sign up for technical preview
#592Earlier quoted context omitted.
$50+ in monthly subscription fees? BRB buying some MSFT
> BRB buying some MSFT No. Tell me you buy the hype and on high impact macro-economic news like FOMC and lose more money due to volatility without telling me. Almost everyone here knew GPT-4 will release soon, months ago in advance and you now decide to 'buy' MSFT as soon as it goes up to $277? The market really does get retail FOMO'ing in stocks with the hype and it just never ceases to surprise me that it happens h…
Re: GitHub Copilot X – Sign up for technical preview
#593Scary. For the first time in my life, I feel like my expertise is at risk of being rendered obsolete. Maybe not this year, but the writing is on the wall. Soon coding without an AI will feel as antiquated as delivering food by horse. And resistance is futile because markets will punish those who refuse. We'll probably need less and less developers as AI advance. Just like we need less manual labor in farms today. And…
I use copilot, and I feel that it is useful about 40% of the time. Most of the time the suggestions are not what I'm going for, sometime the suggestions are close or help me think through the solution easier, and occasionally spot on and I can tab complete the code. I've noticed that the suggestion quality/usefulness varies considerably between projects and programming languages. For a self-contained bash script, it…
Re: GitHub Copilot X – Sign up for technical preview
#594Earlier quoted context omitted.
Microsoft is a so well positioned on this I think Silicon Valley has forgotten what it looks like when they don’t have a horrible CEO. When Microsoft executes well, they’re a scary force. They were exceptional under Gates and it looks like they are again. There’s a massive paradigm shift we’re just at the beginning of and Microsoft has been putting pieces in place for the last couple of years. Nadella has really turn…
> When Microsoft executes well, they’re a scary force. They were exceptional under Gates and it looks like they are again. I agree with this. And what I think is so fascinating is how much they left on the table during this very same time. Steven Sinofsky's Hardcore Software substack is an amazing read[1]. And it really shows how much they got wrong as well as how much they got right. MS is firing on all cylinders. B…
There's no AI moat keeping anyone from replicating what MS is doing. They can train on everything on GitHub just like MS can.
If anything, this is where they should both be afraid because an upstart with a browser extension could replace them.
Re: GitHub Copilot X – Sign up for technical preview
#595Scary. For the first time in my life, I feel like my expertise is at risk of being rendered obsolete. Maybe not this year, but the writing is on the wall. Soon coding without an AI will feel as antiquated as delivering food by horse. And resistance is futile because markets will punish those who refuse. We'll probably need less and less developers as AI advance. Just like we need less manual labor in farms today. And…
---- MagicAI, write me a login screen for iPads. The project should be configured to be iPad only. I want a logo in the center and under it the login and password entry textboxes. The password entry should not be in plaintext. Put a login button underneath the password entry.
Actually, the logo + textboxes + login button should be centered as a group. The logo should be centered horizontally within the group as well. Make the login button right-aligned.
The login button should be right aligned within the group, but the text of the button should be centered within the button.
Put "Username" and "Password" labels to the left of the appriopriate text fields
Make sure that the labels are the same width, so that the left edges of the text fields are aligned.
Put a half em margin in-between the labels and text fields. Actually, make the vertical margin between elements in the group a half em, too.
By "margin" previously, I meant "spacing", my mistake. Please fix.
Does the German translation of "username" or "password" cause the text field to be too short, especially on an iPad Mini in portrait mode?
Fix the alignment to work correctly in both portrait and landscape mode. The group should have a 10% left and right margin in both modes.
The keypad enter button should say "Login" when entering text for the password field, but should remain "Done" for the username field.
Great, now add a waiting indicator while waiting for verification from the server.
Actually, put the indicator to the right of the login button, but do not make it part of the group for alignment purposes; it should be in the margin. And turn the indicator off if the server times out. Oh, add some error text for the error.
I said error text, not error dialog. Never give me a disruptive dialog if there is a way to obviously display the error text. Make this a permanent setting on my account. Also, make this a permanent setting on all my colleagues' accounts, and especially the accounts of the low-cost outsourcing companies that make the apps I use.
File bug report to MagicAI HQ that there is no way to make some directions permanent. Include in the report that there should be a way to look at the set of permanent instructions, and automatic reporting if new instructions contradict old instructions.
Disable the login button if there is no text in the username or password field, or if the password is too short.
Whoah, make sure that the text field scrolls so that it is visible above the keyboard, especially on an iPad mini in landscape mode. It should scroll back down to its original position when the keyboard disappears. ----
I guess I'm not seeing how this is too much different from what I actually did in creating the login page in the first place. That's even without the dialogue where you try to figure out why the alignment isn't doing what you told it.
You might also want to keep your instructions in a text file some place, in case you need to change them and regenerate the code. Maybe there should be a preprocessor of sorts, so that you can add comments to the file explaining your reasoning for certain instructions, or to not include some instructions on certain environments. You might also want some way to refer to a set of previous instructions, so you could say "do these things what we did over here". We could call this a "function" since "procedure" sounds too much like ancient Pascal, and math is cool.
Re: GitHub Copilot X – Sign up for technical preview
#596There are 5 different sign-up waiting lists. Each one needs to be signed-up for separately. [1] Copilot X: https://github.com/github-copilot/chat_waitlist_signup/ [2] Copilot Voice: https://githubnext.com/projects/copilot-voice/ [3] Copilot Docs: https://githubnext.com/projects/copilot-for-docs/ [4] Copilot for PRs: https://githubnext.com/projects/copilot-for-pull-requests/ [5] Copilot CLI: https://githubnext.com/pro…
Re: GitHub Copilot X – Sign up for technical preview
#597Earlier quoted context omitted.
As the linked article describe it: "the office said copyright protection depends on whether AI's contributions are "the result of mechanical reproduction," such as in response to text prompts, or if they reflect the author's "own mental conception."" So if we take that into software development, the text input that the developer gave copilot may be protected under copyright but the output of copilot may not. If the d…
I don't think there's any precedent for copyright to be applied partially, with some of a work covered and some not. Are you proposing that copyright will change to be line-by-lien, with each one covered (or not) depending on how it was generated?
So if we apply that to software development, some portions of the code could be copyrightable while other portions will not, and the arrangement of the whole thing can be covered under copyright.
So let say you write a piece of software and I copy a portion of that code into my software. Is that portion that I copied covered under copyright? Maybe, maybe not. It will depend, and depending on how the legal precedence fall it may be up to the author to prove that they really are the author.
If I apply this in an fictional game developer, we could image them ask an AI to generate the image assets for a wooden table. Then they ask the AI to create the 3d mesh of a wooden table. Then they ask the AI to write a function that places the table with image assets onto a 3d plane. Each step here would produce content that historically would be copyrightable independently, but which is not copyrightable if done through an AI. The big unanswered question is at what time the work becomes copyrightable, and what happens if someone takes assets and portions of that work and uses that in something else.
Re: GitHub Copilot X – Sign up for technical preview
#598Re: GitHub Copilot X – Sign up for technical preview
#599Earlier quoted context omitted.
Visual Studio is a legacy product. You should be switching to VSCode.
Tell that to Microsoft. .Net's VS Code support is a joke relative to Visual Studio (as opposed to TS which is better on VS Code by far). People aren't using Visual Studio (and spending $3K+/year) because they WANT to.
Re: GitHub Copilot X – Sign up for technical preview
#600Earlier quoted context omitted.
I'm mostly curious how far the hockey stick will go up. Eventually most things level off.
This is the big question isn't it. With self driving cars we have been on the final 20% for what seems like forever.