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

help-circle

  • 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.


  • I’m unfamiliar with the Meross device, but the webpage for the MSG100 mentions that along with being compatible with SmartThings and other apps, it also may work with generic opener remotes. Am I understanding this correctly?

    Is there amy reason you can’t simply attach a generic opener on your bars right next to your other controls, and once in range, reach over and press the button? Again if this isn’t possible I apologize. It just seems like it’d be much simpler (if a bit less slick and automatic) than using your SmartThings setup.









  • 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.



  • Any distro can do what you need. Others have suggested Pop, Mint, Debian, Endeavour, and more. I’d agree with basically all of them. Really it comes down to what you prefer most.

    Personally I’d lean more toward Debian as it’s a basic distro with very little extra bloat, loads of documentation, incredibly stable, etc. I always prefer a spartan, basic system I can add pieces to as I please, rather than a bunch of preloaded defaults that may or may not be to my taste. Again though, that’s just me.

    Endeavour is great, but if you aren’t used to Arch, and how to maintain it, things can get sort of messy after a while (definitely need to make a good habbit of cleaning your package managers cache, as well as read up on what’s called a “pacdiff”. In general, Arch and its derivatives require research). It’s worth trying if you’re interested in rolling distros though.

    Another might be OpenSUSE Tumbleweed. From what I hear, it’s a bit more stable and curated than Arch so it may be a better option if you’re inexperience with a rolling release. I’ve never personally tried it, but have heard lots of good things from causal and power users alike.


  • I think it’s a little more complex today than it was in the days of Win7.

    First, the performance/compatibility gap is much smaller than it used to be. Ie, back in those days, Wine was much more of a crapshoot. Now, compatibility is a lot better, and there are a number of straightforward troubleshooting tools like Winetricks. Proton is also huge, being an in-built feature in the largest gaming platform on PC.

    Second, the Steamdeck has exposed numerous more casual PC gamers to Linux than probably there ever has been in the past. Granted, the PC handheld market isn’t massive, but it’s also not small. People want to play AAA pc games in the form factor of a Switch, and it just so happens that the most popular, well polished and best supported product in that market ships with Linux.

    Third, todays focus on privacy and freedom is much more of a hot button issue than it was back in the day. I’m not at all trying to imply that there weren’t priviacy concious folk back then, but face it, in 2011, your car didn’t track your location and sell that data to marketing companies. Your phone didn’t capture your fingerprints, and your operating system didn’t track your online shopping habbits and show you ads in the start menu, or take constant screen-captures of your work at all times. People are more concious of their privacy now than they ever were (even people who aren’t super into tech are at the very least familiar with ad blockers and VPNs). I genuinely believe this will be one of the bigger factors if there is an uptick. People will learn about this alternative OS with no ads, no trackers, plus it’s free, and that will at least get them curious. You’re right, some will try but abandon it, some won’t care at all, but I think the number of people who just want out of what MS is locking them into is growing.





  • 99% positive. Wayland works flawlessly. HDR didn’t cause issues (all AMD hardware).

    The only issues I have off the top of my head are

    1: Some icons in the system tray and system settings menu (the ‘Clipboard’ icon on the dock and the ‘Touchscreen’ tab in settings, and a couple others) display as a blank rectangle sometimes. Other times, they display as they should. Haven’t even bothered looking for a solution as it doesn’t effect usability in the slightest.

    2: Certain pop up menus for dock applets, ie the Bluetooth applet, display incorrectly. I actually saw a post of another user having this issue, where the window only shows as a small square, and can require a re-log to actually make it work.

    Other than these minor glitches, nothing has given me any issues.