Did you really mirror the image part to repost this? Even the watermark is flipped
Consti
Programming and reading.
- 1 Post
- 30 Comments
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.
Straight as in not queer, i.e. not gay. Your comment sounded like you thought that only in a couple’s relationship would such petty behavior emerge
What the hell is that figure, it’s 125mph
Consti@lemmy.worldto Mildly Infuriating@lemmy.world•This ad that claims that windows 11 is 3 times faster than windows 10English7·1 month agoI 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.
How in the world do you get a java exception in rust?? Also the invoking program is
java
I was programming in assembly for ARM (some cortex chip) and I kid you not the C program we were integrating with required 255, with just 1 it read it as false
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
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.
Consti@lemmy.worldtohomelab@lemmy.ml•Traefik: services can no longer access assets when stripping first prefix (how to set base url)4·3 months agoA catchall solution doesn’t exist, which is why most services simply tell you to put them on a separate subdomain
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.
Consti@lemmy.worldOPto Summit@lemmy.world•Titles should probably not be parsed as markdown3·3 months agoSee the other comments below, a new version has been released several days ago that fixes this properly
Consti@lemmy.worldOPto Summit@lemmy.world•Titles should probably not be parsed as markdown2·4 months agoThanks, completely missed this option
If you need finer control than recursive
chmod
(see other replies), you can also usefind
to match precisely which files/folders you want and use the-exec
parameter to runchmod
on those
Consti@lemmy.worldto The Signal messenger and protocol.@lemmy.ml•safest way to verify safety numbers?English5·5 months agoThe safety number is not part of the encryption. It just says: this person is who they say they are. So as long as you can trust that the number actually came from that person, it’s fine. Afaik, the number is derived from the encryption keys, so it can’t be faked, but I would verify that if you’re unsure.
Edit: was curious, here’s the blog post that introduced them: https://signal.org/blog/safety-number-updates/ Essentially, it’s a hash of the public key, so safe to broadcast, similar the HTTPS certificates employed on the web. They even say so: “the share button on the safety number screen and selecting FB, Twitter, email, etc to send the safety number to your contact.”
Consti@lemmy.worldto Linux@lemmy.ml•A few beginner questions about the differences between distros.6·5 months agoThe 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)
Consti@lemmy.worldto Technology@lemmy.world•Since greedy corporations are making websites that exclusively make browsing only on chrome easier, would it be ethical to make lemmy perform better only for firefox/other web browsers to fight them?English4·5 months agoThis 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)
Consti@lemmy.worldto Privacy@lemmy.world•No matter what fork of Firefox I use, or extensions I install (like jShelter), I have a unique fingerprint.English10·6 months agoAh sorry, missed that, yeah mobile screens are kind of identifying, not sure if any browsers get around that
You replied to the wrong comment I believe