• 1 Post
  • 231 Comments
Joined 2 years ago
cake
Cake day: April 24th, 2023

help-circle
  • They might’ve done so out of necessity. I don’t know if the dev(s) of the Simple Tools apps were working on it full time, but if they were and just not enough contributions were coming in from it… Well everyone has to eat.

    As the saying goes, “everyone has their price”. It’s easy to condemn the developers for their choice until you’re in the exact same scenario as they were. Whether that’s because they were starving, or even just offered enough money to make their lives a lot easier - not too many people would turn it down.



  • Just curiosity really, it was when I first started learning Java from my father’s old textbook. The “Getting your environment setup” had instructions for both Windows, OS X, and Linux/Ubuntu.

    Of them all, the instructions for Ubuntu were the simplest (sudo apt-get install openjdk or a similar package), in order to get the Java dev tools installed.

    Ended up giving Ubuntu a look in a VM since I hadn’t heard of “Linux/Ubuntu” (which was also the first time I used a VM) during the 8.04 days!

    Funnily enough I actually put Java down for a bit since I just couldn’t get into it. IIRC though, my first project on my GitHub had something to do with Python+GTK. Then eventually I got back into Java when I discovered I could make Minecraft plugins/mods.

    Of course I was pretty young at the time, maybe 13 or 14? So I didn’t know (or would’ve cared) about the whole privacy aspect of Linux - that came much later. But ever since then, like many others, I’ve always maintained that Linux is the best development environment for me.


  • out of the box isn’t enough for a new distro.

    I’m a bit surprised that they mentioned “distribution” on the Bluefin website, as the Universal Blue site (the base project behind Bluefin) explicitly mentions not being a distro - and I know that Jorge tends to be very clear that they’re not building a distro:

    This isn’t a distribution, you can always rebase back to Fedora without reinstalling. This is a unique relationship between upstream and downstream that is popular in cloud, but still new to the Linux desktop. “Custom images” seems to be a decent place to start since that’s what people call them in cloud.




  • Sysadmins very commonly make a lot of use out of automating things with Powershell and various utilities that work with it.

    Given that a pretty decent sized portion (I’d assume at least, no numbers to back that up sadly) of the Linux user base tends to be “cut from the same cloth” in terms of having the passion to automate (and heavily customize) their system - I would think this is why you see this sentiment repeated often.




  • It looks unprofessional

    Often times, projects like this aren’t necessarily going for “professional” - its something the developer has made for themselves and is just being nice to share it and the source to the world.

    Also, sometimes that sort of thing is directly related to making sure translations do actually work. While I doubt that was the case here, I remember seeing RedHat Linux for a while had a specific language option that changed the phrasing quite a bit (I believe it was in relation to how one of the devs on the team commonly spoke) and it was done to make sure that translations were working.


  • Yeah, I wish it had just been theory, I wouldn’t blatantly say something like my original comment if it weren’t based off experience. I’ve written numerous comments on my experience with Nvidia + Linux [+ Wayland] - such as this comment, primarily the the second, third, and fourth paragraphs. Sadly I don’t think its possible to “relative” link direct comments, so I’ve just linked my instance instead.

    Since you mentioned it’s a mobile GPU, I’m not sure if perhaps you have also have an internal GPU that is drawing your regular desktop. My friend doesn’t have nearly the same amount of issues that I have with Wayland, because he’s able to drive his desktop with his iGPU and does GPU passthrough to play games through a Windows VM - the 5600X that I have doesn’t include integrated graphics so this was not possible for me.

    Either way, if it works for you then fantastic. It certainly didn’t work for me, and definitely not for a lack of trying.


  • I mean, you started your comment by saying “Wayland apologists” - I’m not sure why you thought it would go over just fine.

    Which is unfortunate that you did, the Linux community already has quite a bit of hate for Nvidia (for good reason) but comments like these tend to just make people who use Nvidia hardware look bad. I say this as someone who made the exact same position on the argument (so to speak) in a similar thread a few days ago.




  • Yes. X11 these days usually auto-configures on its own (to my understanding, at least) - when you generate one with Nvidia’s settings it will add some stuff that is specific to the Nvidia driver, and thus once the card/drivers isn’t present, then X11 can’t start.

    I had removed the drivers before swapping out the card in preparation, so I’m not 100% sure if said proprietary extensions doesn’t load because of the lack of drivers, or the lack of the card itself - probably both to be honest.

    But either way, X11 wasn’t affected by the removal of the custom config, and there wasn’t ever one present until I made one via nvidia-settings (other than, it started working of course).




  • russjr08@outpost.zeuslink.nettoLinux@lemmy.mlon arch btw.
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    Yep, same! Some of my friends have told me it’s a bit “silly” for me to have it enabled - but there’s plenty of bad things that occur on a daily basis in my life, I do not think there’s a single problem with having some wobbly windows as a small vice to enjoy haha.


  • Sure, but unfortunately from a user-perspective side of things what this meant is that for me XWayland (and thus, Wayland as a whole) has been broken for quite a while just because I happened to use an Nvidia card.

    I’ve mentioned in a previous comment a few weeks ago, I do commend the couple of devs (that Nvidia has so graciously allowed to work on the OSS side of things) work into wiring up support for explicit synchronization and getting support added in upstream - but its been very saddening from my point-of-view to watch the discussion over at the related issue constantly go from “Well Nvidia just needs to support implicit sync” to “Well we can’t, but what can we do to get things to work with explicit sync since we do support that” and back and forth on that for a year.

    All of this of course, while the community is trying to drop X11 as fast as they possibly can now. If it were just a case of not being able to use Wayland for a bit longer, I would’ve still been a bit upset by it, but I could’ve lived with it. Unfortunately, X11 + Nvidia also doesn’t work that great in my case. I have two 1080p displays that only run at 60Hz, and I could hardly get the desktop itself to run at a stable 60FPS without it constantly dropping frames from just having a web browser open which should not be difficult at all for an RTX 2080. I tried every single tweak on both the Nvidia X-settings side of things, various compositor options for KWin, Mutter, etc - nothing helped. The closest I got was using KDE’s X11 session, disabling compositing from KWin and replacing it with picom… but even that wasn’t great, and came with a whole handful of problems too.

    Then surprise surprise, I finally get my AMD card (RX 6700XT so pretty much a lateral move), same monitors - X11 runs just fine for the few occasions where I can’t use Wayland, and at the same time Wayland runs beautifully.