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/)R
Posts
5
Comments
189
Joined
3 yr. ago

  • 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 ...

  • 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.

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

  • 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

     ts
        
    /**
     * 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.

  • 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.

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

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

  • 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.

  • 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.

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

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

  • 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

  • I set up my phone to auto-correct "?!" to the interrobang. That makes it so much easier to remember it's there!

  • That's what I was kind of thinking/hoping based on the results, but I wasn't sure if I was understanding it right. Thanks for elaborating!

  • Yea, I'm just using the browser on my phone, with Private Relay and intelligent tracking prevention on for all websites. I've visited it a bunch of times now and I've gotten it to count consecutive visits a few times, but if I just wait a little while and refresh it goes back to 1 and the fuzzy fingerprint is wildly different

  • On Safari 17 every time I visit the site it claims it's my first visit, despite a trust score of 57%. Not sure if I'm interpreting the results wrong or ITP is just doing its job.

  • I know it's not the point of the post but man that's a lot of depressing news in one screenshot.

  • Like when Covid lockdowns were causing shortages and every right winger said "this is what life under socialism would look like" without a hint of irony

  • My legs, the shower is small and I am tall so it's a lot of work to actually soap them up properly. Usually I only bother maybe every second or third shower.