Viewing profile — asmodios
asmodios
HN member- Joined
- Fri, Dec 05, 2025, 9:26 PM UTC
- HN karma
- 26
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About asmodios
No profile information was provided.
Recent public activity
-
comment
Comment #48444440
[flagged]
- story
-
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 …
-
comment
Comment #48122343
Thanks, that was a legitimate omission. I’ve now added transliteration support for Turkish-specific characters (`İ`, `ı`, `Ğ`, `Ş`, etc.) in the normalization layer.
-
comment
Comment #48054087
[dead]
-
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…
-
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…
-
comment
Comment #48053544
[dead]
-
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…
-
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.
- story
-
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…