Skip Navigation

Posts
3
Comments
1,845
Joined
2 yr. ago

  • 5th most populous country in the world with practically zero western coverage about the citizens fighting the army and the government.

    But when an actual populist was in office every dick wad at NYT and CNN couldn't shut the fuck up about Imran Khan being some right wing conservative anti semite who criticized US policy.

  • I'm still waiting to see one of those "steal his look" memes lol

  • ITT: Braindeads defending government censorship of the internet as if Zuckerberg won't immediately replace the void with his own platform or by buying out TikTok in a bid.

    Banning one platform would not magically get rid of short attention span and brainrot you fools. Every social media company already copied or utilizes the same techniques as TikTok, which is already a massive platform because they don't spam ban or regulate content as hard as Facebook and YouTube do.

    It is insulting that a Chinese run social media platform provides more freedom of speech online than its US competitors.

    They're banning it to remove competition, congress does not care about its effects on privacy or health, otherwise they'd have done something about Faceebook, Insta, Twiiter, and YouTube decades ago. They pulled their usual committee shenanigans to pretend to care by calling in CEOs to testify, and then promptly accepting a shitload of lobbying money.

  • Are you implying we should firewall free internet like china?

  • Meme mentions CISA and FBI but everyone knows NSA already has a master list of vulns that they juggle deciding if they're worth disclosing or better off keeping for themselves lol.

    They sat on Eternal Blue for allegedly a decade. Any APT has plenty of time and money to spend attacking America's public infara when they don't even bother to cover the bargain basement stuff like the insanity that is Microsoft AD.

    I wonder if China is any better with their hefty surveillance and firewall though. I wouldn't be completely surpised if some of their public infara is also exposed for the same reasons.

  • I did a fresh install of windows 11 and I opened edge the first time only to crash after a second because it couldn't handle the fact that I wasn't signed into a Microsoft account.

    It crashed immediately every successive attempt to open it.

    After the 15th try (mostly for my own amusement) I downloaded Firefox from the windows store so that there'd be a functional browser in the VM I had just set up for someone to use to run essentially the last scamware app he still needs for hopefully not much longer (cough intuit cough)

  • Unix devs: "Let's make everything a file in our OS so that it's easy to use and develop"

    Windows devs (clearly on crack): "Let's store random critical shit in a crappy database registry thing and retain literally all the drawbacks of DOS on our new NT system"

  • I like how the broke the India-Pakistan ceasfire violations of a year in only a few days.

  • Wasn't Forbes also the one who made a recent article about dealing with crappy wages and inflation by skipping breakfast/lunch to cut costs?

    Or maybe that was Bloomberg

  • Permanently Deleted

    Jump
  • The TPM is not a dedicated cryptographic processor, it's an external keystore with a few select functions. You're thinking of an HSM which is used almost exclusively in servers that have to handle thousands of secrets per second.

    CPUs have had dedicated AES hardware for decades which is why LUKS and Bitlocler use it by default.

    The TPM just allows certain keys and secrets to be generated and stored physically separate from the CPU as a security measure.

    Bitlocker and LUKS will store a master key in the TPM so that you don't have to enter a password every time you boot. They retrieve it from the TPM and then use it to unlock the actual encryption key which is done entirely in the CPU. If the TPM detects foul play such as secure boot alteration, it will refuse to give the key or clear itself.

    Using the TPM for constant encryption like at rest disk encryption would be way too slow.

    It's so so small that most modern TPMs have been integrated into the CPU or even simulated via the motherboard firmware (fTPM and PTT).

  • Permanently Deleted

    Jump
  • I still fail to see how windows 11 was anything but a collusion scam to sell new hardware.

    None of the changes including TPM requirements required a new iteration. Nothing about the underlying NT dropped any of the old and antiquated BS despite Microsoft hiring some morons to advertise the fact on reddit to all the insiders asking questions.

    They even let the media pick up a fake report that Windows 11 was related to the Core OS and a brand new kernel was in the works.

    If Microsoft wanted a marketing strategy, they could have properly started naming feature updates and adverising them similar to Apple.

    8, 10, and 11 have also been a pain on enterprise because Microsoft axed their QA team. I seriously hope any new firms start considering linux desktop as a valid option. All they really need is a vendor to offer a solid distro along with an agreement to rapidly create/deploy any software solution so they don't get scared looking at the cheap entry windows stuff.

  • I wish Valve would get off their ass and make games again so they'd have a proper engine to rival UE5.

    Half of Epic's gamestore wouldn't exist if this was the 2000s when people were flocking to the source engine because it was free and heavily modded

  • Meme.

    Jump
  • Lemmings realizing the devs of lemmy use lemmy.ml

    Lemmings realizing one of the devs is literally a teenager having fun by doing whatever he wants instead of complaining about instances

  • Sometimes I wish someone would make a an Arch box and come back to it years later to see the updates it has missed.

    But that's assuming an Arch box would be reliable enough to stay alive that long lol.

    Always heard of 20+ year old bsd and debian machines chugging along with no issue.

  • doesn't pay it back

    2008 financial crisis

    when your puny change in mortgage loan causes upwards of a billion dollars worth of investments gambling to fall apart

  • Tux should have several skins that represent different distros like a red fedora for RHEL lol.

    My other dumb suggestion is having nmap be a floating blue eyball

  • Rust

    Jump
  • Deciding whether I want to look at a wall of C++ or a wall of Rust both with lines of code exceeding the edge of my screen.

  • And now we sit back and watch everyone in this thread who shat on 3rd party for "wasting votes" throwing around stupid takes like:

    • Erm RCV will prevent this from being viable, we should just try to fix the Democrat party instead
    • Working class people don't have the time and money to make a grassroots movement. Clearly we need PAC money to win because that worked so well for Kamala and Clinton
    • PAC money is superior to actual constituents and voters
    • 4 years isn't enough for a new party to work, we need to vote Democrat first to kick the Republicans out before we do anything else
    • 3rd party would only affect the Democrats and split them up
  • The Fedora doc on this is a bit old but it's still mostly the same:

    Secure boot activates a lock-down mode in the Linux kernel which disables various features kernel functionality:

    • Loading kernel modules that are not signed by a trusted key.
    • Using kexec to load an unsigned kernel image.
    • Hibernation and resume from hibernation.
    • User-space access to physical memory and I/O ports.
    • Module parameters that allow setting memory and I/O port addresses.
    • Writing to MSRs through /dev/cpu/*/msr.
    • Use of custom ACPI methods and tables.

    The implementation of secure boot is still questionable to this day, but it is understandable that it doesn't always play nice with Linux. I do believe you can use hibernate now as long as you have an encrypted swap (LUKS).

    I can definitely see the pain if you happen to be a kernel dev or use linux on any SBC with IO ports you want to mess with in userspace and not make en entire overkill kernel module for.