• 0 Posts
  • 82 Comments
Joined 1 year ago
cake
Cake day: August 16th, 2023

help-circle
  • No one is preventing you from leaving the USA. Most countries are just making it difficult to enter. I’m all for having more open borders, but that’s probably not what you’re arguing for.

    No one is preventing you from starting your own community either. There just isn’t any land remaining that isn’t already owned.

    And the “punished based on the rules of the given community, or expelled” thing is describing a government, although because of the aforementioned lack of unowned land, they only expel immigrants nowadays.


  • Housing and healthcare are essential for survival. If anyone doesn’t get those things because they can’t afford them, while others have far more than they need, that’s cruel and unjust. You should include both of them under “assistance for less fortunate”.

    Schools have more benefits than I can list here. It’s absurd to not fund them.

    Culture attracts people to spend money in your city, which benefits business owners and many laborers, and generates a lot of tax revenue. Usually that brings in a lot more money than it costs, and that turns into extra money for essential services, instead of taking away from them. Sports can fall into this category as well, but those have gotten out of hand lately and sort of turned into a dick measuring contest between different cities.

    I’m mostly with you on tax breaks, though. They’re supposed to incentivise corporations to create jobs in your city instead of somewhere else, which should have a good ROI, but in practice it’s almost inherently corrupt.















  • You think in Reddit’s 20 year history no one has thought of indexing comments for data science workloads?

    I’m sure they have, but an index doesn’t have anything to do with the python library you mentioned.

    Analytics workflows are never run on the production database, always on read replicas

    Sure, either that or aggregating live streams of data, but either way it doesn’t have anything to do with ElasticSearch.

    It’s still totally possible to sync things to ElasticSearch in a way that won’t affect performance on the production servers, but I’m just saying it’s not entirely trivial, especially at the scale reddit operates at, and there’s a cost for those extra servers and storage to consider as well.

    It’s hard for us to say if that math works out.

    It’s incredibly naive to think that they don’t have a vested interest in identifying organic engagement

    You would think, but you could say the same about Facebook and I know from experience that they don’t give a fuck about bots. If anything they actually like the bots because it looks like they have more users.


  • icydefiance@lemm.eetoADHD memes@lemmy.dbzer0.comNothing but truth
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    5 months ago

    MAP (minimum advertised price) is often different from MSRP, but otherwise this comment is correct.

    In some industries, like RVs or auto parts, the vast majority of products have a MAP. The manufacturers also have bots that scan the internet for MAP violations, and they’ll blacklist a vendor if they don’t fix the price within a day or two. (Which is really annoying when there’s a false positive and I get blamed for it.)

    I think it’s partly so high volume vendors can’t put smaller vendors out of business by just reducing their margins as much as possible, and it’s partly because the manufacturer doesn’t want their products to look like they’re really cheap. Customers feel better about finding a “great deal” on an “expensive” product.


    1. To compare every comment on reddit to every other comment in reddit’s entire history would require an index, and if you want to find similar comments instead of exact matches, it becomes a lot harder to do that efficiently. ElasticSearch might be able to do it, but then you need to duplicate all of that data in a separate database and keep it in sync with your main database without affecting performance too much when people are leaving new comments, and that would probably be expensive.
    2. Comparing combinations of comments is probably impossible. Reddit has a massive number of comments to begin with, and the number of possible subtrees of those comments would just be absurd. If you only care about comparing entire threads and not subtrees, then this doesn’t apply, but I don’t know how useful that will be.
    3. Programmers just do what they’re told. If the managers don’t care about something, the programmers won’t work on it.

  • Politicians just ignore protests, especially if they’re peaceful, so they don’t directly cause change.

    The purpose of a protest is to get media coverage for an issue, because that may convince viewers to vote a certain way. Those votes - or at least the threat of voting someone out of office - is what actually causes change.

    Revolutions are a different story. They can change things much faster than voting, but they’re volatile and can easily end up worse than before. The people leading a revolution are usually not the people you want to lead a revolution (e.g. the Jan 6 insurrection in the US).