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/)TE
Posts
0
Comments
676
Joined
2 yr. ago

  • With how much hate I see about the US here, I could say the same thing there.

    Calling out people for doing bad shit is kinda normal. It just so happens that China, Russia, and the US do a lot of bad shit, so they get called out a lot. If it bugs you, then just filter out posts by specific people or with specific keywords.

  • For others who also don't know what this is:

    darktable is an open source photography workflow application and raw developer. A virtual lighttable and darkroom for photographers. It manages your digital negatives in a database, lets you view them through a zoomable lighttable and enables you to develop raw images and enhance them.

  • We tried the iPhone 16 recently, upgrading from a 14. Apple's AI seemed basically useless. That combined with the dynamic island not respecting reduced motion settings lead us to return the phone instead and keep the 14. The old phone worked fine, but we wanted to try to get ahead of the incoming administration just in case.

    Maybe the 17 will be better?

  • The problem was that his campaign was entirely founded on hatred, and there are a lot of hateful people. LGBTQ+ was one target. Other targets were women, Haitians, hispanic immigrants (both legal and undocumented), etc.

    In gaming specifically, DEI became a target as well. Guess who made a big stink about it to start with?

    It's honestly disgusting.

  • I'd like to see the posts try to engage more in a discussion than just promote the video. To people posting Youtube videos, what exactly are you hoping to see discussed from it? Posting highlighted snippets works here of course since it sets a topic for discussion, similar to article posts.

  • This article is a lot more clearly written, as expected from Cloudflare. For example, the other article makes it sound like 55% of all user data was lost. Cloudflare says:

    During the roughly 3.5 hours that these services were impacted, about 55% of the logs we normally send to customers were not sent and were lost.

    55% of logs during a 3.5h window is a lot less of a big deal.

  • Unless I'm missing what they're referring to, I don't see why MS even comes up related to Crowdstrike. A software dev that deploys to Windows making a royally bad mistake doesn't exactly make that MS's fault.

  • I would normally be upset about something like this happening, and would never advocate for it. But then I think about how many lives this person is indirectly responsible for ruining and I feel less bad lol

  • There is a book bundle on Humble Bundle right now that goes into security and hacking, if that's what you're interested in.

    You're unlikely to receive any support, at least publicly, for how to do anything potentially illegal. I would recommend just not doing anything illegal or unethical anyway. If you're interested from a security perspective, find a cybersec community, and you may get more support there.

  • For frontend, there are cool Rust frameworks like Yew, but if it's a "real" project then just go with a standard JS framework like Next.js instead.

    For backend, Next.js (and many others) can also do backend, but if you want to use Rust, then I recommend axum. It's pretty much my goto Rust backend library.