@blotz@lemmy.world avatar

blotz

@blotz@lemmy.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

blotz, (edited )
@blotz@lemmy.world avatar

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

blotz,
@blotz@lemmy.world avatar

What generation of framework do you have?

blotz,
@blotz@lemmy.world avatar

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?

blotz,
@blotz@lemmy.world avatar

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

blotz, (edited )
@blotz@lemmy.world avatar

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.

blotz,
@blotz@lemmy.world avatar

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.

blotz,
@blotz@lemmy.world avatar

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

blotz,
@blotz@lemmy.world avatar

Wdym “not for everyone”

blotz, (edited )
@blotz@lemmy.world avatar

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.

blotz,
@blotz@lemmy.world avatar

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

blotz,
@blotz@lemmy.world avatar

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.

blotz,
@blotz@lemmy.world avatar

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

blotz,
@blotz@lemmy.world avatar

Isn’t that a usa flag hanging into frame. Why would a store in Turkey have the usa flag.

blotz,
@blotz@lemmy.world avatar

Does artix only boot without systemd or is it completely systemd-less? If it is systemd-less, how do services like docker work with that?

blotz,
@blotz@lemmy.world avatar

I tried nix actually. Personally, I think it would make a great server os, but I do not enjoy it as a daily driver. I didn’t like the fact that I was forced to install everything through nix and couldn’t compile software from source.

blotz,
@blotz@lemmy.world avatar

What’s fedora like to use? I dont see it mentioned as much as Debian or Arch.

blotz,
@blotz@lemmy.world avatar

I’m surprised by how many people are rocking opensuse in this thread. What made you go with opensuse?

blotz,
@blotz@lemmy.world avatar

Not sure why people are downvoting this person. They aren’t wrong that Linux enthusiast threads can make it scary for new users to try Linux out. Unfortunately, I did want to see what Linux enthusiasts are running and why they picked it, which is why I made this thread.

If you are a new user trying to get into Linux, I wouldn’t recommend some suggestions in this thread as advice for picking a distro. When I was getting into Linux, I attempted to go straight into DWM/arch because another Linux enthusiast thread said it was great. Needless to say, I had a terrible time.

It doesn’t actually matter distro what you pick, so long as you have fun with it and it is useable! :)

blotz,
@blotz@lemmy.world avatar

Oh god so many notifications. My inbox is flooded. I only expected like 20 replies Lol

blotz,
@blotz@lemmy.world avatar

Such a shame they only research cs and teach new cs students.

Anyone want to try this "nyancat" docker image? It's pretty big -- 23kIB. :^) (hub.docker.com)

Long, short story: CLI animation with some minor annoyances. “Handcrafted” most of em out of the .c file, followed by a bunch of gcc flags. Made it distroless, and this came up. Then my “sharing itch” started after checking the memory usage of the container at a whooping 0 bytes. (I know it must be way more than that,...

blotz,
@blotz@lemmy.world avatar

Why wrap a CLI tool in a docker container? Wouldn’t it be simpler to directly compile nyancat to multiple architectures if the goal is to make it run on all platforms?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #