Earlier quoted context omitted.
Not really your main point, but Tesla self driving is quite incredible, despite what internet clickbait says. They have a clear path to full autonomy with vision-only systems. But yeah, certainly 5-7 years behind the initial schedule. Which I guess was more of your point.
You’re still falling for it. They have a clear path to vision-only autonomy IN THE BAY AREA. Let’s see it work in Minnesota in the winter where you can’t see lane markings, everything is white, and the camera lenses immediately get covered with road salt spray.
Let us git rid of it, angry GitHub users say of forced Copilot features
281–290 of 315 posts
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#282Earlier quoted context omitted.
For now. It's important to not confuse activity, with progress, with results. At the same time, it's important to not confuse or downplay results, with progress, with activity. There seems to be activity, progress, and results. It seems to be speeding up. I don't have any preference for or against Tesla. Just observing.
> For now. What can incremental progress do to make a camera see through road salt deposited on its lens? I call bullshit. There isn't any incremental path because it's not physically possible . The photons are stopped by the salt. No amount of "AI" or what the fuck ever else will change this. There is no path towards "progress" here.
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#283Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#284Earlier quoted context omitted.
Hardly anyone even mentions it in discussions. Even as far as these tools are actually useful, nobody ever asks whether it’s worth the environmental costs.
For Google's Gemini LLM, the energy impact is negligible, with the average prompt consuming the equivalent energy of just three seconds of a microwave's operation.
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#285Earlier quoted context omitted.
> If outages [...] stop whole companies in their tracks They should fucking learn how to code because no one in their right mind would depend on such an external service that can be easily replaced by cloning repos locally or using proxies like Artifactory. Even worse when you know that Microsoft is behind it. Yes, most companies don't have good practices and suck at maintaining a basic infrastructure, but it doesn't…
> It's only a stupid git server with PRs. I feel like you’re missing a few features here
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#286Earlier quoted context omitted.
> it makes you far more productive as an individual, which if true should be an easy sell Writing unit tests where needed makes you more productive in the long run. Writing in modern languages makes you more productive. Remember how people writing assembly thought compiled languages would rot your brain! But people just resist change and new ways of doing things. They don't care about actual productivity, they care a…
> Writing unit tests where needed makes you more productive in the long run. Debatable? It has positive effects for organizations and for the society, but from a selfish point of view, you gain relatively little from writing tests. In your own code, a test might save you debugging time once in a blue moon, but the gains are almost certainly offset by the considerable effort of writing a comprehensive suite of tests i…
It’s much more than this. You feel it when you make a change and you are super confident you don’t have to do a bunch of testing to make sure everything still behaves correctly. This is the main thing good automated tests get you.
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#287Earlier quoted context omitted.
If I remember initially GitHub (before MS) was free for open source and pay for everyone else. It wasn’t an entirely new idea (source forge?) but it use git which was rising in popularity. I think GitHub added the “pull request” as a really useful add on to git and that really made it take off. Oddly I used selfhosted git at an academic institution. I liked it because it was set up to use “hooks” https://git-scm.com/…
> I think GitHub added the “pull request” as a really useful add on to git and that really made it take off. For the sake of correctness, the concept of pull requests was not introduced by Github. It already existed in git in the form of the 'request-pull' subcommand. The fundamental workflow is the same. You send the project maintainer a message requesting a pull of your changes from your own online clone repo. The…
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#288Earlier quoted context omitted.
Sigh, enforced is always top down, sure, if you want to be pedantic. But normally the process starts with enthusiastic devs, propagates out through other devs until a consensus is reached (e.g. source control is the only sane way) and then management starts to enforce it - often with a crappy enterprise take on the basic idea (I'm looking at you IBM Team Connection and Microsoft Visual SourceSafe). AI seems to have p…
It's not pedantic, it's the very issue being discussed. And there have been plenty of enthusiastic devs regarding LLM's. And the idea that "until a consensus is reached" is just not true. These practices are often adopted with 1/3 of devs on board and 2/3 against. The whole point of top-down directives is that they're necessary because there isn't broad consensus among employees. It was the same thing with mobile-fir…
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#289Earlier quoted context omitted.
Hardly anyone even mentions it in discussions. Even as far as these tools are actually useful, nobody ever asks whether it’s worth the environmental costs.
For Google's Gemini LLM, the energy impact is negligible, with the average prompt consuming the equivalent energy of just three seconds of a microwave's operation.
Re: Let us git rid of it, angry GitHub users say of forced Copilot features
#290Earlier quoted context omitted.
Note also that it took, more or less, a hardware revolution in the form of RISC, to make compilers able to compete. A big piece of the RISC philosophy was to make it easier for compiler writers. They eventually got there, (and I expect AI will eventually get there too), but it took a lot of evolution.
Really? X86 isn’t RISC and it ruled the world during, not before, the time of compilers.