• 5 Posts
  • 361 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle


  • I think the fundamental problem with ipv6 is that it’s a bit more complex to learn than ipv4 and not universally deployed at the remote host/server level.

    New cloud companies who want to be competitive have to purchase ipv4 blocks at significant cost reducing their ability to compete with the incumbent players.

    So if you go 100% ipv6 at home, some percentage of the internet will be inaccessible to you unless you employ some workarounds.

    We’ll drop ipv4 quite fast once everything is up on ipv6 because nearly every modern network enabled device supports it.

    The only reason I think we’ve not gotten over the hump is because our alternatives are still easy enough to work with and nobody requires it.


  • Sales taxes vary based on city, county, and state rates. They can also be waived if you, the buyer, have a reseller permit or are purchasing for a non profit.

    It’s not underhanded and is annoying for sellers too because they have to know a lot about sales taxes as well. They could show you the price with local taxes included but then most customers would think their prices are too high comparing to other merchants.

    So the price shown on the product in a store or online is only what the merchant is selling it for. The price at the register is what the merchant is selling it for plus the taxes they have to collect (unless you’re excluded for the reasons mentioned above).

    The tax is a buyer obligation, not a seller obligation but sellers have to be an intermediary. So buyers should be educated about the tax laws that apply to them (in this system).

    The receipt should be clearly marked so you know exactly how much went to the product and how much went to tax. You can itemize and deduct your sales taxes from your federal income taxes if you’re so inclined to track it (and it’s a better result than the standard deduction)

    It’s more complex than a VAT system but enables local jurisdictions to levy taxes to pay for various things applicable to their area.

    🤷‍♂️




  • Immich user. I do miss the memories thing from Google photos but I expect it’s coming eventually. All the data is there at the foundational level.

    My only real immich complaints are

    A. The android app gets chonky slow when you have a huge library.

    B. S3-like storage isn’t a supported config, meaning you have to manage your storage size somehow. I want to point immich at a Hetzner object storage bucket, arrange mirroring that to another s3 like cloud service, and then forgetting about storage forever.






  • UBI is probably a good idea but it’s coming too slowly for anyone to rely on. Even if UBI is fully implemented, I suspect it will be life sustaining but not a life fulfilling. So humanity still needs to find purpose.

    It’s hard to imagine a scenario where someone cannot be trained to do something new. Isn’t that a core feature of humans?

    Next, how shall we define value? I argue that humans can always create some kind of value that machines cannot, even if only because a human is involved.

    We still value actual art over AI generated art. We value uniqueness and rarity. We value the faults that are inherent from things that are natural and organic.

    Tons of the jobs people did a hundred years ago in developed countries are now gone or have been streamlined down to require fewer people. Yet there are more people on earth now than there ever have been before and arguably worldwide hunger is at its lowest point. So somehow we have figured out how to survive despite vast amounts of automation already. It seems unlikely that our new “AI” tools are going to somehow dramatically disrupt this balance.


  • Echo chambers and all, yeah it’s likely TikTok has this issue too. TikTok gives you content you want to see, because you’ll stay around and watch more ads. No surprise here.

    conservative TikTok users tend to stick together. They rarely follow accounts with opposing views or mainstream media accounts. Liberal users, on the other hand, are more likely to follow a mix of accounts, including those they might disagree with.

    That’s weird and somewhat descriptive of my anecdotal experience with many people I know. I wonder why this is.


  • Websockets are often used for quality of life features like notifications and websites that are dynamic without needing to be refreshed. Almost went website with any kind of chat will use WS for example. Turning it off will make web browsing a little more annoying.

    However websockets are also sometimes used for anti-fraud related software that can also leak information you may deem private. Disabling websockets might prevent that data from getting out but of course all this depends on your threat model.