Live data from Hacker News

Viewing profile — BirbSingularity

BirbSingularity

HN member
Joined
Fri, Oct 06, 2023, 11:15 PM UTC
HN karma
51
Public activity
16 items

About BirbSingularity

No profile information was provided.

Recent public activity

  1. comment
    Comment #48747501

    Yea, I could have used a better word choice. I was thinking about the domains here in the generalized sense such as signal processing and wireless communication being applicable to…

  2. comment
    Comment #48742936

    I can't help but think of orthogonal frequency-division multiplexing and it's use in encoding data on multiple carrier frequencies, and it makes me wonder what other parallels we w…

  3. comment
    Comment #40204254

    I hate when I find a cool AI project and I open the github to read the setup instructions and see "insert OpenAI API key." Nothing will make me loose interest faster.

  4. comment
    Comment #39918755

    It's pretty annoying that every project like this lately is just a wrapper for OpenAI API calls.

  5. comment
    Comment #39918734

    Yet another OpenAI API project. Set it up for containerized local LLM.

  6. comment
    Comment #39860637

    Why put it behind a login? There is no easier way to guarantee I won't even try it.

  7. comment
    Comment #39661011

    Religion is a cancer that really needs to be cut free from humanity, not co-mingled with technology and the modern world. It's disgusting to consider the sheer number of people tha…

  8. comment
    Comment #39517935

    The fact you equate that experience as being anything close to what Gen Z is experiencing kinda proves the point of the post. Unless you went to the most expensive school possible,…

  9. comment
    Comment #39515621

    Mistral has already scrubbed their commitment to open source from their website, doesn't look good.

  10. comment
    Comment #39515599

    They already have removed their commitment to open-source. It's not looking good.

  11. comment
    Comment #39294992

    We are going to hit a point soon where even creators won't be able to spot all the borrowed animation elements due to the black-box nature of generative AI models. I imagine it's g…

  12. comment
    Comment #39251365

    Binwalk was able to detect the embedded zlib compressed data in all three of your example images. You should give https://github.com/JustinPack/XOR_LSB_Stego/blob/main/Paper/... a …

  13. comment
    Comment #39166986

    While it's a neat read, most the links are dead or the products unavailable.

  14. comment
    Comment #39002481

    Hey there. I must have missed the section that handles encrypting the session key, my bad. It's more the struct method of embedding though that I was emphasizing. Structured encryp…

  15. comment
    Comment #38985428

    Modern forensic analysis tools would be able to detect the high entropy encrypted data within the host file fairly easily. Additionally, the process of embedding the unencrypted se…

  16. story
    Show HN: LSB Stego with Python and a Twist of XOR

    This is a simple Python implementation of the paper, "An Image Steganography Algorithm using LSB Replacement through XOR Substitution" (DOI: 10.1109/ICOIACT46704.2019.8938486). I m…