this post was submitted on 06 May 2026
86 points (100.0% liked)

Fuck AI

6809 readers
1430 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/46512248

Even when AI has not generated code. This is a major risk for companies where IP ownership is critical.

GitHub has also seen major outages, further eroding trust in their tools.

Hopefully this motivates companies to finally make the switch away from Microsoft.

GitHub ๐Ÿ‘‡

  • Codeberg (open-source repos)
  • Gitea Cloud (private repos)
  • Forgejo (self-hosted)

VS Code ๐Ÿ‘‡

  • ZED
  • VSCodium
you are viewing a single comment's thread
view the rest of the comments
[โ€“] RustyNova@lemmy.world 5 points 3 hours ago (2 children)

Happened to me! While I was refactoring the CI on GitHub to prepare myself for a codeberg migration.

Unfortunately I'm stuck using vscode tunnels as the mandatory work firewall block SSH. Unless people have alternatives

[โ€“] phaokich@discuss.tchncs.de 1 points 2 hours ago* (last edited 2 hours ago)

I use SSH tunnel with (OSS) Codium all of the time

[โ€“] SpaceNoodle@lemmy.world 2 points 3 hours ago (1 children)

I thought VSCode used SSH on the backend. What about using git from the console via VSCode?

[โ€“] RustyNova@lemmy.world 2 points 2 hours ago (1 children)

That's not really the problem. The dev server isn't affected by any firewall, it's the client (don't ask why it's like that...).

So I can't connect by SSH to the dev server, but VScode can connect to the tunnel.

And no I can't actually just develop on my machine. The performance isn't there

[โ€“] SpaceNoodle@lemmy.world 1 points 1 hour ago

Yes, but you've got VSCode on the client, and you can get a console to the host (the dev server) from there, right?