• 0 Posts
  • 9 Comments
Joined 9 months ago
cake
Cake day: July 14th, 2025

help-circle
  • This laptop is more than capable of running SNES emulation; its 1GHz quadcore, and 4gb ram.

    SNES is an old system which had 3.58Mhz CPU and 128kb ram; you’ll be able to emulate it without much issue on that laptop. BSNES has low requirements (like an Athlon or Pentium 4, and 512mb ram, and Open GL2), although if you have problems then Snes9x and ZSnes are less accurate but lighter weight. RetroArch is pretty convenient way to deploy emulators and has BSNES, Snes9x and Snex9x_Next cores to use.

    A lightweight Desktop Environement may help make the laptop feel snappier; Xfce or Lxqt. If it feels slow then you want a minimal desktop which doesn’t have overhead like compositing. Also don’t use flatpaks especially if you multitask; use native apps as flatpaks have some overhead.

    Mint as a distro is fine for installing lightweight desktop environments, and if you wanted you could install Linux Mint Xfce edition from scratch.


  • Libre Office is maintained by The Document Foundation which is based in Germany. So from a governance point of view it’s already a European hosted open source project.

    Also for online collaboration platforms, Libre Office isn’t really a good option. It is an old, sprawling codebase which doesn’t lend itself to being ported to being a server based collaborative platform. It has actually been done but hasn’t flourished, hence alternatives like OnlyOffice.

    Also this is more about OnlyOffice’s issues - the lack of transparancy and true collaboration with contributors, the proprietary code used for mobile apps, and it being based in Russia which is geopolitically problematic especially if part of the idea is “Euro sovereignty”


  • Few options off the top of my head:

    • Open a terminal (e.g. Ctrl+Alt+T) and type “firefox -p &”. The & operator runs the process in the background so it will continue to run even when the terminal is closed

    OR

    • Use your desktops equivalent to windows “run”. So for example, on KDE use Krunner (Alt+F2 or Alt+Space usually launches it) and type in “firefox -p”; it usually defaults to running a command. There is also a dedicated “Run Command” plasmoid that can be added to your desktop. On Gnome, I think the “run a command” dialogue will do the same (also Alt+F2 I believe).

    OR

    • Add an app entry to your desktops menu for Firefox Profile Manager. On KDE if you type Profile, “Profile Manager - Firefox” already exists as a Krunner action; so you can easily get it from your menu or krunner just typing Profile. If it doesn’t exist then you can use your desktop’s menu editor to copy the firefox entry and add the -p as the command line argument. On KDE that done most easily by right clicking on the menu icon and selecting “edit applications…” or search for menu editor. Other desktops will be very similar.

  • Its an interesting build and cool, but this seems overpowered and overspecced to me?

    From his reddit post he’s hosting: Immich, Nextcloud (file sync across all devices), Frigate NVR (Coral AI detection + Home Assistant integration), Plex (with full *arr stack), pfSense (firewall, DNS, DHCP, WireGuard VPN, ntopng monitoring), Vaultwarden and Pfblocker. He says on the Youtube video: Plex, Home Assistant, Pi-hole, Immich, Nextcloud, Frigate, and more.

    Does this really needs 4 Lenovo PCs (1 used as the router) to run all this? Maybe he has multiple users and is going hard on the Immich and the security camera set up (including video processing?). Even then I just can’t see how this would make full use of all this hardware?


  • I’ve not had this issue around batteries? Is there specific hardware you can give as an example? For me laptop batteries last longer and I’ve replaced Windows on a random laptop, not researched anything hardware wise.

    Note, Windows has a “trick” of defaulting to “balanced” mode on Laptop installs (even when plugged in I’ve found), which basically means your hardware is throttled unless you turn it off but this trick does make the battery seem to last for ages. You’re actually not using the rest of your hardware at full potential in this situation. Many users seem to be unaware of their power profile setting in Windows. Meanwhile, in my experience Linux installs tends to default to a performance power profile unless you specifically change it yourself (for example balanced or battery saver while unplugged etc) but again this may depend on your distro’s default settings.

    In KDE the power profiles are in the Settings > Power Management section and in the task tray. Same will exist on Gnome, and I know it exists on XFCE as I’ve used it’s power profiles before too.



  • Data has value and this data is particularly valuable to Valve and its competitors. So Valve share the raw data which has gross numbers but they don’t share the useful data. The useful data is the processed data - the corrected and weighted data based on the other information Valve has about its users and install base. That way can weight this months survey responses to expected proportions of the whole user base and see actual user wide figures and trends.

    What Valve shares is akin to a polling company sharing the raw data from the people who completed a polling survey. It’s relatively meaningless and even misleading until they correct the data to weight it to make it representative of the whole population.

    So this month there were 1.15% fewer linux users in the survey pool, not 1.15% fewer linux users overall. They will correct the data to see an actual proportion of Linux users. For example: they have data on every use of Proton and every install of Linux versions of software; and how many times each user installs a game (occasional vs heavy users). They don’t share that but they can use that to help correct the data and get much more accurate picture - one they don’t share as it gives them a commercial advantage.


  • BananaTrifleViolin@piefed.worldtoLinux@lemmy.mlWho uses MATE in here?
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    2 months ago

    I prefer XFCE for lightweight uses (e.g. VM or raspberry Pi) and KDE for normal desktop use.

    For me MATE isn’t quite light enough for lightweight when XFCE is there, and no where near attractive or pleasant enough for day-to-day use when RAM/CPU use isn’t a bottleneck. KDE is certainly more resource intense but up to 1gb of RAM and 1-3% CPU idle for a full featured, slick desktop environment is worth it.

    I don’t really see the appeal of MATE unless you strongly want a GNOME 2 desktop. In which case, yes it makes sense. Although ironically you can make a very close but modern take on GNOME 2 with KDE with modern bells and whistles if you’re willing to customise KDE - it’s that flexible.


  • So I started by dual booting; it’s not a bad way of doing things although Windows likes to mess with bootloaders.

    Optimal way is have physically separate hard drives/NVME cards, Windows on one, Linux on the other. The Linux bootloader should detect windows and point to it’s bootloader as a menu option without issue.

    Make Linux the default OS and only switch to Windows when you really have to. I haven’t used my Windows install in like 1 year? I kept it for gaming but everything I want works in Linux. I even have a Windows VM in Linux for using Office if I need to for work (used it a few times in a year and beat having to restart into windows)

    I’d wipe the windows drive but I just can’t be bothered right now.

    I recommend a KDE distro to start as it’s very flexible - it can mimic windows and also be wildly different if you want. I use OpenSUSE Tumbleweed but I’d recommend OpenSUSE Leap as a stabler point release distro when starting out. I know longer recommend Mint as I find Cinnamon tired and there is so much old and bad advice on tweaking or fixing issues on Mint that it is actually potentially detrimental to being secure and safe.