• 0 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: September 1st, 2024

help-circle

  • I disagree. Not in the sense that you are wrong. The similarities to previous grave mistakes is often stunning.

    My own personal thoughts are that even though the similarities are there to other historical blunders, the sheer scale and depth of pure stupidity and gross incompetence on full display right now for all the world to see is so mind numbingly unprecedented on so many levels that it shouldn’t be referred to as anything other than a brand new low.

    It’s like referring to anything else somehow makes it seem less bad. Even though past conflicts were devastating.




  • What am I missing about Israel? Why have they been, not even enabled by most of the globe, but emboldened, to obliterate Gaza, and now start to do the same to Iran?

    It’s one thing to do all this in the name if religion, self-defence, money, etc. But not one thing I have read seems to even give a solid reason as to why the western world has been largely supportive of them seemingly using every dirty trick in the book, and even inventing new ways, to bypass or flagrantly ignore international laws on war.

    The amount of information pointing to complete and total annihilation of large swaths of civilized areas in Gaza seems staggering. Couple that with forced starvation, aid blocking, torture and execution of civilians, and we’ve got war crimes on steroids.

    Now, they are seemingly encouraged to do the same to Iran?

    Like I said, the reasoning is mind-boggling, but articles about active suppression of any entity that speaks out about this is just downright scary. In what were considered more civilized societies, with free speech and democratic core values, I’ve read chilling pieces on crackdowns on anyone not siding with Israel. Others pointing fingers at public figures for a remark against them. Some even loosing their jobs. Why?

    Is the information I am reading just propaganda?

    Can someone please explain what I am missing here?





  • I struggled with this a while ago. The advent of ai and more capitalist strangulation just seem to have made that same feeling worse.

    So, what did I do? I stepped out of IT as profession completely, first of all. I’m just a worker bee now. I still have to use some tech for work, but minimal. I realize I am lucky to have been able to do this, but it helped me immensely having corporate tech be more of a choice.

    At home tech is a hobby. I self host what I need, and use what I must to get by and screw the rest. If an open source project even hints at corporate influence, I immediately start looking for something else. It’s a pain sometimes, but it’s part of the hobby.

    Couple this with trying my best to spend more time outdoors, learning new tangible skills, and just leaning more towards offline time in general really quiets my mind. And stay away from national and international news as much as you can. That stuff is poison.

    Best of luck! In my own experience, finding a balance is not an easy thing to do.


  • It’s the never ending battle between what’s secure and what’s practical. In order to have widespread adoption, it has to be easy. In order to be secure it requires layers of complication.

    It’s a yin/yang battle.

    A bank vault with walls 2 feet thick, 24/7 surveillance and requiring a two key unlock mechanism is secure compared to a house door lock on a regular suburban bungalow, but is it very practical?

    The level of digital security generally attainable is limited by how likely someone is to use it.

    2FA using keys is the closest I’ve seen to a happy medium, but it has to be implemented correctly. If the private keys are sitting on a cloud server somewhere and it gets hacked, is it more secure? Maybe not.

    Just like real defence, the walls are only as good as the foundation or weakest point.





  • reluctant_squidd@lemmy.catoLinux@lemmy.mlLinux security
    link
    fedilink
    English
    arrow-up
    2
    ·
    7 months ago

    I would argue that Linux is inherently much more secure than windoze, simply because of how it handles user space vs. System (root access vs. User access). Also by how transparent its configuration is and how much information is readily accessible detailing how it works and how to adjust things.

    However, when talking security for anything above the average user’s browsing needs, it can get very complicated depending on what you are trying to achieve.

    Think of it like building something to keep out honest people vs. to keep out hardened, knowledgeable, clever thieves. Obviously the latter is going to take more time and resources to achieve, while the need to keep out more sophisticated bad actors would probably only be needed if you have something they might want.

    Here are some suggestions for searching if actual security is your goal. Others can chime in with more things if they want. This is just some topics/programs you can read about to dip your toes in.

    • nftables/Firewalld (common firewalls)
    • wireguard/openvpn (vpn protocols)
    • rootless containers (podman)

    Best of luck!