Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CO
Posts
0
Comments
28
Joined
2 yr. ago

Permanently Deleted

Jump
  • The person you are replying to said it's fine in a "best friend"-relationship, implying it can be problematic in more intimate relationships. You then said that the person in question is "the son's best friend though", which can be interpreted as "there is no potential for a more intimate relationship" in the context (as in male-male friends can't be more than that).

    I'm just telling you how it can be interpreted and where the answer is coming from.

  • I actually had to test this with my hardware, Win11 is atrocious. I don't have exact numbers, but Win11 uses so much more RAM for itself that it's really noticeable how it just gets slower so much faster when I open stuff.

  • Permanently Deleted

    Jump
  • Latvia is partly involved, yes, but it's also part Russian and recently moved to Singapore. You may find the history section on Wikipedia interesting; it also lists the russian part-ownership as reason for many users leaving OnlyOffice (and I've seen quite a few posts on that at the time).

    As for the open-source part, I stand corrected, thank you

  • Permanently Deleted

    Jump
  • From what I can tell, OnlyOffice has the best compatibility and the nicest UI (similar to MS office), same as with the regular applications. NextCloud Office is based on LibreOffice (officially Collabora, which is their name for the web product), so again same as the regular applications you'll have some compatibility issues. That said, if you don't need compatibility with existing documents or only documents made with LibreOffice, either is fine.

    One concern many have is that OnlyOffice is closed source (edit: my bad, it's been open-source for a long time) and russian based (edit: partially russian, see Wikipedia), while LibreOffice is open source.

  • Permanently Deleted

    Jump
  • There's many languages that started by compiling to C (including C++), so it's an option. As another commenter has already said, it also means that you inherit everything of rust, which can be useful (borrow checker) but also tricky (language decisions, generate correct code). C is a much simpler language (in terms of features), so it's easier to compile to, but Rust should be as doable.

  • The main reason for Ubuntu against Debian is the packages. For Ubuntu, they're much newer, and with PPAs (launchpad.net), you can often get more and/or newer packages built by other users. For debian, good luck, you're stuck with old packages (which is the intent of Debian stable, but not nice as a user, that's for server)

  • This would likely only hurt the end user. Many use chromium-based browsers, so you're just driving those away.

    You can detect Firefox, so you can do a superficial block in JS, but lemmy is such a simple site that you'd find it hard to find areas where there's actual differences between the browsers, those usually only come from complex pages like video calling

  • Immutable distros aren't immutable in the home folder though, they would be unusable otherwise, so that doesn't solve OPs problem of dotfiles/personal files (I know nixOS tries to get rid of dotfiles, but in my experience that almost never works, it's only helpful for replacing config files in /etc)

  • Not quite correct. For html, that is to signal standard compliance, you can leave it away and the browser will still handle it. For the bash one, all (most) shell scripts use .sh, so you need to give a shebang to tell the loader which executable (sh, bash, zsh, csh, ...) to use

    Also on Linux xdg does take file extensions into account, just executables do not

  • You can start steam just fine without the packages. In fact, if you install without them, it'll ask you to install them every time, but you can skip that and it'll work, just 32bit games won't launch

    Edit: Looks like I'm partially wrong, as pointed out by a commenter below, steam currently only launches the 32-bit version of the client, despite support for a 5l64-bit client

  • It'sintended to be used when the cookies are actually required for the app to work. For example, to preserve your login, you need a cookie, no way around. Unfortunately, as mentioned by others, it's often abused

  • 555 is still in beta, so I wouldn't be surprised if something doesn't work. That said, I haven't experienced what you have (on GTX 1070 TI), though using 555 causes lots of kernel errors for me. Checking dmeg might reveal something in your case as well.