• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: July 14th, 2023

help-circle
  • What opened your eyes to what’s happening in Palestine?

    Gee, that’s assuming quite a bit right out of the gate.

    We’re a group of activists in a Western country

    Care to name yourselves then or do I just take it on faith this isn’t astroturfing? This whole post is pure propaganda from a user with an otherwise blank profile.

    While I have sympathy for the average peaceful person living in these areas, Hamas is a terrorist organization. Bring on the downvotes.










  • If you’re not overweight and simply want to become more athletic I personally think the most important thing to do is to find an activity you enjoy. That’s something you have to discover for yourself.

    For example, I can’t stand working out for the sake of working out at a gym. But I do get really motivated by climbing, hiking, trail running, and skiing. Climbing builds strength and has a certain level of problem solving involved too so it’s mentally stimulating. Hiking and trail running are excellent cardio and have clearly defined goals to reach a certain summit or some endpoint. And skiing is just a blast in all forms. All of that keeps me active and having fun while I’m doing it. That makes me want to do it more which allows me to set bigger objectives and then it builds on itself.


  • I’m on the same train. The original trilogy never did much for me (maybe if I was around in the 70s/80s when it was groundbreaking VFX), the prequels obviously suck, and the sequels are a hot mess too. Now you have Disney milking the hell out of it with all the TV shows and spinoffs. The only Star Wars thing I ever enjoyed was Rogue One.

    …then I discovered Dune. And Dune is exactly what I wished Star Wars had always been.





  • You can still buy Android phones that have manufacturer support for unlocking the bootloader. Once that’s done obtaining root is trivial. Pixel phones notably support this. Personally, I only buy phones I can unlock the bootloader on to show the demand for this feature. It doesn’t matter to me how great a phone is otherwise. Can’t unlock the bootloader? Not buying it.

    That said, I completely agree with you. We all pay for and own the hardware, but let the manufacturer dictate what software it can run. That’s like buying a car and letting the car company tell you what roads you’re allowed to drive your car on. I don’t really blame the average use for not giving a crap because end users will never care about this stuff as long as their basic needs are met. It’s a failure of the people in the software industry to stand up for the open systems that built everything we have today. Without that constant fight for openness companies are going to be more than happy to take advantage of a locked down system to create a competitive advantage. Hell, look at what Google is currently doing with WEI in Chrome. If they have their way, the web will become just as locked down as smartphones are now.

    Android was initially built on Linux

    For the record, it still is.


  • Elastio offers it apparently: https://elest.io/open-source/lemmy. But they offer many managed services so who knows how good their managing of Lemmy is/would be (I have not used it).

    On the other hand, I’ve considered setting up something like this myself. I run my own instance for my own personal use in a Kubernetes cluster, but did the hosting such that everything is scalable to many instances if need be. I just don’t know how much interest there would be in people wanting their own instances to make it worth my time to build out an admin/billing portal and automate it all. If anyone else is interested in this I’d love to know though since it could be a fun project to work on.


  • Again why? Is this some repetition of the Cold War Soviet-US competition?

    Yes, it’s a prestige project. It’s the same reason why some countries spend billions to host competitions like the Olympics/World Cup: it’s an international dick measuring contest.

    (For the record, scientific investment in space programs has incredible ROI so I whole heartedly support programs like this even if the motivation for doing so on the part of politicians is less than noble.)


  • Hashing is typically done server-side. So you need to transmit the password to the server and you can’t have a truly unlimited data limit. Pretty much every web server will reject requests over some size so while it’s entirely reasonable to support something like a 1,000 char password if you really wanted to, having it be truly unlimited with something using a 10 million character password is a security/operational risk in itself.