I like women, femboys and girl cock.

  • 1 Post
  • 40 Comments
Joined 11 months ago
cake
Cake day: September 25th, 2023

help-circle
  • I think Endeavour OS is like that too. I have 2 “unfixable” bugs on my arch installation that can never be removed. I have to manually do 2 annoying workaround tasks every time I turn on my computer before I can use it and this will likely never go away. I’ve been told both these issues can’t be fixed without a complete os reinstall and even then it might not go away. I booted into an Endeavour OS live usb and what do you know, both those bugs were fixed out of the box. Endeavour is based on Arch. The kernel it was running was a kernel number release after my installation developed both of these “forever” bugs.

    Arch is great and all but holy fuck I’m sick and tired of this fucking bullshit all the time. One of these times I’m going to type sudo pacman -Syu and it will develop yet a third unfixable forever bug. This is the same shit that drove me away from Windows: uncontrollable degradation over time that can’t be fixed without os reinstall. Even Gentoo isn’t this unforgiving.



  • I hate Java because whenever people make games or performance sensitive applications with it, performance is always complete ass shit. On top of that, it seems I always have to cave in and use Windows because when I’m trying to compile a Java project, there’s some obscure dependency can only be acquired and installed correctly on windows.

    Try compiling Freerouting in anything other than Windows for example. It’s a good fucking thing Java apps are cross platform.


  • If you get even 1 thing wrong, the entire program stops working and you don’t get any information about it. Turns out those cryptic errors like “error: object reference not set to instance of an object at address 0x007e00” are kind of important information to have. Unless you specifically know where it’s crashing, finding the source of the problem is like finding a needle in a haystack. If it’s your own code it’s borderline manageable but you’ll regret every decision that led you up to that point. If it’s someone else’s code such as an old project from 9 years ago that doesn’t work anymore, absolutely forget about it.

    The only advantage of php is that it’s incredibly lightweight. I was running an Athlon XP home server on Gentoo as late as 2022 and still had php running despite only having the SSE1 instruction set and a cpu less powerful than whats probably on a modern led lightbulb.

    But ACKTCHUALLY I think django and python bottles can be run on even shittier computers than php can since they’re both python programs and python has been demonstrated to be runnable on a pentium 1. So there is no reason to use php.









  • Linux is too much bloat. BSD is also too much bloat. Switch to Temple OS. Actually, Temple OS is too much bloat. Uuh. Did you know that it’s possible to use gcc to compile a c or c++ program in such a way that it’s bootable? You can make your own shitty command line os in like 100kb that way and still have access to most of the easy QOL libraries and namespaces. That’s still too much fucking bloat for me though. The way I do my “computing” is I just draw on my monitor with a dry erase marker instead of plugging it into a pc.


  • I evangelize Linux irl by simply keeping my computer always tuned up, up to date and working well. It’s inevitable that someone’s windows or mac shitbook will do something shitty and people will pay attention to me just for not having the same problems as them. For example the other day by brother wanted to watch spongebob, his macbook wouldn’t let him connect to the TV so I plugged it right in to Arch Linux and it worked like a charm. Sometimes the superiority of Linux simply speaks for itself.



  • MyNamesNotRobert@lemmynsfw.comtolinuxmemes@lemmy.worldArch with XZ
    link
    fedilink
    arrow-up
    7
    arrow-down
    18
    ·
    edit-2
    5 months ago

    In my experience they’re the same from a reliability standpoint. Stuff on Arch will break for no reason after an update. Stuff on Debian will break for no reason after an update. It’s just as difficult to solve reliability problems on both.

    Because Debian isn’t a rolling release you will often run into issues where a bug got fixed in a future version of whatever program it is but not the one that’s available in the repository. Try using yt-dlp on any stable Debian installation and it won’t work for example.

    Arch isn’t without its issues. Half of the good stuff is on the AUR, and fuck the AUR. Stuff only installs without issues half the time. Good luck installing stuff that needs like 13+ other AUR packages as dependencies because non of that shit can be installed automatically. On other distros,all that stuff can be installed automatically and easily with a single command.

    I use Arch btw.