• 1 Post
  • 134 Comments
Joined 1 year ago
cake
Cake day: May 14th, 2024

help-circle
  • Kind of the opposite. It takes more effort to make a filesystem case-insensitive. Binary comparison is the laziest approach. (Note that laziness is a virtue.)

    I’m on the fence as to which is better. Putting backwards compatibility aside, there’s a perfectly good case to be made for case-insensitivity being more intuitive to the human user.

    Apple got into a strange position when marrying Mac OS (case-insensitive) and NeXTSTEP (case-sensitive). It used to be possible to install OS X on case-sensitive HFS+ but it was never very well supported and I think they axed it somewhere down the road.







  • Yes, I loved classic Trek for showing a better a future, where humans have moved beyond our greed, prejudice, and self-destructive tendencies. That was the through line in TOS and TNG, even if it wasn’t always 100% on-point and didn’t always age well (you need to view TOS in its historical context to get past the baked-in 1960s sexism, for example).

    There’s a place for cautionary tales, and there’s a place for aspirational tales.

    I liked Discovery well enough for what it was, but I hated its picture of a future where good humans are the exception rather than the rule.

    Nowadays, I think solarpunk is where its at.






  • A paper-only journal would defend against the state, but not against people you live with. A digital journal can be encrypted, but an intelligence agency could potentially gain access

    A digital journal doesn’t need to be any more government-accessible than a paper journal.

    Depending on your threat model, this could require special hardware, special software, or both. In order of ease of setup, I would suggest:

    • Keep all your data on your own physical media. No cloud services, period.

    • Keep it encrypted.

    • Disable network connectivity at every level that you possibly can, such as:

      • OS level: disable wi-fi, disable blutooth, and disable networking entirely.

      • Firmware/BIOS level: If you BIOS has options to disable networking components (especially wireless ones), do that.

      • Hardware level: If your laptop has a switch to disable wi-fi, use it. If ethernet, unplug the cable. Etc.

      • Physical level: Remove any removable wireless cards or antennas.

      • Wallet level: buy a computer than never had wi-fi or bluetooth in the first place. This could mean a retro computer, or could mean using a micro-pc like some models of Raspberry Pi.



  • Neither of those can stream video in real time AFAIK. They will back up the video file on some unpredictable schedule after you’re done recording. So not ideal for a situation where your phone might be seized or destroyed.

    But if that works for you, there are lots of open-source options that work similarly. SyncThing can sync to any server, and all you’d need to do is make sure your sync destination is network-accessible somehow (VPN, internet-facing server, whatever). Lots of cloud drive apps can auto-upload photos and videos, and some of those are open-source.

    A better off-the-shelf proprietary workflow might be a Zoom call with cloud recording enabled. Then you’d be protected against a sudden (and perhaps permanent) loss of network connectivity.



  • Is it more for situations that need to be compatible with most *nix systems and you might not necessarily have access to a higher level scripting language?

    Yes, and also because integrating Python one-liners into shell pipelines is awkward in general. I’m more likely to write my entire script in Python than to use it just for text processing, and a lot of the time that’s just a pain. Python isn’t really designed for one-liners or for use as a shell. You can twist it into working in those use cases, but then I’d ask the reverse question: why would you do that when you could “just” use awk?

    On macOS, Python is not installed by default. So if you are writing scripts that you want to be portable across platforms, or for general Mac administration, using Python is a burden.

    This is also true when working with some embedded devices. IIRC I can ssh into my router and use awk (thanks to it being included in Busybox), but I’m definitely not going to install an entire Python environment there. I’m not sure there’d even be enough storage space for that.



  • AnAmericanPotatotoNo Stupid Questions@lemmy.worldShort attention span
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    30 days ago

    After working for many years in a “fast pace environment” I can’t help but notice that I have increasing difficulties to do simple tasks.

    How many years are we talking?

    A lot of what you describe sounds like you’re starting to have “senior moments”. If you’re past 50, that’s pretty normal. Which is not to say it’s good. “Normal” does not mean good. It just means common. I don’t think you should look for anything exotic if the mundane explanation fits your observations.

    Low-tech suggestion: Keep a notepad in your pocket. Make to-do lists. Cross items off it when you’re done. Maybe put the time in when you cross it off.

    • Put water on stove
    • Turn off stove
    • Make tea
    • Drink tea


  • he viewed other libertarians as having the same level of honest compassion as he does but over time it’s become more and more clear that libertarians are overwhelmingly selfish rich white guys who don’t want to be called Repuiblicans

    I had a similar progression myself when I was in my teens, maybe even early 20s.

    The basic principle of libertarianism is appealing: mind your own damn business and I’ll mind mine. And I still agree with that in general — it’s just that a single generality does not make a complete worldview. It took me a while to realize how common it is for self-identifying libertarians to lack any capacity for nuance. The natural extreme of “libertarianism” is just anarchy and feudalism.

    In a sane world, I might still call myself a libertarian. In a sane world, that might mean letting people live their own damn lives, not throwing them to the wolves (or more literally, bears ) and dismantling the government entirely.

    I’m all for minding my own business, but I also acknowledge that maintaining a functional society is everybody’s business (as much as I occasionally wish I could opt out and go live in a cave).