will this sure is gonna go well :sarcmark:
it almost feels like when Google+ got shoved into every google product because someone had a bee in their bonnet
flipside, I guess, is that we'll soon (at scale!) get to start seeing just how far those ideas can and can't scale
17 Comments
carlitoscohones@awful.systems · 6 pts · 2y
I keep reading the headline as "copulating" and giggling. Sorry.
200fifty@awful.systems · 5 pts · 2y
I feel like I know who the target audience for this post is, and it's not programmers
fasterandworse@awful.systems · 4 pts · 2y
the strange thing about copilot is that it is about writing code but github isn't a code-writing product (besides that text editor they made), it's a version-control & repository product.
through my deeply-rabbit-holed-product-design-theoretical-perspective lens this translates as another manifestation of trying to make something that is concrete in purpose, which gives concrete accountability to the company behind it, into something general in purpose, which dilutes the concrete acocuntability over time.
"This is a public/private version-controlled repository product"
vs
"This is a collaboration and productivity product"
ZILtoid1991@kbin.social · 2 pts · 2y
Since I'm using D for most of my coding projects, Copilot is mostly useless. I can do boilerplate stuff with metaprograming way easier and at a way more consistent pace, not to mention it's easier to modify. And at least ChatGPT, does not know what to do with D attributes, and just randomly puts them everywhere for functions, since it's way less of an AI than how tech people try to sell it (statistical probability based on Markov chains and some small context windows rather than actually understanding what it does).
froztbyte@awful.systems · 2 pts · 2y
relatedly, I recently had to work on a project in a language I've barely touched before. also happened to notice that apparently I have free copilot "because of my open source contributions" (??? whatever)
so I tried it out
it was one of the usecases people keep telling me it's ideal for. unfamiliar territory! a new language! something I have little direct experience in but could possibly navigate by using some of my other knowledge and using this to accelerate!
well, it managed to perform just about exactly to my expectations! I didn't really try hard to take down numbers but I'd say easily 30%+ simple (and possibly subtle?) errors, and suggestions being completely wrong 60%+. the mechanic for the latter is the same bullshit as they push with prompts, "choose the one you like best" > "cycle through the completion suggestions"
observed things like logic inversions and incorrect property references, both of which are things I don't know whether a learning-to-program person someone using it in the "this is magical! I can just make it type code for me!" sense would be able to catch without some amount of environment tooling or zen debugging (and the latter only if/when they get into the code reading mindset). at multiple points, even when I provided it with extremely detailed prompts about generation, it would just fail to synthesise working biz logic for it
and that was all for just simple syntax and language stuff. I didn't even try to do things with libraries or such. I'm gonna bet that my previous guesses are also all fairly on point
all in all: underwhelming. I remain promptdubious.
sue_me_please@awful.systems · 2 pts · 2y
Yeah, that always perplexed me. Copilot is a terrible tool if you're using it in a domain you aren't already proficient in, because it will mess up. And even worse, it'll mess up in subtle ways that most people wouldn't do themselves. You need to know what you're doing to babysit it and ensure it doesn't fuck everything up.
self@awful.systems · 0 pts · 2y
I’d still like to start an awful.systems sub for folks to discuss their own open source projects (and in the, what, month or so since I proposed it I’m still stuck on finding a good name), but alongside that it’s becoming very clear that our projects will need a home that isn’t github. I’m having a hell of a time finding an alternative that:
there are some nice to haves that so far nothing seems to have:
fossil)qaz@lemmy.world · 3 pts · 2y
Have you heard of https://forgefed.org/ yet? It's an activitypub extension for developing git forges. Forgejo (from the codeberg people) is currently implementing federation with it.
self@awful.systems · 3 pts · 2y
I think I saw a mastodon post about an early version of it, but it’s exciting that it seems to be progressing quickly! that might make Forgejo (and codeberg for a hosted version) a contender — I’ll dig a bit deeper and see how it works. in the worst case, forgefed might be the enabling technology for the kind of software I’d like to use
Decade4116@awful.systems · 1 pts · 2y
Is there anything wrong with Gitea?
self@awful.systems · 1 pts · 2y
it felt fucking awful to administrate last time I tried, but it’s been a good few years
corbin@awful.systems · 1 pts · 2y
I've been on-and-off trying to get gittorrent packaged for Nix. I don't really care about Web-oriented forge workflows; I fully acknowledge that I'm something of a curmudgeon in that respect.
self@awful.systems · 1 pts · 2y
that actually seems fantastic and at least somewhat amenable to the establishment of a web UI (akin to how torrent trackers extract metadata about torrents, but more focused on the content of the repo). is it a nightmare to make a nix package for?
corbin@awful.systems · 1 pts · 2y
It's not a nightmare, but I've yet to succeed. npm2nix and node2nix struggle. napalm puts up a good effort, but doesn't quite work either. The biggest sticking point right now is that cjb used a custom DHT implementation with some patches, and I've gotta integrate that somehow.
I will be overjoyed if somebody else writes a working Nix flake. I've tried three times so far, and I bet it'll take five total.
self@awful.systems · 3 pts · 2y
I might give gittorrent a closer look as soon as some of my time frees up. packaging complex node stuff for Nix is always a bit of a pain, but it’s a pain I’m now very familiar with
e:
ugh I hate this part, but hopefully there’s a way to do something like what Mastodon and Lemmy do for external identity verification
dgerard@awful.systems · 3 pts · 2y
isn't that literally the Ethereum Name Service but bitcoin
self@awful.systems · 3 pts · 2y
unfortunately yes