• 2 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle


  • … and are keeping the hate to the appropriate boards (X, I believe it’s called nowadays). Should we contract his work and apply it where applicable?

    There is no “appropriate board” for hate speech, whether it’s antisemitism, transphobia, or anything else. If you wouldn’t want someone to be a nazi in your office, why would you pay them if you know they’re a nazi somewhere else? Is it fine as long as it’s someone else’s problem?

    On another level, if you had to pay a developer, and you have reason to think they might donate the money you give them to an antisemitic cause, or directly use it to fund their own antisemitism, would you still want to give them that money? Or maybe look elsewhere, even if it means getting something slightly worse?





  • Signal is private in that other people can’t intercept your messages, including signal. The signal app is open-source so you can be relatively certain it’s not tracking your decrypted messages, unlike closed-source apps like WhatsApp or Facebook Messenger or any other private social media.

    Signal is not anonymous from an account standpoint, because you need a phone number to sign up, even if you can choose not to display it in your account.





  • It really depends on what you’re printing, how strong you need it to be, and/or what axis you don’t mind looking uglier because of layer lines.

    In this case OP might have been able to print it on a side with minimal supports, but the idea is that printing it at an angle turns things that would have been overhangs (which are hard for printers to do because of the melted plastic sagging) into upwards slopes. The alternative is adding support material that is intended to snap off (i.e. The block at the bottom of this picture), but those would be hard/impossible to remove in models like OP’s that would have supports inside the holes.


  • Zangoose@lemmy.worldtolinuxmemes@lemmy.worldLinux and Chill
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    Rust is only huge because it doesn’t have an ABI. If you had an ABI (and didn’t have to compile every single dependency into the binary) the binary sizes would probably drop a lot to the point where they’re only slightly bigger than a C counterpart

    Edit: I don’t know if Go has an ABI but they also include a runtime garbage collector in their binaries so that probably has something to do with it.