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/)Z
Posts
3
Comments
34
Joined
3 yr. ago

  • You've fallen into my trap card, I really just wanted everyone else's eclipse photos here

  • NLPs

    Jump
  • For anyone else confused: in this case NLP stands for "Network location provider," not "natural language processing"

  • I love not having downvotes federated 😎

  • I feel like squash and merge on GitHub/GitLab is nicer for that anyway though, it makes the main branch so much cleaner automatically

  • Java is reasonably fast though, as the JRE is pretty well optimized at this point. Languages closer to being fully interpreted like JS and Python (technically both python and JS still get compiled to a lower target and then interpreted) are still noticeably slower.

    Edit: there's also the fact that JS/TS runs on a single thread, so it's inherently limited for applications intended to be scaled up.

  • As a dev who works on both Java and C# code, modern Java (17+) and C# feel almost exactly the same (not sure if Java has extension methods though).

    Bonus points for using Kotlin instead tho. I dislike both Java and C# just because they both allow any object to be null and that's usually a headache whenever a null exception shows up.

    The only thing I like better about C# is the Fixture library for testing. I haven't found any mature libraries like it for Java yet.

  • You'll have to settle for naming your child after one of their public keys, but then your child will only be able to talk to them.

  • Oh true I didn't realize the semicolons were missing (that's what the compiler errors are for)

  • Could also be rust (no parens on ifs there either), kind of hard to tell with just an if statement and some function calls

  • Hi, it's me, the intern refactoring the spaghetti .NET core backend. I'm not in a basement though. AMA

  • I'm fine with a menu being there, just give me the option to make it go away by selecting a default or something.

    That single problem makes dolphin unusable for me because there isn't a basic setting to make it behave like basically every other graphical file manager on any operating system.

    (Edited grammar for clarity)

  • Ok but when do we get to change the drag and drop behavior so it just moves the folder instead of opening a menu

  • The developer doesn't owe us anything, but if they're creating an online community like Discord there are inherent responsibilities that come with that. If they don't want to moderate, then they shouldn't create a Discord/Matrix/Whatever server.

    Just like how even if the developer doesn't owe us anything, that doesn't mean it's fine for them to push malware as an update to their previously fine code after they've established trust.