Live data from Hacker News

Viewing profile — hello0904

hello0904

HN member
Joined
Thu, Sep 05, 2024, 4:29 AM UTC
HN karma
-3
Public activity
10 items

About hello0904

No profile information was provided.

Recent public activity

  1. comment
    Comment #42016381

    Agreed. But we are talking encryption and why there isn't open source algorithms for iCloud. I find it funny as when you submit iOS apps to the App Store they specifically require …

  2. comment
    Comment #42016362

    Frankly, you're confusing hashing algorithms, encryption and "IDs". Authentication: "Prove you are you" (hash functions) Secure Storage: "Keep this secret but let me get it back la…

  3. comment
    Comment #42016321

    Well, the real problem is iCloud Keychain is essentially a "black box" system. Apple does use AES encryption in various parts of their security architecture, as documented in their…

  4. comment
    Comment #42016290

    Best practices for password storage use one-way hash functions (like bcrypt, Argon2, or PBKDF2) rather than encryption algorithms like AES. AES is not one way and in theory you can…

  5. comment
    Comment #41529793

    Well designed, written and efficient...middleware. It's a wrapper around linux and a middle between my OS and my app! A spade is a spade. There are cons beyond performance. For exa…

  6. comment
    Comment #41529732

    I have no idea what I am talking about? Docker is literally adding middleware between your Linux system and app. That doesn't necessarily mean there aren't Pro's to Docker, but one…

  7. comment
    Comment #41529655

    Exactly! This person gets it. Oh, and not only build their app, they can take it a step further and setup the entire new vps and app building in one simple script!

  8. comment
    Comment #41529642

    Option 1: python3 -m venv venv > source project/venv/bin/activate Option 2: use Poetry How is this different than a Dockerfile that is creating the venv? Just add it to beginning, …

  9. comment
    Comment #41529469

    Serious question for you, why use Docker at all? You can just get rid of the clunky overhead. You mentioned Python backend, so literally just replicate build script, directly in VP…

  10. comment
    Comment #41453490

    So the question I have is, who are these LP's and why are they demanding funds go into "sexy" ideas? I mean it probably depends on the LP and what is their vision. Not all apples a…