this post was submitted on 13 Aug 2024
233 points (100.0% liked)

Technology

67987 readers
3187 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Expect more enshittification coming your way.

you are viewing a single comment's thread
view the rest of the comments
[–] merc@sh.itjust.works 31 points 7 months ago (15 children)

I don't think tech people understand how bad it is that Microsoft owns GitHub.

GitLab is one of the few places people could go if GitHub enshittifies too much. Google's stake in it (or full ownership of it) would probably be a good thing, because it would be seen as an important strategic hedge against Microsoft. If it's bought by a smaller player, I can see GitHub squeezing it into irrelevance.

[–] AlexanderESmith@social.alexanderesmith.com 3 points 7 months ago* (last edited 7 months ago) (2 children)

I've been using raw Git for a while now. Glad I switched from GitHub for personal projects.

Can't share worth a shit that way, but 90% of my code is highly specific, personal scripts that I just want to maintain history and notes for. And a book I'm writing.

[–] BenchpressMuyDebil@szmer.info 5 points 7 months ago* (last edited 7 months ago)

The moment I realized that "SSH login" on hosted git forges like GitHub literally just means "there's a folder on a computer that you're connecting to over SSH" was crazy to me. I realized that there's no need to selfhost gitlab, gitea, forgejo. Just put a folder on user@host in the repos folder, then set the origin url to user@host:~/repos/myrepo

I think there may be some init commands needed before, like git init --bare or something

load more comments (1 replies)
load more comments (13 replies)