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

  • the Israeli military’s usage of Microsoft’s Azure cloud technology and artificial intelligence products

    Genuine question, but doesn't this just mean that Israel paid for a Microsoft Azure subscription and used it to host web services? Like, anyone can do that. What am I missing here, exactly?

    They say Microsoft have "deepened" their relationship, but how did they do that, exactly?

  • Yeah. What company wouldn’t allow it?

    My IT department uninstalled it from my work laptop, and told me not to reinstall it because - and I quote: "The only browser IT officially supports is Google Chrome."

    What makes this doubly stupid is that I'm a web developer. I literally can't test my stuff on another browser...

  • No one outside of China has their data stored there, though. Every tech company that complies with China hosts the data in China and usually makes the Chinese version of their software work differently as a result. The Chinese government isn't able to just see everyone else's data.

  • Someone else in this thread mentioned that going to about:config and typing telemetry will apparently show that some things are still set to true despite unchecking the settings in the Privacy section.

    Note: I'm not the guy you originally replied to, and I haven't personally tested this. Just pointing out where you can allegedly find those settings if you're interested. (I personally don't care and think this whole thing is overblown by the community, for what it's worth)

  • Not daily, but their canvas feature has a feature that lets you embed previews of your files into the flow charts you make. It's pretty nice, since you can have shorter files entirely visible with everything else. Makes it pretty good for software development and project management, in my experience.

    Careful not to go overboard with it, though. I feel like a lot of people fall down the "productivity pipeline" when using it, where they end up procrastinating by trying to optimize every little thing and end up doing nothing at all.

  • Any good web crawler has limits.

    Yeah. Like, literally just:

    • Keep track of which URLs you've been to
    • Avoid going back to the same URL
    • Set a soft limit, once you've hit it, start comparing the contents of the page with the previous one (to avoid things like dynamic URLs taking you to the same content)
    • Set a hard limit, once you hit it, leave the domain altogether

    What kind of lazy-ass crawler doesn't even do that?

  • Honestly, I don't even believe it's inefficient. There's plenty of documented/recorded evidence of child labor around the world. Sometimes, all you really need is a pair of hands, and kids are physically capable of doing it. Countries with shitty labor laws are ripe with child labor abuse.

  • That's not what his video showed though. They don't change the URL, they open another tab, which then overrides the cookie/session variable that is used to determine who the referrer is. It's still scummy, but it doesn't seem to be swapping links outright.

  • This gist of it from the WAN show was this:

    • They were unaware that it was intentionally not looking for the best deals (thus, scamming the consumer)
    • They stopped advertising Honey because of the referral hijacking
    • A ton of creators knew about it, and had already dropped Honey (people just talked about it via DMs, not publicly)
    • This all happened when YouTubers were getting shit on for even doing ads/sponsors, and they didn't want to make a video that was basically "stop using this thing that saves you money because it takes my money" (see first point)
  • Every time I see non-tech people talk about Bluesky vs Mastodon, they talk about how awful the user experience is on Mastodon, and how it's been an issue for years and they keep ignoring it, so people just go to Bluesky instead.

    It definitely feels like a "Us tech folk who care about the tech love it, we don't mind the user experience as long as the tech is here" vs the "I just want the same thing I have over here, the tech aspect could not be any less relevant to my choice of platform" kind of issue.

  • The big problem with DNS-based ad-blocking is that it doesn't prevent redirects. Sure, you'll get redirected to a harmless blank page, but then you need to go back to the previous page. You don't have that issue with uBlock.