Viewing profile — swaminarayan
swaminarayan
HN member- Joined
- Mon, Feb 16, 2026, 1:26 PM UTC
- HN karma
- 41
- Public activity
- 90 items
- HN profile
- View on Hacker News ↗
About swaminarayan
No profile information was provided.
Recent public activity
-
comment
Comment #49070173
How does this perform on longer videos, especially on lower-end machines? Is the transcription and video processing entirely local in the browser?
-
comment
Comment #49070092
[dead]
-
comment
Comment #48307088
[dead]
-
comment
Comment #48149173
How it select model? using AI?
-
comment
Comment #48108938
I am getting used to with this lightrag-snkv, Now I dont need to check hacker news site again, it automatically ingest top ranked posts and I can query and check answers using natu…
-
comment
Comment #48090150
I am pasting link here: https://github.com/user-attachments/assets/23a95319-ee66-49b...
-
comment
Comment #48090138
if you are opening video in mobile github app then it won’t open.Check in browser.
-
comment
Comment #48082476
Right now Show HN and Ask HN tags based blogs and its comments are ingested in database.
-
story
Show HN: Query months of HN discussions and comments as a knowledge graph
I built lightrag-snkv, Basically it uses lightRAG https://github.com/HKUDS/LightRAG ,this requires various storage databases like key value store, graph database, vector database, …
- story
-
comment
Comment #47760616
this is not mythology. this is ithihasas meaning thus it happened
-
comment
Comment #47728144
[dead]
-
comment
Comment #47625214
Found my answer: https://github.com/google-ai-edge/gallery?tab=readme-ov-file
-
story
Ask HN: Best LLM model for a RAG-based Android app across all smartphones?
I am developing RAG based android app using llama.cpp. For offline processing I am using Qwen 1.5 2.5B model using Q4 quantization, I am offloading computation to GPU if present, H…
-
comment
Comment #47611414
i like this idea, especially for the parent who dont want their kids to watch reels/shorts of the instagram and youtube apps.
- comment
-
comment
Comment #47603971
What architectural decisions enabled pg_textsearch to outperform Tantivy/ParadeDB by 4.7×, especially given Tantivy’s reputation for speed?
-
comment
Comment #47541864
Interesting approach — especially around modifying SQLite’s internals. In SNKV, I’m taking almost the opposite direction: keeping B-tree / storage-layer ideas and removing the SQL …
-
comment
Comment #47541745
Really interesting design — especially using SQLite-compatible storage with a PostgreSQL interface. I'm working on SNKV, which explores a different approach: skipping the SQL layer…
-
comment
Comment #47538973
Very cool approach. I’m working on a related KV storage project (snkv - https://github.com/hash-anu/snkv ) How do you handle manifest consistency and updates—append-only or rewrite…
-
comment
Comment #47515255
What were the biggest architectural changes in the rewrite, and what tradeoffs did you make compared to the old Video.js design?
-
comment
Comment #47515224
Does your method work better than standard ANN when filters are very strict—and how does it affect speed vs accuracy?
-
comment
Comment #47475056
How do you build a procedurally generated survival game in a terminal without a graphics engine?
-
comment
Comment #47449779
How did you make a very small AI model (14M) sound more natural and expressive than even bigger models?
-
comment
Comment #47434348
if you want to use key value store using sqlite then you can try : https://github.com/hash-anu/snkv in which i am directly accessing b-tree layer and not consuming query layer. for…