vsp, to microsoft
@vsp@mastodon.world avatar

I accidentally clicked CMD+C rather than Ctrl+C today.

And co-pilot started up.

🤢

Skjeggtroll, to ChatGPT
@Skjeggtroll@bookrastinating.com avatar

"This is another variation of the High-Tech Illusion: the belief that software developers do easily automated work. Their principal work is human communication to organize the user's expressions of needs into formal procedure. That work will be necessary no matter how we change the life cycle."

— Tom DeMarco, Tim Lister, Dorset House: https://bookrastinating.com/book/35067, p. 34

This quote from a 37-year old book seemed a useful and apropos reminder in the current , hype-cycle.

matt, to ukteachers
@matt@oslo.town avatar

Have you tried copying and pasting some of these for into or ?

🤖🎓🤓👀

https://github.com/microsoft/prompts-for-edu?tab=readme-ov-file#how-to-use

Posit, to ai
@Posit@fosstodon.org avatar

Chat with AI in RStudio 🤖

With the {chattr} package, you can interact with GitHub Copilot and OpenAI's GPT models directly in RStudio.

• Chat with your models with a Shiny app that runs inside the RStudio IDE. Call it by running chattr_app()
• You can also use the chattr() function to send prompts to the LLM

Learn more on the Posit AI Blog: https://blogs.rstudio.com/ai/posts/2024-04-04-chat-with-llms-using-chattr/

Loading the chattr package, running chattr::chattr_app(), which opens a Shiny app in RStudio's Viewer pane where we ask how to remove a legend from ggplot2, and the LLM replies in the Viewer pane.

arda, to github
@arda@micro.arda.pw avatar

GitLab C̶o̶p̶i̶l̶o̶t̶ 😆 Duo chat is now generally available:

https://about.gitlab.com/gitlab-duo/

tymwol, to ai
@tymwol@hachyderm.io avatar

Interesting podcast on using tools for code refactoring. TL;DR it makes you faster, but not necessarily works or improves your code. Programming is not a speed race. https://podcasts.apple.com/pl/podcast/thoughtworks-technology-podcast/id881136697?i=1000652816370

bradwilson, to vscode
@bradwilson@mastodon.social avatar

I am extraordinarily annoyed by the fact that appears to be enabled by default now in and I can't find any way to turn it off.

stevensanderson, to Excel
@stevensanderson@mstdn.social avatar

Having fun trying to generate banner images for my upcoming book:

Extending Excel with Python and R

Amazon: https://packt.link/oTyZJ

#Book #Excel #Python #R #RStats #Programming

image/png

stevensanderson,
@stevensanderson@mstdn.social avatar
poppastring, to VisualStudio
@poppastring@dotnet.social avatar

A post from the archive 📫:
Building debugging context for Copilot Chat

https://www.poppastring.com/blog/building-debugging-context-for-copilot-chat
#copilot #debugging #visualstudio

thegamerstavern, to ai
@thegamerstavern@mstdn.games avatar

Lately I've been tinkering with a python bot to help me write for all my photographs through Copilot. I'm not really into AI but I believe this is one of the useful use cases in which AI might help.

Of course human reasoning cannot be compared but if it helps accessibility I'm all for it.

I'll post the GitHub link when after writing down some documentation

mgorny, to ai Polish
@mgorny@pol.social avatar

Całkiem dobry komentarz nt. generowania kodu przy pomocy :

"""
Po pierwsze, pisanie kodu jest zdecydowanie łatwiejsze niż jego przegląd. Z pomocą można zautomatyzować tę łatwiejszą część pracy, jednocześnie czyniąc tę drugą jeszcze trudniejszą, bo nie będzie nikogo, kogo będzie można zapytać, dlaczego zdecydowano się zrobić X w taki sposób, dwa miesiące wcześniej. Dokumentacji albo nie będzie wcale, albo będzie niezrozumiała, albo wprost błędna.
""" (tłum. moje)

https://forums.theregister.com/forum/all/2024/04/16/gentoo_linux_ai_ban/#c_4845423

DukeDuke, to linux
@DukeDuke@mastodon.social avatar

Question for the crowd. Does anyone know of a distribution which would work on a Microshaft Surface Pro 7? Now that MS has infected my tablet with uninstallable Copilot, I would like to return their favor and uninstall Windows. Any help is appreciated!

sebsauvage, to microsoft French
@sebsauvage@framapiaf.org avatar


Microsoft n'arrive pas à vendre CoPilot (https://sebsauvage.net/links/?w52lCg), alors il le fourgue à tout le monde en espérant que les gens vont prendre l'habitude de l'utiliser et voudront payer:

➡️ Il semblerait que Microsoft ait commencé à installer son I.A. "CoPilot" sur les machines Windows sans vous demander votre avis, y compris sur des Windows Server :
https://mastodon.gamedev.place/@sos/112274291843803661

blindcoder, to php
@blindcoder@toot.berlin avatar

Just spent TWO HOURS debugging PHP code because I relied on my IDE and github Copilot which both didn't catch the bug in the code below:

<?php
if (array_key_exists("error", $response){
$return_value = [];
}
?>

Error message was: PHP Parse error: syntax error, unexpected token ";" in <file> on line 3

Yes, it's on me, but I'm supposed to test this tech for my employer and results are not looking favorably.

Edit: added proper line number for my example

#PHP #IDE #SoftwareDevelopment #Copilot

Sdfendor,
@Sdfendor@chaos.social avatar

@blindcoder If you cut out the code and paste it in again, does anything change? I have problems with #PHPStorm myself with the more recent versions, sometimes their #Intellisense (code highlighting, error reporting, warnings, refactorings etc.) seems to get stuck in a certain state, false positives or false negatives are the consequence. So I fix a problem which is underlined red and afterwards the underline stays in.
I as well tinker around with the #copilot plugin.

sos, to infosec
@sos@mastodon.gamedev.place avatar

So, Microsoft is silently installing Copilot onto Windows Server 2022 systems and this is a disaster.

How can you push a tool that siphons data to a third party onto a security-critical system?

What privileges does it have upon install? Who thought this is a good idea? And most importantly, who needs this?

HunterZ, to microsoft
@HunterZ@mastodon.sdf.org avatar

Just uninstalled #Microsoft #Copilot from 2 #Windows boxes using #WingetUI. Hopefully that quashes the stupid notifications that keep popping up to shove it in my face.

poppastring, to VisualStudio
@poppastring@dotnet.social avatar

Visual Studio 17.10 Preview 3 is available! What's new you ask?

  • GitHub Copilot in Visual Studio
  • Copilot Generated Breakpoint Conditions
  • Updates to our Copilot generated PR descriptions
  • More SSDT support for Arm64 VS

https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-preview

poppastring,
@poppastring@dotnet.social avatar
craigbrownphd, to technology
@craigbrownphd@mastodon.social avatar
stevensanderson, (edited )
@stevensanderson@mstdn.social avatar

@craigbrownphd I'm thinking of signing up for this. I typically do a lot of coding questions (Copilot which i pay for via github) but I also do a lot of writing, idea/image generation and ideas.

How would you rank Gemini Advanced, GPT Plus and Copilot Pro

How would anyone else out their rank them?

serpentroots, to random
@serpentroots@hachyderm.io avatar

My dealings with #copilot are getting to the point where I might turn it off. When it's not outright lying confidently, it's being overly polite and constantly apologising. It's like having the worst coworker in the world.

.. and it's not bringing out the best in me.

weddige, to ai
@weddige@gruene.social avatar

The big problem with the ubiquitous push for is the idea that I would want to talk to them if they just were a bit better.

Sometimes I don't even want to talk to real humans, so why would I ever want a fake human to be my interface to things that I can perfectly read myself?

flq, to github
@flq@freiburg.social avatar

Easily the worst answer I've ever gotten by

ainmosni, to programming
@ainmosni@berlin.social avatar

So, my trial just expired, and while it did cut down on some typing, it also made me feel like the quality of my code was lower, and of course it felt dirty to use it considering that it's a license whitewashing machine.

I don't think I will be paying for it, I don't think the results are worth it.

iamtherockstar, to random
@iamtherockstar@mastodon.social avatar

as "smart snippet/autocomplete" tool is about as good as it should be. If you find that Copilot is actually doing a good job writing your logic, or getting even close, you either (a) aren't doing very much engineering, or (b) are writing code that doesn't need to be written.

iamtherockstar,
@iamtherockstar@mastodon.social avatar

@glyph anyone who’s been in this industry knows that writing the code is the easy part. It’s maintaining and debugging code that is hard. is shockingly bad at every single attempt to fix even the smallest of bugs.

I tried to get it to catch an off by one error causing at out-of-bounds read, and it had no clue what to do. semgrep, on the other hand, pointed it out immediately.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • magazineikmin
  • osvaldo12
  • khanakhh
  • Youngstown
  • mdbf
  • slotface
  • rosin
  • everett
  • ngwrru68w68
  • Durango
  • anitta
  • InstantRegret
  • GTA5RPClips
  • cubers
  • ethstaker
  • normalnudes
  • tacticalgear
  • cisconetworking
  • tester
  • Leos
  • modclub
  • megavids
  • provamag3
  • lostlight
  • All magazines