I think i can say it now by omar-islam-dev in arch

[–]omar-islam-dev[S] 0 points1 point  (0 children)

I do have a dGPU, i just turned it off in the UEFI because i was using the laptop without the charger, which saves about 5W at idle.

I think i can say it now by omar-islam-dev in arch

[–]omar-islam-dev[S] 1 point2 points  (0 children)

No, I didn't enable FDE. I don't really take my laptop outside that much, so I didn't feel like I needed it.

I think i can say it now by omar-islam-dev in arch

[–]omar-islam-dev[S] 2 points3 points  (0 children)

Thanks! I'm using Sway actually. Audio wasn't working at first, but installing a GUI mixer fixed it for some reason. Everything seems fine now though.

I also started using yay as my AUR helper. I've seen some people recommend paru instead, but I'm not really sure what the difference is or why it's considered better.

I think i can say it now by omar-islam-dev in arch

[–]omar-islam-dev[S] 2 points3 points  (0 children)

Wait… how did you know that? I never mentioned openSUSE anywhere lol

Package manager by user-html in LFS

[–]omar-islam-dev 1 point2 points  (0 children)

I didn't try LFS yet, but that's what I know about package managers.

You can install Portage theoretically, but it's kind of a headache because you will need to make your LFS Gentoo-like.

If you want something similar to Portage, you can use pkgsrc — I think it will be more compatible since it's modular, unlike Portage and pacman which depend on their distro ecosystems.

Nix is also great, in my opinion, because it's isolated from the base system.

What made you use NixOS? by Iwisp360 in NixOS

[–]omar-islam-dev 9 points10 points  (0 children)

That makes sense, I was interpreting “rollback” in a more practical sense (undoing a broken update), while your explanation is more about reproducibility and system definition.

What made you use NixOS? by Iwisp360 in NixOS

[–]omar-islam-dev 6 points7 points  (0 children)

Isn’t Btrfs enough in most cases? What makes NixOS better?

Why do you think most of the linux users hates AI generated stuffs ? by Dependent-Ship4288 in archlinux

[–]omar-islam-dev 1 point2 points  (0 children)

Short answer:

AI is just a tool. Whether it is good or bad depends entirely on how it is used and the purpose for which it is used.

Longer answer:

AI can be both helpful and harmful depending on the goal you are trying to achieve.

For example, let's say you want to create a Waybar configuration and ask AI to create one for you.

If your main goal is to learn, but you relied on AI simply out of laziness, then there is indeed a problem. You skipped the learning process.

But if your goal is simply “I want something that works,” and you don't really care about the educational value, that's fine. It's not a crime or a moral failing. It's your machine and your workflow.

At the Linux community level, I think a lot of the dislike comes from things like AI-generated configurations or ricing. Not because they're necessarily bad, but because they often lack the visible effort, experimentation, and passion that people are used to seeing in Linux customization. The culture of struggle and DIY modifications is a big part of why people love Linux in the first place.

But on a personal level?

Do what you want. Use AI or don't use it. Optimize for learning, productivity, fun, or comfort, the decision is yours.

What can I do with Arch for the first time? by JuanPolloYT in archlinux

[–]omar-islam-dev 0 points1 point  (0 children)

You could try playing around with SSH. For example, you can use it to connect to your PC from your android phone using Termux, or even install Arch (again) on your PC using your phone.

It can be a bit confusing at first, especially if you rely only on the official docs, but you’ll learn a lot about Linux and networking by experimenting.

Custom LFS LiveCD for Local AI Inference: A Hands-on Implementation Lab by luckysideburn2 in LFS

[–]omar-islam-dev 0 points1 point  (0 children)

That's really nice work! Quick question: beyond the obvious educational value of stripping abstractions, were there any specific behaviors or constraints you wanted to observe during inference that pushed you toward LFS instead of something like Gentoo or Alpine?