• 0 Posts
  • 84 Comments
Joined 2 years ago
cake
Cake day: June 1st, 2023

help-circle
rss


  • We put so much important information/data through browsers (and smart phones for that matter), and it is becoming hard to trust third party code running on either. Trust in the publisher has become mandatory for me and the only browser plugin I run now is Bitwarden. Neither the app store operators nor the browser publishers seem to have an answer for reliably thwarting malicious actors. I don’t know what the answer is, other than developing literacy in writing browser plugins and adding functionality through my own code.







  • If safer is a realistic outcome, perhaps things would further evolve. Ride share cars today are dual-use vehicles that typically carry driver + no passenger or driver + one passenger with the capacity for 3-5. If future autonomous ride share cars turn out to be dedicated to ride share, maybe most would end up being 3-wheel with just one or two seats. Shrinking the size of a substantial potion of cars on urban roads could be beneficial to road safety, power/carbon intensity, road capacity/density (which could also lead to more equitable road use for bikes and pedestrians).










  • Atomic automatic updates with snapshot creation? Maybe consider opensuse microOS if you are going headless…didn’t quite understand from your description. I have a VPS running microOS that has been doing its automatic updates/reboot thing for a year+ now without a single issue. Opensuse’s rolling stuff works very well, and you get native btrfs and snapper integration out of the box.

    Easy to use reverse proxy - I really like Caddy. Reading/writing the config for that clicks better for me than others.

    I like the novelty of using filesystem tools for backups, but can’t shake the feeling that tools like restic and borg are more widely deployed and battle tested.



  • I haven’t used either command, but based on what I see in the manual, rcd tells rclone to start listening for remote commands whereas rc is used to issue remote commands.

    Try it out by going to a folder with some files and typing: rclone rcd .

    That should open a tab in your web browser with a list of your files.

    There are situations where being able to send commands to rclone remotely would be helpful, but I’m not sure that you need to do that in this case.