• 1 Post
  • 16 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle
  • Honestly, take away the PR blunders, bloatware, privacy nightmares, and ads, and I really just dislike how Windows works.

    The file structure is the main one that really made me feel like Roddy Piper putting on the glasses. I was perfectly happy shambling around between Program Files this and LocalAppData that. As soon as I understood how logical and elegant the file structures that Linux uses is, there’s no way I could ever go back.

    Also, things like Settings, Device Manager, Control panel, and 2 or 3 other separate GUIs all containing A, the same settings 6 times over, or B, all containing different settings that should be consolidated. It’s almost as if Microsoft can’t stick with a design language or feature scope to save their lives, but they also can’t get away with completely removing these old GUIs, so they just bury them and add another on top.

    However, I can’t say I actually hate Windows. I cut my teeth in computing on XP, and I see XPs DNA all over modern Windows (the aforementioned Control Panel being a remnant). I think without all the added garbage, Windows is actually an incredibly powerful, albiet obtuse and frustrating, piece of software.







  • These specs actually seem really solid for the price point, I’m glad to see decent alternative smartphones popping up that actually have some power.

    What’s bugging me is the lack of information about the software. Apparently this is Android with a layer like Hallium to run a Debian userspace on top? And yet they don’t advertise that fact. It’s just a little off putting that this product seems to be aimed at Linux/general tech enthusiasts, yet the company seemed to miss the fact that those customers tend to really like knowing what they’re running under the hood.


  • (Not incredibly educated on Flatpaks, please educate me if I’m wrong) My main issue with Flatpak is the bundled dependancies. I really prefer packages to come bundled with the absolute bare minimum, as part of the main appeal of Linux for me is the shared system wide dependancies. Flatpak sort of seems to throw that ideology out the window.

    Let me ask this (genuinely asking, I’m not a software developer and I’m curious why this isn’t a common practice), why aren’t “portable” builds of software more common? Ie, just a folder with the executable that you can run from anywhere? Would these in theory also need to come bundled with any needed dependancies? Or could they simply be told to seek out the ones already installed on the system? Or would this just depend on the software?

    I ask this because in my mind, a portable build of a piece of software seems like the perfect middle ground between a native, distro specific build and a specialized universal packaging method like Flatpak.






  • Sound check (although a little quiet).

    I have a Lenovo IdeaPad 3 and this was an issue on every Linux install I’ve had (Endeavour, Arch, and now Debian). I know it isn’t a hardware issue because when I first installed Endeavour, I was dual booting with Win11 and it was, no joke, capable of easily twice the volume as Endeavour, and that was even after maxing everything out in Alsamixer. Really not sure what’s going on there. I’ve been incredibly lucky with audio on Linux the entire time I’ve used it, this is the one black spot on my record.


  • Performance issues/bloated disk usage and their forced use within Ubuntu.

    The performance issues come from the fact that they run via virtualization. Similar to running a game on an emulator. This helps with compatibility, ie being able to run a Snap on an ARM computer when the native version isn’t available, but again, performance can take a hit.

    Bloated disk usage is a result of each Snap including all dependancies with the base package. For example, if two Snaps rely on the same font, you get two copies of that font. If two native packages rely on the same font, you get one copy, and they share.

    The forced usage literally boils down to this; on Ubuntu, typing “apt install example-package” actually runs the command “snap install example-package” (Edit: I should note this isn’t the case with all packages, but there are some pretty high profile ones on the list, ie Thunderbird). Canonical A; isn’t up front about this, therefor leading users into believing they are getting native packages when this isn’t the case, and B; make it frustratingly difficult to disable this behaviour and get only native packages

    IMO if a company creates a product and then feels the need to force and trick their users into adopting it, that alone is enough to discourage me from ever choosing it over the alternatives.