Skip Navigation

User banner
Posts
27
Comments
464
Joined
9 mo. ago

  • Not selling with Linux preinstalled.

  • Apparently either Ubuntu or Fedora. Given you even save money it's quite a good offering; although you may get better repairability or hotline support with one of the others.

  • Lol, no? System76 does have gaming-capable devices and Pop!_OS will absolutely get you there, but neither was designed "around gaming".

    To answer the original question: System76, Tuxedo and Slimbook do sell gaming-capable devices. Others might do as well, this isn't a complete list.

  • I simply don't know any vendors in Japan, Australia, India etc., but feel free to provide some!

  • That's not true! Some of them are Tongfang devices. ๐Ÿฅด

    It's true those companies have to overwhelmingly work with ODMs, doesn't necessarily make the devices shitty though.

  • Still not shipping with something.

  • The Software isn't fully there yet for mass adoption (Your mileage may vary, but the general expectations for a modern daily driver are pretty high), at least not for anyone but enthusiasts and developers. If there's something like a PinePhone 2 it will probably yet again designed to be relatively cheap despite low production volume, so as many potential developers as possible can afford one.

  • Like I said it's less of a problem with KDE, they even got a button to add Flathub specifically in Discover. It's more of a thing with Gnome and Gnome Software where no "Add Flathub" button exists (and also no GUI to add repos -> they have to look up the whole CLI command), so newer users won't necessarily be aware that something rather important is missing.

  • The auction centre every time they sell art (or whatever some of that stuff is supposed to be).

  • Diese Kommentar Section ist jetzt Property der Bundesrepublik Germany.

  • Which Nvidia driver setup do you use? The problems arise with the proprietary driver; if you roll back or use a different kernel than the current default (as specified by the repo) both my brother and I had the unfortunate situation of the driver kernel module missing. Nouveau or NVK probably don't cause such issues.

  • No matter which OpenSuse people end up choosing, it's a super solid decision. Even though it relies on infrastructure by SUSE S.A., a company that unfortunately has ties to the US (mostly hosting with offices and employees in the US) but got its HQ in Europe, it's the most solid and user-friendly distro out there if you look for rather independent distros (the only user-friendly one that's fully independent would be Mageia, but that one really isn't where it would have to be imho). And the existence of bootable snapshots in case something happened is extremely useful. The biggest problems I've found are just 2: Problems with the Nvidia driver (especially if you use said snapshots), and Flathub not coming preconfigured (not a Problem in KDE since there's a button new users can stumble over, but for Gnome you have to know something rather important is missing to look up the command to add it since there isn't a GUI to add Flatpak repos yet).

    Other than that the whole OpenSuse ecosystem is just great.

  • CEO of Freedom

    Stallman v. POTUS copyright infringement lawsuit when?

  • Interesting moral question here:

    Given the huge problems are power consumption, morals behind training data and blind trust in AI slop, do you think there is a window of acceptable usage for LLMs as locally run (on existing hardware) coding assistant (not executive tool that does it for you) to help with work on FOSS projects (giving back to where it has taken from) with no money flowing to any company (therefore not bolstering that commercial ecosystem)? While this obviously doesn't address the energy consumption during training, it may alleviates moral issues to the point people start to think about it as acceptable tool.

    To make it abundantly clear, this is neither about "vibe coding" where it does code for you badly, and definitely not about any other bullshit like generative "art". It's about the question of humble, educated use of a potential useful tool in a way it might be morally acceptable.

  • Same, really nice distro back then.

  • Not to mention it will not just gobble up itself now, but also all the bad code on the internet.

    If you ask ChatGPT or Codestral how to safe a file in memory it will in almost all cases save those data chunks you're reading from somewhere in a list and suggest appending every chunk to that list.

    Yeah sure you can do that instead of using io.bytesIO() (probably, until weird things happen), but what the fuck. And that's Python, literally the language those models are supposed to excel in.

  • not widely supported (e.g. aptX)

    I can find over 600 aptX capable headphones as well as over 850 phones, also any laptop I ever had supported it (Linux though, so probably not always "official" lol).

    Low latency is a thing, you can get this as low as ~30-50ms either through aptX LL / Adaptive, whatever the manufacturer apps do or by manually meddling with the settings for SBC. Will get rather unstable though since you effectively get rid of the buffer. Really depends on your usecase what you prefer. Personally I love having ANC headphones that support bluetooth but also got a headphone jack in cases where I sit in trains, buses or planes for hours and want to play some games or listen to music with a DAC.

  • This. Once you know how to use it it's way, way more preferable than dealing with all the problems that come from how scattered the Linux ecosystem is and how little control you as a dev had about app distribution. Development and debugging gets more predictable, people can get (app-related) fixes faster, it's hypothetically more secure (if Flatpak gets their shit together) and with the payment backend for Flatpak repos they (Gnome Foundation & KDE e.V.) work on it finally becomes properly viable to distribute paid apps. All the different hacky ways that are currently circulating (which are often outdated, only work on certain distros etc.) to offer paid applications are honestly obnoxious and expensive to maintain. Not to mention Flatpaks work great on immutable distros.

    Just hope they gonna moderate things properly. Flathub & perhaps a few others have to place themselves as the de-facto standard marketplace to define and uphold all the important values the Linux community is organized around once it gets commercial. Not to do so would be a phenomenal mistake and end up in enshittification once the tech bros start targeting Linux.

    So yeah, Flatpaks, Snaps and (maybe) AppImages are probably the future for most common end-user distros. Sorry for the small tangent.