Live data from Hacker News

Viewing profile — brig90

brig90

HN member
Joined
Sun, May 18, 2025, 5:17 AM UTC
HN karma
173
Public activity
16 items

About brig90

No profile information was provided.

Recent public activity

  1. comment
    Comment #44037327

    Honestly I've never heard of Rohonc Codex. I'll have to check it out! Thanks!

  2. comment
    Comment #44030730

    I'm definitely not the most comfortable writing in public forums, so guilty as charged with throwing my comments through an LLM to make sure my point isn't being misconstrued.

  3. comment
    Comment #44026234

    Honestly, I had never even heard of the manuscript before this weekend. I’ve been looking for interesting ways to strengthen my understanding of NLPs, and thought: 1) maybe this wo…

  4. comment
    Comment #44026220

    Great question — and something I've been thinking about. I stripped suffixes mostly to normalize some of the repeated endings (aiin, dy, etc.) that felt like filler, but you’re tot…

  5. comment
    Comment #44025757

    Totally — I love that kind of sideways thinking. Earthquake prediction feels like one of those massive, noisy systems where patterns might exist, but they’re buried deep in complex…

  6. comment
    Comment #44024621

    This doesn’t burst my bubble at all — if anything, it’s great to hear that others have been able to make meaningful progress using different methods. I wasn’t trying to crack the m…

  7. comment
    Comment #44024087

    That’s a really interesting question — and one I’ve been circling in the back of my head, honestly. I’m not a cryptographer, so I can’t speak to how feasible a brute-force approach…

  8. comment
    Comment #44024006

    Apologies but its not letting me edit post any longer (I'm new to HN), here's the link though: https://brig90.substack.com/p/modeling-the-voynich-manuscrip...

  9. comment
    Comment #44023585

    Thanks for pointing those out — I hadn’t seen PaCMAP or LocalMAP before, but that definitely looks like the kind of structure-preserving approach that would fit this data better th…

  10. comment
    Comment #44022901

    I’m definitely not a Voynich expert or linguist — I stumbled into this more or less by accident and thought it would make for a fun NLP learning project. Really appreciate you poin…

  11. comment
    Comment #44022749

    Totally fair — I defaulted to paraphrase-multilingual-MiniLM-L12-v2 mostly for speed and wide compatibility, but you’re right that it’s long in the tooth by today’s standards. I’d …

  12. comment
    Comment #44022618

    Great points — thank you. PCA gave me surprisingly clean separation early on, so I stuck with it for the initial run. But you’re right — throwing UMAP or t-SNE at it would definite…

  13. comment
    Comment #44022606

    Yep, that’s exactly right — the words like "okeeodair" come directly from the EVA transliteration files, which map the original Voynich glyphs to ASCII approximations. So I’m not w…

  14. comment
    Comment #44022576

    Great question — and you’re right to catch the assumption there. I did assume left-to-right when stripping suffixes, mostly because that’s how the transliteration files were struct…

  15. comment
    Comment #44022572

    Yep, that was my takeaway too — the structure feels too consistent to be random, and it echoes known linguistic patterns.

  16. story
    Show HN: I modeled the Voynich Manuscript with SBERT to test for structure

    I built this project as a way to learn more about NLP by applying it to something weird and unsolved. The Voynich Manuscript is a 15th-century book written in an unknown script. No…