Viewing profile — BirbSingularity
BirbSingularity
HN member- Joined
- Fri, Oct 06, 2023, 11:15 PM UTC
- HN karma
- 51
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About BirbSingularity
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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.
-
comment
Comment #39918755
It's pretty annoying that every project like this lately is just a wrapper for OpenAI API calls.
-
comment
Comment #39918734
Yet another OpenAI API project. Set it up for containerized local LLM.
-
comment
Comment #39860637
Why put it behind a login? There is no easier way to guarantee I won't even try it.
-
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…
-
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,…
-
comment
Comment #39515621
Mistral has already scrubbed their commitment to open source from their website, doesn't look good.
-
comment
Comment #39515599
They already have removed their commitment to open-source. It's not looking good.
-
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…
-
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 …
-
comment
Comment #39166986
While it's a neat read, most the links are dead or the products unavailable.
-
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…
-
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…
-
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…