Live data from Hacker News

Viewing profile — asmodios

asmodios

HN member
Joined
Fri, Dec 05, 2025, 9:26 PM UTC
HN karma
26
Public activity
12 items

About asmodios

No profile information was provided.

Recent public activity

  1. comment
    Comment #48444440

    [flagged]

  2. story
  3. comment
    Comment #48203911

    Thanks for the suggestion. DuckDB is a great tool, but it requires installing a native extension, which is exactly the scenario php-fts is designed to avoid. The primary target is …

  4. comment
    Comment #48122343

    Thanks, that was a legitimate omission. I’ve now added transliteration support for Turkish-specific characters (`İ`, `ı`, `Ğ`, `Ş`, etc.) in the normalization layer.

  5. comment
  6. comment
    Comment #48053982

    The zf1s/zend-search-lucene fork still works and gets occasional updates, but it's essentially legacy maintenance on a PHP 5.3-era codebase. It crashed on PHP 7 for a while, and th…

  7. comment
    Comment #48053585

    Loupe is a great project and more feature-rich than php-fts (stemming, geo, Damerau-Levenshtein typo tolerance). The dependency difference isn't just about Composer packages. Loupe…

  8. comment
  9. comment
    Comment #48043087

    Thank you for the detailed feedback, it's genuinely valuable. You're right on all technical points : PHPUnit missing from dev dependencies is an oversight I'll fix, and the Unicode…

  10. comment
    Comment #48042900

    Yes, Zend_Search_Lucene was dropped from Zend Framework 2 and never officially maintained for modern PHP. There's a community fork.

  11. story
  12. story
    Show HN: BinaryStorage – High-performance PHP binary key/value store

    BinaryStorage is a PHP binary key/value store designed for fast and efficient data access. It supports any PHP serializable data, provides startsWith/contains searches, and include…