• 0 Posts
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle




  • I see two reported major issues

    First, they made the product manufacturers include them on their own dime. I get the logic, have that manufacturer include adding them in their assembly line process. But as stated, this was an extra expense for a couple of reasons and at times made the product unprofitable.

    The solution, to start, seems to be either adding them via a walmart processing center, or have a funds process where sellers could get walmart to refund the cost and share it. I guess the third option would be to raise all prices at walmart to ensure the cost was bulit into the product.

    Second problem, data load. Compared to 2006, i think we are much better at large datsets these days both from a space and processing power perspective. Datacenters in 2006 were often on-prem with upgrades to size having large and expensive lead times. AWS changed that and Amazon owns that, so i expect that bottle neck to be solvable.




  • I’ve started to see some of the hive mind downvote bridgade come here too. Heck someone downvoted your relatively neutral comment already, instead of taking the time to reply as to why they disagree. And those that do reply didn’t actually read what you wrote and then put words and perspectives in your mouth.

    A lot of reddit thinks in black and white scenarios where everything popularly decided can’t have a extenuating circumstance. I am pretty sure most of reddit would argue with their own reflection. Maybe it’s bots, maybe kids. It is definitely annoying and immature. It is hard to conversate in a thread when everyone is acting like a 5 year old not getting their lollipop.








  • I feel this way about open source and the seemingly frequent lack of detailed code reviews. This one project had two function options to use from a library. One handles errors by returning them to the caller so they can be handled gracefully. The other, calls PANIC! They chose the latter and it causes a crash loop for a relatively easy to hit code condition that is sensitive to User input.

    Why ask for unit test, in the code review, when you can just accept the contribution for a feature that is used in large corps.