Skip Navigation

Posts
6
Comments
105
Joined
2 yr. ago

  • Oh man that's the same as me! I've been having all sorts of issues with reliability with mine so I was curious if it was different generations. I guess I'm unlucky?

  • What generation of framework do you have?

  • I don't know if I can recommend framework. I've been having lots of reliability issues with their hardware.

    I had massive issues a few months in. Lots of weird issues such as SSD randomly disconnects, screen flicker & system crashes, and issues with powering on after leaving the laptop overnight.

    Been emailing back and forth with them since October trying out different fixes. All this time I haven't really been able to use my laptop reliably. It should be getting sorted eventually. Their warrenty is pretty good and they finally agreed to replace the whole thing.

    The laptop was nice. The modular ports was kinda cool because you can choose your io. The nice part was being able to open the laptop and upgrade parts without voiding warrenty. I think this is hardware issues rather than linux compatibility issues.

    Maybe a Thinkpad would be more reliable for uni work

  • Why are they in a jungle or not in the same pic

  • AI was a mistake.

  • This just made me spray my drink. Fuckin "adjust my cynicism" lmfao

  • Thoughts on this?

    Jump
  • aren't any devs working on X.

    Didn't know about that! Good for them. I would still argue it's a very popular and successful software despite it's unholy codebase.

    It really is a "rock and a hard place" ...

    Yeah. I hope it's just a vocal minority but it's depressing when you see people act like this in the wild.

  • Thoughts on this?

    Jump
  • My thoughts on this? I think people should care less about what software other people use.

    Man, display servers look hard to develop and I'm glad we have two amazing/successful projects to choose between! I think the devs who work on X are doing an amazing job and it's amazing to see how passionate the devs/users are for Wayland.

    If bobby tables likes to use x because they know how it works and are comfortable with it, let them work with x! If you think it's okay to judge/pester/shame people because some software they choose to use, shame on you! In the end, does it really matter what you use.

  • NixOS.

    Cool package manager but constantly breaking compatibility with none nix package managers really annoyed me. (Ghcup, mason, etc...)

    Also how difficult they made compiling software from source. I could live with nix packages if I could also compile the programs I need from source.

    Great server os. I don't understand how people use it as a daily driver

  • the mv home is just renaming the folder so you can mount home in the same space. Rsync is probably better than cp but I didn't want to suggest tools that op doesn't have installed.

  • This is a rough guide written on mobile. its probably best if someone double check some of this stuff before op tries it.

  • Log in as root to avoid trying to make sure no files in /home/ are being read/written to.

    Step 1: copy data to new drive. Mount new drive to /mnt/. cp -ra /home/* /mnt/. -a means that all permissions remain the same which will mean that your user can still read them. Check the man page for more details. This command will take a while. Use -v to see progress. You should see a folder with your username appear.

    Step 2. Prepare /home for new drive. Move the files to a new folder. This is done to make sure you can still easily go back. mv /home/ /home-bak/ keep your old home dir safe in case a mistake was made. mkdir /home/.

    Step 3. Mount your new drive. Mount your drive to /home/ and check if you can login. If everything went correctly, you should be able to just login. Finally you need to update your /etc/fstab to include this new drive. This will make sure your home drive mounts when you start your os. If everything is working, you can delete your home-bak as well.

  • I actually can't believe boychesser won. boy chesser

  • Too many toppings. The pizza base will still be uncooked and squishy. 4/10 recipe

  • Linux has ulimit so I assume docker does aswell

  • What is the original size of the program before docker?

    edit: Also the docker sandbox is not perfect for running unsafe programs. You could still have programs slow down your entire system by taking as many resources as possible. eg. forkbombs.

  • Jesus backwards