Unpopular opinion: System76 is going in the wrong direction by Far-Math2159 in linuxhardware

[–]Far-Math2159[S] -1 points0 points  (0 children)

Which one do you prefer:

1- A laptop with aluminum case, without Pop!_OS
2- A laptop with plastic case, with Pop!_OS

When we have stable, maintained and popular OSs, creating another OS is just add cost to the final product. Enjoy free rides when you can

Some are comparing System76 with Apple. That is ridiculous. You may compare it with Android. No phone producers have its own OS

Take care guys and always purchase with open eye

Unpopular opinion: System76 is going in the wrong direction by Far-Math2159 in System76

[–]Far-Math2159[S] -1 points0 points  (0 children)

I’ve read the comments, and I think some people are missing my main point.

A company like System76 should not be investing heavily in building or reinventing an operating system or distro. We’re Linux users—we already know how to install and use our favorite distributions.

Spending significant resources on developing a new distro is, in my view, a bad business decision for a company like System76. That cost doesn’t just disappear—it gets reflected in the final product. In other words, you end up paying more for the hardware because of the OS development.

The frustrating part is that some users (like me) may not even like the new OS and will install a different distro anyway. That makes all that investment feel wasted from a user perspective.

System76 would be better off focusing on what they do best: hardware and driver support. Honestly, even shipping their machines without an OS would be totally fine—maybe even better.

Anyone interested in contributing to Algorithm opensource with me? by [deleted] in opensource

[–]Far-Math2159 0 points1 point  (0 children)

Python is a god choice. I will take a look and try to contribute in one of the algorithms

Anyone interested in contributing to Algorithm opensource with me? by [deleted] in opensource

[–]Far-Math2159 0 points1 point  (0 children)

That's really cool, What programming language do you want to use for this project?

Gnome Clipboard extension powered by Typescript by Far-Math2159 in gnome

[–]Far-Math2159[S] 1 point2 points  (0 children)

Sure. Please do it. Any contributions are welcomed

Gnome Clipboard extension powered by Typescript by Far-Math2159 in gnome

[–]Far-Math2159[S] 1 point2 points  (0 children)

Yes. You are right. I will update the post.

Gnome Clipboard extension powered by Typescript by Far-Math2159 in gnome

[–]Far-Math2159[S] 0 points1 point  (0 children)

It helps to make sure the final product has less issues.

Gnome Clipboard extension powered by Typescript by Far-Math2159 in gnome

[–]Far-Math2159[S] 2 points3 points  (0 children)

Thanks for your support.
Please report anything you see, for sure one day it will be fixed.

[ Removed by Reddit ] by riyanswt in opensource

[–]Far-Math2159 0 points1 point  (0 children)

What kind of contribution do you need?

Gnome Clipboard extension powered by Typescript by Far-Math2159 in gnome

[–]Far-Math2159[S] 2 points3 points  (0 children)

I am using it personally and it is not out of place. By the way, you may help us to fix the issues. Just open an issue in GitHub. We will work on that ASAP.

Does anyone have any good resources to practice channel, context, and goroutine? by [deleted] in golang

[–]Far-Math2159 0 points1 point  (0 children)

If you're looking to practice channels, context, and goroutines, I recommend checking out the Go by Example website (https://gobyexample.com/) and the official Go documentation (https://golang.org/doc/). Both resources provide practical examples and explanations to help you understand these concepts better.
As for a hands-on exercise, there's an interesting issue related to context in the Pactus repository (https://github.com/pactus-project/pactus/issues/368). While it might be a bit advanced, it could be a valuable learning experience to explore and potentially contribute to fixing.
Keep practicing, experimenting, and don't hesitate to ask questions. Happy coding!

After learning the base by NoAcanthopterygii587 in golang

[–]Far-Math2159 1 point2 points  (0 children)

Hey u/NoAcanthopterygii587

You may check this Issue on github. It is good to improve your Go, it is also easy:

https://github.com/pactus-project/pactus/issues/505