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

help-circle


  • It could be a cost issue. A chip that collects data from connected sensors and sends it via Wifi is small and cheap. Adding a display and buttons ads size, complexitiy and costs. Therefore manufacturers offload the interface to an app and a device you already own, and they can update without expensive recalls.

    If the task or device is more complicated and the device would also need it’s own storage, CPU, display, sound etc. the product costs could go up by hundreds of dollars, depending on functionality and how many units they plan to ship.

    I also hate apps. Still have my 2010 smartphone in a drawer that still turns on, however it;s useless because google playstore, maps and email now used an more modern SSL standard that this phone does not support anymore, and it won’t receive any updates. I expect the same will happen to a lot of devices that are controlled by apps when the manufacturer decides he won’t support it anymore, or Google breaks the app because some new protocol must be supported now that didn’t exist 2 years ago when the app came out.







  • downvotes come at a “cost”, whereby if you want to downvote someone you have to reply directly to them with some justification, say minimum number of characters, words, etc.

    I would choose a different solution. Instead of always up or down voting by 1 point, everyone gets a fixed points budget per day, that is then distributed between each post you vote on. So if you only up vote one post, this vote counts more than the vote from someone who votes on 100 posts per day.

    This would solve the mass down voting of legit content on YouTube or Facebook, where quite often conspiracy dipshits in their telegram channels post videos or Channels that should be down voted, while their own right wing propaganda gets upvoted. So the most active accounts who spent all day on the social would be muted, while average User would have a more important voice.






    • It takes 20 years to build
    • nobody knows how much nuclear fuel will cost in 20 years
    • you have to take out a big loan and make interest payments on it for maybe 30 years before you start making a profit
    • if you don’t have enough water for cooling because of climate change, the plant must shut down
    • if your neighbor decides to start a war against you, your nuclear plants become a liability, see Ukraine.

    I think smaller, decentralized renewable energy is cheaper in the short and long run and has a much lower risk in case of accidents, natural Desasters or attacks.


  • There are also a lot of e-commerce agencies who just don’t have their sh1t together. Was expected to work on 3 different clients a day who all had different platforms, different requirements etc. Yes, you can dump some new code into the project that looks like it’s working, but then you don’t have time for any unit tests, exception handling if the user won’t cooperate etc. and it’s basically just some dodgy, untested code that will come back a few days later with some issues related to something nobody told you about.

    The other “senior” programmer in the company never set up any local environment but instead ftp’d all changes directly to the live server. I asked him if needs help to set up a local server and debugger, but instead he would just dump vars on the live server and stream the contents of error.log to his second screen to catch any issues…