• 0 Posts
  • 117 Comments
Joined 2 years ago
cake
Cake day: June 20th, 2023

help-circle
  • Yeah, wayland good, etc etc.

    Now we’re at the point where wayland is becoming the only option, while there are still some things that don’t work well, like showing up a modal, opening a context menu in a window that wasn’t in focus, copy/pasting from non foreground UI applications… All this under KDE, which is somewhat large in terms of good DE.

    I understand the argument that if we have to move, we have to start the move at some point. But I’m not sure we have to move. People keep telling X is a messy dangerous unmaintained eldritch horror sucking on your souls every seconds, but as a user, if moving back to X fixes all the tiny weird issues and shows no obvious downside, it’s hard to justify the switch.


  • First, I said “the init process”. The systemd project reinventing the wheel at every occasion is half garbage half “yeah, it’s not horrible, but we’re going to iron it out again for the next decades” level of horror. You won’t have to convince me of that. And don’t get me started on “binary” logs that sometimes takes dozen of seconds to just show up when requested. But the management of services is an overall improvement over scripts stitched together.

    I’m well aware of these discussions.

    But systemd management, and overall presence, is not something most people would care about. From a user perspective, the system boots, and things works (mostly). To non admin user, running a systemd system or a sysvinit system or whatever is irrelevant.


  • Interestingly, the two example you shared (Sonic Unleashed and the whole Sonic franchise being bad) are likely a good example of “hanging with the bad crowd”. Unleashed is… not great, in my opinion, but the whole franchise? Please. We’re not talking Sonic06 level of horrible decisions.

    Another view on this is, if you enjoy something, and people have to tell you it’s bad just so you know, it can’t be that bad. People enjoy different things, and seriously, the toxicity of large communities is the worst thing ever. At this point, even with what seems to be “unanimously loved”, you’ll be able to find a large enough group of people happy to tell you it’s shit.

    With that said, some games are really, really bad. But these games usually don’t need to be pointed out for people to know.

    edit: dang, that was full of typo.


  • It’s the first time I hear systemd or wayland were spelling the death of the linux desktop (not even gonna mention gnome, it’s a choice).

    There are controversies around these two, some extremely valid, some a bit over the top, but both do work adequately for the vast majority of common use cases. I’d even argue that systemd (the init process) is better as far as being user friendly. And I say “user”, not “poweruser” nor “sysadmin”. And wayland is an opportunity to clear some long-lasting backward stuff, and even though it is possible to find issue today, for regular (and new) users, it has no bearing on the usability of their system.


  • Yes. But I worry about your premises. Except for a few thing, gaming is not a 10 hour long experience every time; you can just easily slip-it in any free time. Not having the time to play video games sort of implies you never have free time, which would be concerning.

    Maybe I’m misunderstanding the question and it is not about having time to play video games as much as will to play video games. Interests can shift over time; for some people, it’s playing different types of games, for other, it’s having different hobbies over time.

    I think the same way people have to be a bit social, they need a bit of “me” time here and there. All things in balance and all that. But the material “time” needed to play video games? Yeah, it’s there.





  • When I switched to Ubuntu, they just had more up to date packages, and with two releases a year (sort of), stayed up to date with other software, which is a good thing for a system I actually use. From then on, I just stayed on it, because I don’t reinstall my OS until something’s broken. I’ve been moving the same one for a decade now.

    If I had to install a new desktop system I’ll probably go with mint, for the same reason : more frequent software update.

    Note that this is all for desktop (and some specialized systems). Servers are all running debian, because stability is preferable and frequent software change is not what I want in these environments.


  • If made correctly (which is hilariously easy), it’s a clean install and uninstall process, support some level of potential conflict regarding files that are shared with other packages/commands, support dependencies out of the box, and with minimal work can be made easy to update for the user (even automatically updates, depending on the user’s choices) by having an (again, very easy to setup for a dev) repository. With the added value of authenticity checks before updating.

    All this in a standardized way that requires no tinkering, compatibility stuff, etc, because all these checks are built-in.

    Note that some of this probably applies to other system package management solutions, it’s not exclusive to .deb.


  • Ubuntu support online (I mean, the size of the community) can be useful. And besides the snap and “ubuntu advantage” thing, they’re mostly a more up to date vanilla Debian, which is extremely convenient because, Debian.

    It’s obviously good for people used to Debian, but it’s also great for other, because of the regular updates. But in fairness with your point I’ve been thinking about moving to mint since it’s basically a de-snapped ubuntu.




  • The problem is that they’re killing competition.

    So, they pay to develop a product, for themselves, explicitly says “it’s only for us, shoo shoo”, and when they decide that their product, that they pay for, and provide for free to their user, should not be used by other, it kills the competition that did not do anything except take the product for free despite being told not to?

    I’m not on the side of Microsoft for most things. But if doing nothing but taking someone else’s free product qualifies to be competition that should be protected, we’re having problems.




  • I’ve been thinking about keeping a running windows on the side once I switch my “gaming” system. There’s two things that won’t work well (or at all) on Linux: fully PC-tethered wireless SteamVR with my current hardware (HTC Cosmos Elite), and a ripping software.

    I might keep a small windows running for VR (although I’m currently looking into trashing the hardware if a good alternative shows up). For the ripping software, I’ll just stitch a script that uses existing open source software to do roughly the same thing.

    And I might just get a small box, like a 200something computer with only Steam and the wireless card, to remote play VR through it, if that’s an option.

    Bye bye windows.




  • vim can’t use the kde/wayland clipboard to copy/past properly, you have to script it through something. I’ve read it’s related to non foreground app not being able to manipulate the clipboard or something close to that, which a CLI app will never be.

    There are “solutions”, mostly overriding vim behavior to write/read from that dedicated program, though. It’s not a show stopper, but not every software allow this kind of flexibility.