• 0 Posts
  • 57 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle







  • The point is, laying all these people off with performance as reason protects Cloudflare in not having to pay extra (which would be legally needed if the employee was not at fault).

    This is probably not any kind of proof she can use, but it does make people aware of how Cloudflare operates.

    It’s understandable companies have to fire people and as an employee you’d probably do best to accept the harsh reality of a business. But if they really communicate fake causes with lay-offs (not only hurting the employee mentally, but also financially bypassing rightful compensation by law), this should be known by the public.

    To be fair though, we cannot confirm her statements to be true either. But I think it’s an interesting share nonetheless.




  • tweeks@feddit.nltoMemes@lemmy.mlSurprised Pikachu
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    11 months ago

    Desktop runs great, but Firefox on Android seems to be noticeably buggy here and there sadly. I still use it, but I can imagine that might drive people out of the ecosystem.

    Many people get used to the synchronization of their passwords / bookmarks cross-channel. More advanced users have a separate password management for this I’d figure, but that’s not the default for 90% I’d guess.







  • A bunch of cells in rapid development with the potential to become a human being. Murder is a strong term, but in a broad sense I don’t think your insinuation is wrong per se.

    This might be getting a bit controversial, but for the sake of discussion:

    The important thing here is, do you mind if that potential for life is taken away. In this case we place priority on the human being that eventually has to dedicate her life to that potential. Or is that new potential more important than that already existing, conscious human being (especially when there are physical / mental problems involved)?

    It comes down to why we live, and why must we live? Personally I believe trying to avoid (potential of) suffering is a more reasonable concept.

    If one gives life to a baby, you give it a potential for suffering which it otherwise does not. I’d say the ways one can suffer is of a greater weight than the ways one can be happy. So if you go the route of creating life, you better be damn confident that you are in a good position to do that.

    In that philosophy ‘murdering’ a potential with a large chance of creating more suffering for the collective is not that bad. One might view this differently when the being is conscious and might actively not want to die, as we bring the complexity of individual human choice to the table and what worth that has; but I think we can agree that is not applicable on the unborn potential human being discussed in this topic.




  • tweeks@feddit.nltoProgrammer Humor@lemmy.mlWhoops
    link
    fedilink
    arrow-up
    4
    ·
    11 months ago

    If for example a client application is (accidentally) firing doubled requests to your API, you might get deadlocks in this case. Which is not bad per se, as you don’t want to conform to that behaviour. But it might also happen if you have two client applications with updates to the same resource (patching different fields for example), in that case you’re blocking one party so a retry mechanism in the client or server side might be a solution.

    Just something we noticed a while ago when using transactions.