• 0 Posts
  • 710 Comments
Joined 3 years ago
cake
Cake day: June 30th, 2023

help-circle

  • There is no point to this.

    It’s a pin, why would you store it at all? Why would you put a password on your password and store it?

    edit: Just got those who don’t do software development it’s considered generally bad practice to store the plain text of a password (encrypted or not).

    The correct approach is to run the password through a one way hash algorithm and store the result. The hash algorithm always produces the same result for any given password but it is very difficult to do the reverse and figure out what password was used to generate what result.

    So you store the result on your side and when the user submits a password you run it through the same one way hash algo and compare the result with the one you have on file. If they match the password is correct.

    Any developer who has ever made baby’s first Login should know this stuff it’s very basic web development.














  • tempest@lemmy.cato196@lemmy.blahaj.zoneSlop detectives be like rule
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    20 days ago

    It is and it isn’t. Those lawsuits mean they at least try to stop it from producing copyrighted work. They won’t make Simpsons characters or produce anything from the house of mouse without major cajoling or some trickery in the prompt.

    For the text from Frankenstein they are not even going to try.

    Incidentally after writing this content I tried to get chatgpt to reproduce the first paragraph of chapter 3. It refused and offered a summary. I “reminded” it that the book is in the public domain and then it reproduced it without issue.




  • Microsoft missed the mobile boat by a long shot.

    Windows is ever shrinking as people don’t buy computers like they used to since phones can do what they need.

    This means that for Microsoft growing Windows user base is a non starter. They are well into the extract portion of the product lifecycle. The os now only exists to support the products that still make money are extract what can be extracted from a shrinking user base.