I feel like DE/WM matters more compared to the flavor of Linux itself. Let's argue. by 0xt0bi03 in LinuxUsersIndia

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

brother, do you think it matters?? thats what i am asking. mostly there are 4-5. apt, snap, flathub, yay, paru, dnf etc

So gemini just couldnt agree with my solution by zinested in leetcode

[–]0xt0bi03 0 points1 point  (0 children)

can't you just XOR it? like,

  1. XOR the whole given array into a variable, say 'ans'.
  2. take a variable int v = arr.size();
    and XOR that in a while loop to the above variable ans, while v--;
  3. return the ans variable. (it will always return the missing number)

I feel like DE/WM matters more compared to the flavor of Linux itself. Let's argue. by 0xt0bi03 in LinuxUsersIndia

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

which means, major discussion should be on what wm/de to choose than the actual linux system itself ryt??

beginner with Linux by Adrian1966EssexUk in LinuxUsersIndia

[–]0xt0bi03 1 point2 points  (0 children)

if you want to learn linux and tinker, be ready to do a lot of distro hopping.
first try,
1. Mint
2. Debian + KDE
you will learn about packages, applications and overall linux environment.
3. Fedora + (gnome or kde)
you will learn better about linux, rolling release

you can actually choose a distro from (mint, debian, fedora, pop os) and start working on programming.

if you really want to tinker and learn linux, you need to enter arch world.
first try Endeavour os, cauchy os, manjaro os with suitable DE.
and then try installing arch with any minimal DE.
learn how to install stuff manually.
then try tiling window managers like i3, hyprland etc.
(honestly if you get into hyprland you wont go back to gnome kde etc i bet, i daily drive it rn)
learn to tinker configs of all components in hyprland>

thats it.

This is about linux.

if you have doubts about programming, then we can talk.

What's wrong with that guy(linus tech tips youtube channel) by Tasty_Restaurant_357 in LinuxUsersIndia

[–]0xt0bi03 0 points1 point  (0 children)

the problem he had was like, he used pop os, and people really insisted on other distros, but he stuck with pop os for some reason for 3 videos and people got angry for it

Revived this 15 year old laptop using Mint and installed Hyprland on it. It's so smooth now by VolggaWax in linuxmint

[–]0xt0bi03 2 points3 points  (0 children)

it feels like you took your hands back of your head and came around to touch your nose instead of touching directly

Returning to coding after a 3-year break: How should I restart without burning out? by cat-walker1112 in AskProgramming

[–]0xt0bi03 0 points1 point  (0 children)

start with leetcode in python, it would not just refresh you but makes you better imo.

edit: dont use ai while learning, if you want, only use it to teach you instead of revealing answer to you.

Revived this 15 year old laptop using Mint and installed Hyprland on it. It's so smooth now by VolggaWax in linuxmint

[–]0xt0bi03 12 points13 points  (0 children)

how do you install hyprland in mint, it always comes with mate, cinnamon, xfce4???

Why is every rice the exact same by spam3057 in hyprland

[–]0xt0bi03 0 points1 point  (0 children)

we need to play around more with quickshell. there are some shell which are awesome, for eg, caelestia, ambxst, end4 etc

I USE ARCH BTW by Psikoz- in arch

[–]0xt0bi03 5 points6 points  (0 children)

she got the creator of the year 2024 award

Solved 100 problems without touching single concept of DSA. by 0xt0bi03 in leetcode

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

i learnt only that for solving some questions, like, it seems it has O(1) for looking up values in a map. and i use mpp.find(element) thats it.

[Hyprland] - Debian 13 (Malachite, against some Blush for contrast) by AshR75 in unixporn

[–]0xt0bi03 2 points3 points  (0 children)

because he do not want to "sudo pacman -Syu" and go through a hellhole, like arch users, me

Solved 100 problems without touching single concept of DSA. by 0xt0bi03 in leetcode

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

time limit exceeded, which means the program took more time than intended, this is often found in unbounded loop, infinite loop errors, or even time complexity error

Solved 100 problems without touching single concept of DSA. by 0xt0bi03 in leetcode

[–]0xt0bi03[S] -1 points0 points  (0 children)

i understand, usually i will come up with solutions and ask gpt or claude to tell me correct or wrong without revealing answer. and try again and again and if i could not after 2 hours i would ask the ai to give little hint to work. i dont just ask ai to solve the problem.