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

deleted by creator

Jump
  • With all the discounts they offer it is, but technically Incogni is 12.98/month. And with as many YouTube sponsor spots as they buy, I'd imagine they're just trying to get as many people signed up as they can, and will stop offering as many discounts once they've burned through their investor cash.

  • deleted by creator

    Jump
  • 8.99/month seems mostly competitive to Incogni which is a similar service that costs 12.98/month (they'll give you a 50% discount if you buy a full year at once, which works out to 6.49/month). Although with as many sponsor spots as I see Incogni buy from YouTube creators, they are probably flush with investor capital, and trying to get as many subscribers as they can, before slowly "raising" their prices by offering fewer discounts.

  • I forget who I heard it from, but some bigger YouTuber mentioned that when talking to someone at YouTube about "the algorithm" and the person who worked at YouTube suggested rather than always thinking about it being the algorithm that drives what's popular, that it's the users who engage with that content. In the "line goes up" capitalist mindset, the algorithms at these companies are really just designed around engagement, and keeping people hooked. The "algorithm" is just what it thinks the audience wants.

    And while I think a lot of us would like to think better of ourselves, I think we all have a strong tendency to engage with ragebait, and "shocking" content. Which wouldn't necessarily be a bad trait in a pre-internet world. But in the world where the shareholders always need the line to go up infinitely, all of our media gets filled with the garbage that makes the line go up the most.

    In the short term, we can all try more to engage less with the kind of content, showing the algorithms that we don't actually want that content.

    In the long term, we should probably de-couple our media from the infinite-growth investor-first capitalism that has formerly-respected publications writing articles about what 5 random people said on Twitter that they can ragebait people into engaging with.

  • Yeah, he got his fans to march on the Capitol, and then get arrested for it, and a whole bunch of those still support him. Not saying there aren't Swifties that would go to insane lengths for her, but Taylor hasn't tested her fan's loyalty at that level, at least not yet.

  • Honestly, let's bring geocities back (not exactly in that form). Anything that isn't a throwaway post on social media goes there, and you can post links to it from all the social platforms for reaching a broader audience. Then there's a place for getting the most up to date information about an event, that doesn't require making an account, and the person putting the event on doesn't have to make sure posts across multiple platforms are updated with the same new information.

  • The gist of it from what I remember is a woman's car burned, but her Stanley tumbler survived the fire, and maybe still had ice in it. Anyway she posted on tiktok about the whole incident, and Stanley's marketing department got the biggest lay-up ever, I think they bought her a new car, and launched a bunch of new colors of tumblers as limited edition things.

  • They won't care, they have the consumerist crowd locked down. The crowd that buys dozens of Stanley Tumblers so they have one that matches any outfit. There might be more of us who care than there used to be, but the average iPhone buyer doesn't care and Apple knows it.

  • We have open primaries in SC, I haven't voted in a Republican primary since 2016, when I was young and stupid, and believed the "fiscal responsibility" and "individual liberty" lies of the Republicans (and also wanted to rub my vote against Trump then in the faces of family who supported him). Even though I've told myself it'll be a cold day in hell before I vote for a Republican again, I'm a little tempted to go vote for Haley in the primary. Not that I want her as president, because she'd be terrible too, but at least she doesn't ramble on about her dreams of being a dictator, or having "absolute authority."

  • I might be included in one of the recent rounds of forgiveness (the one where if you have under 12k in loans taken out and have kept up with payments for over 10 years). I've paid off all but about $250 of it, and even making the minimum payment, I'll have it paid off in around 4 months anyway. Unless they move at breakneck speeds by government standards, by the time they actually get everything processed, $5 sounds about right. Which hey, if that ends up being how it goes, I get a free ice cream cone on Uncle Joe. Can't complain about that.

  • Based on the documentation on the GitHub, it looks like it does use Haier's cloud. Which, doesn't make Haier's actions any less shitty, but I can understand a company not wanting a bunch of users using their undocumented API, especially if there's potential to have automations hitting it more frequently than their own app does (not that I have any reason to believe this project was actually being inefficient with API calls).

  • I just use public trackers and search for "VR180" - more than half the results are usually porn. If you want non-porn 3D movies "HSBS" is a good term to use as it's probably the most common format for 3D Blu-rays.

  • I have a similar setup. Even for hard drives and slower SSDs on a NAS, 10g has been beneficial. 2.5 gig would probably be sufficient for most of what I do, but even a few years ago when I bought my used mellanox sfp+ cards on eBay it was basically just as cheap to go full 10g (although 2.5 gig Ethernet ports are a bit more common to find built-in these days, so depending on your hardware, that might be a cheaper place to start). But even from a network congestion standpoint, having my own private link to my NAS is really nice.

  • I've dabbled with some monitoring tools in the past, but never really stuck with anything proper for very long. I usually notice issues myself. I self-host my own custom new-tab page that I use across all my devices and between that, Nextcloud clients, and my home-assistant reverse proxy on the same vps, when I do have unexpected downtime, I usually notice within a few minutes.

    Other than that I run fail2ban, and have my vps configured to send me a text message/notification whenever someone successfully logs in to a shell via ssh, just in case.

    Based on the logs over the years, most bots that try to login try with usernames like admin or root, I have root login disabled for ssh, and the one account that can be used over ssh has a non-obvious username that would also have to be guessed before an attacker could even try passwords, and fail2ban does a good job of blocking ips that fail after a few tries.

    If I used containers, I would probably want a way to monitor them, but I personally dislike containers (for myself, I'm not here to "yuck" anyone's "yum") and deliberately avoid them.

  • We could always start a theory that Elon is the Zodiac Killer. He probably doesn't deserve that level of notoriety, but it would make for an overly drawn out crime documentary. Just bring in some "experts" off of Ancient Aliens, along with the phrase "could it be" so you have some standing when you're inevitably sued for slander.

  • Do you get references from ChatGPT or have any way to verify the information it gives? Admittedly at this point, Google results are often full of AI-written articles too, but at least there are hints that a site might be a content-mill.

  • I'd even go further and say that if you are using a "high level" language that requires you to re-invent the wheel for simple things (for example JS not having built in functions to shuffle an array or, clamp an number to a range) are indications of poor language design that have lead to the prevalence of all the bloated JS frameworks like jQuery. Obviously I don't think every language should have a Python-tier standard library, but I'd really like to not have to download half a language from every site I visit because every site uses jQuery for a lot of things that come standard in better languages.