relevants

joined 2 years ago
[–] relevants@feddit.de 37 points 2 years ago (7 children)

How would they e2ee this without intercepting the messages? Also the irony of fighting against an exclusionary service by making your access tool also exclusionary ...

[–] relevants@feddit.de 28 points 2 years ago

Grammarly has a terrible privacy policy, so you are right to be cautious. Unfortunately I don't have any good alternatives to offer as I only use spellcheck myself.

[–] relevants@feddit.de 0 points 2 years ago

I mean, the example kinda implies that this is on a Customer type. Otherwise you'd have a method getCustomerId instead.

[–] relevants@feddit.de 2 points 2 years ago (2 children)

I'm a bit split on this. I do think in general all functions and methods should have comments describing how they behave, but I also think the standard format of Javadoc or JSDoc can look a bit redundant and silly sometimes, at least wrt getters and setters. I often see things like

/**
 * Get the customer ID.
 *
 * @return the ID of the customer
 */
public getId(): string {
    // ...
}

Now sure, you could argue that this is more of a problem with the Java-esque way of abstracting away field access than with the documentation, but sometimes there just genuinely isn't anything meaningful to add that isn't already expressed by the method name and signature. In that case, these comments add visual noise to the class and no real value. As soon as there is more logic to it than that though, I completely agree that should be documented for any caller.

I'm not sure I like it better, but I do find Kotlin's approach to this quite interesting, where parameters and return values are referenced from the description text rather than always listed separately.

[–] relevants@feddit.de 1 points 2 years ago

That isn't what they asked! They asked about when it is tolerable to use fewer digits and at what point the loss of precision becomes a concern again. Your responses have nothing to do with that question.

[–] relevants@feddit.de 2 points 2 years ago (2 children)

There's no authority that would use a higher number of decimals

Cool, but that still doesn't answer OP's question.

[–] relevants@feddit.de 3 points 2 years ago (4 children)

The link you provided doesn't even answer the question because it only tells you what NASA uses and then what would happen if you used no decimals at all. So your answer is not only rude, but also lazy and unhelpful.

[–] relevants@feddit.de 1 points 2 years ago

Not really? It's a programming class with automated assignment submissions and grading, I don't see a lot of overlap with Lemmy's feature set for the kind of thing I'm doing.

[–] relevants@feddit.de 24 points 2 years ago (6 children)

The community is called "No Stupid Questions", maybe you could adjust the tone of your answer accordingly.

[–] relevants@feddit.de 2 points 2 years ago

Are you aware where you are posting this? Do you think advertising NFTs here will be a viable marketing strategy?

[–] relevants@feddit.de 1 points 2 years ago

You can also just use the "Following" feed instead of the default "For you" feed, it's sorted chronologically and doesn't have ads

[–] relevants@feddit.de 5 points 2 years ago (2 children)

As an educator who has only ever worked with Moodle,
I agree that Canvas has better UX. I can't imagine another platform being as terrible to use in 2023 as Moodle lmao

view more: ‹ prev next ›