• 11 Posts
  • 41 Comments
Joined 2 years ago
cake
Cake day: July 15th, 2024

help-circle

  • i think the good alternative is to get a really fast drive and hibernate everytime you close the lid. Sure it’s slower to resume but with ssd that shouldnt be an issue. Or if Framework has 2 drives we can suspend the image to that 2nd drive then use the main drive to boot up off of it.

    I was loaned a Macbook at my previous workplace. Didnt really use it much because my work apps do not work on Mac. So it sat on the shelves until the day I left the company (too much toxicity). I only used it once or twice when doing presentations. Anyway, that thing suspened pretty much 10/10. The standby power save is better too: i closed the lid on Sunday night and next Sunday, when open up the lid the battery was at 95%.



  • I’m a noob when it comes to deep linux stuff.

    So how does this affect end users and are we at risk of leaking personal info? It looks to me they are adding a birthDate field along with other meta data. Will these metadata be sent to whatever local authorities or whatever data hoarder on the web (like Google) without user consent?

    I meant what stops me from listing false info like: Name: Biggus Dickus DOB: 06/09/1969 Nationality: Spartan …etc. ?

    I usually use systemd for stuff like hibernate/suspend, e.g.

    systemd suspend

    and if on i3wm, I edit configs for sleep and lid close in /etc/systemd/sleep.conf

    Are these affected too?.



  • Suspend , hibernation and resume

    yes laptops may seem like they suspend and hibernate and resume properly on Linux. But they do not work reliably. Back in 2010, you could have laptop running hot inside your backpack just because it failed to suspend on lid close. Fast forwars to 2026, the lid close action works but for me, there are still small chances that it doesnt suspend properly or slow to suspend. I blame Intel and Micro$oft for the new standby mode.

    As much as I hate Macs, those fucking money grabbers suspend 200% well. I dont care if you’re alert or drunk or 30,000 ft in the air, if you close on the lids on these laptops, they suspend quickly.




  • Yes it is very much doable and you can get a functional system. But there can be 2 main problems for your case:

    1. you would literally install Debian and choose nothing (no DE just a bare minimum). On Arch, this is easy because it came with some packages or you can install during live to get wifi working. On Debian , last I heard you need to do some dhcp wizardry.

    2. cross apps compatibility. This is very serious. Even “lightweight” DE like xfce has a lot of hidden stuff that helps to run your notifications , powers and brightness/volume. And that does not count it you want stuff from Gnome or KDE: they even have more special libraries. In your case, the worst scenario would be to have multiple libraries/configs from different DE and they try to do the same thing. This is very hard to debug and maintain.

    Point 1) is not as bad, if you use an Ethernet or somehow connects to the internet. It is only for the 1st phase where you install stuff though. After that you can just use the DE’s network manager.

    Point 2) should not be a problem IF you are running a window manager. The reason is that in these setups you can choose exactly what you want without messing up…On DE you can too, but you migght break things. For eg, choose dunst for notitication or xfce4-notifyd. On a mixed DE setup? Bad idea imo.



  • I’m allowed my own laptop cuz most of my work is ssh to a server and fix shit. You have to register your laptop on the network first though.

    Office, Team: these can work via the browser if your company/organizations pay for the subscription. In fact, the web versions run much better than the standalone desktop ones for me.

    Code editor, terminal, programing in general: These work much much better in linux. You open a terminal and you write commands to install stuff. Editors are even easier, i.e. nano, vim, vscode, emacs… etc. just pick your poisons…

    Email: now I login to my exchange email using the browser. That works for 100% of the stuff I need to do: basic emails stuff, accept/decline meetings…etc. Unless you absolutely need to use Outlook, there should be no problems.

    Now… the real problem lies in specialized software like CAD, CAE tools. I like Linux but there isnt a free CAD / CAE tool that is comparable to what the industries are using. In academic? absolutely you can use for research.



  • everything is a file lol, unlike on Windows where a lot of things are GUI based:

    • Want to change your grub font size? Heres a file.
    • Your python gives dependencies errors? Well, because the libraries (aka files) are in a different directory.
    • want to change your password and username? Heres a file to change …so on and so forth

    On Linux you have a lot of power, can use sudo to make changes to a file. If you know what youre doing, great. If you dont, system can break. Even without sudo, a misplace / mistype of files in the /home directory can cause weird stuff.

    So TLDR is: be careful when make changes to files on Linux. Dont listen to stranger on forum who gives out command to paste and run. Do your research what the command does.



  • depends what you do, tbh. If you try to get a 3D program (that works well in Windows) to work on Linux, or try to get a game running as smooth as it is on Windows, then you are in for a lot of work.

    But if your usage involves: simple web browser / email, codes, file operations. Then Linux is just plug and play, even much simpler than Windows. No ads, no constant updates nagging.

    Linux just leaves you alone, if you mess some thing up it is you fault. On my Win 11 laptop, I got logged off by the damn OS just for it to display a popup with something bullshit like “Sign in to OneDrive to protect your PC”



  • i’d recommend trying things out first. You are still in the beginning phrase, so try different distros. When you do, look for stuff like

    • forum support. Is it popular ? Ubuntu Studio may not be as popular as vanilla Ubuntu and even when theyre from the same family, you can expect minor differences.

    • i know this is not Windows. But say your OS is corrupted, how fast and easy it is for you to reinstall?

    Example: Pop OS has a dedicated partition to reinstall the OS right in the grub menu - you dont need a separate USB drive for this. On the other hand, Archlinux requires you to mount the partitions correctly (yout home, root…etc), then you can go and fix your systems.

    • do you like how the package manager work? I dont like Ubuntu because it has these different sources that can get convoluted. Arch’s AUR can be very messy. Fedora for me is the way because I like DNF. Plus, its syntax is easy to remember.

  • If you just want to play the game, then gaming works surprisingly well on Linux. Very well.

    I have the same game on Steam running on 2 separate computers, Fedora and Win 11. On the Fedora one, everything is just rock solid. Heck, even when I am rendering some very intensive 3D stuff on another workspace for work and use 50% of the RAM, the game is still running. On the Win 11 laptop, random issues happen where my cursor dissapears and the entire desktop freezes.

    OTOH, if you need the gaming accessories to work properly then I’m not sure, could be a 50/50. For eg, if your laptop has some proprietary sound card, then Linux might not be able to take advantage of that. On Windows, these should work OOTB.


  • Pop OS tiling is awesome. What I always try to do on tiling WM: set workspaces and spawn specific applications on specific workspaces. Not sure if Pop OS can do it, but on i3/dwm/sway…etc. you can freely spawn your applications wherever you like.

    Try to play around with those DIY tiling environment. You will have a lot of fun if you like tinkering with stuff. Maybe one day you will run EXWM