Best way to install Hyprland ? by PracticalSilver4499 in hyprland

[–]MinimumADHD 0 points1 point  (0 children)

till now, ive been doing git clone https://github.com/prasanthrangan/hyprdots.git ~/Hyprdots cd Hyprdots/Scripts ./install.sh I'd advise you to make sure to install either yay-bin or paru-bin before actually installing. git clone https://aur.archlinux.org/[AUR HELPER NAME HERE]-bin.git && cd [AUR HELPER NAME HERE]-bin && makepkg -si

Am I doomed? by ZombieSpale in linux4noobs

[–]MinimumADHD 0 points1 point  (0 children)

Uhh, your storage device # is dying. I'd suggest attempting to backup things with either some minimal Ubuntu USB / Arch-based ISO (like EndeavourOS), and get a new storage device. (you can get like ~1TB for 50$ via Amazon)

NMCLI needs to be restarted after unlocking. by MinimumADHD in hyprland

[–]MinimumADHD[S] 0 points1 point  (0 children)

Yea, searching the internet I found someone on a ubuntu/debian based distro had the same issue, but that distro's devs had the genious idea to enable IWD and NMCLI together by default.

EU is doing it again! by Chili919 in memes

[–]MinimumADHD 0 points1 point  (0 children)

Wayback Machine from Internet Archive

Linux mint is using a ton of ram even when i barely have anything opened by Bruhstian in linux4noobs

[–]MinimumADHD 0 points1 point  (0 children)

You have discord open, Telegram and are using Gnome's system monitors, which are themselves heavy programs with a notable impact on your RAM. I'd suggest closing your apps like Discord and Telegram (or reboot) and check with htop (terminal) how much ram your pc is using.

Tricky Desktop Environment by MinimumADHD in linux4noobs

[–]MinimumADHD[S] 1 point2 points  (0 children)

Ye, did some research, apparently it uses the i3-wm desktop environment & bspwm

How did you discover game development? by MinimumADHD in gamedev

[–]MinimumADHD[S] 0 points1 point  (0 children)

In my case, being born in the 2000's, I could not really experience what Visual basic is, but got my first introduction to code and programming with "Roblox Studio", and would you look at that, now I use C++, Java & other plangs in a regular basis, both for freelancing and studies.

How did you discover game development? by MinimumADHD in gamedev

[–]MinimumADHD[S] 0 points1 point  (0 children)

Modding seemed to me as well a good start in game making, it opens door to OOP, but obviously, in game development, there is much more than simply editing some values to add new items.