Skip Navigation

User banner
ancap shark
Posts
2
Comments
191
Joined
2 yr. ago

  • Don't do your own research, just believe in the Current Thing™. Just trust the Scientists™, they are smarter than you.

  • That looks very good, thanks for sharing it

  • I recently started exploring wayland and arch, installing a compositor (Hyprland) and module by module as a go. It's unnecessarily hard but I'm learning a lot from it.

    The thing that surprised me the most is the amount of components and projects that are GTK based. I always thought that GTK was a Gnome thing, but it's very much alive outside it as well.

  • Does it index the colors?

  • "Serving suggestion: just don't" lmao

  • Verse for the win. I'll be taking the top bed tho

  • This is a very useful, very well done chart, congratulations.

    But what a mess is FHS. Easily the worst thing of linux design for me

  • What a nice wallpaper. Can you share its sauce?

  • It's not a company nor a random strangers responsibility to raise someones kids, and in reference to adults, they can click elsewhere, looking at content online is entirely dependent upon what you search and click.

    Although I would generally agree with you, that has nothing to do with the image. This is just a trigger warning, from what I understood, it's just preventing you from unknowingly accessing disturbing content, not banning it for good.

  • I can't tell if you're middle income

    I'm from Brazil. I didn't know this term, but quick googling shows me that Brazil is an upper-middle-income country.

    I make around R$ 3620 ($740 USD) per month, a more than average income in Brazil. A MacBook Air M2 15" comes for R$ 15000 ($3069 USD).

  • I use linux for programming and learn to enjoy everything being 3x harder than needed (Stockholm's syndrome), but it's not like it's good

    I use Windows for gaming (I could use linux to do it, but windows is easier), but it's not like it's any good

    I won't be paying whatever 4 months worth of my income on a MacBook, so it's not like it matters if macOS is any good

  • Please lecture me, I'm somewhat new to linux (I use it for some years now, but only Ubuntu, so you know). What's the point of wayland?

    I mean, I get that it's an alternative to Xorg, and it merges the server and client, but what does this mean to the end user?

  • Oh, I didn't know that one, it looks interesting. I was quite hyped with GoboLinux because it tried to mitigate the things that annoy me the most in linux, that's how complex is the installing (and uninstalling, mainly) of programs. I mean, you always have the distros' package managers (apt, pacman, aur, yum, ...), compiling by hand and moving or linking to system folders, downloading a binary, flatpak, snap, brew, appimage. When I get to uninstall a program for some reason, I never know how to do it, because I never remember how I installed it.

  • I'm trying new distros out. I've been using Zorin (basically Ubuntu) for a long time now and getting tired of it.

    I tried NixOS woth Hyprland, but I just could plugins to work on the NixOS' default Hyprland install, and installing things I needed to compile it on NixOS was way too hard, so I gave up.

    Tried GoboLinux (very unknown, but very cool) with awesome wm, but nothing fucking worked. The bootloader didn't work, after that it's package manager didn't work, after that the touchpad tap didn't work.

    I'll try Manjaro now. It would be cool to get Hyprland to work still.

  • Spanksgiving

    Jump
  • Oh no

  • Norman

    Jump
  • What a horrible day to have a functional eyesight

  • No, they don't. Flat earthers don't believe in a big universe where planets orbits stars and shit, so this image is kind of a straw man, although it's obviously not serious.

    I mean, flat eath is a dumb theory, if I can even call it that, but it is not what is in the image.

  • This looks like code after being compiled and transpiled from something like Typescript and Babel, it's not what the engineer actually wrote.

    For people that are not programmers: this code probably was generated by a program based on a different, supposedly better code. This is done because many browsers will only execute legacy JavaScript, and that is a pain in the ass to work with, so people work with better different languages or newer versions of JavaScript and a program just translates that to the lagacy JavaScript that old browsers will support.