• 0 Posts
  • 21 Comments
Joined 2 years ago
cake
Cake day: July 14th, 2023

help-circle






  • What distro are you using? I haven’t seen /etc/crontab in quite a while with the advent of the /etc/cron.d directory. That said, crontab -e will handle this stuff for you.

    Edit: I see, Ubuntu. I’m not too familiar with what they’re doing over there. I have an /etc/cron.d dir on my Arch boxes. Some other stuff to check though: does any cron job run? If not, is the service running? You could also redirect this script’s output to a file under /tmp or something to check if it’s running and what might be going wrong. Beyond that, check the systemd logs for any errors.






  • 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.