this post was submitted on 25 Sep 2024
113 points (96.7% liked)

Linux

47461 readers
2915 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I haven't heard anything in months. Maybe there is legal trouble?

you are viewing a single comment's thread
view the rest of the comments
[–] OsrsNeedsF2P@lemmy.ml 32 points 2 days ago (1 children)

Pine64s "problem" was they only ever did the hardware. Like they sponsor some software, but they make and sell hardware. They gained a lot of popularity from the Pinephone, but very little changed internally at Pine64. They're still the same they always were

[–] delirious_owl@discuss.online 20 points 2 days ago (5 children)

What? I get really annoyed at hardware companies that do software. Like, first thing I'm gonna do with anything I buy is wipe it and install my own OS. Why would you waste so much time making a forked OS?

Do one thing, and do it well.

[–] scholar@lemmy.world 6 points 1 day ago

We're talking about low level software that makes the hardware usable here, the reason that Raspberry Pi is the king of this market is because they have the software support that allows their hardware to just work. Pine64 relies on the community to do this for each of the boards they release.

Pine64's most successful products have been the ones they release as full products with working firmware.

[–] ReversalHatchery@beehaw.org 6 points 2 days ago

for example to make sure you have got drivers.

but then, you need software for less computer-like devices too, like a smart watch or earbuds. do you immediately reflash those too? and who will make the software?

[–] TMP_NKcYUEoM7kXg4qYe@lemmy.world 4 points 1 day ago (1 children)

I think you are confusing "making another fedora fork for a laptop brand" with "porting a booloader to the device" or "writing a driver for the screen". Simply put you would not be able to use the hardware without the software. Outsourcing it to the community makes the hardware cheaper but the sideeffect is that the software will be crappy even after years of development. For some reason people aren't very keen on writing the low level stuff.

If you compare the Espruino smart watch to the Pine64 smartwatch, it's a night and day difference. My guess is that it's because Espruino handles the low level stuff and let community do the fun stuff, while Pine64 leaves everything on the community. Imo you need a fulltime developer who actually spends time looking in the datasheet and figuring out, how to properly put the PineTime to sleep, not just people who peek into the docs every Saturday.

[–] delirious_owl@discuss.online 0 points 1 day ago

Oh yeah, I'm not referring to drivers. I'm thinking of things like PureOS

[–] Krafting@lemmy.world 3 points 2 days ago

Especially when software already exists, it prevent duplicating efforts.

[–] IrritableOcelot@beehaw.org 1 points 2 days ago

Sure thats true as long as the basic support on compatibility is there, but as I understand it Pine is so hardware-only that they make it hard for other projects to even support their hardware, i.e. with lacking drivers as the other comment addressed.