WeSearch

Show HN: I wrote a program that hashes files into poems

·1 min read · 0 reactions · 0 comments · 7 views
#technology#software#poetry#rhymesum#BLAKE3#llama.cpp
Show HN: I wrote a program that hashes files into poems
⚡ TL;DR · AI summary

A new program called rhymesum hashes files into poems using LLM technology. It generates a five-line poem as a unique fingerprint for each file, offering a creative alternative to traditional checksums. The project is intended for fun and is not suitable for production use due to its lack of cryptographic safety.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

rhymesum -- Hash files into LLM-generated poems locally Note: This is a toy project and far from cryptographically safe, better don't use it in production. What is this? This project lets you fingerprint your files using LLM-generated poems instead of hard-to-remember checksums. It computes a BLAKE3 hash of the passed file, and based on that injects entropy in both the LLM sampler as well as the prompt itself. The output is a five-line poem representing a fingerprint of your file.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub