this post was submitted on 17 Feb 2024
1417 points (96.2% liked)

Technology

63009 readers
3401 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] DarkNightoftheSoul@mander.xyz 21 points 1 year ago (3 children)

so.... where's the hide button?

[–] bigMouthCommie@kolektiva.social 12 points 1 year ago (1 children)
[–] DarkNightoftheSoul@mander.xyz 10 points 1 year ago* (last edited 1 year ago) (1 children)

thats like an entire extra button tho

[–] bigMouthCommie@kolektiva.social 6 points 1 year ago (1 children)

I never grab a mouse unless I need to

[–] DarkNightoftheSoul@mander.xyz 18 points 1 year ago* (last edited 1 year ago) (2 children)

thats probably cool if youre some kinda like, prison hacker or something, im just a basic bitch who clicks on stuff what can i say

edit: also I popped my win key out cuz i kept hitting it instead of alt in games

[–] bigMouthCommie@kolektiva.social 10 points 1 year ago (1 children)

I find it very satisfying to look my boss in the eye as I hide everything.

[–] DarkNightoftheSoul@mander.xyz 6 points 1 year ago

that does sound satisfying lmfao

[–] Rustmilian@lemmy.world -1 points 1 year ago (3 children)

If you ever become a Linux user, then you already know to stay away from WMs.

[–] DarkNightoftheSoul@mander.xyz 4 points 1 year ago (2 children)

For some reason, I've actually been thinking about that a lot since I joined lemmy. Weird coincidence, that.

What's WMs?

[–] Rustmilian@lemmy.world 4 points 1 year ago* (last edited 1 year ago) (1 children)

As a hyper simplistic explanation :
Window Managers (WMs) are essentially keyboard centric highly stripped down and highly customizable Desktop Environments in a way. This isn't completely correct, but for the sake of simplicity it'll do.

I can give you a much more technical explanation if you want.

[–] DarkNightoftheSoul@mander.xyz 5 points 1 year ago* (last edited 1 year ago) (1 children)

I'm not in the mood to read something super technical right now- But actually y'know what, I will be tomorrow. Hit me with that shit or if it's as much as you seem to be implying, make a post and link me in.

[–] Rustmilian@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

It's not overly technical, just has more nuance :

A Window Manager is a type of compositor or X client (depending on if it's based on Wayland or Xorg respectively) that manages the placement and appearance of windows on the screen.
It is responsible for the appearance and behavior of windows, determining the border, title bar, size, and ability to resize windows, and often providing other functionality such as reserved areas for sticking dock-apps or the ability to tab windows.
It can be part of a Desktop Environment(DE) or be used standalone.
Often times when WMs are referenced it's in reference to standalone WMs which are often keyboard centric and come in various different forms. For example tabbed, tiling, dynamic, stacking, dynamic tiling, etc.

Some popular Xorg based WM in Linux include i3, BSPWM, DWM, Awesome, Fluxbox, Openbox, WMii, Xmonad, etc.
Some popular Wayland based WM including Sway, Hyprland, River, DWL, NeWM, etc.
Then there's WMs built-in to Desktop Environments like Kwin(KDE Plasma) and Mutter(Gnome).

If you're interested there's an Arch Wiki with even more info.

[–] DarkNightoftheSoul@mander.xyz 3 points 1 year ago (1 children)

I'mma come back to this, but for now, I'm definitely ready to make the switch to linux. Fuck microsoft.

I've used ubuntu in the past on and off back in high school, but it never really stuck. Didn't get the point, couldn't play games, disk space overhead that I could use for ut2004 instead, that kinda thing. Now I get the point and I almost don't play games anymore (though I hear linux is much a more mature gaming system now, figures) and I'd like to try again, but I doubt the least common denominator ubuntu is the right choice. Which instances/communities are going to be the best for a beginner? I'm going to need help with a lot of stuff, I remember trying to install network drivers was a pain in my ass, using the command line and remembering commands and operators and that sort of thing, the filesystem and filetypes were unfamiliar and confusing for that reason, just a lot of things. Where do I start?

[–] Rustmilian@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (2 children)

Kinda figured you wouldn't want to be hit with a wall of text... lol 🫣

couldn’t play games... I almost don’t play games anymore...

We have Valve Proton now, that while not-perfect works most of the time. Wikipedia has an excerpt on it. You can use this guide to enable it in steam.

...but I doubt the least common denominator ubuntu is the right choice...

It could be, but often something like Linux Mint or ZorinOS can be a better fit. It depends on you're use-case.

Which instances/communities are going to be the best for a beginner? I’m going to need help with a lot of stuff...

I'm not too sure, I'm not really a beginner anymore... but !linux@lemmy.ml is open to questions, I've personally been answering questions there too. There's also !linuxquestions@lemmy.world & !linux@lemmy.world.
You can always hmu.

I remember trying to install network drivers was a pain in my ass

Generally there already included in the kernel. If not, it can be a pain.
A clever work around I came up with is to use USB tethering with your phone to share WiFi which works 99% of the time, then from there you can add the drivers more easily.

using the command line

Not too hard to learn, unless you're writing scripts you don't need to know that much.
You can use man command, command -h or tealdeer for help pages.
You can watch this 100s video for a real quick overview of bash, and this 20m video for a full quick and easy Terminal/Bash beginner tutorial.
The vast majority of this is transferable to other shells like Zsh.

operators

Ampersand Operator (&): Runs a Linux command in the background.
Semi-Colon Operator (;): Runs multiple commands.
AND Operator (&&): Runs the second command only if the first command succeeds.
OR Operator (||): Conditionally executes the second command.
Cheatsheet for more.

the filesystem and filetypes were unfamiliar and confusing for that reason

man file-hierarchy 😜
There's not much different for filetypes, I mean Linux uses a combo of mimetype/magic numbers and file extensions e.g. image".example" for identifying filetype.
I guess maybe you're confused about shell scripts.sh, binary.bin filetypes? those are executables like .exe.
If you have a specific question, that'd be easier to answer.

Where do I start?

Probably Ventoy to make distro hopping easier. Here's a good video on it from a great YT'r. Just use use the live environment to mess around and see which one you like/works best for you.

[–] DarkNightoftheSoul@mander.xyz 2 points 1 year ago (1 children)

What confused me at the time was that my files weren't necessarily compatible between systems. Something about fat32 or something? I dont remember too well. It was over a decade ago.

[–] Rustmilian@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

I think I understand, you mean like mounting an external hard drive in a different filesystem format not working?
In any case just hmu if you have any trouble.

[–] PipedLinkBot@feddit.rocks 1 points 1 year ago

Here is an alternative Piped link(s):

this 100s video

this 20m video

Piped is a privacy-respecting open-source alternative frontend to YouTube.

I'm open-source; check me out at GitHub.

[–] rottingleaf@lemmy.zip -2 points 1 year ago (2 children)

A window manager, and you are usually using one and can't "stay away" from it, that person just doesn't know what they're blabbering. What they are trying to say is that choosing a window manager may lead you to trying some unusual workflow.

[–] Sanctus@lemmy.world 3 points 1 year ago (1 children)

You are completely free to have no wm and run programs in the terminal.

[–] rottingleaf@lemmy.zip -2 points 1 year ago

usually

a word too hard for you

[–] Rustmilian@lemmy.world 2 points 1 year ago (1 children)

usually using one and can't "stay away" from it.

I have a TTY that says otherwise.

[–] rottingleaf@lemmy.zip -1 points 1 year ago (1 children)

usually

a word too hard for you

[–] Rustmilian@lemmy.world 2 points 1 year ago (1 children)

Social cues are hard for you, so you don't get to speak on "word difficulty", bud.

[–] rottingleaf@lemmy.zip -1 points 1 year ago (1 children)

My social cue for you here is that I am not socializing with ignorami.

[–] Rustmilian@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (1 children)
[–] rottingleaf@lemmy.zip -1 points 1 year ago (2 children)

"Ignoramus" is singular and "ignorami" is plural, so "ignoramus" is, for example, you, not knowing that, and "ignorami" are, for example, you and the person who upvoted your comment.

[–] Rustmilian@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

No no no, you got it wrong, all those words describe you, & your tiny dick energy, dumbass.
Also, ignoramuses would be more accurate as the root of the word is a Latin verb.

[–] kelvie@lemmy.ca 3 points 1 year ago (1 children)

I think you're confusing a window manager with a tiling window manager.

[–] rottingleaf@lemmy.zip -4 points 1 year ago (1 children)

I actually have used (for fun and autism's sake) Linux with just VTs, running X for one GUI application at a time without a WM.

But I think you are just ignorant of there always being some program to manage your windows called window manager, while using X.

[–] Rustmilian@lemmy.world 5 points 1 year ago* (last edited 1 year ago) (1 children)

while using X

Wayland... exists too...

Also... can you please... maybe.... Kindly...
REMOVE THE STICK FROM YOUR ASS.

[–] rottingleaf@lemmy.zip -1 points 1 year ago (1 children)

While under Wayland there are no window managers at all, it's an X concept, could you please kindly realize that you've already licked that stick?

[–] Rustmilian@lemmy.world 3 points 1 year ago* (last edited 1 year ago) (1 children)

Wayland there are no window managers

It's called a compositor, dumbass. https://swaywm.org
Nah, now you're not allowed to remove the stick, push it deeper in...

[–] rottingleaf@lemmy.zip -1 points 1 year ago (1 children)
[–] Rustmilian@lemmy.world 2 points 1 year ago* (last edited 1 year ago) (1 children)

Go get some bitches.

I find it fucking hilarious how you try to correct people in the most abrasive way possible while not actually knowing jack shit on the topic.

[–] Kbobabob@lemmy.world 7 points 1 year ago

Taskbar settings.

[–] NewNewAccount@lemmy.world 4 points 1 year ago

There’s no longer a mouse shortcut?