Earlier quoted context omitted.
vscode is an incredible piece of software, better than all the paid options in my opinion, the amount of features they pump out month to month is outstanding, just a bit slow due to electron. I never understood why they put so much effort into a free product that I run from Linux and Mac, but I'm happily paying the copilot subscription so it all makes sense now.
better than PyCharm for python?
GitHub Copilot X – Sign up for technical preview
571–580 of 771 posts
Re: GitHub Copilot X – Sign up for technical preview
#572Earlier quoted context omitted.
Almost a decade ago I jumped ship as a programmer for several reasons, and since '18 I am definitely not coding at all. Friends and family have wondered much at my path and letting go of what has become the one promised career for ever larger parts of the population, and making my inroads into the arts and literature, finally settling a bit with the profession of writing on many capacities. Now I look back more gadly…
HNs version of ads
Re: GitHub Copilot X – Sign up for technical preview
#573Earlier quoted context omitted.
the MSDN subscription was amazing for me to piggyback off of my dad as a kid though. access to essentially everything in MS's current and back catalog that was even remotely related to dev work, including OSes :)
The best was when you knew somebody who worked at microsoft and could get the company discount!
Re: GitHub Copilot X – Sign up for technical preview
#574Earlier quoted context omitted.
$50+ in monthly subscription fees? BRB buying some MSFT
If you want it cheaper: https://how2terminal.com This is when I build a product and then Microsoft releases it three weeks later -_-
I'm going to sign up for the free plan, not because I need such a tool, but rather so that my boss might see me using it and decide that it's worth $10 a month to her.
Re: GitHub Copilot X – Sign up for technical preview
#575Earlier quoted context omitted.
$50+ in monthly subscription fees? BRB buying some MSFT
We forgot very quickly that there was an entire generation of developers who paid $1000-2000 or more for an MSDN subscription just as the base cost for doing business. This is what Microsoft does.
Re: GitHub Copilot X – Sign up for technical preview
#576Earlier quoted context omitted.
They’re strategically exceptional, but beyond that a lot of their products (or subsidiaries) are also dominant for good reason (vscode, GitHub). O365 and the product integration there (teams) is why they crushed slack despite slack’s headstart. Slack sold out to languish at salesforce while Microsoft will now just own that space. Cherry picking a Microsoft app for macOS is like looking at iTunes on windows, it’s not…
Slack sucks, but if you compare it with Teams, it is still gold. If anyone asks me, whether I wulould rather join a voice chat on Slack or Teams, the answer is 100% of the time Slack. You never know what bugs Teams will cook up this time to ruin your call. O365 is a child's toy for non-professional document creation. Quickly hacking a document together maybe. Any normal non-web office suite blows O365 out of the wate…
And claiming that O365 is a toy? Literally the only other online office suite I've used or heard of is GDocs, which has a fraction of the functionality that I use from O365.
Your post doesn't sound serious at all to me.
[0] https://www.microsoft.com/en-us/microsoft-365/p/office-profe...
Re: GitHub Copilot X – Sign up for technical preview
#577Earlier quoted context omitted.
When you sign up for CoPilot, there's a settings section on Github for it. One option you can toggle is "Allow GitHub to use my code snippets for product improvements *". Context still needs to be processed, so surrounding line, block, and a couple open tabs gets piped into the prompt. And here's a quote from the privacy page. > Depending on your preferred telemetry settings, GitHub Copilot may also collect and retai…
What is the default?
Re: GitHub Copilot X – Sign up for technical preview
#578Earlier quoted context omitted.
I would much rather use it as a code review tool than become the code review tool. I suspect the latter will happen at a lot of companies, though.
Why? When the latter is just as effective but also much quicker?
Re: GitHub Copilot X – Sign up for technical preview
#579Earlier quoted context omitted.
$50+ in monthly subscription fees? BRB buying some MSFT
If you want it cheaper: https://how2terminal.com This is when I build a product and then Microsoft releases it three weeks later -_-
const questionCriteria = {
filter: '!-*f(6s6U8Q9b' // body_markdown and link
}
I thought maybe it is a hard-coded CSS element name in StackOverflow answers, judging by the context, but it's not that. Could you shed some light on this?Found in the How2 source file `how2/lib/how2.js`. Thanks.*
Re: GitHub Copilot X – Sign up for technical preview
#580Earlier quoted context omitted.
It feels absurd. A Chat-GPT4 model will generate unit tests? Hallelujah! I hate writing tests! Yay! Except how do you know it's generating the right tests? Can it explain its reasoning? Unit tests are a weak form of automated specification. Why are we inferring our specifications from examples to begin with? Who is going to walk through the reasoning and verify these are the right tests and make sense and specify the…
> Can it explain its reasoning? Yes, actually, it can.