• 1 Post
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle

  • The title is a bit weird. On my first reading it makes it sound like two different people can have indistinguishable fingerprints. But after reading/skimming the article+paper, it seems like what they’ve actually done is been able to correlate fingerprints from different fingers on the same person.

    So the title makes it sound like they’ve weakened the basis of fingerprinting as forensic evidence, when in fact they’ve developed a way to link the different fingerprints from the same criminal so that additional cases could be solved.

    e.g. if a criminal only left a thumb print at one crime scene and an index finger print at another, this posed a problem for investigators because they couldn’t link them to the same person, but this “AI” approach can link those two different prints to the same person.






  • effward@lemmy.worldto196@lemmy.blahaj.zonerule
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago

    Most scripting languages are interpreted, not compiled. It’s not a criticism of them, but it is a tradeoff that is good to understand.

    It seems like you are the one who is conflating terms like “script kiddie” with “scripting language” and adding some negative connotation that isn’t necessarily implied.

    Scripting languages are usually easier to learn, have simpler syntax, and abstractions that hide complexity. These make them easier to get started in, but the downside is they are generally slower (performance-wise) than their compiled counterparts.





  • effward@lemmy.worldtolinuxmemes@lemmy.worldAccurate?
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Sorry if this is a stupid question, and maybe it’s because I’m not understanding exactly what you’re saying, but what’s the benefit of encrypting if it decrypts on boot without a password?

    Just to prevent someone who boots another OS on your device from being able to access your files? Something else?