JoeyJoeJoeJr

joined 2 years ago
[–] JoeyJoeJoeJr@lemmy.ml 1 points 2 years ago

You might get lucky. Based on https://support.system76.com/articles/system-firmware/, it doesn't seem to be all models. Note however that the list is out-of-date; my galp5 is not listed, but does not work. Fortunately, I found this out doing a RAM check, and not a firmware upgrade.

[–] JoeyJoeJoeJr@lemmy.ml 5 points 2 years ago (2 children)

My usb-c ports can be a little touchy, too. The SD card slot is also really bad - the card has to be positioned perfectly to slide in, or it jams. I'm also upset that the usb-c port can only be used for charging after a full boot. It cannot be used to perform firmware updates, or even to do a ram test. This means day-to-day, usb-c can be used, but I have to keep track of the barrel charger, just in case. This, of course, was not specified on the product details page (nor, I think, that only one of the two usb-c ports could be used for charging - it's possible I overlooked that, but still frustrating on an expensive laptop that lists usb-c charging as a feature).

[–] JoeyJoeJoeJr@lemmy.ml 34 points 2 years ago* (last edited 2 years ago) (7 children)

I currently have a System76 laptop, and sincerely regret my purchase. When I purchased it, the Framework was not out yet - I wanted to support a company that supports right-to-repair, and figured since they controlled the hardware, firmware, and software (Pop!_OS), it would be a good, stable experience. It has not been, and support has generally been poor. I know other people have had better experiences than I have, but personally, I won't be buying from them again.

I haven't personally used Purism, but former co-workers spoke really poorly of them. They were trying to buy a big batch for work, and said the build quality was awful. Additionally: https://youtu.be/wKegmu0V75s

[–] JoeyJoeJoeJr@lemmy.ml 3 points 2 years ago

Thanks! I just cross posted it.

[–] JoeyJoeJoeJr@lemmy.ml 3 points 2 years ago

Thanks! I am in the US. I've never heard of RH, but I'll definitely check them out.

[–] JoeyJoeJoeJr@lemmy.ml 12 points 2 years ago (2 children)

Not sure what landscape features you're looking for, but I've been pretty happy with Voyager. I switched from liftoff/jerboa after lemmy.ml took the 0.19 update and they broke. It's been good enough that I think even if the others hadn't broken, I'd still choose Voyager over them.

[–] JoeyJoeJoeJr@lemmy.ml 6 points 2 years ago* (last edited 2 years ago) (1 children)

grep -r string .

The flag should go before the pattern.

-r to search recursively, . refers to the current directory.

Why use . instead of *? Because on it's own, * will (typically) not match hidden files. See the last paragraph of the 'Origin' section of: https://en.m.wikipedia.org/wiki/Glob_(programming). Technically your ls command (lacking the -a) flag would also skip hidden files, but since your comment mentions finding the string in 'any files,' I figured hidden files should also be covered (the find commands listed would also find the hidden files).

EDIT: Should have mentioned that -R is also recursive, but will follow symlinks, where -r will ignore them.

[–] JoeyJoeJoeJr@lemmy.ml 2 points 2 years ago

The battery life and speakers will certainly be model dependent. The quality of the machine I received and the lackluster support, given the price I paid, are what I find most frustrating. The computer would be fine for ~$600, but I paid over $1000. I paid a premium expecting System76 to hold themselves to a high standard, and so far, they've let me down in multiple ways.

I do recognize with a different model, the experience could be 180°, but if buying from them is a roll-of-the-dice, for me personally, that's enough to buy from someone else next time.

[–] JoeyJoeJoeJr@lemmy.ml 4 points 2 years ago (2 children)

I would not recommend them. I bought a Galago Pro in 2020, and it's been a huge disappointment. Pop!_OS was very buggy, and their support was not helpful. I ultimately installed Ubuntu, and it's now significantly more stable, but I'm left asking the question "why did I pay a premium for a clevo, when I'm not getting anything out of the custom software or support?"

Even with Ubuntu, it's not a good laptop. The speakers are worse than my phone, a fully charged battery will die completely in less than a day when the laptop is suspended, it runs unbelievably hot. As a developer who depends on this machine for daily work, it's been intensely frustrating.

[–] JoeyJoeJoeJr@lemmy.ml 1 points 2 years ago (1 children)

If you like note taking software: https://youtu.be/XRpHIa-2XCE

[–] JoeyJoeJoeJr@lemmy.ml 6 points 2 years ago

Yeah, gadgetbtidge was my first thought as well. I've never used it, but in theory it would allow you to control devices without the proprietary app. See the link below for supported devices:

https://gadgetbridge.org/

[–] JoeyJoeJoeJr@lemmy.ml 0 points 2 years ago

This is not true. The GPL does not force anyone to give up their code, unless they distribute it. From the "Definitions" section:

A “covered work” means either the unmodified Program or a work based on the Program.

And

To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.

And from the "Basic Permissions" section:

You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.

Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.

Under the terms of the GPL, the owner can revoke your access for any violation of the license, and at their discretion, they can make that revocation permanent. The GPL does not guarantee equal treatment - an author can punish one person harshly, and another not at all. It still comes down to the author. Yes, there is a small barrier in that you have to find a violation, but if you look hard enough, you can probably find a violation - especially in large projects using libraries distributed under multiple different licenses.

the FUTO license can revoke the license just because Rossmann says so. It is a mechanism to keep Rossmann the owner of everything that spawns from the code of the app and being the only one who can make money from it. If Rossmann doesn’t like someone who wants to redistributes the app, he can immediately revoke their license.

Quoting from my comment here:

They’re just trying to prevent a company from making money off the free labor of the authors. It’s the same issue that has plagued other projects, such as Elastic Search, which ultimately led it to change licenses. And it’s why MariaDB created the BSL, which they and other companies have adopted (very similar terms here - source free to use for non-commercial purposes).

If the hangup is specifically that they can change the terms, or revoke rights altogether, the other licenses also allow for that - that’s how these projects are changing licenses at all, and it happens quite a bit. I have personally contributed to projects that were GPL, and then went Apache.

only one who can make money from it

This is not true. You can make and sell plugins, you could offer support, you could sell your services as a code auditor/security expert... anything other than selling the code you didn't write. On top of that, in practice, this isn't different from anything else - most contributors to open source projects don't profit from them, unless they work for the organization that owns the project. When the non-owners do profit, it's usually big companies and results in the license changes I've described above.

view more: ‹ prev next ›