What kind of special knowledge or equipment do piracy groups have?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    4h ago 100%

    In all DRM devices there are private signed certificates that can be used to establish a secure authenticated connection. To get at them you need to crack/hack/file the top of the chip to exfiltrate the certificate. More modern "Trusted Computing" like platforms include verified boot chains so even if you extract the certificate you couldn't use it because you also need to sign the boot chain to ensure no code has been altered.

    3
  • What kind of special knowledge or equipment do piracy groups have?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    7h ago 100%

    Absolutely - modern pirates are extracting the digital streams with the DRM removed. However they closely guard the methods of operation because once the exploits or compromised keys are known they can be revoked and they have to start cracking again. They likely have hardware with reverse engineered firmware which won't honour key revocation but still needs to be kept upto date with recent-ish keys.

    For example the Blu-Ray encryption protocols are well enough known you can get things working if you have the volume keys. However getting hold of them is tricky and you have to be careful your Blu-Ray doesn't read a disk that revokes the old keys.

    For streaming things are a little easier because if you get the right side of the DRM you can simply copy the stream. However things like HDCP and moving DRM into secure enclaves are trying to ensure that the decryption process cannot be watched from the outside. I'm sure their are compromised HDCP devices but again once their keys get leaked they will no longer be able to accept a digital stream of data (or may negotiate down to a sub-HD rate).

    14
  • Alien: Romulus is getting a VHS release
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    1d ago 100%

    I remember programming the VCR when VHS was first a thing and I'm definitely not nostalgic for it. It was the best most people could afford at the time but it certainly wasn't good.

    2
  • Former Intel CPU engineer details how internal x86-64 efforts were suppressed prior to AMD64's success
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    2d ago 100%

    Itanium was an interesting architecture but it relied on compilers to build efficient code for it's bundles. This compares to x86 which dedicates loads of silicon dedicated to getting the best performance even out of mediocre code. Unfortunately the Itanic architecture was really ill suited to emulating the other.

    2
  • VS Code vs VS Codium: What's the Difference?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    6d ago 100%

    I don't quite follow what this is. Is it a from scratch implementation of the vscode experience or a fork which has removed propriety bits and telemetry?

    17
  • Fallout 4 is a great game with big flaws
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    6d ago 100%

    Lemmy really needs to support post combining somehow so you can see the story once (and maybe even combine the threads in the UI?).

    9
  • Does spanking harm child development? Major study challenges common beliefs
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    7d ago 100%

    I think it's often used with younger kids because parents don't understand why their kids are acting up and can't work out how to "get through" to them. As kids get older they become a lot better at understanding and really words should be the only tool you need.

    The dreaded phrase "I'm not angry just disappointed" should cut deep when (rarely) used because the kids understand their parents have their interests at heart. If they don't then something has gone wrong building that relationship of trust and respect.

    ETA: forgot to say of course positive reinforcement is also key. Kids need to know when they get things right so they are not walking on eggshells worried about getting things wrong.

    2
  • Does spanking harm child development? Major study challenges common beliefs
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    1w ago 90%

    I'm not sure how assaulting children is ever going to build an effective relationship between kids and their parents. Parents should represent safety and unconditional love because then the educational message will have an easier time being accepted by the kids.

    41
  • Why are people impressed with SpaceX?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    1w ago 81%

    They are pretty focused on reducing the cost of launches by aggressively re-using components that would normally crash into the sea. Previous launches landed on floating sea platforms but yesterday's heavy was so big it needed a more stable landing zone. So after boosting the Star Liner the rocket returned down the trajectory it had followed up and then hovered briefly before being caught by two pincers on the very launch pad it had left five minutes before. That's pretty cool.

    7
  • Alternative to syncthing for large music collection?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearST
    stsquad
    1w ago 100%

    Is it worth raising an issue with the project? Also enable logging to see if there are any clues as to why a rescan is being done?

    6
  • www.bbc.co.uk

    The long awaited Cass report has been published looking at gender affirming care in the NHS.

    7
    8

    Are there any good recommendations for water control valves? I want to control a automatic watering system and need something to attach to the garden tap. Open firmware would be a bonus.

    19
    10
    https://vgel.me/posts/faster-inference/

    I found this post interesting for my layman's understanding of LLMs and some of the underlying architecture choices that are made.

    30
    0
    www.bennee.com

    I wrote this as a layman's primer to the basics of LLMs and other generative AI. I'm still early on in my journey but hopefully it helps explain things to other newcomers even if it glosses over the details.

    11
    0
    https://traffic.megaphone.fm/GLT8781805084.mp3?updated=1696970322

    They covered a number of topics but for me the most terrifying was the examples of deep fakery that had already been used in elections. I wanted to ask the community if they had had any experience with deep fake media online? If so did you notice or did your need to be told it was? How much effort do you take to verify things you see online?

    10
    0