Giver of skulls

Verified icon

  • 0 Posts
  • 452 Comments
Joined 101 years ago
cake
Cake day: June 6th, 1923

help-circle
  • ActivityPub is actually a good way to authenticate things. If an organization vouches for something they can post it on their server and it can be viewed elsewhere.

    AP has some pretty big issues when it comes to moving servers, expiring and re-purchased domain names, and other such edge cases. Servers either blindly accept new keys after a certain time, or are vulnerable to enabling key ransoming after hacks (the reason HKPK went nowhere).


  • We could just move to a “watermark” system where everyone takes credit for their contributions.

    North Korea actually has this embedded in their government Linux distro and it works well as long as everyone who opens the file runs a supported OS. Not for AI, but to track who wrote what unpleasant documents, but still, it proves the idea can work.

    On the other hand, how do you determine trust? I can generate a million plausible names and digital addresses on my computer. Half the images I see online are screenshots or screen recordings already (because “save as” isn’t available on “modern” websites).

    In theory, we can solve this by simply having digital stuff be signed, but setting up a web of trust will be difficult. Especially since most of the internet is semi-anonymous.

    Funnily enough, the Fediverse already signs most data, so this scheme is already active unintentionally here on Lemmy! But for all I know, you’re not really “Kevon Looney” and just a fake from another server.







  • I think the people complaining about this stuff fall into several categories. One of them is depicted well by that GIF. A second group is just upset about environmental regulations existing. There’s probably a third group out there with some kind of hypersensitivity for things touching their face. And maybe a fourth group who hates it when things change even if there are good reasons for it (can relate, was diagnosed as autistic).

    I feel bad for the people with hypersensitivities but the rest should just suck it up already. Maybe some bamboo or metal straws can help these folks get used to the new bottles? They’re available online for cheap.


  • There’s a good reason why many carbonated drinks stopped being sold in glass bottles. When you go over a certain volume, they become bombs. There are videos online or 2L soda bottles falling over and sending shards of glass flying everywhere. I’d rather not have that back.

    Glass bottles are also great at starting fires when they’re left outside by trashy people. Looking at how often I still find plastic trash in the woods, I’m not sure if switching to glass would make that much of an improvement.

    Plus, you’d still have the same problem with the bottle cap.



  • Unless you have some kind of knockoff SSD, that ūsung SSD looks like something is corrupted to me. usb 1-10 device descriptor read/64, error -71 might be unrelated.

    This could be a problem with RAM defects or overclocking. If your computer is overclocked, try setting it to stock configuration. Also run a memtest to check if your RAM sticks aren’t going bad. I don’t know what might’ve changed between 6.8.9 and 6.8.10 to cause this, but it could just be a coincidence (i.e. the kernel defaulting to a different RAM page that suffers from corruption for whatever reason).

    These messages are actually part of the systemd startup sequence, so the kernel has already loaded at this point. This means the problem may not be the kernel, but the initramfs installed/generated for your computer. You can try regenerating your initramfs on Fedora by running dracut --regenerate-all as root. Before you do that, you may also want to double check your /etc/fstab to make sure nothing accidentally added a swap device for some reason.






  • Administrator is not root. NT AUTHORIRY\System probably comes closest. You rarely need to interact with that account because Window’s security system doesn’t have the same mix of authentication systems most Linux systems have (users + container APIs + PolKit).

    Windows also supports mixed case filesystems just fine. It’s not the default, so your programs will probably screw up, but it’s just a flag. You can also mount filesystems like ext4 and btrfs on Windows (though booting from them doesn’t really work).

    Also, Windows runs Libreoffice and GIMP just fine. You don’t need to, because you have better sofware available (pirated or paid).

    As for security, Windows is MUCH better unless you’re a cybersecurity specialist with too much time in their hands. Most major distros don’t even come with a firewall enabled by default, let alone a firewall for outgoing traffic. And the best AV I’ve seen for Linux is Microsoft’s enterprise version of Windows defender. In terms of hacking tools, they’re mostly written in languages Python, most of them work on either platform.

    For development, Linux has a slight edge, but with WSL2 it really doesn’t matter much.


  • Running Linux on computers with Nvidia hardware proves that Linux and Windows both have their problems dealing with device drivers. Linux’ benefit is that is has higher standards because the kernel devs need to sign off on driver, but that has downsides of turning away potential driver developers (as getting your code into Linux is a quite a complex thing just on its own). Linux also doesn’t have many drivers in general it seems, unless your device has some kind of generic fallback that disables any special features.

    My kernel panics generally don’t display anything, the display just freezes and I need to force reboot the computer.