Great Blue Heron

  • 2 Posts
  • 39 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle

  • I’m in a similar situation - I’m a (retired) Unix admin and have Linux servers at home but I’m still on windows for my desktop because of OneDrive. If you use it as intended, it works really well. I can login to my laptop, my phone or either of my wife’s PC’s and all my stuff is just there.

    Yes, I’ve tried nextcloud and it’s close, but the windows sync client is (was?) broken - the upload speed throttling logic is broken and it was going to take ages to sync my data. I went to the nextcloud community and it seemed to be a known issue that know one cares about because the sync just happens in the background and it’s done when it’s done.

    As I typed this I realised that if I move to Linux desktop I don’t care about the windows sync client :-) So now I’ve just got the issue that I won’t get my wife off windows and if we’re paying for 5TB of cloud storage, I might as well use it. Yes, I know there are ways to use OneDrive on Linux, but it doesn’t look as seamless and I’d be always concerned that Microsoft will do something to break it.


  • For me it’s not about the size, it’s about the understanding. I’d really like to understand what everything on my system does and why it’s there. It seems impossible with modern systems. Back in the '90s I needed a secure email relay - it had lilo, kernel, init, getty, bash, vi, a few shell utils (before busybox…), syslogd and sendmail. I’m not sure any more as it was a long time ago, but I think I even statically linked everything so there was no libc. I liked that system.




  • What’s going to stop you from taking over?

    Sane, rational people don’t want to take over anything. We just want to vote for reasonable governments, let said government get on with governing and get on with our lives. We don’t want to be bombarded with all this political bullshit everywhere we turn - MAGA stickers and Fuck Biden stickers, you can’t open any comment thread on any public social media post without some idiot blaming Biden for the most ridiculous things.

    Since the growth of the internet and social media these right wing nazi fucktards have figured out they can weaponise their followers to take over anything at any level and with your attitude to this site that’s exactly what I predict will happen there.











  • I’m a little determined to stick with Python because I feel that I should - everyone should be able to code Python :-)

    The main problem I have with it is the complex, relaxed, data structures. I’m finding that the type() command in interactive mode is helping a lot. I’m having lots of moments like - “Ah, I’m not down to the dict yet, I’m still in the list…”


  • Thank you for your detailed response. It’s a bit much for my proposed “project”. I won’t be using any libraries (other than built-in python json etc.). I’ve prototyped most of it and it’s currently about 15 lines of code. Literally one call to lemmy, a search to Musicbrainz and a playlist update to listenbrainz. I know it will grow lots as I make it a bit more robust, but it’s still very small.