this post was submitted on 13 Jul 2024
156 points (90.6% liked)

Open Source

30750 readers
418 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 3 months ago (1 children)

I want to see good forges for alternative DVCSs. Git itself feels like legacy software full a truckload of arcane commands & flags with bad defaults that just keeps bloating. Most software makers at this point have never even used a non-Git VCS.

[–] [email protected] 9 points 3 months ago* (last edited 3 months ago) (1 children)

legacy software full [of?] a truckload of arcane commands & flags with bad defaults

You need to learn about xargs. It'll make you cry. But when I needed to properly parallelize a RHSatellite run - wow is pulp ever a bag of shit - so it would finish in under 9 hours and not trip over itself with 105 (no shit) different repos, it was integral.

There are three different kinds of regular grep, and they have incompatible command line switches.

I'm not gonna list the plethora of tools with arcane and/or lengthy option lists, but I do wish I could impress upon you the idea that every tool evolves , and evolution is usually coupled with growth and specialized additions.

[–] [email protected] 4 points 3 months ago

I'd like to add my opinion that git is definitely not the worst offender

[–] [email protected] 26 points 3 months ago (2 children)

I don't know what's happening at github, but even the tree page rendering is annoyingly slow now. I wish they stopped ruining a working product by bloating it up with unnecessary 'features'.

[–] [email protected] 12 points 3 months ago (1 children)

It was bought by Microsoft and all efforts are going towards AI shit. Once they have your subscriptions to copilot, windows, github, etc, they dont give a fuck about making anything easier for you

[–] [email protected] 5 points 3 months ago* (last edited 3 months ago)

Hey now. A lot of that effort has been poured into turning a code forge into a corpo social media platform like Microsoft LinkedIn as well as a way to siphon out a percent chunk of donations via Sponsors too.

[–] [email protected] 4 points 3 months ago (1 children)

It's kind of neat you can launch a version of Visual Studio code by pressing '.' though.

Still not sure why, especially given that it's pretty much impossible to find out that you can even do that.

[–] [email protected] 16 points 3 months ago

I can understand why it excites you. But I'm old enough to recognize that if you cede control of your offline tools like IDE to them, they will eventually exploit it to make money by ruining your day. I'm perfectly happy sacrificing a bit of convenience to protect myself against rent seeking in the future.

Honestly in this day and age where everything runs inside containers, you should be able to do that in your home server. Distrobox proves it. Even a good alternative to vscode exists - theia by eclipse - that's designed to do exactly this.

load more comments
view more: next ›